diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-24 09:36:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-24 09:36:40 -0300 |
commit | 1d7621824424d019be09397e5f8c4b2276635409 (patch) | |
tree | 648d60da2ed04d2907f38ef008b3cad797b2bd0d /db/re | |
parent | e1805840714811977c67877b8fa07d02c03c2e04 (diff) | |
download | serverdata-1d7621824424d019be09397e5f8c4b2276635409.tar.gz serverdata-1d7621824424d019be09397e5f8c4b2276635409.tar.bz2 serverdata-1d7621824424d019be09397e5f8c4b2276635409.tar.xz serverdata-1d7621824424d019be09397e5f8c4b2276635409.zip |
Merge the item database from all three servers (currently, only cosmetic)
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 22741 |
1 files changed, 22740 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c708e0d..9550fb1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5,6 +5,9 @@ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//========================================================================= +// This file is generated automatically. +// Please do not edit it directly. //================= License =============================================== //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules @@ -19338,5 +19341,22741 @@ item_db: ( "> }, -) +//========================================================================= +//= Items Database +//========================================================================= + +// Items Database +// +/****************************************************************************** + ************* Entry structure ************************************************ + ****************************************************************************** +{ + // =================== Mandatory fields =============================== + Id:19999 + AegisName: "L_Aegis_Name" (string) + Name: "L Item Name" (string) + // =================== Optional fields ================================ + Type: Item Type (string, defaults to "IT_ETC") + Buy: Buy Price (int, defaults to Sell * 2) + Sell: Sell Price (int, defaults to Buy / 2) + Weight: Item Weight (int, defaults to 0) + Atk: Attack (int, defaults to 0) + Matk: Magical Attack (int, defaults to 0, ignored in pre-re) + Def: Defense (int, defaults to 0) + Range: Attack Range (int, defaults to 0) + MinRange: Minimal Attack Range (int, defaults to 0) + Slots: Slots (int, defaults to 0) + Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) + Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") + Gender: Gender (string, defaults to "SEX_ANY") + Loc: Equip location (bitmask array, string or int, required value for equipment) + WeaponLv: Weapon Level (int, defaults to 0) + EquipLv: Equip required level (int, defaults to 0) + EquipLv: [min, max] (alternative syntax with min / max level) + Refine: Refineable (boolean, defaults to true) + DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] + Subtype: Item Subtype (int, defaults to 0) + W_FIST, ///< Bare hands + W_DAGGER, //1 + W_1HSWORD, //2 + W_2HSWORD, //3 + W_1HSPEAR, //4 + W_2HSPEAR, //5 + W_1HAXE, //6 + W_2HAXE, //7 + W_MACE, //8 + W_2HMACE, //9 + W_STAFF, //10 + W_BOW, //11 + W_KNUCKLE, //12 + W_MUSICAL, //13 + W_WHIP, //14 + W_BOOK, //15 + W_KATAR, //16 + W_REVOLVER, //17 + W_RIFLE, //18 + W_GATLING, //19 + W_SHOTGUN, //20 + W_GRENADE, //21 + W_HUUMA, //22 + W_2HSTAFF, //23 + ViewSprite: Sprite view ID (int, defaults to 0) + BindOnEquip: true/false (boolean, defaults to false) + ForceSerial: true/false (boolean, defaults to false) + BuyingStore: true/false (boolean, defaults to false) + Delay: Delay to use item (int, defaults to 0) + FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) + KeepAfterUse: true/false (boolean, defaults to false) + DropAnnounce: true/false (boolean, defaults to false) + AllowPickup: true/false (boolean, defaults to true) + Charm: true/false (boolean, defaults to false) + MaxFloorOffset: [x, y] (int, defaults to 8) + MaxFloorOffset: offset (int, defaults to 8) + Identified: true/false (boolean, default to true) + RequiredStr: required strength (int, default to 0) + RequiredAgi: required agility (int, default to 0) + RequiredVit: required vitality (int, default to 0) + RequiredInt: required intellect (int, default to 0) + RequiredDex: required dexterity (int, default to 0) + RequiredLuk: required luck (int, default to 0) + RequiredMaxHp: required max hp (int, default to 0) + RequiredMaxSp: required max sp (int, default to 0) + RequiredAtk: required attack (int, default to 0) + RequiredMAtkMin: required minimal magic attack (int, default to 0) + RequiredMAtkMax: required maximum magic attack (int, default to 0) + RequiredDef: required defence (int, default to 0) + RequiredMDef: required magic defence (int, default to 0) + RequiredSkill: required skill (int, default to 0) + UseEffect: effect if use/equip item success (int, default to -1) + UseFailEffect: effect if use/equip item failed (int, default to -1) + UnequipEffect: effect if unequip item success (int, default to -1) + UnequipFailEffect: effect if unequip item failed (int, default to -1) + Trade: { (defaults to no restrictions) + override: GroupID (int, defaults to 100) + nodrop: true/false (boolean, defaults to false) + notrade: true/false (boolean, defaults to false) + partneroverride: true/false (boolean, defaults to false) + noselltonpc: true/false (boolean, defaults to false) + nocart: true/false (boolean, defaults to false) + nostorage: true/false (boolean, defaults to false) + nogstorage: true/false (boolean, defaults to false) + nomail: true/false (boolean, defaults to false) + noauction: true/false (boolean, defaults to false) + } + Nouse: { (defaults to no restrictions) + override: GroupID (int, defaults to 100) + sitting: true/false (boolean, defaults to false) + } + Stack: [amount, type] (int, defaults to 0) + Sprite: SpriteID (int, defaults to 0) + Script: <" + Script + (it can be multi-line) + "> + OnEquipScript: <" OnEquip Script (can also be multi-line) "> + OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> + OnDropScript: <" OnDrop Script (can also be multi-line) "> + OnTakeScript: <" OnTake Script (can also be multi-line) "> + OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> + AllowCards: { + idNUM: amount (NUM is id number, amount is amount) + } + AllowAmmo: { + idNUM: something (NUM is id number) + } +}, +******************************************************************************/ +{ + Id:10521 + AegisName: "L_Dagger" + Name: "L Dagger" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id:10522 + AegisName: "L_SharpKnife" + Name: "L SharpKnife" + Type: "IT_WEAPON" + Buy: 100 + Sell: 50 + Weight: 150 + Atk: 10 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id:10529 + AegisName: "L_IronArrow" + Name: "L IronArrow" + Type: "IT_AMMO" + Buy: 4 + Sell: 2 + Weight: 1 + Atk: 40 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 529 + Subtype: "A_ARROW" +}, +{ + Id:10530 + AegisName: "L_ShortBow" + Name: "L ShortBow" + Type: "IT_WEAPON" + Buy: 2500 + Sell: 1000 + Weight: 600 + Atk: 50 + Range: 5 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 4 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + Script: <" + bonus bMatkRate, -5; + "> +}, +{ + Id:10536 + AegisName: "L_ShortSword" + Name: "L ShortSword" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 90 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" +}, +{ + Id:10545 + AegisName: "L_ForestBow" + Name: "L ForestBow" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 5000 + Weight: 1200 + Atk: 70 + Range: 5 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + Script: <" + bonus bMatkRate, -7; + "> +}, +{ + Id:10547 + AegisName: "L_Bardiche" + Name: "L Bardiche" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10548 + AegisName: "L_Halberd" + Name: "L Halberd" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 1400 + Atk: 180 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 2 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_2HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10549 + AegisName: "L_Axe" + Name: "L Axe" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 1200 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_1HAXE" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10550 + AegisName: "L_BlacksmithsAxe" + Name: "L BlacksmithsAxe" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 1200 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_1HAXE" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10561 + AegisName: "L_Sabre" + Name: "L Sabre" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 5000 + Weight: 300 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" +}, +{ + Id:10570 + AegisName: "L_BoneKnife" + Name: "L BoneKnife" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 6000 + Weight: 450 + Atk: 115 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id:10571 + AegisName: "L_Setzer" + Name: "L Setzer" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 8000 + Weight: 900 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id:10572 + AegisName: "L_Scimitar" + Name: "L Scimitar" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 200 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10573 + AegisName: "L_Falchion" + Name: "L Falchion" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 300 + Atk: 270 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + bonus bDoubleAddRate, 40; + bonus bHit, -25; + bonus bCritical, -25; + "> +}, +{ + Id:10574 + AegisName: "L_ScorpionKing" + Name: "L Scorpion King" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 600 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10575 + AegisName: "L_DesertBow" + Name: "L DesertBow" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1200 + Atk: 85 + Range: 7 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + Script: <" + bonus bMatkRate, -10; + "> +}, +{ + Id:10576 + AegisName: "L_Beheader" + Name: "L Beheader" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 2000 + Atk: 999 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_2HAXE" + OnEquipScript: <" + callfunc "NoBowItem", EQI_HAND_R; + if (readparam(bInt) > 1) + unequip(EQI_HAND_R); + "> + Script: <" + bonus bDoubleAddRate, 50; + bonus bSpeedAddRate, 10; + bonus bHit, -20; + bonus bCritical, -25; + "> +}, +{ + Id:10577 + AegisName: "L_BoneDarts" + Name: "L BoneDarts" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 300 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_HUUMA" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10578 + AegisName: "L_SandCutter" + Name: "L SandCutter" + Type: "IT_WEAPON" + Buy: 30000 + Sell: 15000 + Weight: 1500 + Atk: 140 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 2 + EquipLv: 80 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + bonus bDoubleAddRate, 5; + "> +}, +{ + Id:10579 + AegisName: "L_RockKnife" + Name: "L RockKnife" + Type: "IT_WEAPON" + Buy: 15000 + Sell: 7500 + Weight: 500 + Atk: 110 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" + Script: <" + bonus bVit, 3; + "> +}, +{ + Id:10580 + AegisName: "L_StaffOfLife" + Name: "L StaffOfLife" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10581 + AegisName: "L_CrescentRod" + Name: "L CrescentRod" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10582 + AegisName: "L_StaffOfFire" + Name: "L StaffOfFire" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10583 + AegisName: "L_StaffOfIce" + Name: "L StaffOfIce" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10584 + AegisName: "L_Jackal" + Name: "L Jackal" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 100 + Atk: 120 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + bonus bDoubleAddRate, 30; + "> +}, +{ + Id:10587 + AegisName: "L_Sword" + Name: "L Sword" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10588 + AegisName: "L_BastardSword" + Name: "L BastardSword" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10591 + AegisName: "L_LongSword" + Name: "L LongSword" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10594 + AegisName: "L_Spear" + Name: "L Spear" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10596 + AegisName: "L_Pike" + Name: "L Pike" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 1600 + Atk: 140 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 2 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_2HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id:10623 + AegisName: "L_Scythe" + Name: "L Scythe" + Type: "IT_WEAPON" + Buy: 100 + Sell: 50 + Weight: 1200 + Atk: 75 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 2 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_2HSPEAR" +}, +{ + Id:10758 + AegisName: "L_WoodenStaff" + Name: "L WoodenStaff" + Type: "IT_WEAPON" + Buy: 4000 + Sell: 2000 + Weight: 1000 + Atk: 50 + Range: 1 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_2HSTAFF" + OnEquipScript: <" + callfunc "RequireStat", bInt, 60, EQI_HAND_R; + "> + Script: <" + bonus bMatkRate, 10; + if (getskilllv(SKILL_CONFRINGO)) + addtoskill(SKILL_CONFRINGO, 1, 2); + "> +}, +{ + Id:11171 + AegisName: "L_Wand" + Name: "L Wand" + Type: "IT_WEAPON" + Buy: 400 + Sell: 200 + Weight: 100 + Atk: 1 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + OnEquipScript: <" + callfunc "RequireStat", bInt, 5, EQI_HAND_R; + "> + Script: <" + bonus bMatkRate, 5; + "> +}, +{ + Id:10762 + AegisName: "L_TerraniteArrow" + Name: "L TerraniteArrow" + Type: "IT_AMMO" + Buy: 80 + Sell: 20 + Weight: 1 + Atk: 50 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 762 + Subtype: "A_ARROW" + Script: <" + bonus bCritical, 20; + "> +}, +{ + Id:10867 + AegisName: "L_IceGladius" + Name: "L IceGladius" + Type: "IT_WEAPON" + Buy: 2000 + Sell: 1000 + Weight: 1000 + Atk: 110 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id:10878 + AegisName: "L_BansheeBow" + Name: "L BansheeBow" + Type: "IT_WEAPON" + Buy: 101000 + Sell: 40000 + Weight: 900 + Atk: 140 + Range: 6 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 90 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + OnEquipScript: <" + callfunc "RequireStat", bDex, 80, EQI_HAND_R; + "> + Script: <" + bonus2 bHPDrainRate, 100, -2; + bonus bAspdRate, 20; + bonus bMaxHP, -150; + bonus bSpeedAddRate, 10; + bonus bDefRate, -40; + bonus bDef2Rate, -35; + bonus bMatkRate, -9; + "> +}, +{ + Id:10903 + AegisName: "L_SlingShot" + Name: "L SlingShot" + Type: "IT_WEAPON" + Buy: 500 + Sell: 50 + Weight: 10 + Atk: 5 + Range: 4 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id904: 1 + } +}, +{ + Id:10904 + AegisName: "L_SlingBullet" + Name: "L SlingBullet" + Type: "IT_AMMO" + Buy: 1 + Sell: 0 + Weight: 1 + Atk: 3 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 904 + Subtype: "A_ARROW" +}, +{ + Id:10906 + AegisName: "L_KidBook" + Name: "L KidBook" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 5000 + Weight: 100 + Atk: 1 + Range: 3 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 1 + Refine: false + Subtype: "W_HUUMA" +}, +{ + Id:11199 + AegisName: "L_Arrow" + Name: "L Arrow" + Type: "IT_AMMO" + Buy: 1 + Sell: 0 + Weight: 1 + Atk: 20 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 1199 + Subtype: "A_ARROW" +}, +{ + Id:11200 + AegisName: "L_Bow" + Name: "L Bow" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 20 + Atk: 20 + Range: 5 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 4 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id:11201 + AegisName: "L_Knife" + Name: "L Knife" + Type: "IT_WEAPON" + Buy: 50 + Sell: 25 + Weight: 120 + Atk: 5 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id:11215 + AegisName: "L_ToySabre" + Name: "L ToySabre" + Type: "IT_WEAPON" + Buy: 2000000 + Sell: 25 + Weight: 1 + Atk: 1 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" +}, +{ + Id:11282 + AegisName: "L_BoneArrows" + Name: "L BoneArrows" + Type: "IT_AMMO" + Buy: 50 + Sell: 20 + Weight: 0 + Atk: 55 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 1282 + Subtype: "A_ARROW" + Script: <" + bonus bCritical, 1; + "> +}, +{ + Id:15260 + AegisName: "L_Snowball" + Name: "L Snowball" + Type: "IT_AMMO" + Buy: 1 + Sell: 0 + Weight: 1 + Atk: 20 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 5260 + Subtype: "A_SHELL" +}, +{ + Id:15261 + AegisName: "L_SnowLauncher" + Name: "L SnowLauncher" + Type: "IT_WEAPON" + Buy: 500 + Sell: 50 + Weight: 10 + Atk: 20 + Range: 3 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id5260: 1 + } +}, +{ + Id:15284 + AegisName: "L_Revolver" + Name: "L Revolver" + Type: "IT_WEAPON" + Buy: 150000 + Sell: 500 + Weight: 3000 + Atk: 120 + Range: 5 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id904: 1 + } + Nouse: { + override: 1 + } +}, +/* Rings & Accessories */ +{ + Id:10702 + AegisName: "L_WeddingRing" + Name: "L WeddingRing" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 702 +}, +{ + Id:10742 + AegisName: "L_FourLeafClover" + Name: "L FourLeafClover" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 742 + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id:10749 + AegisName: "L_Towel" + Name: "L Towel" + Type: "IT_ARMOR" + Buy: 800 + Sell: 250 + Weight: 50 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 749 +}, +{ + Id:10829 + AegisName: "L_CrozeniteFourLeafAmulet" + Name: "L CrozeniteFourLeafAmulet" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 829 + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id:10830 + AegisName: "L_BromenalFourLeafAmulet" + Name: "L BromenalFourLeafAmulet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 2000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 830 + Script: <" + bonus bLuk, 2; + "> +}, +{ + Id:10831 + AegisName: "L_SilverFourLeafAmulet" + Name: "L SilverFourLeafAmulet" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 831 + Script: <" + bonus bLuk, 3; + "> +}, +{ + Id:10832 + AegisName: "L_GoldenFourLeafAmulet" + Name: "L GoldenFourLeafAmulet" + Type: "IT_ARMOR" + Buy: 40000 + Sell: 4000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 832 + Script: <" + bonus bLuk, 4; + "> +}, +{ + Id:10865 + AegisName: "L_Grimoire" + Name: "L Grimoire" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 100 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 865 + Script: <" + bonus bMaxSP, 30; + "> +}, +{ + Id:10879 + AegisName: "L_HeartOfIsis" + Name: "L HeartOfIsis" + Type: "IT_ARMOR" + Buy: 70000 + Sell: 35000 + Weight: 40 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 85 + Refine: false + ViewSprite: 879 + Script: <" + bonus bMaxHPrate, 15; + bonus bHPrecovRate, 65; + "> +}, +{ + Id:11227 + AegisName: "L_EnchantersAmulet" + Name: "L EnchantersAmulet" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 1227 + Script: <" + bonus bHit, 22; + "> +}, +{ + Id:11244 + AegisName: "L_DarkTalisman" + Name: "L DarkTalisman" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 1244 + Script: <" + bonus bMatkRate, 10; + bonus bMdef, 30; + "> +}, +{ + Id:14008 + AegisName: "L_DiamondRing" + Name: "L DiamondRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4008 + Script: <" + bonus bVit, 1; + "> +}, +{ + Id:14009 + AegisName: "L_RubyRing" + Name: "L RubyRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4009 + Script: <" + bonus bStr, 1; + "> +}, +{ + Id:14010 + AegisName: "L_EmeraldRing" + Name: "L EmeraldRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4010 + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id:14011 + AegisName: "L_SapphireRing" + Name: "L SapphireRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4011 + Script: <" + bonus bInt, 1; + "> +}, +{ + Id:14012 + AegisName: "L_TopazRing" + Name: "L TopazRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4012 + Script: <" + bonus bAgi, 1; + "> +}, +{ + Id:14013 + AegisName: "L_AmethystRing" + Name: "L AmethystRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4013 + Script: <" + bonus bDex, 1; + "> +}, +{ + Id:14014 + AegisName: "L_SimpleRing" + Name: "L SimpleRing" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4014 +}, +{ + Id:10677 + AegisName: "L_HeartNecklace" + Name: "L HeartNecklace" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 0 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 677 +}, +{ + Id:15252 + AegisName: "L_GuardianWings" + Name: "L GuardianWings" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 5252 +}, +{ + Id:15253 + AegisName: "L_MageRing" + Name: "L MageRing" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 5253 + Script: <" + bonus bInt, 1; + "> +}, +{ + Id:15272 + AegisName: "L_ManaPearl" + Name: "L Mana Pearl" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 5272 + Script: <" + bonus bInt, 1; + bonus bMatkRate, 1; + bonus bMaxSP, 55; + bonus bMdef, 11; + "> +}, +{ + Id:15274 + AegisName: "L_AssassinRing" + Name: "L Assassin Ring" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 5274 + Script: <" + callfunc "BrawlingItem", EQI_ACC_R; + bonus bAgi, 1; + bonus bCritical, 5; + bonus bAspdRate, 5; + "> +}, +{ + Id:15275 + AegisName: "L_AssassinAmulet" + Name: "L Assassin Amulet" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 5275 + Script: <" + callfunc "BrawlingItem", EQI_ARMOR; + bonus bAgi, 1; + bonus bDoubleAddRate, 5; + bonus bHit, 25; + "> +}, +/* Boots */ +{ + Id:10528 + AegisName: "L_Boots" + Name: "L Boots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 80 + Def: 2 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 528 +}, +{ + Id:10655 + AegisName: "L_FurBoots" + Name: "L FurBoots" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 600 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 655 +}, +{ + Id:10734 + AegisName: "L_BlackBoots" + Name: "L BlackBoots" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 3000 + Weight: 25 + Def: 3 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 734 +}, +{ + Id:10735 + AegisName: "L_CottonBoots" + Name: "L CottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 735 +}, +{ + Id:10757 + AegisName: "L_AssassinBoots" + Name: "L AssassinBoots" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 2000 + Weight: 10 + Def: 3 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 757 + Script: <" + callfunc "BrawlingItem", EQI_SHOES; + bonus bAgi, 4; + bonus bMatkRate, -1; + "> +}, +{ + Id:10792 + AegisName: "L_BromenalBoots" + Name: "L BromenalBoots" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 792 +}, +{ + Id:10876 + AegisName: "L_WarlordBoots" + Name: "L WarlordBoots" + Type: "IT_ARMOR" + Buy: 19000 + Sell: 2000 + Weight: 550 + Def: 5 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 876 + Script: <" + bonus bMatkRate, -4; + "> +}, +{ + Id:12150 + AegisName: "L_RedCottonBoots" + Name: "L RedCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2150 +}, +{ + Id:12151 + AegisName: "L_GreenCottonBoots" + Name: "L GreenCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2151 +}, +{ + Id:12152 + AegisName: "L_DarkBlueCottonBoots" + Name: "L DarkBlueCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2152 +}, +{ + Id:12153 + AegisName: "L_YellowCottonBoots" + Name: "L YellowCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2153 +}, +{ + Id:12154 + AegisName: "L_LightBlueCottonBoots" + Name: "L LightBlueCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2154 +}, +{ + Id:12155 + AegisName: "L_PinkCottonBoots" + Name: "L PinkCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2155 +}, +{ + Id:12156 + AegisName: "L_BlackCottonBoots" + Name: "L BlackCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2156 +}, +{ + Id:12157 + AegisName: "L_OrangeCottonBoots" + Name: "L OrangeCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2157 +}, +{ + Id:12158 + AegisName: "L_PurpleCottonBoots" + Name: "L PurpleCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2158 +}, +{ + Id:12159 + AegisName: "L_DarkGreenCottonBoots" + Name: "L DarkGreenCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2159 +}, +{ + Id:11188 + AegisName: "L_RedStockings" + Name: "L RedStockings" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 2000 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 1188 +}, +{ + Id:10503 + AegisName: "L_CasinoCoins" + Name: "L CasinoCoins" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 503 +}, +{ + Id:10504 + AegisName: "L_DecorCandy" + Name: "L DecorCandy" + Type: "IT_ETC" + Buy: 25 + Sell: 10 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 504 +}, +{ + Id:10505 + AegisName: "L_MaggotSlime" + Name: "L MaggotSlime" + Type: "IT_ETC" + Buy: 8 + Sell: 4 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 505 +}, +{ + Id:10507 + AegisName: "L_ScorpionStinger" + Name: "L ScorpionStinger" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 507 +}, +{ + Id:10515 + AegisName: "L_PurplePresentBox" + Name: "L PurplePresentBox" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 515 +}, +{ + Id:10516 + AegisName: "L_BluePresentBox" + Name: "L BluePresentBox" + Type: "IT_ETC" + Buy: 60 + Sell: 30 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 516 +}, +{ + Id:10517 + AegisName: "L_RedScorpionStinger" + Name: "L RedScorpionStinger" + Type: "IT_ETC" + Buy: 170 + Sell: 85 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 517 +}, +{ + Id:10518 + AegisName: "L_BugLeg" + Name: "L BugLeg" + Type: "IT_ETC" + Buy: 100 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 518 +}, +{ + Id:10526 + AegisName: "L_CoinBag" + Name: "L CoinBag" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 526 +}, +{ + Id:10537 + AegisName: "L_TreasureKey" + Name: "L TreasureKey" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 537 +}, +{ + Id:10538 + AegisName: "L_GreenPresentBox" + Name: "L GreenPresentBox" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 538 +}, +{ + Id:10540 + AegisName: "L_EmptyBottle" + Name: "L EmptyBottle" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 540 +}, +{ + Id:10542 + AegisName: "L_BottleOfSand" + Name: "L BottleOfSand" + Type: "IT_ETC" + Buy: 70 + Sell: 35 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 542 +}, +{ + Id:10551 + AegisName: "L_AquaHint" + Name: "L AquaHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 551 +}, +{ + Id:10552 + AegisName: "L_MagentaHint" + Name: "L MagentaHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 552 +}, +{ + Id:10553 + AegisName: "L_YellowHint" + Name: "L YellowHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 553 +}, +{ + Id:10554 + AegisName: "L_GreenHint" + Name: "L GreenHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 554 +}, +{ + Id:10555 + AegisName: "L_TealHint" + Name: "L TealHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 555 +}, +{ + Id:10556 + AegisName: "L_PurpleHint" + Name: "L PurpleHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 556 +}, +{ + Id:10557 + AegisName: "L_RedHint" + Name: "L RedHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 557 +}, +{ + Id:10558 + AegisName: "L_BlueHint" + Name: "L BlueHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 558 +}, +{ + Id:10559 + AegisName: "L_OrangeHint" + Name: "L OrangeHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 559 +}, +{ + Id:10560 + AegisName: "L_GrayHint" + Name: "L GrayHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 560 +}, +{ + Id:10569 + AegisName: "L_RawLog" + Name: "L RawLog" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 569 +}, +{ + Id:10589 + AegisName: "L_Toothbrush" + Name: "L Toothbrush" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 589 +}, +{ + Id:10611 + AegisName: "L_WhiteFur" + Name: "L WhiteFur" + Type: "IT_ETC" + Buy: 8 + Sell: 4 + Weight: 8 + Def: 0 + Refine: false + ViewSprite: 611 +}, +{ + Id:10612 + AegisName: "L_CaveSnakeLamp" + Name: "L CaveSnakeLamp" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 612 +}, +{ + Id:10613 + AegisName: "L_HardSpike" + Name: "L HardSpike" + Type: "IT_ETC" + Buy: 40 + Sell: 10 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 613 +}, +{ + Id:10614 + AegisName: "L_PinkAntenna" + Name: "L PinkAntenna" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 614 +}, +{ + Id:10631 + AegisName: "L_DarkCrystal" + Name: "L DarkCrystal" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 631 +}, +{ + Id:10635 + AegisName: "L_SantaCookie" + Name: "L SantaCookie" + Type: "IT_ETC" + Buy: 1 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 635 +}, +{ + Id:10640 + AegisName: "L_IronOre" + Name: "L IronOre" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 40 + Def: 0 + Refine: false + ViewSprite: 640 +}, +{ + Id:10641 + AegisName: "L_SnakeSkin" + Name: "L SnakeSkin" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 15 + Def: 0 + Refine: false + ViewSprite: 641 +}, +{ + Id:10660 + AegisName: "L_CottonCloth" + Name: "L CottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 660 +}, +{ + Id:10661 + AegisName: "L_RedRose" + Name: "L RedRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 661 +}, +{ + Id:10662 + AegisName: "L_WhiteRose" + Name: "L WhiteRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 662 +}, +{ + Id:10663 + AegisName: "L_DarkRedRose" + Name: "L DarkRedRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 663 +}, +{ + Id:10664 + AegisName: "L_PinkRose" + Name: "L PinkRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 664 +}, +{ + Id:10665 + AegisName: "L_YellowRose" + Name: "L YellowRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 665 +}, +{ + Id:10666 + AegisName: "L_BlackRose" + Name: "L BlackRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 666 +}, +{ + Id:10667 + AegisName: "L_OrangeRose" + Name: "L OrangeRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 667 +}, +{ + Id:10668 + AegisName: "L_BlueRose" + Name: "L BlueRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 668 +}, +{ + Id:10669 + AegisName: "L_YellowTulip" + Name: "L YellowTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 669 +}, +{ + Id:10670 + AegisName: "L_PurpleTulip" + Name: "L PurpleTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 670 +}, +{ + Id:10671 + AegisName: "L_RedTulip" + Name: "L RedTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 671 +}, +{ + Id:10672 + AegisName: "L_WhiteTulip" + Name: "L WhiteTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 672 +}, +{ + Id:10673 + AegisName: "L_PinkTulip" + Name: "L PinkTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 673 +}, +{ + Id:10674 + AegisName: "L_OrangeTulip" + Name: "L OrangeTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 674 +}, +{ + Id:10680 + AegisName: "L_MauveHerb" + Name: "L MauveHerb" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 680 +}, +{ + Id:10681 + AegisName: "L_CobaltHerb" + Name: "L CobaltHerb" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 681 +}, +{ + Id:10682 + AegisName: "L_GambogeHerb" + Name: "L GambogeHerb" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 682 +}, +{ + Id:10683 + AegisName: "L_AlizarinHerb" + Name: "L AlizarinHerb" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 683 +}, +{ + Id:10690 + AegisName: "L_RedDye" + Name: "L RedDye" + Type: "IT_ETC" + Buy: 100 + Sell: 20 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 690 +}, +{ + Id:10691 + AegisName: "L_GreenDye" + Name: "L GreenDye" + Type: "IT_ETC" + Buy: 2500 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 691 +}, +{ + Id:10692 + AegisName: "L_DarkBlueDye" + Name: "L DarkBlueDye" + Type: "IT_ETC" + Buy: 40000 + Sell: 15000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 692 +}, +{ + Id:10693 + AegisName: "L_YellowDye" + Name: "L YellowDye" + Type: "IT_ETC" + Buy: 100 + Sell: 20 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 693 +}, +{ + Id:10694 + AegisName: "L_LightBlueDye" + Name: "L LightBlueDye" + Type: "IT_ETC" + Buy: 100 + Sell: 20 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 694 +}, +{ + Id:10695 + AegisName: "L_PinkDye" + Name: "L PinkDye" + Type: "IT_ETC" + Buy: 2500 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 695 +}, +{ + Id:10696 + AegisName: "L_BlackDye" + Name: "L BlackDye" + Type: "IT_ETC" + Buy: 30000 + Sell: 15000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 696 +}, +{ + Id:10697 + AegisName: "L_OrangeDye" + Name: "L OrangeDye" + Type: "IT_ETC" + Buy: 2500 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 697 +}, +{ + Id:10698 + AegisName: "L_PurpleDye" + Name: "L PurpleDye" + Type: "IT_ETC" + Buy: 70000 + Sell: 35000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 698 +}, +{ + Id:10699 + AegisName: "L_DarkGreenDye" + Name: "L DarkGreenDye" + Type: "IT_ETC" + Buy: 2000 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 699 +}, +{ + Id:10700 + AegisName: "L_Pearl" + Name: "L Pearl" + Type: "IT_ETC" + Buy: 5000 + Sell: 3000 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 700 +}, +{ + Id:10701 + AegisName: "L_PileOfAsh" + Name: "L PileOfAsh" + Type: "IT_ETC" + Buy: 3000 + Sell: 100 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 701 +}, +{ + Id:10703 + AegisName: "L_SulphurPowder" + Name: "L SulphurPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 25 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 703 +}, +{ + Id:10704 + AegisName: "L_IronPowder" + Name: "L IronPowder" + Type: "IT_ETC" + Buy: 800 + Sell: 80 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 704 +}, +{ + Id:10706 + AegisName: "L_GoldenScorpionStinger" + Name: "L GoldenScorpionStinger" + Type: "IT_ETC" + Buy: 2000 + Sell: 500 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 706 +}, +{ + Id:10707 + AegisName: "L_MonsterOilPotion" + Name: "L MonsterOilPotion" + Type: "IT_ETC" + Buy: 10000 + Sell: 2000 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 707 +}, +{ + Id:10708 + AegisName: "L_LeatherPatch" + Name: "L LeatherPatch" + Type: "IT_ETC" + Buy: 300 + Sell: 150 + Weight: 18 + Def: 0 + Refine: false + ViewSprite: 708 +}, +{ + Id:10709 + AegisName: "L_BlackScorpionStinger" + Name: "L BlackScorpionStinger" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 709 +}, +{ + Id:10710 + AegisName: "L_SnakeTongue" + Name: "L SnakeTongue" + Type: "IT_ETC" + Buy: 60 + Sell: 30 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 710 +}, +{ + Id:10711 + AegisName: "L_MountainSnakeTongue" + Name: "L MountainSnakeTongue" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 711 +}, +{ + Id:10712 + AegisName: "L_GrassSnakeTongue" + Name: "L GrassSnakeTongue" + Type: "IT_ETC" + Buy: 160 + Sell: 80 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 712 +}, +{ + Id:10713 + AegisName: "L_CaveSnakeTongue" + Name: "L CaveSnakeTongue" + Type: "IT_ETC" + Buy: 120 + Sell: 60 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 713 +}, +{ + Id:10718 + AegisName: "L_SilkCocoon" + Name: "L SilkCocoon" + Type: "IT_ETC" + Buy: 200 + Sell: 3 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 718 +}, +{ + Id:10727 + AegisName: "L_Iten" + Name: "L Iten" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 8000 + Def: 0 + Refine: false + ViewSprite: 727 +}, +{ + Id:10728 + AegisName: "L_MoubooFigurine" + Name: "L MoubooFigurine" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 9 + Def: 0 + Refine: false + ViewSprite: 728 +}, +{ + Id:10729 + AegisName: "L_WarpedLog" + Name: "L WarpedLog" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 8 + Def: 0 + Refine: false + ViewSprite: 729 +}, +{ + Id:10730 + AegisName: "L_Lifestone" + Name: "L Lifestone" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 730 +}, +{ + Id:10732 + AegisName: "L_DruidTreeBranch" + Name: "L DruidTreeBranch" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 732 +}, +{ + Id:10740 + AegisName: "L_Root" + Name: "L Root" + Type: "IT_ETC" + Buy: 500 + Sell: 200 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 740 +}, +{ + Id:10746 + AegisName: "L_MopoxCurePotion" + Name: "L MopoxCurePotion" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 746 +}, +{ + Id:10753 + AegisName: "L_BatWing" + Name: "L BatWing" + Type: "IT_ETC" + Buy: 500 + Sell: 10 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 753 +}, +{ + Id:10754 + AegisName: "L_BatTeeth" + Name: "L BatTeeth" + Type: "IT_ETC" + Buy: 600 + Sell: 12 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 754 +}, +{ + Id:10763 + AegisName: "L_TerraniteOre" + Name: "L TerraniteOre" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 40 + Def: 0 + Refine: false + ViewSprite: 763 +}, +{ + Id:10772 + AegisName: "L_WispPowder" + Name: "L WispPowder" + Type: "IT_ETC" + Buy: 700 + Sell: 350 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 772 +}, +{ + Id:10773 + AegisName: "L_SpectrePowder" + Name: "L SpectrePowder" + Type: "IT_ETC" + Buy: 700 + Sell: 350 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 773 +}, +{ + Id:10774 + AegisName: "L_PoltergeistPowder" + Name: "L PoltergeistPowder" + Type: "IT_ETC" + Buy: 700 + Sell: 350 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 774 +}, +{ + Id:10775 + AegisName: "L_Bone" + Name: "L Bone" + Type: "IT_ETC" + Buy: 140 + Sell: 70 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 775 +}, +{ + Id:10776 + AegisName: "L_Skull" + Name: "L Skull" + Type: "IT_ETC" + Buy: 900 + Sell: 450 + Weight: 30 + Def: 0 + Refine: false + ViewSprite: 776 +}, +{ + Id:10777 + AegisName: "L_RottenRags" + Name: "L RottenRags" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 15 + Def: 0 + Refine: false + ViewSprite: 777 +}, +{ + Id:10778 + AegisName: "L_DiseasedHeart" + Name: "L DiseasedHeart" + Type: "IT_ETC" + Buy: 180 + Sell: 90 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 778 +}, +{ + Id:10779 + AegisName: "L_UndeadEar" + Name: "L UndeadEar" + Type: "IT_ETC" + Buy: 30 + Sell: 15 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 779 +}, +{ + Id:10780 + AegisName: "L_UndeadEye" + Name: "L UndeadEye" + Type: "IT_ETC" + Buy: 30 + Sell: 15 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 780 +}, +{ + Id:10799 + AegisName: "L_MylarinDust" + Name: "L MylarinDust" + Type: "IT_ETC" + Buy: 10000 + Sell: 5000 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 799 +}, +{ + Id:10802 + AegisName: "L_EasterBasket" + Name: "L EasterBasket" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 802 +}, +{ + Id:10803 + AegisName: "L_GrassLiner" + Name: "L GrassLiner" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 803 +}, +{ + Id:10804 + AegisName: "L_JellyBeans" + Name: "L JellyBeans" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 804 +}, +{ + Id:10805 + AegisName: "L_ChocolateMouboo" + Name: "L ChocolateMouboo" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 805 +}, +{ + Id:10806 + AegisName: "L_ReedBundle" + Name: "L ReedBundle" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 806 +}, +{ + Id:10807 + AegisName: "L_GrassSeed" + Name: "L GrassSeed" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 807 +}, +{ + Id:10819 + AegisName: "L_DiamondPowder" + Name: "L DiamondPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 819 +}, +{ + Id:10820 + AegisName: "L_RubyPowder" + Name: "L RubyPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 820 +}, +{ + Id:10821 + AegisName: "L_EmeraldPowder" + Name: "L EmeraldPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 821 +}, +{ + Id:10822 + AegisName: "L_SapphirePowder" + Name: "L SapphirePowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 822 +}, +{ + Id:10823 + AegisName: "L_TopazPowder" + Name: "L TopazPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 823 +}, +{ + Id:10824 + AegisName: "L_AmethystPowder" + Name: "L AmethystPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 824 +}, +{ + Id:10833 + AegisName: "L_BrokenFourLeafAmulet" + Name: "L BrokenFourLeafAmulet" + Type: "IT_ETC" + Buy: 100 + Sell: 1 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 833 +}, +{ + Id:10834 + AegisName: "L_BrokenDoll" + Name: "L BrokenDoll" + Type: "IT_ETC" + Buy: 20 + Sell: 5 + Weight: 15 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 834 +}, +{ + Id:10835 + AegisName: "L_HyvernStinger" + Name: "L HyvernStinger" + Type: "IT_ETC" + Buy: 100 + Sell: 25 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 835 +}, +{ + Id:10836 + AegisName: "L_GrubSlime" + Name: "L GrubSlime" + Type: "IT_ETC" + Buy: 40 + Sell: 10 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 836 +}, +{ + Id:10841 + AegisName: "L_RedDottedWrap" + Name: "L RedDottedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 841 +}, +{ + Id:10842 + AegisName: "L_YellowDottedWrap" + Name: "L YellowDottedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 842 +}, +{ + Id:10843 + AegisName: "L_BlueDottedWrap" + Name: "L BlueDottedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 843 +}, +{ + Id:10844 + AegisName: "L_PurpleStripedWrap" + Name: "L PurpleStripedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 844 +}, +{ + Id:10845 + AegisName: "L_RedGoldenStripedWrap" + Name: "L RedGoldenStripedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 845 +}, +{ + Id:10846 + AegisName: "L_GreenRedStripedWrap" + Name: "L GreenRedStripedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 846 +}, +{ + Id:10847 + AegisName: "L_PlushMouboo" + Name: "L PlushMouboo" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 200 + Def: 0 + Refine: false + ViewSprite: 847 +}, +{ + Id:10849 + AegisName: "L_OpenPresentBox" + Name: "L OpenPresentBox" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 849 +}, +{ + Id:10850 + AegisName: "L_ClosedChristmasBox" + Name: "L ClosedChristmasBox" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 200 + Def: 0 + Refine: false + ViewSprite: 850 +}, +{ + Id:10851 + AegisName: "L_StickReinboo" + Name: "L StickReinboo" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 851 +}, +{ + Id:10852 + AegisName: "L_LeatherBall" + Name: "L LeatherBall" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 852 +}, +{ + Id:10853 + AegisName: "L_Doll" + Name: "L Doll" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 30 + Def: 0 + Refine: false + ViewSprite: 853 +}, +{ + Id:10858 + AegisName: "L_WolvernTooth" + Name: "L WolvernTooth" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 858 +}, +{ + Id:10859 + AegisName: "L_WolvernPelt" + Name: "L WolvernPelt" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 859 +}, +{ + Id:10860 + AegisName: "L_SquirrelPelt" + Name: "L SquirrelPelt" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 860 +}, +{ + Id:10861 + AegisName: "L_WhiteBellTuber" + Name: "L WhiteBellTuber" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 861 +}, +{ + Id:10862 + AegisName: "L_IcedWater" + Name: "L IcedWater" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 862 +}, +{ + Id:10863 + AegisName: "L_SilverMirror" + Name: "L SilverMirror" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 863 +}, +{ + Id:10864 + AegisName: "L_BookPage" + Name: "L BookPage" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 864 +}, +{ + Id:10866 + AegisName: "L_LeatherSuitcase" + Name: "L LeatherSuitcase" + Type: "IT_ETC" + Buy: 4000 + Sell: 2000 + Weight: 12000 + Def: 0 + Refine: false + ViewSprite: 866 +}, +{ + Id:10869 + AegisName: "L_Antlers" + Name: "L Antlers" + Type: "IT_ETC" + Buy: 4000 + Sell: 2000 + Weight: 3000 + Def: 0 + Refine: false + ViewSprite: 869 +}, +{ + Id:10871 + AegisName: "L_SealedSoul" + Name: "L SealedSoul" + Type: "IT_ETC" + Buy: 12000 + Sell: 1000 + Weight: 75 + Def: 0 + Refine: false + ViewSprite: 871 +}, +{ + Id:10872 + AegisName: "L_LockPicks" + Name: "L LockPicks" + Type: "IT_ETC" + Buy: 5000 + Sell: 1500 + Weight: 150 + Def: 0 + Refine: false + ViewSprite: 872 +}, +{ + Id:10873 + AegisName: "L_LazuriteShard" + Name: "L LazuriteShard" + Type: "IT_ETC" + Buy: 500 + Sell: 50 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 873 +}, +{ + Id:10874 + AegisName: "L_LazuriteCrystal" + Name: "L LazuriteCrystal" + Type: "IT_ETC" + Buy: 3000 + Sell: 200 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 874 +}, +{ + Id:10875 + AegisName: "L_HeartOfLazurite" + Name: "L HeartOfLazurite" + Type: "IT_ETC" + Buy: 10000 + Sell: 400 + Weight: 15 + Def: 0 + Refine: false + ViewSprite: 875 +}, +{ + Id:10891 + AegisName: "L_SilkSheet" + Name: "L SilkSheet" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 891 +}, +{ + Id:10892 + AegisName: "L_OrangeSummonFlower" + Name: "L OrangeSummonFlower" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 892 +}, +{ + Id:10893 + AegisName: "L_PurpleSummonFlower" + Name: "L PurpleSummonFlower" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 893 +}, +{ + Id:10894 + AegisName: "L_WhiteSummonFlower" + Name: "L WhiteSummonFlower" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 894 +}, +{ + Id:10895 + AegisName: "L_YellowSummonFlower" + Name: "L YellowSummonFlower" + Type: "IT_ETC" + Buy: 400 + Sell: 200 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 895 +}, +{ + Id:10896 + AegisName: "L_RedSummonFlower" + Name: "L RedSummonFlower" + Type: "IT_ETC" + Buy: 600 + Sell: 300 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 896 +}, +{ + Id:11191 + AegisName: "L_WhiteWrap" + Name: "L WhiteWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1191 +}, +{ + Id:11192 + AegisName: "L_YellowWrap" + Name: "L YellowWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1192 +}, +{ + Id:11193 + AegisName: "L_BlueWrap" + Name: "L BlueWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1193 +}, +{ + Id:11194 + AegisName: "L_PurpleWrap" + Name: "L PurpleWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1194 +}, +{ + Id:11195 + AegisName: "L_GreenWrap" + Name: "L GreenWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1195 +}, +{ + Id:11198 + AegisName: "L_Soul" + Name: "L Soul" + Type: "IT_ETC" + Buy: 100000 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 1198 +}, +{ + Id:11207 + AegisName: "L_RedChristmasStocking" + Name: "L RedChristmasStocking" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1207 +}, +{ + Id:11208 + AegisName: "L_RedEasterEgg" + Name: "L RedEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1208 +}, +{ + Id:11209 + AegisName: "L_GreenEasterEgg" + Name: "L GreenEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1209 +}, +{ + Id:11210 + AegisName: "L_BlueEasterEgg" + Name: "L BlueEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1210 +}, +{ + Id:11211 + AegisName: "L_YellowEasterEgg" + Name: "L YellowEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1211 +}, +{ + Id:11212 + AegisName: "L_PinkEasterEgg" + Name: "L PinkEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1212 +}, +{ + Id:11213 + AegisName: "L_TealEasterEgg" + Name: "L TealEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1213 +}, +{ + Id:11228 + AegisName: "L_LightCrystal" + Name: "L LightCrystal" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1228 +}, +{ + Id:11233 + AegisName: "L_FakeFangs" + Name: "L FakeFangs" + Type: "IT_ETC" + Buy: 20000 + Sell: 10000 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1233 +}, +{ + Id:11234 + AegisName: "L_RedOrnament" + Name: "L RedOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1234 +}, +{ + Id:11235 + AegisName: "L_YellowOrnament" + Name: "L YellowOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1235 +}, +{ + Id:11236 + AegisName: "L_GreenOrnament" + Name: "L GreenOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1236 +}, +{ + Id:11237 + AegisName: "L_AquaOrnament" + Name: "L AquaOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1237 +}, +{ + Id:11238 + AegisName: "L_BlueOrnament" + Name: "L BlueOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1238 +}, +{ + Id:11239 + AegisName: "L_MagentaOrnament" + Name: "L MagentaOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1239 +}, +{ + Id:11240 + AegisName: "L_SantaSnowGlobe" + Name: "L SantaSnowGlobe" + Type: "IT_ETC" + Buy: 7500 + Sell: 3750 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1240 +}, +{ + Id:11241 + AegisName: "L_SnowmanSnowGlobe" + Name: "L SnowmanSnowGlobe" + Type: "IT_ETC" + Buy: 7500 + Sell: 3750 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1241 +}, +{ + Id:11245 + AegisName: "L_BentNeedle" + Name: "L BentNeedle" + Type: "IT_ETC" + Buy: 700 + Sell: 1 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1245 +}, +{ + Id:11246 + AegisName: "L_DarkEasterEgg" + Name: "L DarkEasterEgg" + Type: "IT_ETC" + Buy: 700 + Sell: 50 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1246 +}, +{ + Id:11249 + AegisName: "L_StrangeCoin" + Name: "L StrangeCoin" + Type: "IT_ETC" + Buy: 7000 + Sell: 3500 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1249 +}, +{ + Id:11254 + AegisName: "L_DarkPetal" + Name: "L DarkPetal" + Type: "IT_ETC" + Buy: 15000 + Sell: 8000 + Weight: 250 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1254 +}, +{ + Id:11257 + AegisName: "L_FlawedLens" + Name: "L FlawedLens" + Type: "IT_ETC" + Buy: 10000 + Sell: 5000 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1257 +}, +{ + Id:12250 + AegisName: "L_RedCottonCloth" + Name: "L RedCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2250 +}, +{ + Id:12251 + AegisName: "L_GreenCottonCloth" + Name: "L GreenCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2251 +}, +{ + Id:12252 + AegisName: "L_DarkBlueCottonCloth" + Name: "L DarkBlueCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2252 +}, +{ + Id:12253 + AegisName: "L_YellowCottonCloth" + Name: "L YellowCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2253 +}, +{ + Id:12254 + AegisName: "L_LightBlueCottonCloth" + Name: "L LightBlueCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2254 +}, +{ + Id:12255 + AegisName: "L_PinkCottonCloth" + Name: "L PinkCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2255 +}, +{ + Id:12256 + AegisName: "L_BlackCottonCloth" + Name: "L BlackCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2256 +}, +{ + Id:12257 + AegisName: "L_OrangeCottonCloth" + Name: "L OrangeCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2257 +}, +{ + Id:12258 + AegisName: "L_PurpleCottonCloth" + Name: "L PurpleCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2258 +}, +{ + Id:12259 + AegisName: "L_DarkGreenCottonCloth" + Name: "L DarkGreenCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2259 +}, +{ + Id:13000 + AegisName: "L_JackOLantern" + Name: "L JackOLantern" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 1000 + Def: 0 + Refine: false + ViewSprite: 3000 +}, +{ + Id:13002 + AegisName: "L_RealisticBrain" + Name: "L RealisticBrain" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 3002 +}, +{ + Id:13003 + AegisName: "L_JarofBlood" + Name: "L JarofBlood" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 375 + Def: 0 + Refine: false + ViewSprite: 3003 +}, +{ + Id:13004 + AegisName: "L_Tongue" + Name: "L Tongue" + Type: "IT_ETC" + Buy: 5 + Sell: 1 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 3004 +}, +{ + Id:13011 + AegisName: "L_PumpkinSeeds" + Name: "L PumpkinSeeds" + Type: "IT_ETC" + Buy: 5 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 3011 +}, +{ + Id:13012 + AegisName: "L_BossMedal" + Name: "L Boss Medal" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 1 + ViewSprite: 3012 + Trade: { + override: 60 + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } +}, +{ + Id:14000 + AegisName: "L_AngryScorpionStinger" + Name: "L AngryScorpionStinger" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4000 +}, +{ + Id:14001 + AegisName: "L_Coal" + Name: "L Coal" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4001 +}, +{ + Id:14002 + AegisName: "L_Diamond" + Name: "L Diamond" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4002 +}, +{ + Id:14003 + AegisName: "L_Ruby" + Name: "L Ruby" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4003 +}, +{ + Id:14004 + AegisName: "L_Emerald" + Name: "L Emerald" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4004 +}, +{ + Id:14005 + AegisName: "L_Sapphire" + Name: "L Sapphire" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4005 +}, +{ + Id:14006 + AegisName: "L_Topaz" + Name: "L Topaz" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4006 +}, +{ + Id:14007 + AegisName: "L_Amethyst" + Name: "L Amethyst" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4007 +}, +{ + Id:14015 + AegisName: "L_IronIngot" + Name: "L IronIngot" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 200 + Def: 0 + Refine: false + ViewSprite: 4015 +}, +{ + Id:14016 + AegisName: "L_BanditHood" + Name: "L BanditHood" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 4016 +}, +{ + Id:14017 + AegisName: "L_RedPowder" + Name: "L RedPowder" + Type: "IT_ETC" + Buy: 3000 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 4017 +}, +{ + Id:14018 + AegisName: "L_YellowPowder" + Name: "L YellowPowder" + Type: "IT_ETC" + Buy: 3000 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 4018 +}, +{ + Id:14019 + AegisName: "L_BluePowder" + Name: "L BluePowder" + Type: "IT_ETC" + Buy: 3000 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 4019 +}, +{ + Id:14021 + AegisName: "L_YellowPresentBox" + Name: "L YellowPresentBox" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4021 +}, +{ + Id:14022 + AegisName: "L_WhitePresentBox" + Name: "L WhitePresentBox" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4022 +}, +{ + Id:14023 + AegisName: "L_AnimalBones" + Name: "L AnimalBones" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4023 +}, +{ + Id:14024 + AegisName: "L_FrozenYetiTear" + Name: "L FrozenYetiTear" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4024 +}, +{ + Id:14025 + AegisName: "L_YetiClaw" + Name: "L YetiClaw" + Type: "IT_ETC" + Buy: 150 + Sell: 75 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4025 +}, +{ + Id:14026 + AegisName: "L_IceCube" + Name: "L IceCube" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4026 +}, +{ + Id:14029 + AegisName: "L_GrimaceOfDementia" + Name: "L GrimaceOfDementia" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4029 +}, +{ + Id:14034 + AegisName: "L_BlackPearl" + Name: "L BlackPearl" + Type: "IT_ETC" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 4034 +}, +{ + Id:14037 + AegisName: "L_WhiteBlanket" + Name: "L WhiteBlanket" + Type: "IT_ETC" + Buy: 600 + Sell: 125 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 4037 +}, +{ + Id:14038 + AegisName: "L_WhiteSaddleRug" + Name: "L WhiteSaddleRug" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 100 + Def: 0 + Refine: false + ViewSprite: 4038 +}, +{ + Id:14039 + AegisName: "L_RedSaddleRug" + Name: "L RedSaddleRug" + Type: "IT_ETC" + Buy: 1200 + Sell: 300 + Weight: 110 + Def: 0 + Refine: false + ViewSprite: 4039 +}, +{ + Id:14040 + AegisName: "L_RawTalisman" + Name: "L RawTalisman" + Type: "IT_ETC" + Buy: 800 + Sell: 200 + Weight: 8 + Def: 0 + Refine: false + ViewSprite: 4040 +}, +{ + Id:14041 + AegisName: "L_FlightTalisman" + Name: "L FlightTalisman" + Type: "IT_ETC" + Buy: 5000 + Sell: 1200 + Weight: 12 + Def: 0 + Refine: false + ViewSprite: 4041 +}, +{ + Id:15110 + AegisName: "L_Bloodstone" + Name: "L Bloodstone" + Type: "IT_ETC" + Buy: 2000 + Sell: 250 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5110 +}, +{ + Id:15111 + AegisName: "L_BrainStem" + Name: "L BrainStem" + Type: "IT_ETC" + Buy: 180 + Sell: 90 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5111 +}, +{ + Id:15112 + AegisName: "L_CryptKey" + Name: "L CryptKey" + Type: "IT_ETC" + Buy: 300 + Sell: 150 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 5112 +}, +{ + Id:15113 + AegisName: "L_Ectoplasm" + Name: "L Ectoplasm" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5113 +}, +{ + Id:15114 + AegisName: "L_Urn" + Name: "L Urn" + Type: "IT_ETC" + Buy: 40 + Sell: 20 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 5114 +}, +{ + Id:15115 + AegisName: "L_VampireBatWing" + Name: "L VampireBatWing" + Type: "IT_ETC" + Buy: 700 + Sell: 20 + Weight: 4 + Def: 0 + Refine: false + ViewSprite: 5115 +}, +{ + Id:15116 + AegisName: "L_WraithHorn" + Name: "L WraithHorn" + Type: "IT_ETC" + Buy: 700 + Sell: 20 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5116 +}, +{ + Id:15117 + AegisName: "L_AstralCube" + Name: "L AstralCube" + Type: "IT_ETC" + Buy: 10000 + Sell: 10 + Weight: 800 + Def: 0 + Refine: false + ViewSprite: 5117 +}, +{ + Id:15118 + AegisName: "L_RunestoneA" + Name: "L RunestoneA" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5118 +}, +{ + Id:15119 + AegisName: "L_RunestoneL" + Name: "L RunestoneL" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5119 +}, +{ + Id:15120 + AegisName: "L_RunestoneN" + Name: "L RunestoneN" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5120 +}, +{ + Id:15121 + AegisName: "L_RunestoneT" + Name: "L RunestoneT" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5121 +}, +{ + Id:15122 + AegisName: "L_RunestoneW" + Name: "L RunestoneW" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5122 +}, +{ + Id:15123 + AegisName: "L_QuillOfBinding" + Name: "L QuillOfBinding" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5123 +}, +{ + Id:15124 + AegisName: "L_BloodInk" + Name: "L BloodInk" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 4 + Def: 0 + Refine: false + ViewSprite: 5124 +}, +{ + Id:15125 + AegisName: "L_UnderworldKey" + Name: "L UnderworldKey" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 5125 +}, +{ + Id:15127 + AegisName: "L_JarofOwnBlood" + Name: "L JarofOwnBlood" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 375 + Def: 0 + Refine: false + ViewSprite: 5127 +}, +{ + Id:11197 + AegisName: "L_SkeletonCharm" + Name: "L SkeletonCharm" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1197 +}, +{ + Id:15211 + AegisName: "L_ActivatedSulphur" + Name: "L ActivatedSulphur" + Type: "IT_ETC" + Buy: 3000 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5211 +}, +{ + Id:15212 + AegisName: "L_FairTradeSoil" + Name: "L FairTradeSoil" + Type: "IT_ETC" + Buy: 500 + Sell: 23 + Weight: 40 + Def: 0 + Refine: false + ViewSprite: 5212 +}, +{ + Id:15215 + AegisName: "L_FreeRangeMoss" + Name: "L FreeRangeMoss" + Type: "IT_ETC" + Buy: 830 + Sell: 20 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 5215 +}, +{ + Id:15216 + AegisName: "L_JadeEgg" + Name: "L JadeEgg" + Type: "IT_ETC" + Buy: 938 + Sell: 250 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 5216 +}, +{ + Id:15217 + AegisName: "L_RawAir" + Name: "L RawAir" + Type: "IT_ETC" + Buy: 1999 + Sell: 10 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5217 +}, +{ + Id:15218 + AegisName: "L_RedTicket" + Name: "L RedTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5218 +}, +{ + Id:15219 + AegisName: "L_YellowTicket" + Name: "L YellowTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5219 +}, +{ + Id:15220 + AegisName: "L_GoldTicket" + Name: "L GoldTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5220 +}, +{ + Id:15221 + AegisName: "L_GreenTicket" + Name: "L GreenTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5221 +}, +{ + Id:15222 + AegisName: "L_AquaTicket" + Name: "L AquaTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5222 +}, +{ + Id:15223 + AegisName: "L_BlueTicket" + Name: "L BlueTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5223 +}, +{ + Id:15224 + AegisName: "L_PurpleTicket" + Name: "L PurpleTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5224 +}, +{ + Id:15225 + AegisName: "L_PinkTicket" + Name: "L PinkTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5225 +}, +{ + Id:15256 + AegisName: "L_PVPCoin" + Name: "L PVPCoin" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5256 +}, +{ + Id:15265 + AegisName: "L_LoveLetter" + Name: "L LoveLetter" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5265 +}, +{ + Id:15276 + AegisName: "L_ThermalNapalm" + Name: "L Thermal Napalm" + Type: "IT_ETC" + Buy: 9999 + Sell: 0 + Weight: 1 + ViewSprite: 5276 + Trade: { + partneroverride: true + notrade: false + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } +}, +{ + Id:15278 + AegisName: "L_XmasTicket" + Name: "L Christmas Ticket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + ViewSprite: 5278 +}, +{ + Id:15279 + AegisName: "L_Carrot" + Name: "L Legendary Carrot" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + ViewSprite: 5279 + Trade: { + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } +}, +/* Chest Armor */ +{ + Id:10523 + AegisName: "L_LeatherShirt" + Name: "L LeatherShirt" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 523 + Script: <" + bonus bMatkRate, -1; + "> +}, +{ + Id:10546 + AegisName: "L_DesertShirt" + Name: "L DesertShirt" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 20 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 546 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id:10564 + AegisName: "L_Turtleneck" + Name: "L Turtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 30 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 564 +}, +{ + Id:10624 + AegisName: "L_VNeckSweater" + Name: "L VNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 624 +}, +{ + Id:10625 + AegisName: "L_ChainmailShirt" + Name: "L ChainmailShirt" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 1500 + Weight: 800 + Def: 20 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 625 + Script: <" + bonus bMatkRate, -36; + "> +}, +{ + Id:10626 + AegisName: "L_LightPlatemail" + Name: "L LightPlatemail" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 2500 + Weight: 1200 + Def: 25 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 626 + Script: <" + bonus bMatkRate, -45; + "> +}, +{ + Id:10645 + AegisName: "L_GoldenPlatemail" + Name: "L GoldenPlatemail" + Type: "IT_ARMOR" + Buy: 9999000 + Sell: 3000 + Weight: 4500 + Def: 25 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 645 + Script: <" + bonus bMatkRate, -30; + "> +}, +{ + Id:10649 + AegisName: "L_WhiteEvokersRobeBlue" + Name: "L WhiteEvokersRobeBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 649 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + bonus bCriticalDef, 10; + "> +}, +{ + Id:10650 + AegisName: "L_BlackEvokersRobeBlue" + Name: "L BlackEvokersRobeBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 650 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + bonus bCriticalDef, 10; + "> +}, +{ + Id:10651 + AegisName: "L_WhiteWizardRobe" + Name: "L WhiteWizardRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 651 + Script: <" + bonus bMatkRate, 1; + "> +}, +{ + Id:10652 + AegisName: "L_BlackWizardRobe" + Name: "L BlackWizardRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 652 + Script: <" + bonus bMatkRate, 1; + "> +}, +{ + Id:10653 + AegisName: "L_ApprenticeRobe" + Name: "L ApprenticeRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 653 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + bonus bCriticalDef, 10; + "> +}, +{ + Id:10658 + AegisName: "L_WarlordPlate" + Name: "L WarlordPlate" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 3000 + Weight: 2600 + Def: 27 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 658 + Script: <" + bonus bMatkRate, -51; + "> +}, +{ + Id:10659 + AegisName: "L_GoldenWarlordPlate" + Name: "L GoldenWarlordPlate" + Type: "IT_ARMOR" + Buy: 500000 + Sell: 4000 + Weight: 7600 + Def: 27 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 659 + Script: <" + bonus bMatkRate, -33; + "> +}, +{ + Id:10688 + AegisName: "L_TankTop" + Name: "L TankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 688 +}, +{ + Id:10689 + AegisName: "L_ShortTankTop" + Name: "L ShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 689 +}, +{ + Id:10720 + AegisName: "L_SilkRobe" + Name: "L SilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 720 +}, +{ + Id:10726 + AegisName: "L_GMRobe" + Name: "L GMRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 0 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 726 + Nouse: { + override: 60 + } +}, +{ + Id:10755 + AegisName: "L_AssassinShirt" + Name: "L AssassinShirt" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 3000 + Weight: 15 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 90 + Refine: false + ViewSprite: 755 + Script: <" + callfunc "BrawlingItem", EQI_HEAD_MID; + bonus bAgi, 15; + bonus bSpeedAddRate, 10; + bonus bFlee, 20; + bonus bHit, 20; + bonus bMaxHP, 200; + bonus bMatkRate, -3; + "> +}, +{ + Id:10767 + AegisName: "L_TerraniteChestArmor" + Name: "L TerraniteChestArmor" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 3000 + Weight: 800 + Def: 20 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 767 + Script: <" + bonus bMatkRate, -14; + bonus bDex, 1; + bonus bMdef, 10; + "> +}, +{ + Id:10782 + AegisName: "L_ForestArmor" + Name: "L ForestArmor" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 40 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 782 + Script: <" + bonus bMatkRate, -6; + bonus bDex, 3; + "> +}, +{ + Id:10783 + AegisName: "L_PlatynaRedDress" + Name: "L PlatynaRedDress" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 50000 + Weight: 35 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 783 +}, +{ + Id:10791 + AegisName: "L_YetiSkinShirt" + Name: "L YetiSkinShirt" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 10000 + Weight: 20 + Def: 12 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 791 + Script: <" + bonus bMatkRate, -3; + "> +}, +{ + Id:10793 + AegisName: "L_BromenalChest" + Name: "L BromenalChest" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 3000 + Weight: 2000 + Def: 25 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 793 + Script: <" + bonus bMatkRate, -50; + "> +}, +{ + Id:10798 + AegisName: "L_SorcererRed" + Name: "L SorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 798 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:10870 + AegisName: "L_FineDress" + Name: "L FineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 870 +}, +{ + Id:10880 + AegisName: "L_LazuriteRobe" + Name: "L LazuriteRobe" + Type: "IT_ARMOR" + Buy: 92000 + Sell: 52000 + Weight: 30 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 90 + Refine: false + ViewSprite: 880 + OnEquipScript: <" + callfunc "RequireStat", bInt, 70, EQI_HEAD_MID; + callfunc "RequireStat", bVit, 40, EQI_HEAD_MID; + "> + Script: <" + bonus bSpeedAddRate, -15; + bonus bDef2Rate, -40; + bonus bMatkRate, 6; + bonus bMdef, 60; + bonus bVit, -1; + bonus bInt, 7; + bonus bLuk, -1; + bonus bDex, -1; + bonus bStr, -1; + "> +}, +{ + Id:11178 + AegisName: "L_Contributor" + Name: "L Contributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1178 +}, +{ + Id:11183 + AegisName: "L_AmberChristmasSweater" + Name: "L AmberChristmasSweater" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1183 +}, +{ + Id:11184 + AegisName: "L_FunkyChristmasSweater" + Name: "L FunkyChristmasSweater" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1184 +}, +{ + Id:11185 + AegisName: "L_PinkChristmasSweater" + Name: "L PinkChristmasSweater" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1185 +}, +{ + Id:11186 + AegisName: "L_DarkChristmasSweater" + Name: "L DarkChristmasSweater" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1186 +}, +{ + Id:11187 + AegisName: "L_BlueChristmasSweater" + Name: "L BlueChristmasSweater" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1187 +}, +{ + Id:11202 + AegisName: "L_CottonShirt" + Name: "L CottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 13 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1202 +}, +{ + Id:12050 + AegisName: "L_RedCottonShirt" + Name: "L RedCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2050 +}, +{ + Id:12051 + AegisName: "L_GreenCottonShirt" + Name: "L GreenCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2051 +}, +{ + Id:12052 + AegisName: "L_DarkBlueCottonShirt" + Name: "L DarkBlueCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2052 +}, +{ + Id:12053 + AegisName: "L_YellowCottonShirt" + Name: "L YellowCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2053 +}, +{ + Id:12054 + AegisName: "L_LightBlueCottonShirt" + Name: "L LightBlueCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2054 +}, +{ + Id:12055 + AegisName: "L_PinkCottonShirt" + Name: "L PinkCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2055 +}, +{ + Id:12056 + AegisName: "L_BlackCottonShirt" + Name: "L BlackCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2056 +}, +{ + Id:12057 + AegisName: "L_OrangeCottonShirt" + Name: "L OrangeCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2057 +}, +{ + Id:12058 + AegisName: "L_PurpleCottonShirt" + Name: "L PurpleCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2058 +}, +{ + Id:12059 + AegisName: "L_DarkGreenCottonShirt" + Name: "L DarkGreenCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2059 +}, +{ + Id:12060 + AegisName: "L_RedVNeckSweater" + Name: "L RedVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2060 +}, +{ + Id:12061 + AegisName: "L_GreenVNeckSweater" + Name: "L GreenVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2061 +}, +{ + Id:12062 + AegisName: "L_DarkBlueVNeckSweater" + Name: "L DarkBlueVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2062 +}, +{ + Id:12063 + AegisName: "L_YellowVNeckSweater" + Name: "L YellowVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2063 +}, +{ + Id:12064 + AegisName: "L_LightBlueVNeckSweater" + Name: "L LightBlueVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2064 +}, +{ + Id:12065 + AegisName: "L_PinkVNeckSweater" + Name: "L PinkVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2065 +}, +{ + Id:12066 + AegisName: "L_BlackVNeckSweater" + Name: "L BlackVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2066 +}, +{ + Id:12067 + AegisName: "L_OrangeVNeckSweater" + Name: "L OrangeVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2067 +}, +{ + Id:12068 + AegisName: "L_PurpleVNeckSweater" + Name: "L PurpleVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2068 +}, +{ + Id:12069 + AegisName: "L_DarkGreenVNeckSweater" + Name: "L DarkGreenVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2069 +}, +{ + Id:12070 + AegisName: "L_RedTurtleneck" + Name: "L RedTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2070 +}, +{ + Id:12071 + AegisName: "L_GreenTurtleneck" + Name: "L GreenTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2071 +}, +{ + Id:12072 + AegisName: "L_DarkBlueTurtleneck" + Name: "L DarkBlueTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2072 +}, +{ + Id:12073 + AegisName: "L_YellowTurtleneck" + Name: "L YellowTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2073 +}, +{ + Id:12074 + AegisName: "L_LightBlueTurtleneck" + Name: "L LightBlueTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2074 +}, +{ + Id:12075 + AegisName: "L_PinkTurtleneck" + Name: "L PinkTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2075 +}, +{ + Id:12076 + AegisName: "L_BlackTurtleneck" + Name: "L BlackTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2076 +}, +{ + Id:12077 + AegisName: "L_OrangeTurtleneck" + Name: "L OrangeTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2077 +}, +{ + Id:12078 + AegisName: "L_PurpleTurtleneck" + Name: "L PurpleTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2078 +}, +{ + Id:12079 + AegisName: "L_DarkGreenTurtleneck" + Name: "L DarkGreenTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2079 +}, +{ + Id:12080 + AegisName: "L_RedSilkRobe" + Name: "L RedSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2080 +}, +{ + Id:12081 + AegisName: "L_GreenSilkRobe" + Name: "L GreenSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2081 +}, +{ + Id:12082 + AegisName: "L_DarkBlueSilkRobe" + Name: "L DarkBlueSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2082 +}, +{ + Id:12083 + AegisName: "L_YellowSilkRobe" + Name: "L YellowSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2083 +}, +{ + Id:12084 + AegisName: "L_LightBlueSilkRobe" + Name: "L LightBlueSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2084 +}, +{ + Id:12085 + AegisName: "L_PinkSilkRobe" + Name: "L PinkSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2085 +}, +{ + Id:12086 + AegisName: "L_BlackSilkRobe" + Name: "L BlackSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2086 +}, +{ + Id:12087 + AegisName: "L_OrangeSilkRobe" + Name: "L OrangeSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2087 +}, +{ + Id:12088 + AegisName: "L_PurpleSilkRobe" + Name: "L PurpleSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2088 +}, +{ + Id:12089 + AegisName: "L_DarkGreenSilkRobe" + Name: "L DarkGreenSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2089 +}, +{ + Id:12090 + AegisName: "L_RedTankTop" + Name: "L RedTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2090 +}, +{ + Id:12091 + AegisName: "L_GreenTankTop" + Name: "L GreenTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2091 +}, +{ + Id:12092 + AegisName: "L_DarkBlueTankTop" + Name: "L DarkBlueTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2092 +}, +{ + Id:12093 + AegisName: "L_YellowTankTop" + Name: "L YellowTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2093 +}, +{ + Id:12094 + AegisName: "L_LightBlueTankTop" + Name: "L LightBlueTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2094 +}, +{ + Id:12095 + AegisName: "L_PinkTankTop" + Name: "L PinkTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2095 +}, +{ + Id:12096 + AegisName: "L_BlackTankTop" + Name: "L BlackTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2096 +}, +{ + Id:12097 + AegisName: "L_OrangeTankTop" + Name: "L OrangeTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2097 +}, +{ + Id:12098 + AegisName: "L_PurpleTankTop" + Name: "L PurpleTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2098 +}, +{ + Id:12099 + AegisName: "L_DarkGreenTankTop" + Name: "L DarkGreenTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2099 +}, +{ + Id:12120 + AegisName: "L_RedShortTankTop" + Name: "L RedShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2120 +}, +{ + Id:12121 + AegisName: "L_GreenShortTankTop" + Name: "L GreenShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2121 +}, +{ + Id:12122 + AegisName: "L_DarkBlueShortTankTop" + Name: "L DarkBlueShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2122 +}, +{ + Id:12123 + AegisName: "L_YellowShortTankTop" + Name: "L YellowShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2123 +}, +{ + Id:12124 + AegisName: "L_LightBlueShortTankTop" + Name: "L LightBlueShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2124 +}, +{ + Id:12125 + AegisName: "L_PinkShortTankTop" + Name: "L PinkShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2125 +}, +{ + Id:12126 + AegisName: "L_BlackShortTankTop" + Name: "L BlackShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2126 +}, +{ + Id:12127 + AegisName: "L_OrangeShortTankTop" + Name: "L OrangeShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2127 +}, +{ + Id:12128 + AegisName: "L_PurpleShortTankTop" + Name: "L PurpleShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2128 +}, +{ + Id:12129 + AegisName: "L_DarkGreenShortTankTop" + Name: "L DarkGreenShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2129 +}, +{ + Id:12220 + AegisName: "L_RedSorcererRed" + Name: "L RedSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2220 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12221 + AegisName: "L_GreenSorcererRed" + Name: "L GreenSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2221 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12222 + AegisName: "L_DarkBlueSorcererRed" + Name: "L DarkBlueSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2222 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12223 + AegisName: "L_YellowSorcererRed" + Name: "L YellowSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2223 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12224 + AegisName: "L_LightBlueSorcererRed" + Name: "L LightBlueSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2224 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12225 + AegisName: "L_PinkSorcererRed" + Name: "L PinkSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2225 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12226 + AegisName: "L_BlackSorcererRed" + Name: "L BlackSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2226 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12227 + AegisName: "L_OrangeSorcererRed" + Name: "L OrangeSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2227 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12228 + AegisName: "L_PurpleSorcererRed" + Name: "L PurpleSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2228 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12229 + AegisName: "L_DarkGreenSorcererRed" + Name: "L DarkGreenSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2229 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:12240 + AegisName: "L_RedFineDress" + Name: "L RedFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2240 +}, +{ + Id:12241 + AegisName: "L_GreenFineDress" + Name: "L GreenFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2241 +}, +{ + Id:12242 + AegisName: "L_DarkBlueFineDress" + Name: "L DarkBlueFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2242 +}, +{ + Id:12243 + AegisName: "L_YellowFineDress" + Name: "L YellowFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2243 +}, +{ + Id:12244 + AegisName: "L_LightBlueFineDress" + Name: "L LightBlueFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2244 +}, +{ + Id:12245 + AegisName: "L_PinkFineDress" + Name: "L PinkFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2245 +}, +{ + Id:12246 + AegisName: "L_BlackFineDress" + Name: "L BlackFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2246 +}, +{ + Id:12247 + AegisName: "L_OrangeFineDress" + Name: "L OrangeFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2247 +}, +{ + Id:12248 + AegisName: "L_PurpleFineDress" + Name: "L PurpleFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2248 +}, +{ + Id:12249 + AegisName: "L_DarkGreenFineDress" + Name: "L DarkGreenFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2249 +}, +{ + Id:15000 + AegisName: "L_RedSorcererGreen" + Name: "L RedSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5000 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15001 + AegisName: "L_GreenSorcererGreen" + Name: "L GreenSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5001 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15002 + AegisName: "L_DarkBlueSorcererGreen" + Name: "L DarkBlueSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5002 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15003 + AegisName: "L_YellowSorcererGreen" + Name: "L YellowSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5003 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15004 + AegisName: "L_LightBlueSorcererGreen" + Name: "L LightBlueSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5004 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15005 + AegisName: "L_PinkSorcererGreen" + Name: "L PinkSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5005 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15006 + AegisName: "L_BlackSorcererGreen" + Name: "L BlackSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5006 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15007 + AegisName: "L_OrangeSorcererGreen" + Name: "L OrangeSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5007 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15008 + AegisName: "L_PurpleSorcererGreen" + Name: "L PurpleSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5008 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15009 + AegisName: "L_DarkGreenSorcererGreen" + Name: "L DarkGreenSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5009 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15010 + AegisName: "L_SorcererGreen" + Name: "L SorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5010 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15011 + AegisName: "L_RedSorcererDBlue" + Name: "L RedSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5011 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15012 + AegisName: "L_GreenSorcererDBlue" + Name: "L GreenSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5012 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15013 + AegisName: "L_DarkBlueSorcererDBlue" + Name: "L DarkBlueSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5013 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15014 + AegisName: "L_YellowSorcererDBlue" + Name: "L YellowSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5014 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15015 + AegisName: "L_LightBlueSorcererDBlue" + Name: "L LightBlueSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5015 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15016 + AegisName: "L_PinkSorcererDBlue" + Name: "L PinkSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5016 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15017 + AegisName: "L_BlackSorcererDBlue" + Name: "L BlackSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5017 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15018 + AegisName: "L_OrangeSorcererDBlue" + Name: "L OrangeSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5018 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15019 + AegisName: "L_PurpleSorcererDBlue" + Name: "L PurpleSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5019 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15020 + AegisName: "L_DarkGreenSorcererDBlue" + Name: "L DarkGreenSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5020 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15021 + AegisName: "L_SorcererDBlue" + Name: "L SorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5021 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15022 + AegisName: "L_RedSorcererYellow" + Name: "L RedSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5022 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15023 + AegisName: "L_GreenSorcererYellow" + Name: "L GreenSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5023 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15024 + AegisName: "L_DarkBlueSorcererYellow" + Name: "L DarkBlueSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5024 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15025 + AegisName: "L_YellowSorcererYellow" + Name: "L YellowSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5025 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15026 + AegisName: "L_LightBlueSorcererYellow" + Name: "L LightBlueSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5026 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15027 + AegisName: "L_PinkSorcererYellow" + Name: "L PinkSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5027 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15028 + AegisName: "L_BlackSorcererYellow" + Name: "L BlackSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5028 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15029 + AegisName: "L_OrangeSorcererYellow" + Name: "L OrangeSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5029 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15030 + AegisName: "L_PurpleSorcererYellow" + Name: "L PurpleSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5030 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15031 + AegisName: "L_DarkGreenSorcererYellow" + Name: "L DarkGreenSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5031 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15032 + AegisName: "L_SorcererYellow" + Name: "L SorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5032 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15033 + AegisName: "L_RedSorcererLBlue" + Name: "L RedSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5033 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15034 + AegisName: "L_GreenSorcererLBlue" + Name: "L GreenSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5034 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15035 + AegisName: "L_DarkBlueSorcererLBlue" + Name: "L DarkBlueSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5035 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15036 + AegisName: "L_YellowSorcererLBlue" + Name: "L YellowSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5036 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15037 + AegisName: "L_LightBlueSorcererLBlue" + Name: "L LightBlueSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5037 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15038 + AegisName: "L_PinkSorcererLBlue" + Name: "L PinkSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5038 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15039 + AegisName: "L_BlackSorcererLBlue" + Name: "L BlackSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5039 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15040 + AegisName: "L_OrangeSorcererLBlue" + Name: "L OrangeSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5040 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15041 + AegisName: "L_PurpleSorcererLBlue" + Name: "L PurpleSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5041 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15042 + AegisName: "L_DarkGreenSorcererLBlue" + Name: "L DarkGreenSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5042 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15043 + AegisName: "L_SorcererLBlue" + Name: "L SorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5043 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15044 + AegisName: "L_RedSorcererPink" + Name: "L RedSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5044 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15045 + AegisName: "L_GreenSorcererPink" + Name: "L GreenSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5045 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15046 + AegisName: "L_DarkBlueSorcererPink" + Name: "L DarkBlueSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5046 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15047 + AegisName: "L_YellowSorcererPink" + Name: "L YellowSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5047 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15048 + AegisName: "L_LightBlueSorcererPink" + Name: "L LightBlueSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5048 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15049 + AegisName: "L_PinkSorcererPink" + Name: "L PinkSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5049 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15050 + AegisName: "L_BlackSorcererPink" + Name: "L BlackSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5050 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15051 + AegisName: "L_OrangeSorcererPink" + Name: "L OrangeSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5051 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15052 + AegisName: "L_PurpleSorcererPink" + Name: "L PurpleSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5052 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15053 + AegisName: "L_DarkGreenSorcererPink" + Name: "L DarkGreenSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5053 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15054 + AegisName: "L_SorcererPink" + Name: "L SorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5054 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15055 + AegisName: "L_RedSorcererBlack" + Name: "L RedSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5055 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15056 + AegisName: "L_GreenSorcererBlack" + Name: "L GreenSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5056 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15057 + AegisName: "L_DarkBlueSorcererBlack" + Name: "L DarkBlueSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5057 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15058 + AegisName: "L_YellowSorcererBlack" + Name: "L YellowSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5058 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15059 + AegisName: "L_LightBlueSorcererBlack" + Name: "L LightBlueSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5059 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15060 + AegisName: "L_PinkSorcererBlack" + Name: "L PinkSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5060 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15061 + AegisName: "L_BlackSorcererBlack" + Name: "L BlackSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5061 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15062 + AegisName: "L_OrangeSorcererBlack" + Name: "L OrangeSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5062 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15063 + AegisName: "L_PurpleSorcererBlack" + Name: "L PurpleSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5063 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15064 + AegisName: "L_DarkGreenSorcererBlack" + Name: "L DarkGreenSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5064 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15065 + AegisName: "L_SorcererBlack" + Name: "L SorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5065 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15066 + AegisName: "L_RedSorcererOrange" + Name: "L RedSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5066 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15067 + AegisName: "L_GreenSorcererOrange" + Name: "L GreenSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5067 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15068 + AegisName: "L_DarkBlueSorcererOrange" + Name: "L DarkBlueSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5068 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15069 + AegisName: "L_YellowSorcererOrange" + Name: "L YellowSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5069 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15070 + AegisName: "L_LightBlueSorcererOrange" + Name: "L LightBlueSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5070 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15071 + AegisName: "L_PinkSorcererOrange" + Name: "L PinkSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5071 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15072 + AegisName: "L_BlackSorcererOrange" + Name: "L BlackSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5072 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15073 + AegisName: "L_OrangeSorcererOrange" + Name: "L OrangeSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5073 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15074 + AegisName: "L_PurpleSorcererOrange" + Name: "L PurpleSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5074 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15075 + AegisName: "L_DarkGreenSorcererOrange" + Name: "L DarkGreenSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5075 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15076 + AegisName: "L_SorcererOrange" + Name: "L SorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5076 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15077 + AegisName: "L_RedSorcererPurple" + Name: "L RedSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5077 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15078 + AegisName: "L_GreenSorcererPurple" + Name: "L GreenSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5078 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15079 + AegisName: "L_DarkBlueSorcererPurple" + Name: "L DarkBlueSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5079 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15080 + AegisName: "L_YellowSorcererPurple" + Name: "L YellowSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5080 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15081 + AegisName: "L_LightBlueSorcererPurple" + Name: "L LightBlueSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5081 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15082 + AegisName: "L_PinkSorcererPurple" + Name: "L PinkSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5082 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15083 + AegisName: "L_BlackSorcererPurple" + Name: "L BlackSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5083 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15084 + AegisName: "L_OrangeSorcererPurple" + Name: "L OrangeSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5084 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15085 + AegisName: "L_PurpleSorcererPurple" + Name: "L PurpleSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5085 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15086 + AegisName: "L_DarkGreenSorcererPurple" + Name: "L DarkGreenSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5086 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15087 + AegisName: "L_SorcererPurple" + Name: "L SorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5087 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15088 + AegisName: "L_RedSorcererDGreen" + Name: "L RedSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5088 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15089 + AegisName: "L_GreenSorcererDGreen" + Name: "L GreenSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5089 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15090 + AegisName: "L_DarkBlueSorcererDGreen" + Name: "L DarkBlueSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5090 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15091 + AegisName: "L_YellowSorcererDGreen" + Name: "L YellowSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5091 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15092 + AegisName: "L_LightBlueSorcererDGreen" + Name: "L LightBlueSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5092 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15093 + AegisName: "L_PinkSorcererDGreen" + Name: "L PinkSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5093 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15094 + AegisName: "L_BlackSorcererDGreen" + Name: "L BlackSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5094 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15095 + AegisName: "L_OrangeSorcererDGreen" + Name: "L OrangeSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5095 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15096 + AegisName: "L_PurpleSorcererDGreen" + Name: "L PurpleSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5096 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15097 + AegisName: "L_DarkGreenSorcererDGreen" + Name: "L DarkGreenSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5097 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15098 + AegisName: "L_SorcererDGreen" + Name: "L SorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5098 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15099 + AegisName: "L_RedSorcererWhite" + Name: "L RedSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5099 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15100 + AegisName: "L_GreenSorcererWhite" + Name: "L GreenSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5100 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15101 + AegisName: "L_DarkBlueSorcererWhite" + Name: "L DarkBlueSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5101 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15102 + AegisName: "L_YellowSorcererWhite" + Name: "L YellowSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5102 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15103 + AegisName: "L_LightBlueSorcererWhite" + Name: "L LightBlueSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5103 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15104 + AegisName: "L_PinkSorcererWhite" + Name: "L PinkSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5104 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15105 + AegisName: "L_BlackSorcererWhite" + Name: "L BlackSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5105 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15106 + AegisName: "L_OrangeSorcererWhite" + Name: "L OrangeSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5106 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15107 + AegisName: "L_PurpleSorcererWhite" + Name: "L PurpleSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5107 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15108 + AegisName: "L_DarkGreenSorcererWhite" + Name: "L DarkGreenSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5108 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15109 + AegisName: "L_SorcererWhite" + Name: "L SorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5109 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id:15131 + AegisName: "L_RedContributor" + Name: "L RedContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5131 +}, +{ + Id:15132 + AegisName: "L_GreenContributor" + Name: "L GreenContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5132 +}, +{ + Id:15133 + AegisName: "L_DarkBlueContributor" + Name: "L DarkBlueContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5133 +}, +{ + Id:15134 + AegisName: "L_YellowContributor" + Name: "L YellowContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5134 +}, +{ + Id:15135 + AegisName: "L_LightBlueContributor" + Name: "L LightBlueContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5135 +}, +{ + Id:15136 + AegisName: "L_PinkContributor" + Name: "L PinkContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5136 +}, +{ + Id:15137 + AegisName: "L_BlackContributor" + Name: "L BlackContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5137 +}, +{ + Id:15138 + AegisName: "L_OrangeContributor" + Name: "L OrangeContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5138 +}, +{ + Id:15139 + AegisName: "L_PurpleContributor" + Name: "L PurpleContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5139 +}, +{ + Id:15140 + AegisName: "L_DarkGreenContributor" + Name: "L DarkGreenContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5140 +}, +{ + Id:15254 + AegisName: "L_SaviorArmor" + Name: "L SaviorArmor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 2000 + Def: 24 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5254 + Script: <" + bonus bMatkRate, -27; + bonus bDex, 1; + bonus bMaxHP, 100; + "> +}, +{ + Id:15286 + AegisName: "L_RedArmor" + Name: "L Red Knight Armor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 2000 + Def: 27 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5254 + Script: <" + bonus bMatkRate, -4; + bonus bDex, 1; + bonus bAgi, 1; + bonus bMaxHP, 1500; + "> + Nouse: { + override: 1 + } +}, +////////////////////////////////////////////////////////// +// Hats +{ + Id:10511 + AegisName: "L_SantaHat" + Name: "L SantaHat" + Type: "IT_ARMOR" + Buy: 400 + Sell: 200 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 511 +}, +{ + Id:10524 + AegisName: "L_FancyHat" + Name: "L FancyHat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 524 +}, +{ + Id:10525 + AegisName: "L_MinersHat" + Name: "L MinersHat" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 40 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 525 +}, +{ + Id:10543 + AegisName: "L_StandardHeadband" + Name: "L StandardHeadband" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 10 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 543 +}, +{ + Id:10544 + AegisName: "L_SilkHeadband" + Name: "L SilkHeadband" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2000 + Weight: 10 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 544 +}, +{ + Id:10615 + AegisName: "L_PumpkinHelmet" + Name: "L PumpkinHelmet" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 60 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 615 +}, +{ + Id:10616 + AegisName: "L_AxeHat" + Name: "L AxeHat" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 50 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 616 +}, +{ + Id:10617 + AegisName: "L_PirateHat" + Name: "L PirateHat" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 40 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 617 +}, +{ + Id:10618 + AegisName: "L_Goggles" + Name: "L Goggles" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 618 +}, +{ + Id:10619 + AegisName: "L_LeatherGoggles" + Name: "L LeatherGoggles" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 619 +}, +{ + Id:10620 + AegisName: "L_Circlet" + Name: "L Circlet" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 620 +}, +{ + Id:10621 + AegisName: "L_Eyepatch" + Name: "L Eyepatch" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 621 +}, +{ + Id:10622 + AegisName: "L_Bandana" + Name: "L Bandana" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 622 +}, +{ + Id:10627 + AegisName: "L_TopHat" + Name: "L TopHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 627 +}, +{ + Id:10628 + AegisName: "L_FunkyHat" + Name: "L FunkyHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 20 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 628 +}, +{ + Id:10629 + AegisName: "L_MushHat" + Name: "L MushHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 629 +}, +{ + Id:10630 + AegisName: "L_ShroomHat" + Name: "L ShroomHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 30 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 630 +}, +{ + Id:10633 + AegisName: "L_ChristmasElfHat" + Name: "L ChristmasElfHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 30 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 633 +}, +{ + Id:10634 + AegisName: "L_FaceMask" + Name: "L FaceMask" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 50 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 634 +}, +{ + Id:10636 + AegisName: "L_WarlordHelmet" + Name: "L WarlordHelmet" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 900 + Def: 18 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 636 + Script: <" + bonus bMatkRate, -8; + "> +}, +{ + Id:10637 + AegisName: "L_KnightsHelmet" + Name: "L KnightsHelmet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 2000 + Weight: 600 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 637 + Script: <" + bonus bMatkRate, -7; + "> +}, +{ + Id:10638 + AegisName: "L_InfantryHelmet" + Name: "L InfantryHelmet" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 1500 + Weight: 400 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 638 + Script: <" + bonus bMatkRate, -8; + "> +}, +{ + Id:10639 + AegisName: "L_CrusadeHelmet" + Name: "L CrusadeHelmet" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 1300 + Def: 18 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 639 + Script: <" + bonus bMatkRate, -8; + "> +}, +{ + Id:10643 + AegisName: "L_WhiteCowboyHat" + Name: "L WhiteCowboyHat" + Type: "IT_ARMOR" + Buy: 1800 + Sell: 900 + Weight: 30 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 643 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id:10644 + AegisName: "L_BlackCowboyHat" + Name: "L BlackCowboyHat" + Type: "IT_ARMOR" + Buy: 1800 + Sell: 900 + Weight: 30 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 644 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id:10646 + AegisName: "L_Crown" + Name: "L Crown" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 240 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 646 +}, +{ + Id:10647 + AegisName: "L_DevelopersCap" + Name: "L DevelopersCap" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 647 +}, +{ + Id:10654 + AegisName: "L_Cap" + Name: "L Cap" + Type: "IT_ARMOR" + Buy: 4000000 + Sell: 500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 654 +}, +{ + Id:10656 + AegisName: "L_SerfHat" + Name: "L SerfHat" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 656 +}, +{ + Id:10675 + AegisName: "L_GraduationCap" + Name: "L GraduationCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 250 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 675 +}, +{ + Id:10678 + AegisName: "L_NohMask" + Name: "L NohMask" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 1000 + Weight: 18 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 678 +}, +{ + Id:10679 + AegisName: "L_DemonMask" + Name: "L DemonMask" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 23 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 679 +}, +{ + Id:10721 + AegisName: "L_HighPriestCrown" + Name: "L HighPriestCrown" + Type: "IT_ARMOR" + Buy: 6000000 + Sell: 5000 + Weight: 400 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 721 + Script: <" + bonus bMatkRate, 2; + bonus bMaxSP, 20; + "> +}, +{ + Id:10722 + AegisName: "L_MonsterSkullHelmet" + Name: "L MonsterSkullHelmet" + Type: "IT_ARMOR" + Buy: 6000000 + Sell: 3000 + Weight: 250 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 722 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 20; + "> +}, +{ + Id:10723 + AegisName: "L_DesertHat" + Name: "L DesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 723 +}, +{ + Id:10724 + AegisName: "L_CottonHeadband" + Name: "L CottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 724 +}, +{ + Id:10725 + AegisName: "L_GMCap" + Name: "L GMCap" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 0 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 725 + Nouse: { + override: 60 + } +}, +{ + Id:10751 + AegisName: "L_PinkieHat" + Name: "L PinkieHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 5 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 751 +}, +{ + Id:10752 + AegisName: "L_FluffyHat" + Name: "L FluffyHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 2000 + Weight: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 752 +}, +{ + Id:10759 + AegisName: "L_PaladinsHelmet" + Name: "L PaladinsHelmet" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 19 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 759 +}, +{ + Id:10760 + AegisName: "L_OverlordsHelmet" + Name: "L OverlordsHelmet" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 50 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 760 + Script: <" + bonus bMdef, -50; + bonus bStr, -2; + bonus bAgi, -2; + bonus bDex, -2; + "> +}, +{ + Id:10761 + AegisName: "L_DesertHelmet" + Name: "L DesertHelmet" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 21 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 761 +}, +{ + Id:10764 + AegisName: "L_SailorHat" + Name: "L SailorHat" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 764 +}, +{ + Id:10765 + AegisName: "L_CaptainsHat" + Name: "L CaptainsHat" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 765 +}, +{ + Id:10766 + AegisName: "L_TerraniteHelmet" + Name: "L TerraniteHelmet" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 300 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 766 + Script: <" + bonus bMatkRate, -2; + bonus bMdef, 5; + "> +}, +{ + Id:10769 + AegisName: "L_GuyFawkesMask" + Name: "L GuyFawkesMask" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 769 +}, +{ + Id:10770 + AegisName: "L_FairyHat" + Name: "L FairyHat" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 770 + Script: <" + bonus bMatkRate, -6; + bonus bLuk, 3; + "> +}, +{ + Id:10781 + AegisName: "L_WitchDoctorsMask" + Name: "L WitchDoctorsMask" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 100 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 781 +}, +{ + Id:10795 + AegisName: "L_BromenalHelmet" + Name: "L BromenalHelmet" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 1500 + Weight: 400 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 795 + Script: <" + bonus bMatkRate, -6; + "> +}, +{ + Id:10800 + AegisName: "L_BowlerHatBrown" + Name: "L BowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 800 +}, +{ + Id:10801 + AegisName: "L_PinkieHelmet" + Name: "L PinkieHelmet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 1500 + Weight: 800 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 801 + Script: <" + bonus bMatkRate, -3; + bonus bLuk, 1; + "> +}, +{ + Id:10848 + AegisName: "L_Earmuffs" + Name: "L Earmuffs" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 848 +}, +{ + Id:10854 + AegisName: "L_ElfNightcap" + Name: "L ElfNightcap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 854 +}, +{ + Id:10855 + AegisName: "L_Sunglasses" + Name: "L Sunglasses" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 855 +}, +{ + Id:10856 + AegisName: "L_KnitCap" + Name: "L KnitCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 856 +}, +{ + Id:10877 + AegisName: "L_BullHelmet" + Name: "L BullHelmet" + Type: "IT_ARMOR" + Buy: 90000 + Sell: 45000 + Weight: 1300 + Def: 19 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 90 + Refine: false + ViewSprite: 877 + OnEquipScript: <" + callfunc "RequireStat", bStr, 70, EQI_HEAD_TOP; + callfunc "RequireStat", bVit, 50, EQI_HEAD_TOP; + callfunc "RequireStat", bLuk, 50, EQI_HEAD_TOP; + "> + Script: <" + bonus bMatkRate, -14; + bonus bDoubleAddRate, 20; + bonus bStr, 10; + bonus bCritical, 15; + bonus bAspdRate, 10; + bonus bDef2Rate, -39; + bonus bHit, -15; + "> +}, +{ + Id:10882 + AegisName: "L_RedEggshellHat" + Name: "L RedEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 882 +}, +{ + Id:10883 + AegisName: "L_BlueEggshellHat" + Name: "L BlueEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 883 +}, +{ + Id:10884 + AegisName: "L_YellowEggshellHat" + Name: "L YellowEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 884 +}, +{ + Id:10885 + AegisName: "L_GreenEggshellHat" + Name: "L GreenEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 885 +}, +{ + Id:10886 + AegisName: "L_OrangeEggshellHat" + Name: "L OrangeEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 886 +}, +{ + Id:10887 + AegisName: "L_DarkEggshellHat" + Name: "L DarkEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 887 +}, +{ + Id:10888 + AegisName: "L_MagicGMTopHat" + Name: "L MagicGMTopHat" + Type: "IT_ARMOR" + Buy: 4200 + Sell: 1900 + Weight: 30 + Def: 60 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 888 + Nouse: { + override: 50 + } + Script: <" + bonus bMaxHP, 31000; + bonus bFlee, -200; + bonus bHPrecovRate, -400; + bonus bCriticalDef, 250; + bonus bMdef, 89; + bonus bMatkRate, 2; + "> +}, +{ + Id:10889 + AegisName: "L_MurdererCrown" + Name: "L MurdererCrown" + Type: "IT_ARMOR" + Buy: 75000 + Sell: 12000 + Weight: 240 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 889 +}, +{ + Id:10890 + AegisName: "L_BeanieCopter" + Name: "L BeanieCopter" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 2000 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 890 +}, +{ + Id:10897 + AegisName: "L_RedRoseHat" + Name: "L RedRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 897 +}, +{ + Id:10898 + AegisName: "L_WhiteRoseHat" + Name: "L WhiteRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 898 +}, +{ + Id:10899 + AegisName: "L_PinkRoseHat" + Name: "L PinkRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 899 +}, +{ + Id:10900 + AegisName: "L_YellowRoseHat" + Name: "L YellowRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 900 +}, +{ + Id:10901 + AegisName: "L_OrangeRoseHat" + Name: "L OrangeRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 901 +}, +{ + Id:10902 + AegisName: "L_BlueRoseHat" + Name: "L BlueRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 902 +}, +{ + Id:10905 + AegisName: "L_BucketHat" + Name: "L BucketHat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 905 +}, +{ + Id:11173 + AegisName: "L_TamOShanter" + Name: "L TamOShanter" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 500 + Weight: 20 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1173 +}, +{ + Id:11174 + AegisName: "L_CashiersShade" + Name: "L CashiersShade" + Type: "IT_ARMOR" + Buy: 4000 + Sell: 500 + Weight: 15 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1174 +}, +{ + Id:11175 + AegisName: "L_AutumnMask" + Name: "L AutumnMask" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 500 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1175 +}, +{ + Id:11190 + AegisName: "L_NutcrackerHat" + Name: "L NutcrackerHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1190 +}, +{ + Id:11196 + AegisName: "L_Beret" + Name: "L Beret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1196 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:11203 + AegisName: "L_RangerHat" + Name: "L RangerHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1203 +}, +{ + Id:11204 + AegisName: "L_AntlerHat" + Name: "L AntlerHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 15 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1204 +}, +{ + Id:11205 + AegisName: "L_ChristmasTreeHat" + Name: "L ChristmasTreeHat" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1205 +}, +{ + Id:11206 + AegisName: "L_SantaBeardHat" + Name: "L SantaBeardHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1206 +}, +{ + Id:11214 + AegisName: "L_BunnyEars" + Name: "L BunnyEars" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2000 + Weight: 20 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1214 +}, +{ + Id:11216 + AegisName: "L_MoubooHead" + Name: "L MoubooHead" + Type: "IT_ARMOR" + Buy: 10 + Sell: 1 + Weight: 80 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1216 +}, +{ + Id:11217 + AegisName: "L_CatEars" + Name: "L CatEars" + Type: "IT_ARMOR" + Buy: 100 + Sell: 50 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1217 + Script: <" + bonus bAgi, 3; + "> +}, +{ + Id:11218 + AegisName: "L_PaperBag" + Name: "L PaperBag" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 5 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1218 + Script: <" + bonus bAgi, -1; + "> +}, +{ + Id:11219 + AegisName: "L_MoubootaurHead" + Name: "L MoubootaurHead" + Type: "IT_ARMOR" + Buy: 10 + Sell: 1 + Weight: 80 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1219 + Nouse: { + override: 1 + } +}, +{ + Id:11220 + AegisName: "L_BunchOfParsley" + Name: "L BunchOfParsley" + Type: "IT_ARMOR" + Buy: 3 + Sell: 1 + Weight: 1 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1220 + Script: <" + bonus bDeaf, 1; // FIXME SC_SILENCE or Manner = 0 or whatever + "> +}, +{ + Id:11221 + AegisName: "L_SkullMask" + Name: "L SkullMask" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 150 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1221 +}, +{ + Id:11242 + AegisName: "L_SnowGoggles" + Name: "L SnowGoggles" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 3750 + Weight: 10 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1242 +}, +{ + Id:11247 + AegisName: "L_HeartGlasses" + Name: "L HeartGlasses" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 3750 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1247 +}, +{ + Id:11255 + AegisName: "L_RabbitEars" + Name: "L RabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1255 +}, +{ + Id:11256 + AegisName: "L_EggshellHat" + Name: "L EggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 12 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1256 + Script: <" + bonus bAgi, -1; + "> +}, +{ + Id:11275 + AegisName: "L_ReadingGlasses" + Name: "L ReadingGlasses" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 3750 + Weight: 12 + Def: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1275 + Script: <" + bonus bInt, 3; + "> +}, +{ + Id:11276 + AegisName: "L_OperaMask" + Name: "L OperaMask" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1276 +}, +{ + Id:11277 + AegisName: "L_JesterMask" + Name: "L JesterMask" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1277 +}, +{ + Id:11278 + AegisName: "L_WitchHat" + Name: "L WitchHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1278 + Script: <" + bonus bMatkRate, 2; + "> +}, +{ + Id:11279 + AegisName: "L_GoblinMask" + Name: "L GoblinMask" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1279 +}, +{ + Id:12130 + AegisName: "L_RedDesertHat" + Name: "L RedDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2130 +}, +{ + Id:12131 + AegisName: "L_GreenDesertHat" + Name: "L GreenDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2131 +}, +{ + Id:12132 + AegisName: "L_DarkBlueDesertHat" + Name: "L DarkBlueDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2132 +}, +{ + Id:12133 + AegisName: "L_YellowDesertHat" + Name: "L YellowDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2133 +}, +{ + Id:12134 + AegisName: "L_LightBlueDesertHat" + Name: "L LightBlueDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2134 +}, +{ + Id:12135 + AegisName: "L_PinkDesertHat" + Name: "L PinkDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2135 +}, +{ + Id:12136 + AegisName: "L_BlackDesertHat" + Name: "L BlackDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2136 +}, +{ + Id:12137 + AegisName: "L_OrangeDesertHat" + Name: "L OrangeDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2137 +}, +{ + Id:12138 + AegisName: "L_PurpleDesertHat" + Name: "L PurpleDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2138 +}, +{ + Id:12139 + AegisName: "L_DarkGreenDesertHat" + Name: "L DarkGreenDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2139 +}, +{ + Id:12140 + AegisName: "L_RedCottonHeadband" + Name: "L RedCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2140 +}, +{ + Id:12141 + AegisName: "L_GreenCottonHeadband" + Name: "L GreenCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2141 +}, +{ + Id:12142 + AegisName: "L_DarkBlueCottonHeadband" + Name: "L DarkBlueCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2142 +}, +{ + Id:12143 + AegisName: "L_YellowCottonHeadband" + Name: "L YellowCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2143 +}, +{ + Id:12144 + AegisName: "L_LightBlueCottonHeadband" + Name: "L LightBlueCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2144 +}, +{ + Id:12145 + AegisName: "L_PinkCottonHeadband" + Name: "L PinkCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2145 +}, +{ + Id:12146 + AegisName: "L_BlackCottonHeadband" + Name: "L BlackCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2146 +}, +{ + Id:12147 + AegisName: "L_OrangeCottonHeadband" + Name: "L OrangeCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2147 +}, +{ + Id:12148 + AegisName: "L_PurpleCottonHeadband" + Name: "L PurpleCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2148 +}, +{ + Id:12149 + AegisName: "L_DarkGreenCottonHeadband" + Name: "L DarkGreenCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2149 +}, +{ + Id:12190 + AegisName: "L_RedRabbitEars" + Name: "L RedRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2190 +}, +{ + Id:12191 + AegisName: "L_GreenRabbitEars" + Name: "L GreenRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2191 +}, +{ + Id:12192 + AegisName: "L_DarkBlueRabbitEars" + Name: "L DarkBlueRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2192 +}, +{ + Id:12193 + AegisName: "L_YellowRabbitEars" + Name: "L YellowRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2193 +}, +{ + Id:12194 + AegisName: "L_LightBlueRabbitEars" + Name: "L LightBlueRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2194 +}, +{ + Id:12195 + AegisName: "L_PinkRabbitEars" + Name: "L PinkRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2195 +}, +{ + Id:12196 + AegisName: "L_BlackRabbitEars" + Name: "L BlackRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2196 +}, +{ + Id:12197 + AegisName: "L_OrangeRabbitEars" + Name: "L OrangeRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2197 +}, +{ + Id:12198 + AegisName: "L_PurpleRabbitEars" + Name: "L PurpleRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2198 +}, +{ + Id:12199 + AegisName: "L_DarkGreenRabbitEars" + Name: "L DarkGreenRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2199 +}, +{ + Id:12200 + AegisName: "L_RedWizardHat" + Name: "L RedWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2200 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12201 + AegisName: "L_GreenWizardHat" + Name: "L GreenWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2201 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12202 + AegisName: "L_DarkBlueWizardHat" + Name: "L DarkBlueWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2202 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12203 + AegisName: "L_YellowWizardHat" + Name: "L YellowWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2203 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12204 + AegisName: "L_LightBlueWizardHat" + Name: "L LightBlueWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2204 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12205 + AegisName: "L_PinkWizardHat" + Name: "L PinkWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2205 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12206 + AegisName: "L_BlackWizardHat" + Name: "L BlackWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2206 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12207 + AegisName: "L_OrangeWizardHat" + Name: "L OrangeWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2207 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12208 + AegisName: "L_PurpleWizardHat" + Name: "L PurpleWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2208 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12209 + AegisName: "L_DarkGreenWizardHat" + Name: "L DarkGreenWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2209 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:12210 + AegisName: "L_RedBowlerHat" + Name: "L RedBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2210 +}, +{ + Id:12211 + AegisName: "L_GreenBowlerHat" + Name: "L GreenBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2211 +}, +{ + Id:12212 + AegisName: "L_DarkBlueBowlerHat" + Name: "L DarkBlueBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2212 +}, +{ + Id:12213 + AegisName: "L_YellowBowlerHat" + Name: "L YellowBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2213 +}, +{ + Id:12214 + AegisName: "L_LightBlueBowlerHat" + Name: "L LightBlueBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2214 +}, +{ + Id:12215 + AegisName: "L_PinkBowlerHat" + Name: "L PinkBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2215 +}, +{ + Id:12216 + AegisName: "L_BlackBowlerHat" + Name: "L BlackBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2216 + Script: <" + bonus bMatkRate, -3; + "> +}, +{ + Id:12217 + AegisName: "L_OrangeBowlerHat" + Name: "L OrangeBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2217 +}, +{ + Id:12218 + AegisName: "L_PurpleBowlerHat" + Name: "L PurpleBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2218 +}, +{ + Id:12219 + AegisName: "L_DarkGreenBowlerHat" + Name: "L DarkGreenBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2219 +}, +{ + Id:12230 + AegisName: "L_RedBowlerHatBrown" + Name: "L RedBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2230 +}, +{ + Id:12231 + AegisName: "L_GreenBowlerHatBrown" + Name: "L GreenBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2231 +}, +{ + Id:12232 + AegisName: "L_DarkBlueBowlerHatBrown" + Name: "L DarkBlueBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2232 +}, +{ + Id:12233 + AegisName: "L_YellowBowlerHatBrown" + Name: "L YellowBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2233 +}, +{ + Id:12234 + AegisName: "L_LightBlueBowlerHatBrown" + Name: "L LightBlueBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2234 +}, +{ + Id:12235 + AegisName: "L_PinkBowlerHatBrown" + Name: "L PinkBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2235 +}, +{ + Id:12236 + AegisName: "L_BlackBowlerHatBrown" + Name: "L BlackBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2236 +}, +{ + Id:12237 + AegisName: "L_OrangeBowlerHatBrown" + Name: "L OrangeBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2237 +}, +{ + Id:12238 + AegisName: "L_PurpleBowlerHatBrown" + Name: "L PurpleBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2238 +}, +{ + Id:12239 + AegisName: "L_DarkGreenBowlerHatBrown" + Name: "L DarkGreenBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2239 +}, +{ + Id:12260 + AegisName: "L_RedBeret" + Name: "L RedBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2260 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12261 + AegisName: "L_GreenBeret" + Name: "L GreenBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2261 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12262 + AegisName: "L_DarkBlueBeret" + Name: "L DarkBlueBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2262 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12263 + AegisName: "L_YellowBeret" + Name: "L YellowBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2263 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12264 + AegisName: "L_LightBlueBeret" + Name: "L LightBlueBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2264 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12265 + AegisName: "L_PinkBeret" + Name: "L PinkBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2265 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12266 + AegisName: "L_BlackBeret" + Name: "L BlackBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2266 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12267 + AegisName: "L_OrangeBeret" + Name: "L OrangeBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2267 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12268 + AegisName: "L_PurpleBeret" + Name: "L PurpleBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2268 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12269 + AegisName: "L_DarkGreenBeret" + Name: "L DarkGreenBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2269 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id:12270 + AegisName: "L_BlinkingEvil" + Name: "L BlinkingEvil" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2270 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id:12271 + AegisName: "L_BlinkingEvilRed" + Name: "L BlinkingEvilRed" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2271 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id:12272 + AegisName: "L_BlinkingEvilBlue" + Name: "L BlinkingEvilBlue" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2272 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id:12273 + AegisName: "L_BlinkingEvilPink" + Name: "L BlinkingEvilPink" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2273 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id:12274 + AegisName: "L_BlinkingEvilYellow" + Name: "L BlinkingEvilYellow" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2274 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id:14020 + AegisName: "L_CandleHelmet" + Name: "L CandleHelmet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 2000 + Weight: 450 + Def: 16 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4020 + Script: <" + bonus bMatkRate, -6; + bonus bInt, 1; + bonus bAgi, -1; + "> +}, +{ + Id:14027 + AegisName: "L_YetiMask" + Name: "L YetiMask" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 10 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4027 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id:14028 + AegisName: "L_WizardHat" + Name: "L WizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 4028 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id:14030 + AegisName: "L_BowlerHat" + Name: "L BowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4030 +}, +{ + Id:14031 + AegisName: "L_Monocle" + Name: "L Monocle" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4031 + Script: <" + bonus bDex, 1; + bonus bLuk, 1; + bonus bCritical, 10; + "> +}, +{ + Id:14032 + AegisName: "L_PanHat" + Name: "L PanHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 400 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4032 + Script: <" + bonus bMatkRate, -4; + "> +}, +{ + Id:14033 + AegisName: "L_ChefHat" + Name: "L ChefHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 30 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4033 +}, +{ + Id:14042 + AegisName: "L_RedNose" + Name: "L RedNose" + Type: "IT_ARMOR" + Buy: 4000 + Sell: 1000 + Weight: 4 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4042 +}, +{ + Id:15128 + AegisName: "L_DarkHelm" + Name: "L DarkHelm" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 10000 + Weight: 800 + Def: 19 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5128 + Script: <" + bonus bMatkRate, -22; + bonus bMaxHPrate, 10; + bonus bInt, -readparam(bInt); + "> +}, +{ + Id:15129 + AegisName: "L_UnderworldMask" + Name: "L UnderworldMask" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 10000 + Weight: 100 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5129 + Script: <" + bonus bAtkRange, 2; + bonus bInt, -readparam(bInt); + bonus bAgi, 2; + bonus bDex, 2; + "> +}, +{ + Id:15130 + AegisName: "L_Phylactery" + Name: "L Phylactery" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 10000 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5130 + Script: <" + bonus bAspdRate, 15; + bonus bDex, -(readparam(bDex)/2); + "> +}, +{ + Id:15200 + AegisName: "L_PointyWitchHat" + Name: "L PointyWitchHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5200 + Script: <" + bonus bMatkRate, 2; + "> +}, +{ + Id:15201 + AegisName: "L_Pipe" + Name: "L Pipe" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 18 + Refine: false + ViewSprite: 5201 + Script: <" + bonus bDex, 1; + bonus bLuk, 1; + bonus bCritical, 10; + "> +}, +{ + Id:15202 + AegisName: "L_PilotHat" + Name: "L PilotHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5202 +}, +{ + Id:15203 + AegisName: "L_MoonshroomHat" + Name: "L MoonshroomHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 30 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5203 + Script: <" + bonus bMatkRate, 1; + "> +}, +{ + Id:15204 + AegisName: "L_CarbonGasMask" + Name: "L CarbonGasMask" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 50 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5204 +}, +{ + Id:15205 + AegisName: "L_EskimoHat" + Name: "L EskimoHat" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 3750 + Weight: 10 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5205 +}, +{ + Id:15209 + AegisName: "L_TerraniteHead" + Name: "L TerraniteHead" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 500 + Def: 16 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5209 + Script: <" + bonus bMatkRate, -6; + bonus bMdef, 5; + bonus bAgi, 3; + bonus bDex, 1; + "> +}, +{ + Id:15226 + AegisName: "L_GroovyHat" + Name: "L GroovyHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 20 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5226 +}, +{ + Id:15227 + AegisName: "L_JazzyHat" + Name: "L JazzyHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 20 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5227 +}, +{ + Id:15228 + AegisName: "L_ChicSantaHat" + Name: "L ChicSantaHat" + Type: "IT_ARMOR" + Buy: 400 + Sell: 200 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5228 +}, +{ + Id:15229 + AegisName: "L_ScentedCandleHelmet" + Name: "L ScentedCandleHelmet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 1 + Weight: 450 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5229 + Script: <" + bonus bInt, 2; + addtimer 1, "ScentedCandle::OnEquip"; + "> +}, +{ + Id:15230 + AegisName: "L_AnniversaryHat" + Name: "L AnniversaryHat" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 1 + Weight: 100 + Def: 12 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5230 + Script: <" + bonus bInt, 2; + "> +}, +{ + Id:15231 + AegisName: "L_RedPresentHat" + Name: "L RedPresentHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5231 +}, +{ + Id:15232 + AegisName: "L_GreenPresentHat" + Name: "L GreenPresentHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5232 +}, +{ + Id:15233 + AegisName: "L_BluePresentHat" + Name: "L BluePresentHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5233 +}, +{ + Id:15234 + AegisName: "L_YellowPresentHat" + Name: "L YellowPresentHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5234 +}, +{ + Id:15238 + AegisName: "L_AFKCap" + Name: "L AFKCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5238 +}, +{ + Id:15239 + AegisName: "L_Aureole" + Name: "L Aureole" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5239 + Script: <" + bonus bFlee, 50; + "> +}, +{ + Id:15240 + AegisName: "L_SmileyCap" + Name: "L SmileyCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5240 +}, +{ + Id:15241 + AegisName: "L_RedShades" + Name: "L RedShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5241 +}, +{ + Id:15242 + AegisName: "L_GreenShades" + Name: "L GreenShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5242 +}, +{ + Id:15243 + AegisName: "L_DarkBlueShades" + Name: "L DarkBlueShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5243 +}, +{ + Id:15244 + AegisName: "L_YellowShades" + Name: "L YellowShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5244 +}, +{ + Id:15245 + AegisName: "L_LightBlueShades" + Name: "L LightBlueShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5245 +}, +{ + Id:15246 + AegisName: "L_PinkShades" + Name: "L PinkShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5246 +}, +{ + Id:15247 + AegisName: "L_BlackShades" + Name: "L BlackShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5247 +}, +{ + Id:15248 + AegisName: "L_OrangeShades" + Name: "L OrangeShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5248 +}, +{ + Id:15249 + AegisName: "L_PurpleShades" + Name: "L PurpleShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5249 +}, +{ + Id:15250 + AegisName: "L_DarkGreenShades" + Name: "L DarkGreenShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5250 +}, +{ + Id:15255 + AegisName: "L_PVPCap" + Name: "L PVPCap" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 60 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5255 +}, +{ + Id:15257 + AegisName: "L_GoldenPVPCap" + Name: "L GoldenPVPCap" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 60 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5257 +}, +{ + Id:15258 + AegisName: "L_BlinkingHocus" + Name: "L BlinkingHocus" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 400 + Def: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5258 +}, +{ + Id:15259 + AegisName: "L_BlinkingEvilHalloween" + Name: "L BlinkingEvilHalloween" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5259 + Script: <" + bonus bMdef, 5; + "> +}, +{ + Id:15262 + AegisName: "L_MovieCap" + Name: "L MovieCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5262 +}, +{ + Id:15264 + AegisName: "L_BlueWolfHelmet" + Name: "L BlueWolfHelmet" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5264 +}, +{ + Id:15266 + AegisName: "L_CloverHat" + Name: "L CloverHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5266 + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id:15273 + AegisName: "L_AssassinMask" + Name: "L Assassin Mask" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5273 + Script: <" + callfunc "BrawlingItem", EQI_HEAD_TOP; + bonus bMdef, 5; + bonus bAgi, 9; + bonus bDex, 1; + bonus bMaxHP, 70; + bonus bCritical, 15; + bonus bAspdRate, 15; + bonus bDoubleAddRate, 15; + bonus bMatkRate, -5; + "> +}, +{ + Id:15280 + AegisName: "L_LeprechaunHat" + Name: "L Leprechaun Hat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5280 +}, +{ + Id:15281 + AegisName: "L_PartyHatR" + Name: "L Party Hat Red" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5281 +}, +{ + Id:15282 + AegisName: "L_PartyHatG" + Name: "L Party Hat Green" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5282 +}, +{ + Id:15283 + AegisName: "L_PartyHatB" + Name: "L Party Hat Blue" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5283 +}, +/* Usable items */ +{ + Id:10501 + AegisName: "L_CactusDrink" + Name: "L CactusDrink" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 501 + Script: <" + callfunc "itheal", 15, 0; + "> +}, +{ + Id:10502 + AegisName: "L_CactusPotion" + Name: "L CactusPotion" + Type: "IT_USABLE" + Buy: 70 + Sell: 35 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 502 + Script: <" + callfunc "itheal", 25, 0; + "> +}, +{ + Id:10506 + AegisName: "L_CandyCane" + Name: "L CandyCane" + Type: "IT_USABLE" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 506 + Script: <" + callfunc "itheal", 5, 0; + "> +}, +{ + Id:10508 + AegisName: "L_XmasCake" + Name: "L XmasCake" + Type: "IT_USABLE" + Buy: 70 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 508 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id:10509 + AegisName: "L_ChocolateBar" + Name: "L ChocolateBar" + Type: "IT_USABLE" + Buy: 60 + Sell: 20 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 509 + Script: <" + callfunc "itheal", 20, 0; + "> +}, +{ + Id:10510 + AegisName: "L_Candy" + Name: "L Candy" + Type: "IT_USABLE" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 510 + Script: <" + callfunc "itheal", 5, 0; + "> +}, +{ + Id:10512 + AegisName: "L_GingerBreadMan" + Name: "L GingerBreadMan" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 512 + Script: <" + callfunc "itheal", 25, 0; + "> +}, +{ + Id:10513 + AegisName: "L_Cake" + Name: "L Cake" + Type: "IT_USABLE" + Buy: 30 + Sell: 15 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 513 + Script: <" + callfunc "itheal", 15, 0; + "> +}, +{ + Id:10514 + AegisName: "L_XmasCandyCane" + Name: "L XmasCandyCane" + Type: "IT_USABLE" + Buy: 30 + Sell: 15 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 514 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id:10519 + AegisName: "L_CherryCake" + Name: "L CherryCake" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 519 + Script: <" + callfunc "itheal", 35, 0; + "> +}, +{ + Id:10520 + AegisName: "L_EasterEgg" + Name: "L EasterEgg" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 520 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id:10527 + AegisName: "L_Milk" + Name: "L Milk" + Type: "IT_USABLE" + Buy: 300 + Sell: 150 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 527 + Script: <" + callfunc "itheal", 150, 0; + "> +}, +{ + Id:10533 + AegisName: "L_RoastedMaggot" + Name: "L RoastedMaggot" + Type: "IT_USABLE" + Buy: 110 + Sell: 55 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 533 + Script: <" + callfunc "itheal", 150, 0; + "> +}, +{ + Id:10534 + AegisName: "L_OrangeCupcake" + Name: "L OrangeCupcake" + Type: "IT_USABLE" + Buy: 90 + Sell: 45 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 534 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id:10535 + AegisName: "L_RedApple" + Name: "L RedApple" + Type: "IT_USABLE" + Buy: 25 + Sell: 6 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 535 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id:10539 + AegisName: "L_Beer" + Name: "L Beer" + Type: "IT_USABLE" + Buy: 175 + Sell: 87 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 539 + Script: <" + callfunc "itheal", 200, 5; + "> +}, +{ + Id:10541 + AegisName: "L_BottleOfWater" + Name: "L BottleOfWater" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 541 + Script: <" + callfunc "itheal", 250, 0; + getitem 540, 1; + "> +}, +{ + Id:10562 + AegisName: "L_ChickenLeg" + Name: "L ChickenLeg" + Type: "IT_USABLE" + Buy: 250 + Sell: 125 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 562 + Script: <" + callfunc "itheal", 500, 0; + "> +}, +{ + Id:10565 + AegisName: "L_PinkPetal" + Name: "L PinkPetal" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 565 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id:10566 + AegisName: "L_SmallMushroom" + Name: "L SmallMushroom" + Type: "IT_USABLE" + Buy: 125 + Sell: 50 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 566 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id:10567 + AegisName: "L_IronPotion" + Name: "L IronPotion" + Type: "IT_USABLE" + Buy: 500 + Sell: 250 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 567 + Script: <" + callfunc("SC_Bonus", 60, SC_PLUSATTACKPOWER, 60); + "> +}, +{ + Id:10568 + AegisName: "L_ConcentrationPotion" + Name: "L ConcentrationPotion" + Type: "IT_USABLE" + Buy: 500 + Sell: 250 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 568 + Script: <" + callfunc("SC_Bonus", 60, SC_ATTHASTE_POTION1, 30); + "> +}, +{ + Id:10657 + AegisName: "L_Orange" + Name: "L Orange" + Type: "IT_USABLE" + Buy: 40 + Sell: 10 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 657 + Script: <" + callfunc "itheal", 60, 0; + "> +}, +{ + Id:10676 + AegisName: "L_Steak" + Name: "L Steak" + Type: "IT_USABLE" + Buy: 275 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 676 + Script: <" + callfunc "itheal", 250, 0; + "> +}, +{ + Id:10684 + AegisName: "L_TinyHealingPotion" + Name: "L TinyHealingPotion" + Type: "IT_USABLE" + Buy: 25 + Sell: 12 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 684 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id:10685 + AegisName: "L_SmallHealingPotion" + Name: "L SmallHealingPotion" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 685 + Script: <" + callfunc "itheal", 200, 0; + "> +}, +{ + Id:10686 + AegisName: "L_MediumHealingPotion" + Name: "L MediumHealingPotion" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 15 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 686 + Script: <" + callfunc "itheal", 400, 0; + "> +}, +{ + Id:10687 + AegisName: "L_LargeHealingPotion" + Name: "L LargeHealingPotion" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 25 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 687 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id:10705 + AegisName: "L_ManaPotion" + Name: "L ManaPotion" + Type: "IT_USABLE" + Buy: 2000 + Sell: 300 + Weight: 50 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 705 + Script: <" + callfunc "itheal", 0, 10; + callfunc "MagicGainBasic"; + "> +}, +{ + Id:10714 + AegisName: "L_SnakeEgg" + Name: "L SnakeEgg" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 714 + Script: <" + callfunc "itheal", 30, 0; + "> +}, +{ + Id:10715 + AegisName: "L_MountainSnakeEgg" + Name: "L MountainSnakeEgg" + Type: "IT_USABLE" + Buy: 80 + Sell: 40 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 715 + Script: <" + callfunc "itheal", 40, 0; + "> +}, +{ + Id:10716 + AegisName: "L_GrassSnakeEgg" + Name: "L GrassSnakeEgg" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 716 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id:10717 + AegisName: "L_CaveSnakeEgg" + Name: "L CaveSnakeEgg" + Type: "IT_USABLE" + Buy: 60 + Sell: 30 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 717 + Script: <" + callfunc "itheal", 20, 0; + "> +}, +{ + Id:10719 + AegisName: "L_GreenApple" + Name: "L GreenApple" + Type: "IT_USABLE" + Buy: 20 + Sell: 5 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 719 + Script: <" + callfunc "itheal", 45, 0; + "> +}, +{ + Id:10733 + AegisName: "L_PurificationPotion" + Name: "L PurificationPotion" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 15 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 733 + Script: <" + callfunc "usePurificationPotion"; + "> +}, +{ + Id:10736 + AegisName: "L_WhiteCake" + Name: "L WhiteCake" + Type: "IT_USABLE" + Buy: 500 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 736 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id:10737 + AegisName: "L_ChocolateCake" + Name: "L ChocolateCake" + Type: "IT_USABLE" + Buy: 550 + Sell: 125 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 737 + Script: <" + callfunc "itheal", 11, 0; + "> +}, +{ + Id:10738 + AegisName: "L_OrangeCake" + Name: "L OrangeCake" + Type: "IT_USABLE" + Buy: 600 + Sell: 150 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 738 + Script: <" + callfunc "itheal", 12, 0; + "> +}, +{ + Id:10739 + AegisName: "L_AppleCake" + Name: "L AppleCake" + Type: "IT_USABLE" + Buy: 600 + Sell: 150 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 739 + Script: <" + callfunc "itheal", 12, 0; + "> +}, +{ + Id:10743 + AegisName: "L_Acorn" + Name: "L Acorn" + Type: "IT_USABLE" + Buy: 50 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 743 + Script: <" + callfunc "itheal", 3, 0; + "> +}, +{ + Id:10744 + AegisName: "L_DilutedConcentrationPot" + Name: "L DilutedConcentrationPot" + Type: "IT_USABLE" + Buy: 250 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 744 + Script: <" + callfunc("SC_Bonus", 30, SC_ATTHASTE_POTION1, 20); + "> +}, +{ + Id:10745 + AegisName: "L_DarkConcentrationPotion" + Name: "L DarkConcentrationPotion" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 745 + Script: <" + callfunc("SC_Bonus", 10, SC_ATTHASTE_POTION1, 40); + callfunc("SC_Bonus", 50, SC_BLOODING, 1); + "> +}, +{ + Id:10747 + AegisName: "L_LacedChocolateCake" + Name: "L LacedChocolateCake" + Type: "IT_USABLE" + Buy: 550 + Sell: 125 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 747 + Script: <" + callfunc "itheal", 11, 0; + "> +}, +{ + Id:10748 + AegisName: "L_LacedOrangeCupcake" + Name: "L LacedOrangeCupcake" + Type: "IT_USABLE" + Buy: 90 + Sell: 45 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 748 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id:10750 + AegisName: "L_SlowPoisonPotion" + Name: "L SlowPoisonPotion" + Type: "IT_USABLE" + Buy: 500 + Sell: 200 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 750 + Script: <" + callfunc "itheal", 5, 0; + callfunc("SC_Bonus", 180, SC_SLOWPOISON, 100); + "> +}, +{ + Id:10784 + AegisName: "L_ZombieNachos" + Name: "L ZombieNachos" + Type: "IT_USABLE" + Buy: 100 + Sell: 30 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 784 + Script: <" + callfunc "itheal", 60, 0; + "> +}, +{ + Id:10785 + AegisName: "L_LadyFingers" + Name: "L LadyFingers" + Type: "IT_USABLE" + Buy: 70 + Sell: 25 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 785 + Script: <" + callfunc "itheal", 40, 0; + "> +}, +{ + Id:10786 + AegisName: "L_JellAhh" + Name: "L JellAhh" + Type: "IT_USABLE" + Buy: 80 + Sell: 30 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 786 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id:10787 + AegisName: "L_Snapple" + Name: "L Snapple" + Type: "IT_USABLE" + Buy: 110 + Sell: 55 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 787 + Script: <" + callfunc "itheal", 70, 0; + "> +}, +{ + Id:10788 + AegisName: "L_BeetleJuice" + Name: "L BeetleJuice" + Type: "IT_USABLE" + Buy: 80 + Sell: 30 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 788 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id:10789 + AegisName: "L_GutBuster" + Name: "L GutBuster" + Type: "IT_USABLE" + Buy: 100 + Sell: 30 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 789 + Script: <" + callfunc "itheal", 60, 0; + "> +}, +{ + Id:10790 + AegisName: "L_BloodWine" + Name: "L BloodWine" + Type: "IT_USABLE" + Buy: 150 + Sell: 50 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 790 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id:10808 + AegisName: "L_HitchhikersTowel" + Name: "L HitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 808 + Script: <" + set @warpTowelName$, "HitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10809 + AegisName: "L_WhiteHitchhikersTowel" + Name: "L WhiteHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 809 + Script: <" + set @warpTowelName$, "WhiteHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10810 + AegisName: "L_RedHitchhikersTowel" + Name: "L RedHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 810 + Script: <" + set @warpTowelName$, "RedHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10811 + AegisName: "L_GreenHitchhikersTowel" + Name: "L GreenHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 811 + Script: <" + set @warpTowelName$, "GreenHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10812 + AegisName: "L_BlueHitchhikersTowel" + Name: "L BlueHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 812 + Script: <" + set @warpTowelName$, "BlueHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10813 + AegisName: "L_YellowHitchhikersTowel" + Name: "L YellowHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 813 + Script: <" + set @warpTowelName$, "YellowHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10814 + AegisName: "L_PurpleHitchhikersTowel" + Name: "L PurpleHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 814 + Script: <" + set @warpTowelName$, "PurpleHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10815 + AegisName: "L_OrangeHitchhikersTowel" + Name: "L OrangeHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 815 + Script: <" + set @warpTowelName$, "OrangeHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10816 + AegisName: "L_PinkHitchhikersTowel" + Name: "L PinkHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 816 + Script: <" + set @warpTowelName$, "PinkHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10817 + AegisName: "L_TealHitchhikersTowel" + Name: "L TealHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 817 + Script: <" + set @warpTowelName$, "TealHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10818 + AegisName: "L_LimeHitchhikersTowel" + Name: "L LimeHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 818 + Script: <" + set @warpTowelName$, "LimeHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id:10825 + AegisName: "L_TinyManaElixir" + Name: "L TinyManaElixir" + Type: "IT_USABLE" + Buy: 100 + Sell: 10 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 825 + Script: <" + callfunc "itheal", 0, 25; + "> +}, +{ + Id:10826 + AegisName: "L_SmallManaElixir" + Name: "L SmallManaElixir" + Type: "IT_USABLE" + Buy: 200 + Sell: 20 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 826 + Script: <" + callfunc "itheal", 0, 50; + "> +}, +{ + Id:10827 + AegisName: "L_MediumManaElixir" + Name: "L MediumManaElixir" + Type: "IT_USABLE" + Buy: 400 + Sell: 40 + Weight: 15 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 827 + Script: <" + callfunc "itheal", 0, 100; + "> +}, +{ + Id:10828 + AegisName: "L_LargeManaElixir" + Name: "L LargeManaElixir" + Type: "IT_USABLE" + Buy: 800 + Sell: 80 + Weight: 25 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 828 + Script: <" + callfunc "itheal", 0, 250; + "> +}, +{ + Id:10838 + AegisName: "L_CranberryLollipop" + Name: "L CranberryLollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 838 + Script: <" + callfunc "itheal", 750, 0; + "> +}, +{ + Id:10839 + AegisName: "L_GrapeLollipop" + Name: "L GrapeLollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 839 + Script: <" + callfunc "itheal", 750, 0; + "> +}, +{ + Id:10840 + AegisName: "L_OrangeLollipop" + Name: "L OrangeLollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 840 + Script: <" + callfunc "itheal", 750, 0; + "> +}, +{ + Id:11189 + AegisName: "L_PollettEgg" + Name: "L PollettEgg" + Type: "IT_USABLE" + Buy: 250 + Sell: 25 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1189 + Script: <" + callfunc "itheal", 75, 10; + "> +}, +{ + Id:11229 + AegisName: "L_CaramelApple" + Name: "L CaramelApple" + Type: "IT_USABLE" + Buy: 500 + Sell: 75 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1229 + Script: <" + callfunc "itheal", 1000, 0; + "> +}, +{ + Id:11230 + AegisName: "L_LollipopColor1" + Name: "L LollipopColor1" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1230 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id:11231 + AegisName: "L_LollipopColor2" + Name: "L LollipopColor2" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1231 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id:11232 + AegisName: "L_LollipopColor3" + Name: "L LollipopColor3" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1232 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id:11248 + AegisName: "L_Blueberries" + Name: "L Blueberries" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 6 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1248 + Script: <" + callfunc "itheal", 200, 0; + "> +}, +{ + Id:11250 + AegisName: "L_Pear" + Name: "L Pear" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1250 + Script: <" + callfunc "itheal", 150, 0; + "> +}, +{ + Id:11251 + AegisName: "L_Plum" + Name: "L Plum" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1251 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id:11252 + AegisName: "L_Cherry" + Name: "L Cherry" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1252 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id:11253 + AegisName: "L_GoldenDeliciousApple" + Name: "L GoldenDeliciousApple" + Type: "IT_USABLE" + Buy: 1000 + Sell: 500 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1253 + Script: <" + callfunc "itheal", 200, 0; + "> +}, +{ + Id:11258 + AegisName: "L_Honey" + Name: "L Honey" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 20 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1258 + Script: <" + callfunc "itheal", 45, 0; + "> +}, +{ + Id:11280 + AegisName: "L_Scissors" + Name: "L Scissors" + Type: "IT_USABLE" + Buy: 1000 + Sell: 500 + Weight: 120 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1280 + Script: <" + callfunc "useScissors"; + "> +}, +{ + Id:11281 + AegisName: "L_ShockSweet" + Name: "L ShockSweet" + Type: "IT_USABLE" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1281 + Script: <" + callfunc "useShockSweet"; + "> +}, +{ + Id:13001 + AegisName: "L_RubberBat" + Name: "L RubberBat" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3001 + Script: <" + callfunc "rubberBat"; + "> +}, +{ + Id:13006 + AegisName: "L_TonoriDelight" + Name: "L TonoriDelight" + Type: "IT_USABLE" + Buy: 5 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3006 + Script: <" + callfunc "itheal", 10, 2; + "> +}, +{ + Id:13007 + AegisName: "L_Marshmallow" + Name: "L Marshmallow" + Type: "IT_USABLE" + Buy: 5 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3007 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id:13009 + AegisName: "L_JellySkull" + Name: "L JellySkull" + Type: "IT_USABLE" + Buy: 5 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3009 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id:13010 + AegisName: "L_CandyPumpkin" + Name: "L CandyPumpkin" + Type: "IT_USABLE" + Buy: 5 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3010 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id:14035 + AegisName: "L_PickledBeets" + Name: "L PickledBeets" + Type: "IT_USABLE" + Buy: 1500 + Sell: 50 + Weight: 150 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4035 + Script: <" + callfunc "usePickledBeets"; + "> +}, +{ + Id:14036 + AegisName: "L_RoastedAcorn" + Name: "L RoastedAcorn" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4036 + Script: <" + callfunc "itheal", 15, 0; + "> +}, +{ + Id:15126 + AegisName: "L_MTJarofOwnBlood" + Name: "L MTJarofOwnBlood" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5126 + Script: <" + callfunc "itheal", -250, 0; + getitem 5127, 1; + "> +}, +{ + Id:15210 + AegisName: "L_GrassFedTofu" + Name: "L GrassFedTofu" + Type: "IT_USABLE" + Buy: 50 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5210 + Script: <" + callfunc "itheal", -10, -2; + "> +}, +{ + Id:15213 + AegisName: "L_VeganWater" + Name: "L VeganWater" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5213 + Script: <" + callfunc "itheal", 250, 0; + getitem 540, 1; + "> +}, +{ + Id:15214 + AegisName: "L_LactoseFreeAcorn" + Name: "L LactoseFreeAcorn" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5214 + Script: <" + callfunc "itheal", 15, 0; + "> +}, +{ + Id:15235 + AegisName: "L_TMWBirthdayGift" + Name: "L TMWBirthdayGift" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 50 + Weight: 0 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5235 + Script: <" + // 5231..5234 + .@it=callfunc("any", + RedPresentHat, GreenPresentHat, BluePresentHat, YellowPresentHat); + getitem .@it, 1; + "> +}, +{ + Id:15236 + AegisName: "L_GumiCandy" + Name: "L GumiCandy" + Type: "IT_USABLE" + Buy: 10000 + Sell: 250 + Weight: 0 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5236 + Script: <" + set Sex, Sex == 3 ? rand(0, 1) : (rand(0, 1) ? 3 : !Sex); + "> +}, +{ + Id:15237 + AegisName: "L_CaramelCandy" + Name: "L CaramelCandy" + Type: "IT_USABLE" + Buy: 700 + Sell: 350 + Weight: 0 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5237 + Script: <" + callfunc "itheal", 350, 0; + "> +}, +{ + Id:15263 + AegisName: "L_LovePotion" + Name: "L LovePotion" + Type: "IT_USABLE" + Buy: 90000 + Sell: 550 + Weight: 0 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5263 + Script: <" + callfunc "LovePotion"; + "> +}, +{ + Id:15267 + AegisName: "L_AlizarinScroll" + Name: "L Alizarin Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_MODRIPHOO; + @skillId = SKILL_MODRIPHOO; + @skillLv = 1; + callfunc "SK_GrowPlants", false; + "> +}, +{ + Id:15268 + AegisName: "L_CobaltScroll" + Name: "L Cobalt Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_MODRISUMP; + @skillId = SKILL_MODRISUMP; + @skillLv = 1; + callfunc "SK_GrowPlants", false; + "> +}, +{ + Id:15269 + AegisName: "L_GambogeScroll" + Name: "L Gamboge Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_MODRIYIKAM; + @skillId = SKILL_MODRIYIKAM; + @skillLv = 1; + callfunc "SK_GrowPlants", false; + "> +}, +{ + Id:15270 + AegisName: "L_MauveScroll" + Name: "L Mauve Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_MODRILAX; + @skillId = SKILL_MODRILAX; + @skillLv = 1; + callfunc "SK_GrowPlants", false; + "> +}, +{ + Id:15271 + AegisName: "L_JoyplimScroll" + Name: "L Joyplim Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_JOYPLIM; + @skillId = SKILL_JOYPLIM; + @skillLv = 10; + callfunc "SK_Joyplim", false; + "> +}, +{ + Id:15277 + AegisName: "L_XmasSeeds" + Name: "L Christmas Seeds" + Type: "IT_USABLE" + Buy: 9999 + Sell: 0 + Weight: 1 + ViewSprite: 5277 + Trade: { + partneroverride: true + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } + Script: <" + callfunc "X21_SEEDS"; + "> +}, +{ + Id:15251 + AegisName: "L_Tomato" + Name: "L Tomato" + Type: "IT_USABLE" + Buy: 40 + Sell: 10 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 657 + Script: <" + callfunc "itheal", 200, 5; + "> +}, + +/* Legs Armor */ +{ + Id:10586 + AegisName: "L_CottonShorts" + Name: "L CottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 15 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 586 +}, +{ + Id:10610 + AegisName: "L_JeansShorts" + Name: "L JeansShorts" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 610 +}, +{ + Id:10632 + AegisName: "L_CottonSkirt" + Name: "L CottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 10 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 632 +}, +{ + Id:10642 + AegisName: "L_JeansChaps" + Name: "L JeansChaps" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 60 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 642 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id:10648 + AegisName: "L_CottonTrousers" + Name: "L CottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 648 +}, +{ + Id:10731 + AegisName: "L_AssassinPants" + Name: "L AssassinPants" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 3000 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 731 + Script: <" + callfunc "BrawlingItem", EQI_HEAD_LOW; + bonus bAgi, 5; + bonus bMatkRate, -2; + "> +}, +{ + Id:10768 + AegisName: "L_TerraniteLegs" + Name: "L TerraniteLegs" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 3000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 768 + Script: <" + bonus bAgi, 1; + bonus bMdef, 5; + "> +}, +{ + Id:10771 + AegisName: "L_Miniskirt" + Name: "L Miniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 771 +}, +{ + Id:10796 + AegisName: "L_BromenalLegs" + Name: "L BromenalLegs" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 150 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 796 +}, +{ + Id:10857 + AegisName: "L_LeatherTrousers" + Name: "L LeatherTrousers" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 25 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 857 + Script: <" + bonus bHit, 2; + "> +}, +{ + Id:10881 + AegisName: "L_RaggedShorts" + Name: "L RaggedShorts" + Type: "IT_ARMOR" + Buy: 60 + Sell: 1 + Weight: 7 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 881 +}, +{ + Id:11172 + AegisName: "L_SilkPants" + Name: "L SilkPants" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 750 + Weight: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1172 +}, +{ + Id:12100 + AegisName: "L_RedCottonSkirt" + Name: "L RedCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2100 +}, +{ + Id:12101 + AegisName: "L_GreenCottonSkirt" + Name: "L GreenCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2101 +}, +{ + Id:12102 + AegisName: "L_DarkBlueCottonSkirt" + Name: "L DarkBlueCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2102 +}, +{ + Id:12103 + AegisName: "L_YellowCottonSkirt" + Name: "L YellowCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2103 +}, +{ + Id:12104 + AegisName: "L_LightBlueCottonSkirt" + Name: "L LightBlueCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2104 +}, +{ + Id:12105 + AegisName: "L_PinkCottonSkirt" + Name: "L PinkCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2105 +}, +{ + Id:12106 + AegisName: "L_BlackCottonSkirt" + Name: "L BlackCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2106 +}, +{ + Id:12107 + AegisName: "L_OrangeCottonSkirt" + Name: "L OrangeCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2107 +}, +{ + Id:12108 + AegisName: "L_PurpleCottonSkirt" + Name: "L PurpleCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2108 +}, +{ + Id:12109 + AegisName: "L_DarkGreenCottonSkirt" + Name: "L DarkGreenCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2109 +}, +{ + Id:12110 + AegisName: "L_RedCottonShorts" + Name: "L RedCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2110 +}, +{ + Id:12111 + AegisName: "L_GreenCottonShorts" + Name: "L GreenCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2111 +}, +{ + Id:12112 + AegisName: "L_DarkBlueCottonShorts" + Name: "L DarkBlueCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2112 +}, +{ + Id:12113 + AegisName: "L_YellowCottonShorts" + Name: "L YellowCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2113 +}, +{ + Id:12114 + AegisName: "L_LightBlueCottonShorts" + Name: "L LightBlueCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2114 +}, +{ + Id:12115 + AegisName: "L_PinkCottonShorts" + Name: "L PinkCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2115 +}, +{ + Id:12116 + AegisName: "L_BlackCottonShorts" + Name: "L BlackCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2116 +}, +{ + Id:12117 + AegisName: "L_OrangeCottonShorts" + Name: "L OrangeCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2117 +}, +{ + Id:12118 + AegisName: "L_PurpleCottonShorts" + Name: "L PurpleCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2118 +}, +{ + Id:12119 + AegisName: "L_DarkGreenCottonShorts" + Name: "L DarkGreenCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2119 +}, +{ + Id:12170 + AegisName: "L_RedMiniskirt" + Name: "L RedMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2170 +}, +{ + Id:12171 + AegisName: "L_GreenMiniskirt" + Name: "L GreenMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2171 +}, +{ + Id:12172 + AegisName: "L_DarkBlueMiniskirt" + Name: "L DarkBlueMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2172 +}, +{ + Id:12173 + AegisName: "L_YellowMiniskirt" + Name: "L YellowMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2173 +}, +{ + Id:12174 + AegisName: "L_LightBlueMiniskirt" + Name: "L LightBlueMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2174 +}, +{ + Id:12175 + AegisName: "L_PinkMiniskirt" + Name: "L PinkMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2175 +}, +{ + Id:12176 + AegisName: "L_BlackMiniskirt" + Name: "L BlackMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2176 +}, +{ + Id:12177 + AegisName: "L_OrangeMiniskirt" + Name: "L OrangeMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2177 +}, +{ + Id:12178 + AegisName: "L_PurpleMiniskirt" + Name: "L PurpleMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2178 +}, +{ + Id:12179 + AegisName: "L_DarkGreenMiniskirt" + Name: "L DarkGreenMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2179 +}, +{ + Id:12180 + AegisName: "L_RedCottonTrousers" + Name: "L RedCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2180 +}, +{ + Id:12181 + AegisName: "L_GreenCottonTrousers" + Name: "L GreenCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2181 +}, +{ + Id:12182 + AegisName: "L_DarkBlueCottonTrousers" + Name: "L DarkBlueCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2182 +}, +{ + Id:12183 + AegisName: "L_YellowCottonTrousers" + Name: "L YellowCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2183 +}, +{ + Id:12184 + AegisName: "L_LightBlueCottonTrousers" + Name: "L LightBlueCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2184 +}, +{ + Id:12185 + AegisName: "L_PinkCottonTrousers" + Name: "L PinkCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2185 +}, +{ + Id:12186 + AegisName: "L_BlackCottonTrousers" + Name: "L BlackCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2186 +}, +{ + Id:12187 + AegisName: "L_OrangeCottonTrousers" + Name: "L OrangeCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2187 +}, +{ + Id:12188 + AegisName: "L_PurpleCottonTrousers" + Name: "L PurpleCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2188 +}, +{ + Id:12189 + AegisName: "L_DarkGreenCottonTrousers" + Name: "L DarkGreenCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2189 +}, +{ + Id:10531 + AegisName: "L_MinerGloves" + Name: "L MinerGloves" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1000 + Weight: 30 + Def: 2 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 531 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id:10532 + AegisName: "L_LeatherGloves" + Name: "L LeatherGloves" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 2000 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 532 + Script: <" + bonus bMatkRate, -3; + "> +}, +{ + Id:10563 + AegisName: "L_WinterGloves" + Name: "L WinterGloves" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 563 +}, +{ + Id:10741 + AegisName: "L_CottonGloves" + Name: "L CottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 741 +}, +{ + Id:10756 + AegisName: "L_AssassinGloves" + Name: "L AssassinGloves" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 2000 + Weight: 9 + Def: 3 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 756 + Script: <" + callfunc "BrawlingItem", EQI_GARMENT; + bonus bAgi, 4; + bonus bMatkRate, -1; + "> +}, +{ + Id:10794 + AegisName: "L_BromenalGloves" + Name: "L BromenalGloves" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 2000 + Weight: 40 + Def: 4 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 794 + Script: <" + bonus bMatkRate, -3; + "> +}, +{ + Id:10868 + AegisName: "L_SilkGloves" + Name: "L SilkGloves" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 4 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 868 +}, +{ + Id:12160 + AegisName: "L_RedCottonGloves" + Name: "L RedCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2160 +}, +{ + Id:12161 + AegisName: "L_GreenCottonGloves" + Name: "L GreenCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2161 +}, +{ + Id:12162 + AegisName: "L_DarkBlueCottonGloves" + Name: "L DarkBlueCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2162 +}, +{ + Id:12163 + AegisName: "L_YellowCottonGloves" + Name: "L YellowCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2163 +}, +{ + Id:12164 + AegisName: "L_LightBlueCottonGloves" + Name: "L LightBlueCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2164 +}, +{ + Id:12165 + AegisName: "L_PinkCottonGloves" + Name: "L PinkCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2165 +}, +{ + Id:12166 + AegisName: "L_BlackCottonGloves" + Name: "L BlackCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2166 +}, +{ + Id:12167 + AegisName: "L_OrangeCottonGloves" + Name: "L OrangeCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2167 +}, +{ + Id:12168 + AegisName: "L_PurpleCottonGloves" + Name: "L PurpleCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2168 +}, +{ + Id:12169 + AegisName: "L_DarkGreenCottonGloves" + Name: "L DarkGreenCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2169 +}, +//////////////////////////////////////////////////////// +// Shields +{ + Id:10585 + AegisName: "L_ScarabArmlet" + Name: "L ScarabArmlet" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 200 + Def: 0 + Slots: 0 + Loc: "EQP_HAND_L" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 585 +}, +{ + Id:10601 + AegisName: "L_SteelShield" + Name: "L SteelShield" + Type: "IT_ARMOR" + Buy: 40000 + Sell: 3000 + Weight: 2500 + Def: 20 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 601 + Script: <" + bonus bMatkRate, -20; + "> +}, +{ + Id:10602 + AegisName: "L_WoodenShield" + Name: "L WoodenShield" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 2000 + Weight: 1500 + Def: 14 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 602 + Script: <" + bonus bMatkRate, -10; + "> +}, +{ + Id:10603 + AegisName: "L_LeatherShield" + Name: "L LeatherShield" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 1300 + Def: 7 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 603 + Script: <" + bonus bMatkRate, -5; + "> +}, +{ + Id:10797 + AegisName: "L_BromenalShield" + Name: "L BromenalShield" + Type: "IT_ARMOR" + Buy: 40000 + Sell: 3000 + Weight: 2500 + Def: 20 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 797 + Script: <" + bonus bMatkRate, -15; + "> +}, +{ + Id:15285 + AegisName: "L_DragonShield" + Name: "L Dragon Shield" + Type: "IT_ARMOR" + Buy: 40000 + Sell: 3000 + Weight: 2500 + Def: 30 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 601 + Script: <" + bonus bMatkRate, -20; + "> + Nouse: { + override: 1 + } +}, + +// +// Pets +{ + Id:16000 + AegisName: "L_PinkieScroll" + Name: "L Pinkie Scroll" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 400 + KeepAfterUse: true + Trade: { + partneroverride: true + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } + Script: <" + bpet; + "> +}, +//================= Hercules Database ===================================== +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2014-2020 Hercules Dev Team +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= +//= Items Database +//========================================================================= + +/************************************************************************** +************* Entry structure ******************************************** +************************************************************************** +{ + // ================ Mandatory fields ============================== + Id:29999 + AegisName: "R_Aegis_Name" (string) + Name: "R Item Name" (string) + // ================ Optional fields =============================== + Type: Item Type (string, defaults to "IT_ETC"; use "IT_VIRTUAL" for fake items) + Buy: Buy Price (int, defaults to Sell * 2) + Sell: Sell Price (int, defaults to Buy / 2) + Weight: Item Weight (int, defaults to 0) + Atk: Attack (int, defaults to 0) + Matk: Magical Attack (int, defaults to 0, ignored in pre-re) + Def: Defense (int, defaults to 0) + Range: Attack Range (int, defaults to 0) + MinRange: Minimal Attack Range (int, defaults to 0) + Slots: Slots (int, defaults to 0) + Job: { (defaults to all job) + All: true/false (boolean, defaults to false) + KaizeiTalpan: true/false (boolean, defaults to false) + ArgaesTalpan: true/false (boolean, defaults to false) + TonoriTalpan: true/false (boolean, defaults to false) + CaveUkar: true/false (boolean, defaults to false) + MountainUkar: true/false (boolean, defaults to false) + SeaTritan: true/false (boolean, defaults to false) + LakeTritan: true/false (boolean, defaults to false) + LightRaijin: true/false (boolean, defaults to false) + DarkRaijin: true/false (boolean, defaults to false) + FireKralog: true/false (boolean, defaults to false) + FrostKralog: true/false (boolean, defaults to false) + } + Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF) + Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") + Gender: Gender (string, defaults to "SEX_ANY") + Loc: Equip location (bitmask array, string or int, required value for equipment) + WeaponLv: Weapon Level (int, defaults to 0) + EquipLv: Equip required level (int, defaults to 0) + EquipLv: [min, max] (alternative syntax with min / max level) + Refine: Refineable (boolean, defaults to true) + DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] + Subtype: Item Subtype (int, defaults to 0) + ViewSprite: Sprite view ID (int, defaults to 0) + BindOnEquip: true/false (boolean, defaults to false) + ForceSerial: true/false (boolean, defaults to false) + BuyingStore: true/false (boolean, defaults to false) + Delay: Delay to use item (int, defaults to 0) + FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) + KeepAfterUse: true/false (boolean, defaults to false) + DropAnnounce: true/false (boolean, defaults to false) + ShowDropEffect: true/false (boolean, defaults to false) + DropEffectMode: Effect Type (int, default to 0) + AllowPickup: true/false (boolean, defaults to true) + Charm: true/false (boolean, defaults to false) + MaxFloorOffset: [x, y] (int, defaults to 8) + MaxFloorOffset: offset (int, defaults to 8) + Identified: true/false (boolean, default to true) + RequiredStr: required strength (int, default to 0) + RequiredAgi: required agility (int, default to 0) + RequiredVit: required vitality (int, default to 0) + RequiredInt: required intellect (int, default to 0) + RequiredDex: required dexterity (int, default to 0) + RequiredLuk: required luck (int, default to 0) + RequiredMaxHp: required max hp (int, default to 0) + RequiredMaxSp: required max sp (int, default to 0) + RequiredAtk: required attack (int, default to 0) + RequiredMAtkMin: required minimal magic attack (int, default to 0) + RequiredMAtkMax: required maximum magic attack (int, default to 0) + RequiredDef: required defence (int, default to 0) + RequiredMDef: required magic defence (int, default to 0) + RequiredSkill: required skill (int, default to 0) + UseEffect: effect if use/equip item success (int, default to -1) + UseFailEffect: effect if use/equip item failed (int, default to -1) + UnequipEffect: effect if unequip item success (int, default to -1) + UnequipFailEffect: effect if unequip item failed (int, default to -1) + Trade: { (defaults to no restrictions) + override: GroupID (int, defaults to 100) + nodrop: true/false (boolean, defaults to false) + notrade: true/false (boolean, defaults to false) + nostorage: true/false (boolean, defaults to false) + nocart: true/false (boolean, defaults to false) + noselltonpc: true/false (boolean, defaults to false) + nomail: true/false (boolean, defaults to false) + noauction: true/false (boolean, defaults to false) + nogstorage: true/false (boolean, defaults to false) + partneroverride: true/false (boolean, defaults to false) + } + Nouse: { (defaults to no restrictions) + override: GroupID (int, defaults to 100) + sitting: true/false (boolean, defaults to false) + } + Stack: [amount, type] (int, defaults to 0) + Sprite: SpriteID (int, defaults to 0) + Script: <" + Script + (it can be multi-line) + "> + OnEquipScript: <" OnEquip Script (can also be multi-line) "> + OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> + OnDropScript: <" OnDrop Script (can also be multi-line) "> + OnTakeScript: <" OnTake Script (can also be multi-line) "> + OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> + OnRentalStartScript: <" On item renting script, gets called after item is created in inventory (can also be multi-line) "> + OnRentalEndScript: <" On item rent end/expire script, gets called after item is removed from inventory (can also be multi-line) "> + AllowCards: { + idNUM: amount (NUM is id number, amount is amount) + } + AllowAmmo: { + idNUM: something (NUM is id number) + } +}, +**************************************************************************/ +/* +501 699 = Usable Items +700 999 = Generic Items +1000 1099 = Necklaces (LEVEL ID 6) +1200 1299 = Charms (LEVEL ID 9) +1100 1299 = Rings (LEVEL ID 8) +1300 1799 = Chest Armors (LEVEL ID 1) +1800 1999 = Boots (LEVEL ID 4) +2000 2199 = Gloves (LEVEL ID 5) +2200 2499 = Pants (LEVEL ID 2) +2500 2699 = Wings (LEVEL ID 7) +2700 2899 = Shields (LEVEL ID 7) +2900 3199 = Head Gears (LEVEL ID 3) +3200 3499 = Neck Armors (LEVEL ID 3) +3500 3999 = Weapons (LEVEL ID 0) +4000 4999 = Pets +5000 5499 = Cards +5500 5999 = Card Groups (using item_group.conf) +6000 6999 = Bows (LEVEL ID 0) +7000 7999 = Arrows (LEVEL ID 0) +8000 8499 = LEGACY merge items, generic or usable +*/ +{ + Id:20501 + AegisName: "R_Acorn" + Name: "R Acorn" + Type: "IT_HEALING" + Buy: 20 + Sell: 7 + Weight: 3 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + if (@useType == 1) + { + if (!getmapxy(.@map$, .@x, .@y, 0)) + { + monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); + } + } + else + { + @min = 12; + @max = 18; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + } + "> +}, +{ + Id:20502 + AegisName: "R_Bread" + Name: "R Bread" + Type: "IT_HEALING" + Buy: 50 + Sell: 15 + Weight: 25 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 25; + @max = 40; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20503 + AegisName: "R_Fungus" + Name: "R Fungus" + Type: "IT_HEALING" + Buy: 45 + Sell: 15 + Weight: 8 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_end SC_POISON; + @min = 25; + @max = 35; + @delay = 5; + @type = 4; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20504 + AegisName: "R_Cheese" + Name: "R Cheese" + Type: "IT_HEALING" + Buy: 55 + Sell: 18 + Weight: 3 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 30; + @max = 50; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20505 + AegisName: "R_PiouLegs" + Name: "R Piou Legs" + Type: "IT_HEALING" + Buy: 15 + Sell: 5 + Weight: 4 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 7; + @max = 13; + @delay = 2; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20506 + AegisName: "R_LettuceLeaf" + Name: "R Lettuce Leaf" + Type: "IT_HEALING" + Buy: 30 + Sell: 10 + Weight: 1 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 15; + @max = 25; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20507 + AegisName: "R_Piberries" + Name: "R Piberries" + Type: "IT_HEALING" + Buy: 20 + Sell: 5 + Weight: 2 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 12; + @max = 23; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20508 + AegisName: "R_SeaDrops" + Name: "R Sea Drops" + Type: "IT_HEALING" + Buy: 3 + Sell: 1 + Weight: 4 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_POISON, 30000, 0; + @min = 10; + @max = 20; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20509 + AegisName: "R_Aquada" + Name: "R Aquada" + Type: "IT_HEALING" + Buy: 120 + Sell: 40 + Weight: 16 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 75; + @max = 100; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20510 + AegisName: "R_PinkBlobime" + Name: "R Pink Blobime" + Type: "IT_HEALING" + Buy: 10 + Sell: 3 + Weight: 10 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start2 SC_POISON, 1, 30, 3333; + @min = 2; + @max = 6; + @delay = 1; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20511 + AegisName: "R_PurpleBlobime" + Name: "R Purple Blobime" + Type: "IT_HEALING" + Buy: 20 + Sell: 4 + Weight: 10 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start2 SC_POISON, 1, 30, 6666; + @min = 30; + @max = 70; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20512 + AegisName: "R_HalfCroconut" + Name: "R Half Croconut" + Type: "IT_HEALING" + Buy: 75 + Sell: 25 + Weight: 38 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 65; + @max = 90; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20513 + AegisName: "R_Croconut" + Name: "R Croconut" + Type: "IT_HEALING" + Buy: 100 + Sell: 35 + Weight: 80 + Script: <" + doevent "Croconut::OnUse"; + "> +}, +{ + Id:20514 + AegisName: "R_OldBook" + Name: "R Old Book" + Type: "IT_USABLE" + Buy: 30 + Sell: 10 + Weight: 25 + KeepAfterUse: true + Script: <" + doevent "#001-2-6-Book4::OnUse"; + "> +}, +{ + Id:20515 + AegisName: "R_Plushroom" + Name: "R Plushroom" + Type: "IT_HEALING" + Buy: 42 + Sell: 14 + Weight: 8 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 15000, 5; + @min = 20; + @max = 30; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20516 + AegisName: "R_PumpkinSeeds" + Name: "R Pumpkin Seeds" + Type: "IT_HEALING" + Buy: 5 + Sell: 2 + Weight: 1 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start2 SC_POISON, 1, 10, 2500; + heal 1, 0; + "> +}, +{ + Id:20517 + AegisName: "R_DeliciousCookie" + Name: "R Delicious Cookie" + Type: "IT_ARMOR" + Buy: 30 + Sell: 10 + Weight: 2 + Loc: "EQP_HEAD_MID" + EquipLv: 1 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + } + OnEquipScript: <" + if (gettimetick(2) < COOKIE_COOLDOWN) { + unequip(EQI_HEAD_MID); + //dispbottom l("You need to wait @@ more before equipping this again.", FuzzyTime(COOKIE_COOLDOWN)); + end; + } + COOKIE_COOLDOWN=gettimetick(2)+600; + addtimer 60000, "#DeliciousCookie::OnUnequip"; + "> +}, +{ + Id:20518 + AegisName: "R_UrchinMeat" + Name: "R Urchin Meat" + Type: "IT_HEALING" + Buy: 50 + Sell: 18 + Weight: 1 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 28; + @max = 35; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20519 + AegisName: "R_EasterEgg" + Name: "R Easter Egg" + Type: "IT_HEALING" + Buy: 5 + Sell: 2 + Weight: 10 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 60; + @max = 75; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20520 + AegisName: "R_PiberriesInfusion" + Name: "R Piberries Infusion" + Type: "IT_HEALING" + Buy: 140 + Sell: 20 + Weight: 15 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 110; + @max = 130; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20521 + AegisName: "R_FatesPotion" + Name: "R Fates Potion" + Type: "IT_HEALING" + Buy: 250 + Sell: 80 + Weight: 17 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 240; + @max = 260; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20522 + AegisName: "R_ClothoLiquor" + Name: "R Clotho Liquor" + Type: "IT_HEALING" + Buy: 600 + Sell: 150 + Weight: 16 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 575; + @max = 625; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20523 + AegisName: "R_LachesisBrew" + Name: "R Lachesis Brew" + Type: "IT_HEALING" + Buy: 1000 + Sell: 150 + Weight: 14 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 1100; + @max = 1300; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20524 + AegisName: "R_AtroposMixture" + Name: "R Atropos Mixture" + Type: "IT_HEALING" + Buy: 2450 + Sell: 300 + Weight: 15 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 2300; + @max = 2550; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20525 + AegisName: "R_ElixirOfLife" + Name: "R Elixir Of Life" + Type: "IT_HEALING" + Buy: 50000 + Sell: 5000 + Weight: 20 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + percentheal 100, 100; + sc_end SC_ALL; + "> +}, +{ + Id:20526 + AegisName: "R_IronShovel" + Name: "R Iron Shovel" + Type: "IT_USABLE" + Buy: 3000 + Sell: 100 + Weight: 210 + KeepAfterUse: true + Script: <" + doevent "Shovel::OnUse"; + "> +}, +{ + Id:20527 + AegisName: "R_PumpkinJuice" + Name: "R Pumpkin Juice" + Type: "IT_HEALING" + Buy: 200 + Sell: 5 + Weight: 5 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 30; + @max = 50; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20528 + AegisName: "R_Manana" + Name: "R Manana" + Type: "IT_HEALING" + Buy: 100 + Sell: 35 + Weight: 10 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 70; + @max = 80; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20529 + AegisName: "R_Curshroom" + Name: "R Curshroom" + Type: "IT_HEALING" + Buy: 150 + Sell: 25 + Weight: 10 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 30000, 5; + sc_end SC_POISON; + @min = 40; + @max = 50; + @delay = 5; + @type = 3; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20530 + AegisName: "R_Carrot" + Name: "R Carrot" + Type: "IT_HEALING" + Buy: 30 + Sell: 8 + Weight: 3 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 20; + @max = 30; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20531 + AegisName: "R_RedPlushWine" + Name: "R Red Plush Wine" + Type: "IT_HEALING" + Buy: 100 + Sell: 20 + Weight: 10 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + // 30 minutes + sc_start(SC_CONFUSION, 1800000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); + "> +}, +{ + Id:20532 + AegisName: "R_PiouAndTheFluffy" + Name: "R Piou and The Fluffy" + Type: "IT_USABLE" + Buy: 50 + Sell: 11 + Weight: 25 + KeepAfterUse: true + Script: <" + doevent "#001-2-6-Book1::OnUse"; + "> +}, +{ + Id:20533 + AegisName: "R_PoemAboutPoems" + Name: "R Poem about Poems" + Type: "IT_USABLE" + Buy: 40 + Sell: 10 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#001-2-6-Book2::OnUse"; + "> +}, +{ + Id:20534 + AegisName: "R_ChorusOfTheWoods" + Name: "R Chorus of the Woods" + Type: "IT_USABLE" + Buy: 30 + Sell: 10 + Weight: 25 + KeepAfterUse: true + Script: <" + doevent "#001-2-6-Book3::OnUse"; + "> +}, +{ + Id:20535 + AegisName: "R_CommunicationTheory" + Name: "R Communication Theory" + Type: "IT_USABLE" + Buy: 70 + Sell: 10 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#001-2-5-Book1::OnUse"; + "> +}, +{ + Id:20537 + AegisName: "R_BookOfLaws" + Name: "R The Book of Laws" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 10 + KeepAfterUse: true + Script: <" + doevent "@rules::OnUseBook"; + "> +}, +{ + Id:20538 + AegisName: "R_FishingGuideVolI" + Name: "R Fishing Guide Vol. I" + Type: "IT_USABLE" + Buy: 60 + Sell: 10 + Weight: 30 + KeepAfterUse: true + Script: <" + doevent "#001-2-4-Book2::OnUse"; + "> +}, +{ + Id:20539 + AegisName: "R_RecipeBook" + Name: "R Recipe Book" + Type: "IT_USABLE" + Buy: 80 + Sell: 10 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#RecipeBook::OnUse"; + "> +}, +{ + Id:20540 + AegisName: "R_MasterBook" + Name: "R Master Book" + Type: "IT_USABLE" + Buy: 8000 + Sell: 0 + Weight: 20 + KeepAfterUse: true + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + doevent "#MasterBook::OnUse"; + "> +}, +{ + Id:20560 + AegisName: "R_CarpSandwich" + Name: "R Carp Sandwich" + Type: "IT_HEALING" + Buy: 580 + Sell: 75 + Weight: 25 + Delay: 1200 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 800; + @max = 1500; + @delay = 12; + @type = 1; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCHIT, 180000, 4); + "> +}, +{ + Id:20561 + AegisName: "R_PioulegSandwich" + Name: "R Piouleg Sandwich" + Type: "IT_HEALING" + Buy: 640 + Sell: 85 + Weight: 25 + Delay: 850 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 1000; + @max = 1500; + @delay =15; + @type = 1; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCHIT, 180000, 5); + "> +}, +{ + Id:20562 + AegisName: "R_MananaSandwich" + Name: "R Manana Sandwich" + Type: "IT_HEALING" + Buy: 870 + Sell: 90 + Weight: 25 + Delay: 700 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 1200; + @max = 1800; + @delay = 10; + @type = 1; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCHIT, 180000, 3); + "> +}, +{ + Id:20563 + AegisName: "R_Beer" + Name: "R Beer" + Type: "IT_HEALING" + Buy: 90 + Sell: 20 + Weight: 20 + Delay: 750 + UseEffect: "EFFECT_HEAL" + Script: <" + // 15 minutes + sc_start(SC_CONFUSION, 900000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); + "> +}, +{ + Id:20564 + AegisName: "R_RoastedMaggot" + Name: "R Roasted Maggot" + Type: "IT_HEALING" + Buy: 500 + Sell: 50 + Weight: 25 + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 300; + @max = 450; + @delay = 10; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20565 + AegisName: "R_BottleOfWater" + Name: "R Bottle of Water" + Type: "IT_HEALING" + Buy: 60 + Sell: 5 + Weight: 25 + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 200; + @max = 350; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20566 + AegisName: "R_CherryCake" + Name: "R Cherry Cake" + Type: "IT_HEALING" + Buy: 100 + Sell: 15 + Weight: 10 + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 20; + @max = 35; + @delay = 1; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20567 + AegisName: "R_MaggotSlimePotion" + Name: "R Maggot Slime Potion" + Type: "IT_HEALING" + Buy: 75 + Sell: 15 + Weight: 15 + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 10; + @max = 130; + @delay = 2; + @type = 1; + if (rand(100) < 50) { + getmapxy(.@m$, .@x, .@y, 0); + .@mobGID = monster(.@m$, .@x, .@y, "Maggot", Maggot, 1); + unitattack(.@mobGID, getcharid(3)); + } + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20600 + AegisName: "R_SmallHealing" + Name: "R Small Healing Potion" + Type: "IT_HEALING" + Buy: 500 + Sell: 45 + Weight: 32 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 300; + @max = 500; + @delay = 3; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20601 + AegisName: "R_MediumHealing" + Name: "R Medium Healing Potion" + Type: "IT_HEALING" + Buy: 850 + Sell: 75 + Weight: 64 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 500; + @max = 800; + @delay = 4; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20602 + AegisName: "R_LargeHealing" + Name: "R Large Healing Potion" + Type: "IT_HEALING" + Buy: 2480 + Sell: 350 + Weight: 128 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 800; + @max = 1200; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id:20603 + AegisName: "R_SmallMana" + Name: "R Small Mana Potion" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 32 + Delay: 205 + UseEffect: "EFFECT_HEAL" + Script: <" + itemheal 0, 20; + "> +}, +{ + Id:20604 + AegisName: "R_MediumMana" + Name: "R Medium Mana Potion" + Type: "IT_HEALING" + Buy: 1650 + Sell: 205 + Weight: 64 + Delay: 250 + UseEffect: "EFFECT_HEAL" + Script: <" + itemheal 0, 50; + "> +}, +{ + Id:20605 + AegisName: "R_LargeMana" + Name: "R Large Mana Potion" + Type: "IT_HEALING" + Buy: 3240 + Sell: 340 + Weight: 128 + Delay: 250 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + itemheal 0, 100; + "> +}, +{ + Id:20606 + AegisName: "R_ConcPotion" + Name: "R Concentration Potion" + Type: "IT_USABLE" + Buy: 2500 + Sell: 650 + Weight: 25 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 30000, 20; + sc_start SC_INCHITRATE, 30000, 20; + "> +}, +{ + Id:20607 + AegisName: "R_IronPotion" + Name: "R Iron Potion" + Type: "IT_USABLE" + Buy: 2500 + Sell: 650 + Weight: 40 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_INCATKRATE, 30000, 20; + sc_start SC_INCDEFRATE, 30000, 20; // Probably doesn't works + "> +}, +{ + Id:20608 + AegisName: "R_FertilityPotion" + Name: "R Fertility Potion" + Type: "IT_HEALING" + Buy: 25000 + Sell: 2750 + Weight: 25 + Delay: 1000 + KeepAfterUse: true + Script: <" + if (!callfunc("useFertilityPotion")) { + sc_start SC_CURSE, 30000, 100; + sc_start SC_POISON, 30000, 100; + dispbottom l("Yuck! I won't drink this!"); + } + "> +}, +{ + Id:20609 + AegisName: "R_Honey" + Name: "R Honey" + Type: "IT_HEALING" + Buy: 5000 + Sell: 325 + Weight: 250 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 350; + @max = 500; + @delay = 10; + @type = 2; + doevent "rand_sc_heal::OnUse"; + bonus bMaxSP,20; // FIXME + "> +}, +{ + Id:20610 + AegisName: "R_DeathPotion" + Name: "R Death Potion" + Type: "IT_USABLE" + Buy: 5000 + Sell: 325 + Weight: 250 + UseEffect: "EFFECT_HEAL" + Script: <" + percentheal -100, -100; + "> +}, +{ + Id:20611 + AegisName: "R_GrassSeeds" + Name: "R Grass Seeds" + Type: "IT_USABLE" + Buy: 200 + Sell: 35 + Weight: 3 + Delay: 500 + Script: <" + if (!getmapxy(.@map$, .@x, .@y, 0)) { + monster(.@map$, .@x, .@y, strmobinfo(1, CloverPatch), CloverPatch, 1); + } + "> +}, +{ + Id:20612 + AegisName: "R_FlowerSeeds" + Name: "R Flower Seeds" + Type: "IT_USABLE" + Buy: 500 + Sell: 150 + Weight: 4 + Delay: 500 + Script: <" + if (!getmapxy(.@map$, .@x, .@y, 0)) { + .@mob=callfunc("any", YellowRose, BlueRose, RedRose); + monster(.@map$, .@x, .@y, strmobinfo(1, .@mob), .@mob, 1); + } + "> +}, +{ + Id:20613 + AegisName: "R_PurificationPotion" + Name: "R Purification Potion" + Type: "IT_USABLE" + Buy: 25000 + Sell: 2750 + Weight: 25 + Delay: 1000 + KeepAfterUse: true + Script: <" + if (!callfunc("usePurificationPotion")) { + sc_start SC_CURSE, 30000, 100; + sc_start SC_POISON, 30000, 100; + dispbottom l("Yuck! I won't drink this!"); + } + "> +}, +{ + Id:20614 + AegisName: "R_SailorStew" + Name: "R Sailor's Stew" + Type: "IT_USABLE" + Buy: 50000 + Sell: 10 + Weight: 650 + Delay: 1000 + Script: <" + @min = 1800; + @max = 2400; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCMHPRATE, 180000, 15); + sc_start(SC_INCHIT, 180000, 5); + sc_start(SC_INCVIT, 180000, 3); + sc_start(SC_INCAGI, 180000, -3); + getitembound EmptyBowl, 1, IBT_ACCOUNT; // TODO: Review and fix. + "> +}, +{ + Id:20615 + AegisName: "R_TreasureMap" + Name: "R Treasure Map" + Type: "IT_USABLE" + Buy: 45000 + Sell: 300 + Weight: 14 + KeepAfterUse: true + Script: <" + // ShovelQuests_Assigned<MAP$,X,Y> → Coordinates for Treasure Map + if (!ShovelQuests_AssignedX) { + callfunc "shovel_genrandtreasure"; + } + dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY); + "> +}, +{ + Id:20616 + AegisName: "R_ChocolateBar" + Name: "R Chocolate Bar" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 100 +}, +{ + Id:20617 + AegisName: "R_MoubooMilk" + Name: "R Mouboo Milk" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 200 +}, +{ + Id:20618 + AegisName: "R_MoubooSteak" + Name: "R Mouboo Steak" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 250 +}, +{ + Id:20619 + AegisName: "R_RoastedAcorn" + Name: "R Roasted Acorn" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 50 +}, +{ + Id:20620 + AegisName: "R_RedApple" + Name: "R Red Apple" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 100 +}, +{ + Id:20621 + AegisName: "R_FriendGift" + Name: "R Friend Gift" + Buy: 50000 + Sell: 500 + Weight: 50 + KeepAfterUse: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + callfunc("OpenFriendGift"); + "> +}, +{ + Id:20622 + AegisName: "R_SquirrelStew" + Name: "R Squirrel Stew" + Type: "IT_USABLE" + Buy: 50000 + Sell: 10 + Weight: 650 + Delay: 1000 + Script: <" + @min = 2000; + @max = 2800; + @delay = 6; + @type = 2; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCMHPRATE, 240000, 15); + sc_start(SC_INCVIT, 240000, 5); + sc_start(SC_INCAGI, 240000, 3); + sc_start(SC_INCDEX, 240000, -3); + getitembound EmptyBowl, 1, IBT_ACCOUNT;// TODO: Review and fix. + "> +}, +{ + Id:20623 + AegisName: "R_MoubooStew" + Name: "R Mouboo Stew" + Type: "IT_USABLE" + Buy: 50000 + Sell: 10 + Weight: 650 + Delay: 1000 + Script: <" + @min = 2500; + @max = 3000; + @delay = 6; + @type = 2; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCMHPRATE, 300000, 15); + sc_start(SC_INCVIT, 300000, 5); + sc_start(SC_INCDEX, 300000, 3); + sc_start(SC_INCAGI, 300000, -3); + getitembound EmptyBowl, 1, IBT_ACCOUNT;// TODO: Review and fix. + "> +}, +{ + Id:20624 + AegisName: "R_SquirrelMeat" + Name: "R Squirrel Meat" + Type: "IT_HEALING" + Buy: 1500 + Sell: 120 + Weight: 150 +}, +{ + Id:20625 + AegisName: "R_SeafoodPlate" + Name: "R Seafood Plate" + Type: "IT_USABLE" + Buy: 50000 + Sell: 10 + Weight: 400 + Delay: 1000 + Script: <" + @min = 2000; + @max = 3000; + @delay = 9; + @type = 2; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCMHPRATE, 300000, 15); + sc_start(SC_INCVIT, 300000, 5); + sc_start(SC_INCDEX, 300000, 3); + sc_start(SC_INCAGI, 300000, 3); + getitembound EmptyPlate, 1, IBT_ACCOUNT;// TODO: Review and fix. + "> +}, +{ + Id:20626 + AegisName: "R_BarbecuePlate" + Name: "R Barbecue Plate" + Type: "IT_USABLE" + Buy: 50000 + Sell: 10 + Weight: 500 + Delay: 1000 + Script: <" + @min = 2800; + @max = 3200; + @delay = 10; + @type = 2; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCMHPRATE, 360000, 25); + sc_start(SC_INCVIT, 360000, 5); + sc_start(SC_INCDEX, 360000, 5); + getitembound EmptyPlate, 1, IBT_ACCOUNT;// TODO: Review and fix. + "> +}, +{ + Id:20627 + AegisName: "R_VeggiePlate" + Name: "R Veggie Plate" + Type: "IT_USABLE" + Buy: 50000 + Sell: 10 + Weight: 450 + Delay: 1000 + Script: <" + @min = 3000; + @max = 4500; + @delay = 8; + @type = 2; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCMHPRATE, 300000, 15); + sc_start(SC_INCVIT, 300000, 10); + sc_start(SC_INCDEX, 300000, 3); + getitembound EmptyPlate, 1, IBT_ACCOUNT;// TODO: Review and fix. + "> +}, +{ + Id:20628 + AegisName: "R_Blueberries" + Name: "R Blueberries" + Type: "IT_HEALING" + Buy: 200 + Sell: 15 + Weight: 30 +}, +{ + Id:20629 + AegisName: "R_Donut" + Name: "R Donut" + Type: "IT_HEALING" + Buy: 1500 + Sell: 350 + Weight: 100 + Delay: 700 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 2000; + @max = 2500; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCLUK, 60000, 5); + sc_start(SC_INCVIT, 60000, 3); + "> +}, +{ + Id:20630 + AegisName: "R_BlueberryCake" + Name: "R Blueberry Cake" + Type: "IT_HEALING" + Buy: 2100 + Sell: 320 + Weight: 150 + Delay: 700 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 1800; + @max = 2400; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCVIT, 90000, 5); + sc_start(SC_INCAGI, 90000, 3); + "> +}, +{ + Id:20631 + AegisName: "R_CarrotCake" + Name: "R Carrot Cake" + Type: "IT_HEALING" + Buy: 1400 + Sell: 270 + Weight: 180 + Delay: 700 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 2500; + @max = 2850; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + sc_start(SC_INCINT, 120000, 5); + sc_start(SC_INCDEX, 120000, 3); + "> +}, +// Generic +{ + Id:20700 + AegisName: "R_SmallTentacles" + Name: "R Small Tentacles" + Type: "IT_ETC" + Buy: 50 + Sell: 16 + Weight: 5 +}, +{ + Id:20701 + AegisName: "R_PiouFeathers" + Name: "R Piou Feathers" + Type: "IT_ETC" + Buy: 10 + Sell: 3 + Weight: 1 +}, +{ + Id:20702 + AegisName: "R_TortugaShellFragment" + Name: "R Tortuga Shell Fragment" + Type: "IT_ETC" + Buy: 25 + Sell: 8 + Weight: 25 +}, +{ + Id:20703 + AegisName: "R_HalfEggshell" + Name: "R Half Eggshell" + Type: "IT_ETC" + Buy: 40 + Sell: 13 + Weight: 2 +}, +{ + Id:20704 + AegisName: "R_RattoTail" + Name: "R Ratto Tail" + Type: "IT_ETC" + Buy: 30 + Sell: 10 + Weight: 1 +}, +{ + Id:20705 + AegisName: "R_RattoTeeth" + Name: "R Ratto Teeth" + Type: "IT_ETC" + Buy: 30 + Sell: 10 + Weight: 1 +}, +{ + Id:20706 + AegisName: "R_CrocClaw" + Name: "R Croc Claw" + Type: "IT_ETC" + Buy: 60 + Sell: 20 + Weight: 45 +}, +{ + Id:20707 + AegisName: "R_SquichyClaws" + Name: "R Squichy Claws" + Type: "IT_ETC" + Buy: 250 + Sell: 40 + Weight: 1 +}, +{ + Id:20708 + AegisName: "R_TortugaShell" + Name: "R Tortuga Shell" + Type: "IT_ETC" + Buy: 90 + Sell: 30 + Weight: 95 +}, +{ + Id:20709 + AegisName: "R_TortugaTongue" + Name: "R Tortuga Tongue" + Type: "IT_ETC" + Buy: 18 + Sell: 6 + Weight: 2 +}, +{ + Id:20710 + AegisName: "R_Pearl" + Name: "R Pearl" + Type: "IT_ETC" + Buy: 1000 + Sell: 200 + Weight: 1 +}, +{ + Id:20711 + AegisName: "R_Coral" + Name: "R Coral" + Type: "IT_ETC" + Buy: 100 + Sell: 35 + Weight: 10 +}, +{ + Id:20712 + AegisName: "R_BlueCoral" + Name: "R Blue Coral" + Type: "IT_ETC" + Buy: 80 + Sell: 27 + Weight: 10 +}, +{ + Id:20713 + AegisName: "R_FishBox" + Name: "R Fish Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1250 + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:20714 + AegisName: "R_GuildCertification" + Name: "R Guild Certification" + Type: "IT_ETC" + Buy: 100000 + Sell: 100 +}, +{ + Id:20715 + AegisName: "R_CroconutBox" + Name: "R Croconut Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1400 + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:20716 + AegisName: "R_PlushroomBox" + Name: "R Plushroom Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 720 + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:20717 + AegisName: "R_PoisonedDish" + Name: "R Poisoned Dish" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 20 + Delay: 0 + Trade: { + nodrop: true + noselltonpc: true + } + Sprite: 0 +}, +{ + Id:20718 + AegisName: "R_JohanneKey" + Name: "R Johanne Key" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Delay: 0 + Trade: { + nodrop: true + noselltonpc: true + } + Sprite: 0 +}, +{ + Id:20719 + AegisName: "R_LeftCraftyWing" + Name: "R Left Crafty Wing" + Type: "IT_ETC" + Buy: 10 + Sell: 3 + Weight: 35 +}, +{ + Id:20720 + AegisName: "R_BatTeeth" + Name: "R Bat Teeth" + Type: "IT_ETC" + Buy: 10 + Sell: 3 + Weight: 3 +}, +{ + Id:20721 + AegisName: "R_RightCraftyWing" + Name: "R Right Crafty Wing" + Type: "IT_ETC" + Buy: 10 + Sell: 3 + Weight: 35 +}, +{ + Id:20722 + AegisName: "R_Pumpkin" + Name: "R Pumpkin" + Type: "IT_ETC" + Buy: 15 + Sell: 5 + Weight: 530 +}, +{ + Id:20723 + AegisName: "R_MushroomSpores" + Name: "R Mushroom Spores" + Type: "IT_ETC" + Buy: 5 + Sell: 1 + Weight: 1 +}, +{ + Id:20724 + AegisName: "R_Moss" + Name: "R Moss" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 2 +}, +{ + Id:20725 + AegisName: "R_Tentacles" + Name: "R Tentacles" + Type: "IT_ETC" + Buy: 100 + Sell: 30 + Weight: 8 +}, +{ + Id:20726 + AegisName: "R_CommonCarp" + Name: "R Common Carp" + Type: "IT_ETC" + Buy: 600 + Sell: 60 + Weight: 200 +}, +{ + Id:20727 + AegisName: "R_GrassCarp" + Name: "R Grass Carp" + Type: "IT_ETC" + Buy: 900 + Sell: 80 + Weight: 200 +}, +{ + Id:20728 + AegisName: "R_FishingRod" + Name: "R Fishing Rod" + Type: "IT_ETC" + Buy: 5000 + Sell: 150 + Weight: 20 +}, +{ + Id:20729 + AegisName: "R_FluffyFur" + Name: "R Fluffy Fur" + Type: "IT_ETC" + Buy: 200 + Sell: 8 + Weight: 2 +}, +{ + Id:20730 + AegisName: "R_AquadaBox" + Name: "R Aquada Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 850 + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:20731 + AegisName: "R_EmptyBottle" + Name: "R Empty Bottle" + Type: "IT_ETC" + Buy: 500 + Sell: 100 + Weight: 100 +}, +{ + Id:20732 + AegisName: "R_RawLog" + Name: "R Raw Log" + Type: "IT_ETC" + Buy: 200 + Sell: 5 + Weight: 200 +}, +{ + Id:20733 + AegisName: "R_PinkAntennae" + Name: "R Pink Antennae" + Type: "IT_ETC" + Buy: 500 + Sell: 15 + Weight: 25 +}, +{ + Id:20734 + AegisName: "R_EmptyMug" + Name: "R Empty Mug" + Type: "IT_ETC" + Buy: 1500 + Sell: 50 + Weight: 100 +}, +{ + Id:20735 + AegisName: "R_PinkPetal" + Name: "R Pink Petal" + Type: "IT_ETC" + Buy: 75 + Sell: 8 + Weight: 5 +}, +{ + Id:20736 + AegisName: "R_PileOfAsh" + Name: "R Pile Of Ash" + Type: "IT_ETC" + Buy: 500 + Sell: 20 + Weight: 5 +}, +{ + Id:20737 + AegisName: "R_AlizarinHerb" + Name: "R Alizarin Herb" + Type: "IT_ETC" + Buy: 20 + Sell: 1 + Weight: 1 +}, +{ + Id:20738 + AegisName: "R_CobaltHerb" + Name: "R Cobalt Herb" + Type: "IT_ETC" + Buy: 20 + Sell: 1 + Weight: 1 +}, +{ + Id:20739 + AegisName: "R_GambogeHerb" + Name: "R Gamboge Herb" + Type: "IT_ETC" + Buy: 20 + Sell: 1 + Weight: 1 +}, +{ + Id:20740 + AegisName: "R_MauveHerb" + Name: "R Mauve Herb" + Type: "IT_ETC" + Buy: 20 + Sell: 1 + Weight: 1 +}, +{ + Id:20741 + AegisName: "R_GoldNuggets" + Name: "R Gold Nuggets" + Type: "IT_ETC" + Buy: 10000 + Sell: 1500 + Weight: 100 +}, +{ + Id:20742 + AegisName: "R_Coal" + Name: "R Coal" + Type: "IT_ETC" + Buy: 1800 + Sell: 100 + Weight: 50 +}, +{ + Id:20743 + AegisName: "R_IronOre" + Name: "R Iron Ore" + Type: "IT_ETC" + Buy: 6500 + Sell: 350 + Weight: 150 +}, +{ + Id:20744 + AegisName: "R_MaggotSlime" + Name: "R Maggot Slime" + Type: "IT_ETC" + Buy: 100 + Sell: 3 + Weight: 1 +}, +{ + Id:20745 + AegisName: "R_BugLeg" + Name: "R Bug Leg" + Type: "IT_ETC" + Buy: 100 + Sell: 4 + Weight: 1 +}, +{ + Id:20746 + AegisName: "R_HardSpike" + Name: "R Hard Spike" + Type: "IT_ETC" + Buy: 750 + Sell: 60 + Weight: 1 +}, +{ + Id:20747 + AegisName: "R_SilkCocoon" + Name: "R Silk Cocoon" + Type: "IT_ETC" + Buy: 500 + Sell: 25 + Weight: 1 +}, +{ + Id:20748 + AegisName: "R_ARedRose" + Name: "R Red Rose" + Type: "IT_ETC" + Buy: 1000 + Sell: 75 + Weight: 10 +}, +{ + Id:20749 + AegisName: "R_AWhiteRose" + Name: "R White Rose" + Type: "IT_ETC" + Buy: 1000 + Sell: 75 + Weight: 10 +}, +{ + Id:20750 + AegisName: "R_AYellowRose" + Name: "R Yellow Rose" + Type: "IT_ETC" + Buy: 1000 + Sell: 75 + Weight: 10 +}, +{ + Id:20751 + AegisName: "R_ABlueRose" + Name: "R Blue Rose" + Type: "IT_ETC" + Buy: 2000 + Sell: 150 + Weight: 10 +}, +{ + Id:20752 + AegisName: "R_ARedTulip" + Name: "R Red Tulip" + Type: "IT_ETC" + Buy: 800 + Sell: 65 + Weight: 10 +}, +{ + Id:20753 + AegisName: "R_AWhiteTulip" + Name: "R White Tulip" + Type: "IT_ETC" + Buy: 800 + Sell: 65 + Weight: 10 +}, +{ + Id:20754 + AegisName: "R_AYellowTulip" + Name: "R Yellow Tulip" + Type: "IT_ETC" + Buy: 800 + Sell: 65 + Weight: 10 +}, +{ + Id:20755 + AegisName: "R_ABlueTulip" + Name: "R Blue Tulip" + Type: "IT_ETC" + Buy: 1600 + Sell: 130 + Weight: 10 +}, +{ + Id:20756 + AegisName: "R_CoinBag" + Name: "R Coin Bag" + Type: "IT_ETC" + Buy: 10000 + Sell: 500 + Weight: 250 +}, +{ + Id:20757 + AegisName: "R_MagicFeather" + Name: "R Magic Feather" + Type: "IT_ETC" + Buy: 100000 + Sell: 12500 + Weight: 25 +}, +{ + Id:20758 + AegisName: "R_SmallMushroom" + Name: "R Small Mushroom" + Type: "IT_ETC" + Buy: 500 + Sell: 80 + Weight: 75 +}, +{ + Id:20759 + AegisName: "R_BlackScorpionStinger" + Name: "R Black Scorpion Stinger" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 200 +}, +{ + Id:20760 + AegisName: "R_GoldenScorpionStinger" + Name: "R Golden Scorpion Stinger" + Type: "IT_ETC" + Buy: 25000 + Sell: 8500 + Weight: 500 +}, +{ + Id:20761 + AegisName: "R_Gearwheel" + Name: "R Gearwheel" + Type: "IT_ETC" + Buy: 2500 + Sell: 650 + Weight: 500 +}, +{ + Id:20762 + AegisName: "R_Lockpicks" + Name: "R Lockpicks" + Type: "IT_ETC" + Buy: 5000 + Sell: 400 + Weight: 50 +}, +{ + Id:20763 + AegisName: "R_Bone" + Name: "R Bone" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 100 +}, +{ + Id:20764 + AegisName: "R_DruidTreeBranch" + Name: "R Druid Tree Branch" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 200 +}, +{ + Id:20765 + AegisName: "R_LeftScorpionClaw" + Name: "R Left Scorpion Claw" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 150 +}, +{ + Id:20766 + AegisName: "R_RightScorpionClaw" + Name: "R Right Scorpion Claw" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 150 +}, +{ + Id:20767 + AegisName: "R_CopperOre" + Name: "R Copper Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id:20768 + AegisName: "R_SilverOre" + Name: "R Silver Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id:20769 + AegisName: "R_GoldOre" + Name: "R Gold Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id:20770 + AegisName: "R_PlatinumOre" + Name: "R Platinum Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id:20771 + AegisName: "R_DiamondPowder" + Name: "R Diamond Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id:20772 + AegisName: "R_RubyPowder" + Name: "R Ruby Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id:20773 + AegisName: "R_EmeraldPowder" + Name: "R Emerald Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id:20774 + AegisName: "R_SapphirePowder" + Name: "R Sapphire Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id:20775 + AegisName: "R_TopazPowder" + Name: "R Topaz Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id:20776 + AegisName: "R_AmethystPowder" + Name: "R Amethyst Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id:20777 + AegisName: "R_ScorpionStinger" + Name: "R Scorpion Stinger" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 20 +}, +{ + Id:20778 + AegisName: "R_Skull" + Name: "R Skull" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 350 +}, +{ + Id:20779 + AegisName: "R_SnakeSkin" + Name: "R Snake Skin" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 100 +}, +{ + Id:20780 + AegisName: "R_SnakeTongue" + Name: "R Snake Tongue" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 35 +}, +{ + Id:20781 + AegisName: "R_TerraniteOre" + Name: "R Terranite Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id:20782 + AegisName: "R_IronIngot" + Name: "R Iron Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id:20783 + AegisName: "R_CopperIngot" + Name: "R Copper Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id:20784 + AegisName: "R_SilverIngot" + Name: "R Silver Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id:20785 + AegisName: "R_GoldIngot" + Name: "R Gold Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id:20786 + AegisName: "R_PlatinumIngot" + Name: "R Platinum Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id:20787 + AegisName: "R_TerraniteIngot" + Name: "R Terranite Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id:20788 + AegisName: "R_RotoniumOre" + Name: "R Rotonium Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id:20789 + AegisName: "R_ZealiteOre" + Name: "R Zealite Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id:20790 + AegisName: "R_RotoniumIngot" + Name: "R Rotonium Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id:20791 + AegisName: "R_ZealiteIngot" + Name: "R Zealite Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id:20800 + AegisName: "R_DiamondShard" + Name: "R Diamond Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id:20801 + AegisName: "R_RubyShard" + Name: "R Ruby Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id:20802 + AegisName: "R_EmeraldShard" + Name: "R Emerald Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id:20803 + AegisName: "R_SapphireShard" + Name: "R Sapphire Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id:20804 + AegisName: "R_TopazShard" + Name: "R Topaz Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id:20805 + AegisName: "R_AmethystShard" + Name: "R Amethyst Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id:20806 + AegisName: "R_EmptyBowl" + Name: "R Empty Bowl" + Type: "IT_ETC" + Buy: 50000 + Sell: 5000 + Weight: 150 + Slots: 0 +}, +{ + Id:20807 + AegisName: "R_ClothesPack" + Name: "R Clothes Pack" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 25 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:20808 + AegisName: "R_TreasureKey" + Name: "R Treasure Key" + Type: "IT_ETC" + Buy: 500 + Sell: 110 + Weight: 20 +}, +{ + Id:20809 + AegisName: "R_CottonCloth" + Name: "R Cotton Cloth" + Weight: 10 +}, +{ + Id:20810 + AegisName: "R_LeatherPatch" + Name: "R Leather Patch" + Weight: 50 +}, +{ + Id:20811 + AegisName: "R_SnakeScale" + Name: "R Snake Scale" + Weight: 25 +}, +{ + Id:20812 + AegisName: "R_SquirrelPelt" + Name: "R Squirrel Pelt" + Weight: 200 +}, +{ + Id:20813 + AegisName: "R_WolvernPelt" + Name: "R Wolvern Pelt" + Weight: 500 +}, +{ + Id:20814 + AegisName: "R_EmptyPlate" + Name: "R Empty Plate" + Type: "IT_ETC" + Buy: 50000 + Sell: 5000 + Weight: 80 + Slots: 0 +}, +{ + Id:20815 + AegisName: "R_WaxChunk" + Name: "R Wax Chunk" + Weight: 100 +}, +{ + Id:20816 + AegisName: "R_Codfish" + Name: "R Codfish" + Type: "IT_ETC" + Buy: 1900 + Sell: 180 + Weight: 300 +}, +{ + Id:20817 + AegisName: "R_Tuna" + Name: "R Tuna" + Type: "IT_ETC" + Buy: 2100 + Sell: 200 + Weight: 270 +}, +{ + Id:20818 + AegisName: "R_Trout" + Name: "R Trout" + Type: "IT_ETC" + Buy: 2900 + Sell: 280 + Weight: 150 +}, +{ + Id:20819 + AegisName: "R_Salmon" + Name: "R Salmon" + Type: "IT_ETC" + Buy: 3500 + Sell: 320 + Weight: 210 +}, +{ + Id:20820 + AegisName: "R_AcornFlour" + Name: "R Acorn Flour" + Type: "IT_ETC" + Buy: 900 + Sell: 120 + Weight: 110 +}, +{ + Id:20821 + AegisName: "R_Suitcase" + Name: "R Suitcase" + Type: "IT_ETC" + Buy: 900 + Sell: 150 + Weight: 8000 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +// Necklaces +{ + Id:21000 + AegisName: "R_CopperNecklace" + Name: "R Copper Necklace" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Atk: 1 + Matk: 2 + Slots: 1 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 6 + Refine: false + ViewSprite: 1000 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gem + } +}, +{ + Id:21001 + AegisName: "R_SilverNecklace" + Name: "R Silver Necklace" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 1000 + Weight: 70 + Atk: 1 + Matk: 3 + Slots: 1 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 46 + Refine: false + ViewSprite: 1001 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gem + } +}, +{ + Id:21002 + AegisName: "R_GoldNecklace" + Name: "R Gold Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Atk: 2 + Matk: 5 + Slots: 1 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 76 + Refine: false + ViewSprite: 1002 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gem + } +}, +{ + Id:21003 + AegisName: "R_PlatinumNecklace" + Name: "R Platinum Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 50 + Atk: 4 + Matk: 8 + Slots: 1 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 96 + Refine: false + ViewSprite: 1003 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gem + } +}, +{ + Id:21004 + AegisName: "R_CopperFourLeafNecklace" + Name: "R Copper Four-Leaf Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 50 + Atk: 4 + Matk: 8 + Slots: 1 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 16 + Refine: false + ViewSprite: 1004 + BindOnEquip: false + AllowCards: { + id5505: 1 // Runestones + } +}, +{ + Id:21005 + AegisName: "R_SilverFourLeafNecklace" + Name: "R Silver Four-Leaf Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 50 + Atk: 4 + Matk: 8 + Slots: 2 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 56 + Refine: false + ViewSprite: 1005 + BindOnEquip: false + AllowCards: { + id5505: 2 // Runestones + } +}, +{ + Id:21006 + AegisName: "R_GoldenFourLeafNecklace" + Name: "R Golden Four-Leaf Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 50 + Atk: 4 + Matk: 8 + Slots: 3 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 86 + Refine: false + ViewSprite: 1006 + BindOnEquip: false + AllowCards: { + id5505: 3 // Runestones + } +}, +{ + Id:21007 + AegisName: "R_PlatinumFourLeafNecklace" + Name: "R Platinum Four-Leaf Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 50 + Atk: 4 + Matk: 8 + Slots: 4 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 106 + Refine: false + ViewSprite: 1007 + BindOnEquip: false + AllowCards: { + id5505: 4 // Runestones + } +}, +{ + Id:21008 + AegisName: "R_ToothNecklace" + Name: "R Tooth Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 70 + Atk: 1 + Matk: 0 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 26 + Refine: false + ViewSprite: 1008 + BindOnEquip: false +}, +{ + Id:21009 + AegisName: "R_TeethNecklace" + Name: "R Teeth Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Atk: 2 + Matk: 0 + Slots: 1 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 66 + Refine: false + ViewSprite: 1009 + BindOnEquip: false + AllowCards: { + id5505: 1 // Runestones + } +}, +{ + Id:21010 + AegisName: "R_BarbarianNecklace" + Name: "R Barbarian Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 120 + Atk: 4 + Matk: 0 + Slots: 2 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 96 + Refine: false + ViewSprite: 1010 + BindOnEquip: false + AllowCards: { + id5505: 2 // Runestones + } +}, +{ + Id:21011 + AegisName: "R_HeartNecklace" + Name: "R Heart Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 150 + Matk: 1 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1011 + BindOnEquip: false // TODO: Hearts particle effect. +}, +{ + Id:21012 + AegisName: "R_MoubooNecklace" + Name: "R Mouboo Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 150 + Atk: 1 + Matk: 1 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 36 + Refine: false + ViewSprite: 1012 + BindOnEquip: false // TODO: Well, what exactly? Transform player into a Mouboo, or even a Moubi? +}, +{ + Id:21013 + AegisName: "R_SkullNecklace" + Name: "R Skull Necklace" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 200 + Atk: 0 + Matk: 1 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_TOP" + WeaponLv: 0 + EquipLv: 46 + Refine: false + ViewSprite: 1013 + BindOnEquip: false // TODO: Transform player into a skeleton. +}, +// Rings +{ + Id:21100 + AegisName: "R_SimpleCopperRing" + Name: "R Simple Copper Ring" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Atk: 1 + Matk: 2 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 8 + Refine: false + ViewSprite: 1100 + BindOnEquip: false +}, +{ + Id:21101 + AegisName: "R_SimpleSilverRing" + Name: "R Simple Silver Ring" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Atk: 1 + Matk: 3 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 8 + Refine: false + ViewSprite: 1101 + BindOnEquip: false +}, +{ + Id:21102 + AegisName: "R_SimpleGoldenRing" + Name: "R Simple Golden Ring" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Atk: 2 + Matk: 3 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 18 + Refine: false + ViewSprite: 1102 + BindOnEquip: false +}, +{ + Id:21103 + AegisName: "R_SimplePlatinumRing" + Name: "R Simple Platinum Ring" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Atk: 2 + Matk: 4 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 18 + Refine: false + ViewSprite: 1103 + BindOnEquip: false +}, +{ + Id:21104 + AegisName: "R_SoulRing" + Name: "R Soul Ring" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Atk: 1 + Matk: 1 + Slots: 0 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 30 + Refine: false + ViewSprite: 1104 + BindOnEquip: false +}, +{ + Id:21105 + AegisName: "R_CopperRing" + Name: "R Copper Ring" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Matk: 2 + Slots: 1 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 28 + Refine: false + ViewSprite: 1105 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gems + } +}, +{ + Id:21106 + AegisName: "R_SilverRing" + Name: "R Silver Ring" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 1000 + Weight: 70 + Atk: 1 + Matk: 3 + Slots: 2 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 48 + Refine: false + ViewSprite: 1106 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gems + id5505: 1 // Runestones + } +}, +{ + Id:21107 + AegisName: "R_GoldRing" + Name: "R Gold Ring" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Atk: 2 + Matk: 5 + Slots: 2 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 68 + Refine: false + ViewSprite: 1107 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gems + id5505: 1 // Runestones + } +}, +{ + Id:21108 + AegisName: "R_PlatinumRing" + Name: "R Platinum Ring" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Atk: 4 + Matk: 8 + Slots: 3 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 88 + Refine: false + ViewSprite: 1108 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gems + id5505: 2 // Runestones + } +}, +{ + Id:21109 + AegisName: "R_CopperSignetRing" + Name: "R Copper Signet Ring" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Matk: 2 + Slots: 1 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 38 + Refine: false + ViewSprite: 1109 + BindOnEquip: false + AllowCards: { + id5504: 1 // Gems + } +}, +{ + Id:21110 + AegisName: "R_SilverSignetRing" + Name: "R Silver Signet Ring" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 1000 + Weight: 70 + Atk: 1 + Matk: 3 + Slots: 2 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 58 + Refine: false + ViewSprite: 1110 + BindOnEquip: false + AllowCards: { + id5504: 1 // Gems + id5505: 1 // Runestones + } +}, +{ + Id:21111 + AegisName: "R_GoldSignetRing" + Name: "R Gold Signet Ring" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Atk: 2 + Matk: 5 + Slots: 2 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 78 + Refine: false + ViewSprite: 1111 + BindOnEquip: false + AllowCards: { + id5504: 1 // Gems + id5505: 1 // Runestones + } +}, +{ + Id:21112 + AegisName: "R_PlatinumSignetRing" + Name: "R Platinum Signet Ring" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Atk: 4 + Matk: 8 + Slots: 3 + Loc: "EQP_COSTUME_HEAD_MID" + WeaponLv: 0 + EquipLv: 98 + Refine: false + ViewSprite: 1112 + BindOnEquip: false + AllowCards: { + id5504: 1 // Gems + id5505: 2 // Runestones + } +}, +// Charms +{ + Id:21200 + AegisName: "R_AncientScroll" + Name: "R Ancient Scroll" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 80 + Atk: 0 + Matk: 1 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 59 + Refine: false + ViewSprite: 1200 + BindOnEquip: false // TODO: Add Buff. +}, +{ + Id:21201 + AegisName: "R_Clover" + Name: "R Clover" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 10 + Atk: 0 + Matk: 0 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 19 + Refine: false + ViewSprite: 1201 + BindOnEquip: false + Script: <" + bonus bLuk, 5; + "> +}, +{ + Id:21202 + AegisName: "R_FireScroll" + Name: "R Fire Scroll" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 120 + Atk: 0 + Matk: 2 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 79 + Refine: false + ViewSprite: 1202 + BindOnEquip: false // TODO: Add Buff. +}, +{ + Id:21203 + AegisName: "R_Grimoire" + Name: "R Grimoire" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 220 + Atk: 0 + Matk: 3 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 69 + Refine: false + ViewSprite: 1203 + BindOnEquip: false // TODO: Add Buff. +}, +{ + Id:21204 + AegisName: "R_HeartofIsis" + Name: "R Heart of Isis" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 150 + Atk: 0 + Matk: 0 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 99 + Refine: false + ViewSprite: 1204 + BindOnEquip: false // TODO: Add Buff. +}, +{ + Id:21205 + AegisName: "R_ThetaBook" + Name: "R Theta Book" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 200 + Atk: 0 + Matk: 0 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 89 + Refine: false + ViewSprite: 1205 + BindOnEquip: false // TODO: Add Buff. +}, +{ + Id:21206 + AegisName: "R_FlowerTowel" + Name: "R Flower Towel" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Atk: 0 + Matk: 0 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 39 + Refine: false + ViewSprite: 1206 + BindOnEquip: false // TODO: Add Buff. +}, +// TODO: Lv 9 and Lv 29 charms +// Armor +{ + Id:21300 + AegisName: "R_CreasedShirt" + Name: "R Creased Shirt" + Type: "IT_ARMOR" + Buy: 70 + Sell: 18 + Weight: 17 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1300 + BindOnEquip: false +}, +{ + Id:21301 + AegisName: "R_VneckJumper" + Name: "R V-neck Jumper" + Type: "IT_ARMOR" + Buy: 1800 + Sell: 200 + Weight: 30 + Def: 6 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1301 + BindOnEquip: false + AllowCards: { + id5500: 1 // BasicSilkDyes + } +}, +{ + Id:21302 + AegisName: "R_ArtisTankTop" + Name: "R Artis Tank Top" + Type: "IT_ARMOR" + Buy: 1200 + Sell: 120 + Weight: 11 + Def: 2 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 1302 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:21303 + AegisName: "R_SailorShirt" + Name: "R SailorShirt" + Type: "IT_ARMOR" + Buy: 1900 + Sell: 250 + Weight: 22 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1303 + BindOnEquip: false +}, +{ + Id:21304 + AegisName: "R_LegionTrainingShirt" + Name: "R Legion's Training Shirt" + Type: "IT_ARMOR" + Buy: 4500 + Sell: 300 + Weight: 120 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1304 + BindOnEquip: false +}, +{ + Id:21305 + AegisName: "R_LegionCopperArmor" + Name: "R Legion's Copper Armor" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 800 + Weight: 340 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 1305 + BindOnEquip: false +}, +{ + Id:21306 + AegisName: "R_ForestArmor" + Name: "R Forest Armor" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 7300 + Weight: 170 + Def: 11 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 30 + Refine: false + ViewSprite: 1306 + BindOnEquip: false + Script: <" + bonus bDex, 5; + "> +}, +{ + Id:21307 + AegisName: "R_SilkRobe" + Name: "R Silk Robe" + Type: "IT_ARMOR" + Buy: 35000 + Sell: 2900 + Weight: 70 + Def: 6 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1307 + BindOnEquip: false + Script: <" + bonus bInt, 3; + bonus bAgi, 1; + bonus bMatk, 30; + "> + AllowCards: { + id5501: 1 // ExtendedSilkDyes + } +}, +{ + Id:21308 + AegisName: "R_FineDress" + Name: "R Fine Dress" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 2600 + Weight: 240 + Def: 10 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 1308 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:21309 + AegisName: "R_WarlordPlate" + Name: "R Warlord Plate" + Type: "IT_ARMOR" + Buy: 75000 + Sell: 8500 + Weight: 1500 + Def: 28 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 50 + Refine: false + ViewSprite: 1309 + BindOnEquip: false + BuyingStore: true + Script: <" + bonus bStr, 2; + bonus bVit, 1; + "> + AllowCards: { + id5505: 1 // Runestones + } +}, +{ + Id:21310 + AegisName: "R_LegionIronArmor" + Name: "R Legion's Iron Armor" + Type: "IT_ARMOR" + Buy: 55000 + Sell: 13000 + Weight: 680 + Def: 18 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 30 + Refine: false + ViewSprite: 1310 + BindOnEquip: false + AllowCards: { + id5505: 1 // Runestones + } +}, +{ + Id:21311 + AegisName: "R_GoldenWarlordPlate" + Name: "R Golden Warlord Plate" + Type: "IT_ARMOR" + Buy: 150000 + Sell: 45000 + Weight: 3500 + Def: 32 + Slots: 2 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 70 + Refine: false + ViewSprite: 1311 + BindOnEquip: false + BuyingStore: true + Script: <" + bonus bStr, 4; + bonus bVit, 2; + "> + Trade: { + nodrop: true + noselltonpc: true + } + AllowCards: { + id5505: 2 // Runestones + } +}, + +// Placeholder Chests + +{ + Id:21312 + AegisName: "R_ApprenticeRobe" + Name: "R Apprentice Robe" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 1312 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:21313 + AegisName: "R_AssassinChest" + Name: "R Assassin Chest" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 90 + Refine: false + ViewSprite: 1313 + BindOnEquip: false +}, +{ + Id:21314 + AegisName: "R_BlackArmor" + Name: "R Black Armor" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 18 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 90 + Refine: false + ViewSprite: 1314 + BindOnEquip: false +}, +{ + Id:21315 + AegisName: "R_Chainmail" + Name: "R Chainmail" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 40 + Refine: false + ViewSprite: 1315 + BindOnEquip: false +}, +{ + Id:21316 + AegisName: "R_EvocatorRobe" + Name: "R Evocator Robe" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 60 + Refine: false + ViewSprite: 1316 + BindOnEquip: false +}, +{ + Id:21317 + AegisName: "R_JustifierChest" + Name: "R Justifier Chest" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 80 + Refine: false + ViewSprite: 1317 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:21318 + AegisName: "R_LightPlatemail" + Name: "R Light Platemail" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 1318 + BindOnEquip: false +}, +{ + Id:21319 + AegisName: "R_PeltJacket" + Name: "R Pelt Jacket" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 50 + Refine: false + ViewSprite: 1319 + BindOnEquip: false +}, +{ + Id:21320 + AegisName: "R_Snakeplate" + Name: "R Snakeplate" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 80 + Refine: false + ViewSprite: 1320 + BindOnEquip: false +}, +{ + Id:21321 + AegisName: "R_SorcererRobe" + Name: "R Sorcerer Robe" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 40 + Refine: false + ViewSprite: 1321 + BindOnEquip: false +}, +{ + Id:21322 + AegisName: "R_TerraniteArmor" + Name: "R Terranite Armor" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 70 + Refine: false + ViewSprite: 1322 + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gems + } +}, +{ + Id:21323 + AegisName: "R_WizardRobe" + Name: "R Wizard Robe" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 80 + Refine: false + ViewSprite: 1323 + BindOnEquip: false + AllowCards: { + id5505: 1 // Runestones + } +}, + +// Boots +{ + Id:21800 + AegisName: "R_LousyMoccasins" + Name: "R Lousy Moccasins" + Type: "IT_ARMOR" + Buy: 600 + Sell: 180 + Weight: 18 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 4 + Refine: false + ViewSprite: 1800 + BindOnEquip: false +}, +{ + Id:21801 + AegisName: "R_CottonBoots" + Name: "R Cotton Boots" + Type: "IT_ARMOR" + Buy: 2600 + Sell: 420 + Weight: 35 + Def: 2 + Slots: 1 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 12 + Refine: false + ViewSprite: 1801 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:21802 + AegisName: "R_FurBoots" + Name: "R Fur Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 650 + Weight: 75 + Def: 4 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 1802 + BindOnEquip: false + BuyingStore: true +}, +{ + Id:21803 + AegisName: "R_BanditBoots" + Name: "R Bandit Boots" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 900 + Weight: 60 + Def: 4 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 1803 + BindOnEquip: false + BuyingStore: true +}, + +// Placeholder Boots +{ + Id:21804 + AegisName: "R_AssassinBoots" + Name: "R Assassin Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 40 + Refine: false + ViewSprite: 1804 + BindOnEquip: false + BuyingStore: true +}, +{ + Id:21805 + AegisName: "R_BromenalBoots" + Name: "R Bromenal Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 55 + Refine: false + ViewSprite: 1805 + BindOnEquip: false + BuyingStore: true +}, +{ + Id:21806 + AegisName: "R_RidingBoots" + Name: "R Riding Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 75 + Refine: false + ViewSprite: 1806 + BindOnEquip: false + BuyingStore: true +}, +{ + Id:21807 + AegisName: "R_Slippers" + Name: "R Slippers" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 23 + Refine: false + ViewSprite: 1807 + BindOnEquip: false + BuyingStore: true +}, +{ + Id:21808 + AegisName: "R_WarlordBoots" + Name: "R Warlord Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 60 + Refine: false + ViewSprite: 1808 + BindOnEquip: false + BuyingStore: true +}, +{ + Id:21809 + AegisName: "R_ManaSlippers" + Name: "R Mana Slippers" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 1 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 42 + Refine: false + ViewSprite: 1809 + BindOnEquip: false + BuyingStore: true + AllowCards: { + id5501: 1 // ExtendedSilkDyes + } +}, +{ + Id:21810 + AegisName: "R_SquirrelBoots" + Name: "R Squirrel Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 37 + Refine: false + ViewSprite: 1810 + BindOnEquip: false + BuyingStore: true +}, + +{ + Id:21811 + AegisName: "R_BlackBoots" + Name: "R Black Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 200 + Def: 7 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 60 + Refine: false + ViewSprite: 1811 + BindOnEquip: false + BuyingStore: true +}, +{ + Id:21812 + AegisName: "R_LeatherBoots" + Name: "R Leather Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 150 + Def: 5 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 27 + Refine: false + ViewSprite: 1812 + BindOnEquip: false + BuyingStore: true +}, +{ + Id:21813 + AegisName: "R_GoldenWarlordBoots" + Name: "R Golden Warlord Boots" + Type: "IT_ARMOR" + Buy: 112000 + Sell: 1600 + Weight: 400 + Def: 10 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 70 + Refine: false + ViewSprite: 1813 + BindOnEquip: false + BuyingStore: true +}, +// Gloves +{ + Id:22000 + AegisName: "R_Armbands" + Name: "R Armbands" + Type: "IT_ARMOR" + Buy: 400 + Sell: 120 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 3 + Refine: false + ViewSprite: 2000 + BindOnEquip: false +}, +{ + Id:22001 + AegisName: "R_CopperArmbands" + Name: "R Copper Armbands" + Type: "IT_ARMOR" + Buy: 4000 + Sell: 800 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 7 + Refine: false + ViewSprite: 2001 + BindOnEquip: false +}, +{ + Id:22002 + AegisName: "R_IronArmbands" + Name: "R Iron Armbands" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 940 + Weight: 30 + Def: 3 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 11 + Refine: false + ViewSprite: 2002 + BindOnEquip: false +}, +{ + Id:22003 + AegisName: "R_CottonGloves" + Name: "R Cotton Gloves" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 250 + Weight: 60 + Def: 1 + Slots: 1 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2003 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:22004 + AegisName: "R_LeatherGloves" + Name: "R Leather Gloves" + Type: "IT_ARMOR" + Buy: 3500 + Sell: 500 + Weight: 140 + Def: 3 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 2004 + BindOnEquip: false +}, +{ + Id:22005 + AegisName: "R_BanditGloves" + Name: "R Bandit Gloves" + Type: "IT_ARMOR" + Buy: 8500 + Sell: 650 + Weight: 85 + Def: 4 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 25 + Refine: false + ViewSprite: 2005 + BindOnEquip: false +}, + +//Placeholder Gloves +{ + Id:22006 + AegisName: "R_AssassinGloves" + Name: "R Assassin Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 45 + Refine: false + ViewSprite: 2006 + BindOnEquip: false +}, +{ + Id:22007 + AegisName: "R_BromenalGloves" + Name: "R Bromenal Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 50 + Refine: false + ViewSprite: 2007 + BindOnEquip: false +}, +{ + Id:22008 + AegisName: "R_ShortGloves" + Name: "R Short Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 22 + Refine: false + ViewSprite: 2008 + BindOnEquip: false +}, +{ + Id:22009 + AegisName: "R_SilkGloves" + Name: "R Silk Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 1 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 30 + Refine: false + ViewSprite: 2009 + BindOnEquip: false + AllowCards: { + id5501: 1 // ExtendedSilkDyes + } +}, +{ + Id:22010 + AegisName: "R_BlackGloves" + Name: "R Black Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 55 + Refine: false + ViewSprite: 2010 + BindOnEquip: false +}, +{ + Id:22011 + AegisName: "R_FursGloves" + Name: "R Furs Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 35 + Refine: false + ViewSprite: 211 + BindOnEquip: false +}, +{ + Id:22012 + AegisName: "R_GoldenArmbands" + Name: "R Golden Armbands" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 65 + Refine: false + ViewSprite: 2012 + BindOnEquip: false +}, +{ + Id:22013 + AegisName: "R_ManaGloves" + Name: "R Mana Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 50 + Refine: false + ViewSprite: 2013 + BindOnEquip: false +}, + + +// Pants +{ + Id:22200 + AegisName: "R_CreasedShorts" + Name: "R Creased Shorts" + Type: "IT_ARMOR" + Buy: 60 + Sell: 15 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2200 + BindOnEquip: false +}, +{ + Id:22201 + AegisName: "R_BrownTrousers" + Name: "R Brown Trousers" + Type: "IT_ARMOR" + Buy: 1200 + Sell: 250 + Weight: 35 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2201 + BindOnEquip: false +}, +{ + Id:22202 + AegisName: "R_JeansChaps" + Name: "R Jeans Chaps" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 500 + Weight: 360 + Atk: 0 + Matk: -100 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 12 + Refine: false + ViewSprite: 2202 + BindOnEquip: false +}, +{ + Id:22203 + AegisName: "R_SilkPants" + Name: "R Silk Pants" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 20 + Def: 3 + Slots: 1 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 17 + Refine: false + ViewSprite: 2203 + BindOnEquip: false + AllowCards: { + id5501: 1 // ExtendedSilkDyes + } +}, +{ + Id:22204 + AegisName: "R_CottonSkirt" + Name: "R Cotton Skirt" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 600 + Weight: 15 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2204 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:22205 + AegisName: "R_LeatherTrousers" + Name: "R Leather Trousers" + Type: "IT_ARMOR" + Buy: 9500 + Sell: 2100 + Weight: 280 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2205 + BindOnEquip: false +}, +{ + Id:22206 + AegisName: "R_BanditTrousers" + Name: "R Bandit Trousers" + Type: "IT_ARMOR" + Buy: 9500 + Sell: 1100 + Weight: 110 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 25 + Refine: false + ViewSprite: 2206 + BindOnEquip: false +}, + +//PLaceholder Pants +{ + Id:22207 + AegisName: "R_AssassinPants" + Name: "R Assassin Pants" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 40 + Refine: false + ViewSprite: 2207 + BindOnEquip: false +}, +{ + Id:22208 + AegisName: "R_ChainmailSkirt" + Name: "R Chainmail Skirt" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 30 + Refine: false + ViewSprite: 2208 + BindOnEquip: false +}, +{ + Id:22209 + AegisName: "R_PirateShorts" + Name: "R Pirate Shorts" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 100 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2209 + BindOnEquip: false +}, +{ + Id:22210 + AegisName: "R_TerranitePants" + Name: "R Terranite Pants" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 55 + Refine: false + ViewSprite: 2210 + BindOnEquip: false +}, + +// Shields +{ + Id:22700 + AegisName: "R_Barrel" + Name: "R Barrel" + Type: "IT_ARMOR" + Buy: 150 + Sell: 50 + Weight: 400 + Def: 10 + Slots: 0 + Loc: "EQP_HAND_L" + WeaponLv: 0 + EquipLv: 37 + Refine: false + ViewSprite: 2700 + BindOnEquip: false + Script: <" + bonus bAspd, -30; + bonus bCriticalDef, 15; + bonus bAtkRange, -5; + bonus bMaxHPrate, 10; + "> +}, +{ + Id:22701 + AegisName: "R_LeatherShield" + Name: "R Leather Shield" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 250 + Weight: 100 + Def: 5 + Loc: "EQP_HAND_L" + EquipLv: 7 + Refine: false + ViewSprite: 2701 + BindOnEquip: false + Script: <" + bonus bAtkRange, -1; + bonus bMaxHPrate, 10; + "> +}, +{ + Id:22702 + AegisName: "R_WoodenShield" + Name: "R Wooden Shield" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 750 + Weight: 2450 + Def: 10 + Loc: "EQP_HAND_L" + EquipLv: 27 + Refine: false + ViewSprite: 2702 + BindOnEquip: false + Script: <" + bonus bAtkRange, -1; + bonus bMaxHPrate, 10; + "> +}, +{ + Id:22703 + AegisName: "R_SteelShield" + Name: "R Steel Shield" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2630 + Weight: 5500 + Def: 15 + Matk: -200 + Slots: 1 + Loc: "EQP_HAND_L" + EquipLv: 47 + Refine: false + ViewSprite: 2703 + BindOnEquip: false + Script: <" + bonus bAtkRange, -1; + bonus bMaxHPrate, 10; + "> + AllowCards: { + id5503: 1 // Crude Gem + } +}, +{ + Id:22704 + AegisName: "R_AncientShield" + Name: "R Ancient Shield" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 750 + Weight: 2450 + Def: 18 + Loc: "EQP_HAND_L" + EquipLv: 57 + Refine: false + ViewSprite: 2704 + BindOnEquip: false + Script: <" + bonus bAtkRange, -1; + bonus bMaxHPrate, 10; + "> +}, +{ + Id:22705 + AegisName: "R_BladeShield" + Name: "R Blade Shield" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 750 + Weight: 2450 + Def: 10 + Loc: "EQP_HAND_L" + EquipLv: 67 + Refine: false + ViewSprite: 2705 + BindOnEquip: false + Script: <" + bonus bAtkRange, -1; + bonus bMaxHPrate, 10; + "> +}, +{ + Id:22706 + AegisName: "R_DragonShield" + Name: "R Wooden Shield" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 750 + Weight: 2450 + Def: 21 + Loc: "EQP_HAND_L" + EquipLv: 77 + Refine: false + ViewSprite: 2706 + BindOnEquip: false + Script: <" + bonus bAtkRange, -1; + bonus bMaxHPrate, 10; + "> +}, +{ + Id:22707 + AegisName: "R_Buckler" + Name: "R Buckler" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 750 + Weight: 850 + Def: 68 + Loc: "EQP_HAND_L" + EquipLv: 17 + Refine: false + ViewSprite: 2707 + BindOnEquip: false + Script: <" + bonus bAtkRange, -1; + bonus bMaxHPrate, 10; + "> +}, +// Headgear +{ + Id:22900 + AegisName: "R_Bandana" + Name: "R Bandana" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 4 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2900 + BindOnEquip: false +}, +{ + Id:22901 + AegisName: "R_PumpkinHat" + Name: "R Pumpkin Hat" + Type: "IT_ARMOR" + Buy: 320 + Sell: 100 + Weight: 50 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 4 + Refine: false + ViewSprite: 2901 + BindOnEquip: false +}, +{ + Id:22902 + AegisName: "R_FancyHat" + Name: "R Fancy Hat" + Type: "IT_ARMOR" + Buy: 320 + Sell: 100 + Weight: 11 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 3 + Refine: false + ViewSprite: 2902 + BindOnEquip: false +}, +{ + Id:22903 + AegisName: "R_BrimmedHat" + Name: "R Brimmed Hat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 240 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 8 + Refine: false + ViewSprite: 2903 + BindOnEquip: false +}, +{ + Id:22904 + AegisName: "R_BrimmedFeatherHat" + Name: "R Brimmed Feather Hat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 300 + Weight: 23 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 8 + Refine: false + ViewSprite: 2904 + BindOnEquip: false +}, +{ + Id:22905 + AegisName: "R_BrimmedFlowerHat" + Name: "R Brimmed Flower Hat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 300 + Weight: 22 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2200 + BindOnEquip: false +}, +{ + Id:22906 + AegisName: "R_InfantryHelmet" + Name: "R Infantry Helmet" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 300 + Weight: 400 + Atk: 0 + Matk: -50 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 30 + Refine: false + ViewSprite: 2906 + BindOnEquip: false +}, +{ + Id:22907 + AegisName: "R_CandleHelmet" + Name: "R Candle Helmet" + Type: "IT_ARMOR" + Buy: 4500 + Sell: 650 + Weight: 500 + Atk: 0 + Matk: -25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 40 + Refine: false + ViewSprite: 2907 + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> +}, +{ + Id:22908 + AegisName: "R_WarlordHelmet" + Name: "R Warlord Helmet" + Type: "IT_ARMOR" + Buy: 13500 + Sell: 3200 + Weight: 1000 + Atk: 0 + Matk: -300 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 50 + Refine: false + ViewSprite: 2908 + BindOnEquip: false +}, +{ + Id:22909 + AegisName: "R_AxeHat" + Name: "R Axe Hat" + Type: "IT_ARMOR" + Buy: 3500 + Sell: 750 + Weight: 50 + Atk: 0 + Matk: 3 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2909 + BindOnEquip: false +}, +{ + Id:22910 + AegisName: "R_PinkieHat" + Name: "R Pinkie Hat" + Type: "IT_ARMOR" + Buy: 12600 + Sell: 3500 + Weight: 5 + Atk: 0 + Matk: 7 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2910 + BindOnEquip: false +}, +{ + Id:22911 + AegisName: "R_TopHat" + Name: "R Top Hat" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 12500 + Weight: 40 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 17 + Refine: false + ViewSprite: 2911 + BindOnEquip: false +}, +{ + Id:22912 + AegisName: "R_BowlerHat" + Name: "R Bowler Hat" + Type: "IT_ARMOR" + Buy: 17355 + Sell: 4300 + Weight: 30 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2912 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:22913 + AegisName: "R_FairyHat" + Name: "R Fairy Hat" + Type: "IT_ARMOR" + Buy: 6300 + Sell: 1200 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 2913 + BindOnEquip: false +}, +{ + Id:22914 + AegisName: "R_NohMask" + Name: "R Noh Mask" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 5200 + Weight: 150 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2914 + BindOnEquip: false +}, +{ + Id:22915 + AegisName: "R_RoseHat" + Name: "R Rose Hat" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 4100 + Weight: 50 + Atk: 0 + Matk: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2915 + BindOnEquip: false +}, +{ + Id:22916 + AegisName: "R_BanditHood" + Name: "R Bandit Hood" + Type: "IT_ARMOR" + Buy: 9560 + Sell: 780 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 13 + Refine: false + ViewSprite: 2916 + BindOnEquip: false +}, +{ + Id:22917 + AegisName: "R_BrownBowlerHat" + Name: "R Brown Bowler Hat" + Type: "IT_ARMOR" + Buy: 17355 + Sell: 4300 + Weight: 30 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2917 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:22918 + AegisName: "R_CatEars" + Name: "R Cat Ears" + Type: "IT_ARMOR" + Buy: 37500 + Sell: 12500 + Weight: 10 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 33 + Refine: false + ViewSprite: 2918 + BindOnEquip: false + Script: <" + bonus bAgi, 3; + "> + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:22919 + AegisName: "R_SantaHat" + Name: "R Santa Hat" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 28 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2919 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:22920 + AegisName: "R_MoonshroomHat" + Name: "R Moonshroom Hat" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 50 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 83 + Refine: false + ViewSprite: 2920 + BindOnEquip: false + Script: <" + bonus bInt, 3; + bonus bStr, -1; + "> + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:22921 + AegisName: "R_SantaBeardHat" + Name: "R Santa Beard Hat" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 32 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2921 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:22922 + AegisName: "R_FunkyHat" + Name: "R Funky Hat" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 50 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2922 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:22923 + AegisName: "R_CashierShade" + Name: "R Cashier Shade" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 28 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2923 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:22924 + AegisName: "R_BeanieCopter" + Name: "R Beanie Copter" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 3 + Refine: false + ViewSprite: 2924 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +// Placeholder Hats +{ + Id:22925 + AegisName: "R_BullHelmet" + Name: "R Bull Helmet" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 12 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 80 + Refine: false + ViewSprite: 2925 + BindOnEquip: false +}, +{ + Id:22926 + AegisName: "R_BunnyEars" + Name: "R Bunny Ears" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2926 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:22927 + AegisName: "R_DesertHat" + Name: "R Desert Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 23 + Refine: false + ViewSprite: 2927 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:22928 + AegisName: "R_MinerHat" + Name: "R Miner Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 13 + Refine: false + ViewSprite: 2928 + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> +}, +{ + Id:22929 + AegisName: "R_SilkHeadband" + Name: "R Silk Headband" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 23 + Refine: false + ViewSprite: 2929 + BindOnEquip: false + AllowCards: { + id5501: 1 // ExtendedSilkDyes + } +}, +{ + Id:22930 + AegisName: "R_Headband" + Name: "R Headband" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 43 + Refine: false + ViewSprite: 2930 + BindOnEquip: false + AllowCards: { + id5502: 1 // BasicCottonDyes + } +}, +{ + Id:22931 + AegisName: "R_TerraniteHelmet" + Name: "R Terranite Helmet" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 73 + Refine: false + ViewSprite: 2931 + BindOnEquip: false +}, +{ + Id:22932 + AegisName: "R_TrapperHat" + Name: "R Trapper Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 53 + Refine: false + ViewSprite: 2932 + BindOnEquip: false +}, +{ + Id:22933 + AegisName: "R_WizardHat" + Name: "R Wizard Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 63 + Refine: false + ViewSprite: 2933 + BindOnEquip: false + AllowCards: { + id5501: 1 // ExtendedSilkDyes + } +}, +{ + Id:22934 + AegisName: "R_CaptainHat" + Name: "R Captain Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 63 + Refine: false + ViewSprite: 2934 + BindOnEquip: false +}, +{ + Id:22935 + AegisName: "R_RangerHat" + Name: "R Ranger Hat" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 1900 + Weight: 200 + Atk: 0 + Matk: -5 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 83 + Refine: false + ViewSprite: 2935 + BindOnEquip: false +}, +{ + Id:22936 + AegisName: "R_KnightHelmet" + Name: "R Knight Helmet" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 1900 + Weight: 200 + Atk: 0 + Matk: -5 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 53 + Refine: false + ViewSprite: 2936 + BindOnEquip: false +}, +// Scarfs +{ + Id:23200 + AegisName: "R_Shemagh" + Name: "R Shemagh" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 90 + Weight: 22 + Def: 1 + Loc: "EQP_ACC_R" + EquipLv: 3 + Refine: false + ViewSprite: 3200 + BindOnEquip: false +}, +{ + Id:23201 + AegisName: "R_BanditShawl" + Name: "R Bandit Shawl" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 45 + Def: 1 + Loc: "EQP_ACC_R" + EquipLv: 30 + Refine: false + ViewSprite: 3201 + BindOnEquip: false +}, +{ + Id:23202 + AegisName: "R_Eyepatch" + Name: "R Eyepatch" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 250 + Weight: 8 + Def: 1 + Loc: "EQP_ACC_R" + EquipLv: 16 + Refine: false + ViewSprite: 3202 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id:23203 + AegisName: "R_BurglarMask" + Name: "R Burglar Mask" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 8 + Def: 4 + Loc: "EQP_ACC_R" + EquipLv: 25 + Refine: false + ViewSprite: 3203 + BindOnEquip: false +}, +{ + Id:23204 + AegisName: "R_HeartGlasses" + Name: "R Heart Glasses" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 8 + Def: 5 + Loc: "EQP_ACC_R" + EquipLv: 45 + Refine: false + ViewSprite: 3204 + BindOnEquip: false +}, +{ + Id:23205 + AegisName: "R_Mustache" + Name: "R Mustache" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 8 + Def: 1 + Loc: "EQP_ACC_R" + EquipLv: 10 + Refine: false + ViewSprite: 3205 + BindOnEquip: false +}, +{ + Id:23206 + AegisName: "R_Rednose" + Name: "R Rednose" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 8 + Def: 2 + Loc: "EQP_ACC_R" + EquipLv: 15 + Refine: false + ViewSprite: 3206 + BindOnEquip: false +}, +{ + Id:23207 + AegisName: "R_Sunglasses" + Name: "R Sunglasses" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 8 + Def: 6 + Loc: "EQP_ACC_R" + EquipLv: 65 + Refine: false + ViewSprite: 3207 + BindOnEquip: false +}, +{ + Id:23208 + AegisName: "R_Beard" + Name: "R Beard" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 12 + Def: 1 + Loc: "EQP_ACC_R" + EquipLv: 10 + Refine: false + ViewSprite: 3208 + BindOnEquip: false +}, +{ + Id:23209 + AegisName: "R_FullBeard" + Name: "R Full Beard" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 16 + Def: 2 + Loc: "EQP_ACC_R" + EquipLv: 10 + Refine: false + ViewSprite: 3209 + BindOnEquip: false +}, +// Weapons +{ + Id:23500 + AegisName: "R_Knife" + Name: "R Knife" + Type: "IT_WEAPON" + Buy: 90 + Sell: 25 + Weight: 6 + Atk: 1 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: true + Subtype: "W_DAGGER" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23501 + AegisName: "R_PiouSlayer" + Name: "R Piou Slayer" + Type: "IT_WEAPON" + Buy: 1100 + Sell: 300 + Weight: 26 + Atk: 3 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 3 + Refine: true + Subtype: "W_DAGGER" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23502 + AegisName: "R_TrainingGladius" + Name: "R TrainingGladius" + Type: "IT_WEAPON" + Buy: 5000 + Sell: 400 + Weight: 58 + Atk: 4 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 5 + Refine: true + Subtype: "W_1HSWORD" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23503 + AegisName: "R_WoodenSword" + Name: "R Wooden Sword" + Type: "IT_WEAPON" + Buy: 500 + Sell: 50 + Weight: 25 + Atk: 4 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 5 + Refine: true + Subtype: "W_1HSWORD" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23504 + AegisName: "R_ArtisBacksword" + Name: "R Artis Backsword" + Type: "IT_WEAPON" + Buy: 25800 + Sell: 1200 + Weight: 86 + Atk: 12 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_1HSWORD" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23505 + AegisName: "R_TrainingWand" + Name: "R Training Wand" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 1500 + Weight: 67 + Atk: 1 + Matk: 25 + Range: 0 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 10 + Refine: true + Subtype: "W_STAFF" + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + callfunc("refinesync"); + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + Script: <" + skill AL_HEAL, 1; + bonus bMagicAtkDef, 10; + "> +}, +{ + Id:23506 + AegisName: "R_ManaTorch" + Name: "R Mana Torch" + Type: "IT_WEAPON" + Buy: 12500 + Sell: 1000 + Weight: 150 + Atk: 1 + Matk: 15 + Range: 0 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 10 + Refine: true + Subtype: "W_STAFF" + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + callfunc("refinesync"); + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + Script: <" + skill MG_FIREBOLT, 1; + bonus bMatkRate, 10; + "> +}, +{ + Id:23507 + AegisName: "R_Scythe" + Name: "R Scythe" + Type: "IT_WEAPON" + Buy: 104800 + Sell: 1750 + Weight: 1200 + Atk: 10 + Matk: 0 + Def: 2 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_R","EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 12 + Refine: true + Subtype: "W_2HSPEAR" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23508 + AegisName: "R_Dagger" + Name: "R Dagger" + Type: "IT_WEAPON" + Buy: 2500 + Sell: 500 + Weight: 350 + Atk: 12 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_DAGGER" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23509 + AegisName: "R_Setzer" + Name: "R Setzer" + Type: "IT_WEAPON" + Buy: 25000 + Sell: 5000 + Weight: 250 + Atk: 15 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 20 + Refine: true + Subtype: "W_DAGGER" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23510 + AegisName: "R_Pickaxe" + Name: "R Pickaxe" + Type: "IT_WEAPON" + Buy: 17500 + Sell: 3700 + Weight: 250 + Atk: 13 + Matk: 0 + Range: 0 + Slots: 0 + Loc: ["EQP_HAND_R","EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_KATAR" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23511 + AegisName: "R_Torch" + Name: "R Torch" + Type: "IT_WEAPON" + Buy: 2500 + Sell: 500 + Weight: 100 + Atk: 8 + Matk: 0 + Range: 0 + Slots: 0 + Loc: ["EQP_HAND_R","EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 10 + Refine: true + Subtype: "W_STAFF" + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + callfunc("refinesync"); + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> +}, +{ + Id:23512 + AegisName: "R_Axe" + Name: "R Axe" + Type: "IT_WEAPON" + Buy: 12000 + Sell: 2000 + Weight: 500 + Atk: 8 + Matk: 0 + Def: 2 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 10 + Refine: true + Subtype: "W_1HAXE" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23513 + AegisName: "R_Staff" + Name: "R Staff" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 1500 + Weight: 800 + Atk: 8 + Matk: 0 + Def: 5 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 10 + Refine: true + Subtype: "W_2HSTAFF" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23514 + AegisName: "R_Halberd" + Name: "R Halberd" + Type: "IT_WEAPON" + Buy: 25000 + Sell: 7500 + Weight: 1200 + Atk: 17 + Matk: 0 + Def: 8 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 20 + Refine: true + Subtype: "W_2HAXE" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23515 + AegisName: "R_SharpKnife" + Name: "R Sharp Knife" + Type: "IT_WEAPON" + Buy: 180 + Sell: 50 + Weight: 15 + Atk: 12 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: true + Subtype: "W_DAGGER" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23516 + AegisName: "R_BoneKnife" + Name: "R Bone Knife" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 12 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_DAGGER" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23517 + AegisName: "R_Chopper" + Name: "R Chopper" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 12 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_1HAXE" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23518 + AegisName: "R_Cleaver" + Name: "R Cleaver" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 13 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_1HAXE" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23519 + AegisName: "R_RockKnife" + Name: "R Rock Knife" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 13 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_1HAXE" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23520 + AegisName: "R_BronzeGladius" + Name: "R Bronze Gladius" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 12 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Subtype: "W_1HSWORD" + Refine: true + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23521 + AegisName: "R_ShortSword" + Name: "R Short Sword" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 12 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_1HSWORD" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23522 + AegisName: "R_LongSword" + Name: "R Long Sword" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 12 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: true + Subtype: "W_1HSWORD" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23523 + AegisName: "R_Spear" + Name: "R Spear" + Type: "IT_WEAPON" + Buy: 25000 + Sell: 7500 + Weight: 1200 + Atk: 17 + Matk: 0 + Def: 8 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 20 + Refine: true + Subtype: "W_2HAXE" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23524 + AegisName: "R_Katana" + Name: "R Katana" + Type: "IT_WEAPON" + Buy: 25000 + Sell: 7500 + Weight: 1200 + Atk: 17 + Matk: 0 + Def: 8 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 20 + Refine: true + Subtype: "W_2HAXE" + BindOnEquip: false + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23525 + AegisName: "R_WarpedStaff" + Name: "R Warped Staff" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 1500 + Weight: 800 + Atk: 8 + Matk: 50 + Def: 5 + Range: 4 + Slots: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 40 + Refine: true + Subtype: "W_2HSTAFF" + BindOnEquip: false + AllowCards: { + id5505: 1 // Runestones + } + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23526 + AegisName: "R_WizardStaff" + Name: "R Wizard Staff" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 1500 + Weight: 800 + Atk: 8 + Matk: 50 + Def: 5 + Range: 4 + Slots: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 60 + Refine: true + Subtype: "W_2HSTAFF" + BindOnEquip: false + AllowCards: { + id5504: 1 // Gems + } + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23527 + AegisName: "R_LifeStaff" + Name: "R Staff of Life" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 1500 + Weight: 800 + Atk: 8 + Matk: 50 + Def: 5 + Range: 4 + Slots: 3 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 80 + Refine: true + Subtype: "W_2HSTAFF" + BindOnEquip: false + AllowCards: { + id5505: 3 // Runestones + } + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +{ + Id:23528 + AegisName: "R_ApprenticeWand" + Name: "R ApprenticeWand" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 1500 + Weight: 75 + Atk: 5 + Matk: 20 + Def: 1 + Range: 3 + Slots: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 20 + Refine: true + Subtype: "W_2HSTAFF" + BindOnEquip: false + AllowCards: { + id5503: 1 // Crude Gems + } + OnEquipScript: <" + callfunc("refinesync"); + "> +}, +// Pet Eggs +{ + Id:24000 + AegisName: "R_PiouEgg" + Name: "R Piou egg" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1 + KeepAfterUse: true + Script: <" + bpet; + "> +}, +// Cards & Dyes +{ + Id:25000 + AegisName: "R_PitchBlackSilkDye" + Name: "R Pitch Black Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25001 + AegisName: "R_ChocolateSilkDye" + Name: "R Chocolate Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25002 + AegisName: "R_CrimsonSilkDye" + Name: "R Crimson Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25003 + AegisName: "R_BlackCottonDye" + Name: "R Black Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25004 + AegisName: "R_SilverCottonDye" + Name: "R Silver Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25005 + AegisName: "R_CamelCottonDye" + Name: "R Camel Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25006 + AegisName: "R_BrownCottonDye" + Name: "R Brown Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25007 + AegisName: "R_OrangeCottonDye" + Name: "R Orange Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25008 + AegisName: "R_DarkRedCottonDye" + Name: "R Dark Red Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25009 + AegisName: "R_RedCottonDye" + Name: "R Red Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25010 + AegisName: "R_FuschiaCottonDye" + Name: "R Fuschia Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25011 + AegisName: "R_PinkCottonDye" + Name: "R Pink Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25012 + AegisName: "R_MauveCottonDye" + Name: "R Mauve Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25013 + AegisName: "R_PurpleCottonDye" + Name: "R Purple Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25014 + AegisName: "R_NavyBlueCottonDye" + Name: "R Navy Blue Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25015 + AegisName: "R_BlueGrayCottonDye" + Name: "R Blue Gray Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25016 + AegisName: "R_BlueCottonDye" + Name: "R Blue Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25017 + AegisName: "R_TealCottonDye" + Name: "R Teal Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25018 + AegisName: "R_GreenCottonDye" + Name: "R Green Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25019 + AegisName: "R_LimeCottonDye" + Name: "R Lime Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25020 + AegisName: "R_KhakiCottonDye" + Name: "R Khaki Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25021 + AegisName: "R_YellowCottonDye" + Name: "R Yellow Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25022 + AegisName: "R_Diamond" + Name: "R Diamond" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 + Script: <" + skill AB_HIGHNESSHEAL, 3; + bonus bMagicAtkDef, 50; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25023 + AegisName: "R_Ruby" + Name: "R Ruby" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 + Script: <" + skill MG_FIREBALL, 3; + bonus bSplashAddRange, 2; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25024 + AegisName: "R_Emerald" + Name: "R Emerald" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 + Script: <" + skill TF_POISON, 5; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25025 + AegisName: "R_Sapphire" + Name: "R Sapphire" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 + Script: <" + skill MG_FROSTDIVER, 3; + bonus bSkillCooldown, 10; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25026 + AegisName: "R_Topaz" + Name: "R Topaz" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 + Script: <" + skill MG_NAPALMBEAT, 3; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25027 + AegisName: "R_Amethyst" + Name: "R Amethyst" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 + Script: <" + skill MG_LIGHTNINGBOLT, 7; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25028 + AegisName: "R_CrudeDiamond" + Name: "R Crude Diamond" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + skill AL_HEAL, 3; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25029 + AegisName: "R_CrudeRuby" + Name: "R Crude Ruby" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + skill MG_FIREBOLT, 3; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25030 + AegisName: "R_CrudeEmerald" + Name: "R Crude Emerald" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + skill TF_POISON, 1; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25031 + AegisName: "R_CrudeSapphire" + Name: "R Crude Sapphire" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + skill SA_FROSTWEAPON, 3; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25032 + AegisName: "R_CrudeTopaz" + Name: "R Crude Topaz" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + skill MG_SOULSTRIKE, 1; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25033 + AegisName: "R_CrudeAmethyst" + Name: "R Crude Amethyst" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + skill MG_LIGHTNINGBOLT, 2; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] +}, +{ + Id:25034 + AegisName: "R_TomatoSilkDye" + Name: "R Tomato Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25035 + AegisName: "R_GoldenrodSilkDye" + Name: "R Goldenrod Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25036 + AegisName: "R_SunflowerSilkDye" + Name: "R Sunflower Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25037 + AegisName: "R_OliveSilkDye" + Name: "R Olive Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25038 + AegisName: "R_SeaGreenSilkDye" + Name: "R Sea Green Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25039 + AegisName: "R_MintSilkDye" + Name: "R Mint Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25040 + AegisName: "R_MidnightBlueSilkDye" + Name: "R Midnight Blue Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25041 + AegisName: "R_SlatBlueSilkDye" + Name: "R Slat Blue Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25042 + AegisName: "R_OrchidSilkDye" + Name: "R Orchid Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25043 + AegisName: "R_PinkiePinkSilkDye" + Name: "R Pinkie Pink Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id:25044 + AegisName: "R_RunestoneUruz" + Name: "R Runestone Uruz" + Type: "IT_CARD" + Weight: 100 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bStr, 3; + bonus bVit, -1; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] +}, +{ + Id:25045 + AegisName: "R_RunestoneRaido" + Name: "R Runestone Raido" + Type: "IT_CARD" + Weight: 100 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bAgi, 3; + bonus bDex, -1; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] +}, +{ + Id:25046 + AegisName: "R_RunestoneThurisaz" + Name: "R Runestone Thurisaz" + Type: "IT_CARD" + Weight: 100 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bVit, 3; + bonus bInt, -1; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] +}, +{ + Id:25047 + AegisName: "R_RunestoneKaunaz" + Name: "R Runestone Kaunaz" + Type: "IT_CARD" + Weight: 100 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bInt, 3; + bonus bLuk, -1; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] +}, +{ + Id:25048 + AegisName: "R_RunestoneDagaz" + Name: "R Runestone Dagaz" + Type: "IT_CARD" + Weight: 100 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bDex, 3; + bonus bAgi, -1; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] +}, +{ + Id:25049 + AegisName: "R_RunestonePeorth" + Name: "R Runestone Peorth" + Type: "IT_CARD" + Weight: 100 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bLuk, 3; + bonus bStr, -1; + "> + Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] +}, +// Card Groups (using item_group.conf) +{ + Id:25500 + AegisName: "R_BasicSilkDyes" + Name: "R Basic Silk Dyes" + Type: "IT_VIRTUAL" +}, +{ + Id:25501 + AegisName: "R_ExtendedSilkDyes" + Name: "R Extended Silk Dyes" + Type: "IT_VIRTUAL" +}, +{ + Id:25502 + AegisName: "R_BasicCottonDyes" + Name: "R Basic Cotton Dyes" + Type: "IT_VIRTUAL" +}, +{ + Id:25503 + AegisName: "R_CrudeGems" + Name: "R Crude Gems" + Type: "IT_VIRTUAL" +}, +{ + Id:25504 + AegisName: "R_Gems" + Name: "R Gems" + Type: "IT_VIRTUAL" +}, +{ + Id:25505 + AegisName: "R_Runestones" + Name: "R Runestones" + Type: "IT_VIRTUAL" +}, +// Bows +{ + Id:26000 + AegisName: "R_WoodenBow" + Name: "R Wooden Bow" + Type: "IT_WEAPON" + Buy: 550 + Sell: 52 + Weight: 12 + Atk: 4 + Range: 4 + MinRange: 2 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 5 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + Id6501: 1 + Id6502: 1 + Id6503: 1 + Id6504: 1 + } +}, +{ + Id:26001 + AegisName: "R_ShortBow" + Name: "R Short Bow" + Type: "IT_WEAPON" + Buy: 1200 + Sell: 250 + Weight: 260 + Atk: 12 + Range: 5 + MinRange: 2 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 15 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + Id6501: 1 + Id6502: 1 + Id6503: 1 + Id6504: 1 + } +}, +{ + Id:26002 + AegisName: "R_ForestBow" + Name: "R Forest Bow" + Type: "IT_WEAPON" + Buy: 7500 + Sell: 1250 + Weight: 480 + Atk: 15 + Range: 6 + MinRange: 2 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 20 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + Id6501: 1 + Id6502: 1 + Id6503: 1 + Id6504: 1 + } +}, +{ + Id:26003 + AegisName: "R_DesertBow" + Name: "R Desert Bow" + Type: "IT_WEAPON" + Buy: 7500 + Sell: 1250 + Weight: 390 + Atk: 25 + Range: 7 + MinRange: 2 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 30 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + Id6501: 1 + Id6502: 1 + Id6503: 1 + Id6504: 1 + } +}, +{ + Id:26004 + AegisName: "R_ChampionBow" + Name: "R Champion Bow" + Type: "IT_WEAPON" + Buy: 7500 + Sell: 1250 + Weight: 580 + Atk: 35 + Range: 6 + MinRange: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 40 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + Id6501: 1 + Id6502: 1 + Id6503: 1 + Id6504: 1 + } +}, +{ + Id:26005 + AegisName: "R_BansheeBow" + Name: "R Banshee Bow" + Type: "IT_WEAPON" + Buy: 7500 + Sell: 1250 + Weight: 480 + Atk: 45 + Range: 6 + MinRange: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 60 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + Id6501: 1 + Id6502: 1 + Id6503: 1 + Id6504: 1 + } +}, +{ + Id:26006 + AegisName: "R_Slingshot" + Name: "R Slingshot" + Type: "IT_WEAPON" + Buy: 7500 + Sell: 1250 + Weight: 100 + Atk: 25 + Range: 4 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 20 + Subtype: "W_BOW" + AllowAmmo: { + Id6505: 1 + } +}, +// Ammo +{ + Id:26500 + AegisName: "R_TrainingArrow" + Name: "R Training Arrow" + Type: "IT_AMMO" + Buy: 3 + Sell: 1 + Weight: 1 + Atk: 10 + Loc: "EQP_AMMO" + Subtype: "A_ARROW" +}, +{ + Id:26501 + AegisName: "R_IronArrow" + Name: "R Iron Arrow" + Type: "IT_AMMO" + Buy: 6 + Sell: 2 + Weight: 2 + Atk: 15 + Loc: "EQP_AMMO" + Subtype: "A_ARROW" +}, +{ + Id:26502 + AegisName: "R_BoneArrow" + Name: "R Bone Arrow" + Type: "IT_AMMO" + Buy: 8 + Sell: 3 + Weight: 0 + Atk: 18 + Loc: "EQP_AMMO" + Subtype: "A_ARROW" +}, +{ + Id:26503 + AegisName: "R_PoisonedArrow" + Name: "R Posioned Arrow" + Type: "IT_AMMO" + Buy: 10 + Sell: 3 + Weight: 1 + Atk: 20 + Loc: "EQP_AMMO" + Subtype: "A_ARROW" +}, +{ + Id:26504 + AegisName: "R_TerraniteArrow" + Name: "R Terranite Arrow" + Type: "IT_AMMO" + Buy: 12 + Sell: 4 + Weight: 1 + Atk: 25 + Loc: "EQP_AMMO" + Subtype: "A_ARROW" +}, +{ + Id:26505 + AegisName: "R_StoneProjectile" + Name: "R Stone Projectile" + Type: "IT_AMMO" + Buy: 2 + Sell: 0 + Weight: 1 + Atk: 20 + Loc: "EQP_AMMO" + Subtype: "A_ARROW" +}, +// Misc. +{ + Id:27420 + AegisName: "R_AdventurerSoul" + Name: "R Adventurer's Soul" + Type: "IT_ETC" + Buy: 1 + Sell: 0 + Weight: 0 +}, +// LEGACY merge items, generic or usable +{ + Id:28000 + AegisName: "R_BlackPearl" + Name: "R Black Pearl" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28001 + AegisName: "R_Bloodstone" + Name: "R Bloodstone" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28002 + AegisName: "R_BottleOfSand" + Name: "R Bottle of Sand" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 200 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28003 + AegisName: "R_Brainstem" + Name: "R Brainstem" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28004 + AegisName: "R_ClosedChristmasBox" + Name: "R Closed Christmas Box" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28005 + AegisName: "R_OpenChristmasBox" + Name: "R Open Christmas Box" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28006 + AegisName: "R_RedChristmasOrnament" + Name: "R Red Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28007 + AegisName: "R_YellowChristmasOrnament" + Name: "R Yellow Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28008 + AegisName: "R_GreenChristmasOrnament" + Name: "R Green Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28009 + AegisName: "R_AquaChristmasOrnament" + Name: "R Aqua Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28010 + AegisName: "R_BlueChristmasOrnament" + Name: "R Blue Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28011 + AegisName: "R_PurpleChristmasOrnament" + Name: "R Purple Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28012 + AegisName: "R_Doll" + Name: "R Doll" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 75 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28013 + AegisName: "R_EasterBasket" + Name: "R Easter Basket" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 2000 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28014 + AegisName: "R_LegendaryEasterEgg" + Name: "R Legendary Easter Egg" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28015 + AegisName: "R_FakePlasticFangs" + Name: "R Fake Plastic Fangs" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 25 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28016 + AegisName: "R_FlawedLens" + Name: "R Flawed Lens" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28017 + AegisName: "R_DarkPetal" + Name: "R Dark Petal" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 250 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28018 + AegisName: "R_FlightTalisman" + Name: "R Flight Talisman" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 500 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28019 + AegisName: "R_Jellybeans" + Name: "R Jellybeans" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 150 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28020 + AegisName: "R_Leatherball" + Name: "R Leatherball" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 750 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28021 + AegisName: "R_BooberryBlueLollipop" + Name: "R Booberry Blue Lollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 5 + Weight: 150 + Script: <" + @min = 1500; + @max = 2500; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28022 + AegisName: "R_GhastlyGreenLollipop" + Name: "R Ghastly Green Lollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 5 + Weight: 150 + Script: <" + @min = 1500; + @max = 2500; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28023 + AegisName: "R_BloodRedLollipop" + Name: "R Blood Red Lollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 5 + Weight: 150 + Script: <" + @min = 1500; + @max = 2500; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28024 + AegisName: "R_PlushMouboo" + Name: "R Plush Mouboo" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 250 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28025 + AegisName: "R_RedStocking" + Name: "R Red Stocking" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28026 + AegisName: "R_StickReinboo" + Name: "R Stick Reinboo" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28027 + AegisName: "R_RubberBat" // add squeak sound with approx. 3 ~ 5s delay. + Name: "R Rubber Bat" + Type: "IT_USABLE" + Buy: 100 + Sell: 5 + Weight: 30 + KeepAfterUse: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } + Script: <" + doevent "RubberBat::OnUse"; + "> +}, +{ + Id:28028 + AegisName: "R_SantaCookie" + Name: "R Santa Cookie" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 25 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28029 + AegisName: "R_SantaGlobe" + Name: "R Santa Globe" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 500 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28030 + AegisName: "R_Scissors" + Name: "R Scissors" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 150 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28031 + AegisName: "R_SilverBell" + Name: "R Silver Bell" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 250 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28032 + AegisName: "R_SnowmanGlobe" + Name: "R Snowman Globe" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 500 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28033 + AegisName: "R_StrangeCoin" + Name: "R Strange Coin" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28034 + AegisName: "R_Tongue" + Name: "R Tongue" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28035 + AegisName: "R_WrappingPaperDotted" + Name: "R Dotted Wrapping Paper" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id:28036 + AegisName: "R_WrappingPaperStriped" + Name: "R Striped Wrapping Paper" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +) |