summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 15:15:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 15:15:28 -0300
commit830f7e456b3a1477265f1f1daad1d8c276bbd7b0 (patch)
treee8446734d825204df14cf94a800a3b56977155f6
parentf6ae20d6fa226996f808e32e7f455e28dc1796d0 (diff)
downloadserverdata-830f7e456b3a1477265f1f1daad1d8c276bbd7b0.tar.gz
serverdata-830f7e456b3a1477265f1f1daad1d8c276bbd7b0.tar.bz2
serverdata-830f7e456b3a1477265f1f1daad1d8c276bbd7b0.tar.xz
serverdata-830f7e456b3a1477265f1f1daad1d8c276bbd7b0.zip
Main Functions Consolidation. Resave item db
-rw-r--r--db/pre-re/item_db.conf80306
-rwxr-xr-xnpc/functions/clear_vars.txt107
-rw-r--r--npc/functions/main.txt572
-rwxr-xr-xnpc/scripts.conf1
4 files changed, 35295 insertions, 45691 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 3fa4cf11..453f5284 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -6,52 +6,52 @@ item_db: (
******************************************************************************
{
// =================== Mandatory fields ===============================
- Id: ID (int)
- AegisName: "Aegis_Name" (string)
- Name: "Item Name" (string)
+ Id: ID (int)
+ AegisName: "Aegis_Name" (string)
+ Name: "Item Name" (string)
// =================== Optional fields ================================
- Type: Item Type (int, defaults to 3 = etc item)
- 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)
- Slots: Slots (int, defaults to 0)
- Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF)
- Upper: Upper mask (int, defaults to any = 0x3f)
- Gender: Gender (int, defaults to both = 2)
- Loc: Equip location (int, required value for equipment)
- WeaponLv: Weapon Level (int, defaults to 0)
+ Type: Item Type (int, defaults to 3 = etc item)
+ 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)
+ Slots: Slots (int, defaults to 0)
+ Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF)
+ Upper: Upper mask (int, defaults to any = 0x3f)
+ Gender: Gender (int, defaults to both = 2)
+ Loc: Equip location (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)
- View: View ID (int, defaults to 0)
- BindOnEquip: true/false (boolean, defaults to false)
- BuyingStore: true/false (boolean, defaults to false)
- Delay: Delay to use item (int, defaults to 0)
+ EquipLv: [min, max] (alternative syntax with min / max level)
+ Refine: Refineable (boolean, defaults to true)
+ ViewSprite: ViewSprite ID (int, defaults to 0)
+ BindOnEquip: 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)
- 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)
+ KeepAfterUse: true/false (boolean, defaults to false)
+ 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)
- nodelonuse: 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)
+ nodelonuse: true/false (boolean, defaults to false)
}
- Nouse: { (defaults to no restrictions)
- override: GroupID (int, defaults to 100)
- sitting: 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)
+ Stack: [amount, type] (int, defaults to 0)
+ Sprite: SpriteID (int, defaults to 0)
Script: <"
Script
(it can be multi-line)
@@ -62,45549 +62,34687 @@ item_db: (
******************************************************************************/
{
- Id: 521
- AegisName: "Dagger"
- Name: "Dagger"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 522
- AegisName: "SharpKnife"
- Name: "SharpKnife"
- Type: 4
- Buy: 100
- Sell: 50
- Weight: 150
- Atk: 10
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 529
- AegisName: "IronArrow"
- Name: "IronArrow"
- Type: 10
- Buy: 4
- Sell: 2
- Weight: 1
- Atk: 40
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 529
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @AmmoType, AMMO_BOW;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 530
- AegisName: "ShortBow"
- Name: "ShortBow"
- Type: 4
- Buy: 2000
- Sell: 1000
- Weight: 600
- Atk: 50
- Matk: 0
- Def: 0
- Range: 5
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 536
- AegisName: "ShortSword"
- Name: "ShortSword"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 2000
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 545
- AegisName: "ForestBow"
- Name: "ForestBow"
- Type: 4
- Buy: 20000
- Sell: 5000
- Weight: 1200
- Atk: 70
- Matk: 0
- Def: 0
- Range: 5
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 547
- AegisName: "Bardiche"
- Name: "Bardiche"
- Type: 4
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 100
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 548
- AegisName: "Halberd"
- Name: "Halberd"
- Type: 4
- Buy: 20
- Sell: 10
- Weight: 1400
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 549
- AegisName: "Axe"
- Name: "Axe"
- Type: 4
- Buy: 20
- Sell: 10
- Weight: 1200
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 550
- AegisName: "BlacksmithsAxe"
- Name: "BlacksmithsAxe"
- Type: 4
- Buy: 20
- Sell: 10
- Weight: 1200
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 561
- AegisName: "Sabre"
- Name: "Sabre"
- Type: 4
- Buy: 10000
- Sell: 5000
- Weight: 300
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 570
- AegisName: "BoneKnife"
- Name: "BoneKnife"
- Type: 4
- Buy: 10000
- Sell: 6000
- Weight: 450
- Atk: 115
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 571
- AegisName: "Setzer"
- Name: "Setzer"
- Type: 4
- Buy: 20000
- Sell: 8000
- Weight: 900
- Atk: 110
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 572
- AegisName: "Scimitar"
- Name: "Scimitar"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 200
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 573
- AegisName: "Falchion"
- Name: "Falchion"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 300
- Atk: 270
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- bonus bDoubleAddRate, 40;
- bonus bHit, -25;
- bonus bCritical, -25;
- ">
-},
-{
- Id: 574
- AegisName: "Scorpion"
- Name: "Scorpion"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 600
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 575
- AegisName: "DesertBow"
- Name: "DesertBow"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1200
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 576
- AegisName: "Beheader"
- Name: "Beheader"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 2000
- Atk: 999
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "NoBowItem";
- set @bStat, Int;
- set @maxbStatVal, 1;
- callfunc "RequireMaxStat";
- bonus bDoubleAddRate, 50;
- bonus bSpeedAddRate, 10;
- bonus bHit, -20;
- bonus bCritical, -25;
- ">
-},
-{
- Id: 577
- AegisName: "BoneDarts"
- Name: "BoneDarts"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 300
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 578
- AegisName: "SandCutter"
- Name: "SandCutter"
- Type: 4
- Buy: 30000
- Sell: 15000
- Weight: 1500
- Atk: 140
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 80
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDoubleAddRate, 5;
- ">
-},
-{
- Id: 579
- AegisName: "RockKnife"
- Name: "RockKnife"
- Type: 4
- Buy: 15000
- Sell: 7500
- Weight: 500
- Atk: 110
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bVit, 3;
- ">
-},
-{
- Id: 580
- AegisName: "StaffOfLife"
- Name: "StaffOfLife"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1500
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 581
- AegisName: "CrescentRod"
- Name: "CrescentRod"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1500
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 582
- AegisName: "StaffOfFire"
- Name: "StaffOfFire"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1500
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 583
- AegisName: "StaffOfIce"
- Name: "StaffOfIce"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1500
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 584
- AegisName: "Jackal"
- Name: "Jackal"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 100
- Atk: 120
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- bonus bDoubleAddRate, 30;
- ">
-},
-{
- Id: 587
- AegisName: "Sword"
- Name: "Sword"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 588
- AegisName: "BastardSword"
- Name: "BastardSword"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 591
- AegisName: "LongSword"
- Name: "LongSword"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 594
- AegisName: "Spear"
- Name: "Spear"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 623
- AegisName: "Scythe"
- Name: "Scythe"
- Type: 4
- Buy: 100
- Sell: 50
- Weight: 1200
- Atk: 75
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 758
- AegisName: "WoodenStaff"
- Name: "WoodenStaff"
- Type: 4
- Buy: 4000
- Sell: 2000
- Weight: 1000
- Atk: 50
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Int;
- set @minbStatVal, 60;
- callfunc "RequireStat";
- ">
-},
-{
- Id: 1171
- AegisName: "Wand"
- Name: "Wand"
- Type: 4
- Buy: 400
- Sell: 200
- Weight: 100
- Atk: 1
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Int;
- set @minbStatVal, 5;
- callfunc "RequireStat";
- ">
-},
-{
- Id: 762
- AegisName: "TerraniteArrow"
- Name: "TerraniteArrow"
- Type: 10
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 50
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 762
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bCritical, 20;
- set @AmmoType, AMMO_BOW;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 867
- AegisName: "IceGladius"
- Name: "IceGladius"
- Type: 4
- Buy: 2000
- Sell: 1000
- Weight: 1000
- Atk: 110
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 878
- AegisName: "BansheeBow"
- Name: "BansheeBow"
- Type: 4
- Buy: 101000
- Sell: 40000
- Weight: 900
- Atk: 140
- Matk: 0
- Def: 0
- Range: 6
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 90
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Dex;
- set @minbStatVal, 80;
- callfunc "RequireStat";
- bonus2 bHPDrainRate, 100, -2;
- bonus bAspdRate, 20;
- bonus bMaxHP, -150;
- bonus bSpeedAddRate, 10;
- bonus bDefRate, -40;
- bonus bDef2Rate, -35;
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 903
- AegisName: "SlingShot"
- Name: "SlingShot"
- Type: 4
- Buy: 500
- Sell: 50
- Weight: 10
- Atk: 5
- Matk: 0
- Def: 0
- Range: 3
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_SLING;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 904
- AegisName: "SlingBullet"
- Name: "SlingBullet"
- Type: 10
- Buy: 1
- Sell: 0
- Weight: 1
- Atk: 3
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 904
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @AmmoType, AMMO_SLING;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 906
- AegisName: "KidBook"
- Name: "KidBook"
- Type: 4
- Buy: 10000
- Sell: 5000
- Weight: 100
- Atk: 1
- Matk: 0
- Def: 0
- Range: 3
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1199
- AegisName: "Arrow"
- Name: "Arrow"
- Type: 10
- Buy: 1
- Sell: 0
- Weight: 1
- Atk: 20
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1199
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @AmmoType, AMMO_BOW;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 1200
- AegisName: "Bow"
- Name: "Bow"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 20
- Matk: 0
- Def: 0
- Range: 5
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 1201
- AegisName: "Knife"
- Name: "Knife"
- Type: 4
- Buy: 50
- Sell: 25
- Weight: 120
- Atk: 5
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1215
- AegisName: "ToySabre"
- Name: "ToySabre"
- Type: 4
- Buy: 2000000
- Sell: 25
- Weight: 1
- Atk: 1
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1282
- AegisName: "BoneArrows"
- Name: "BoneArrows"
- Type: 10
- Buy: 50
- Sell: 20
- Weight: 0
- Atk: 55
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1282
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bCritical, 1;
- set @AmmoType, AMMO_BOW;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 5260
- AegisName: "Snowball"
- Name: "Snowball"
- Type: 10
- Buy: 1
- Sell: 0
- Weight: 1
- Atk: 20
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5260
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @AmmoType, AMMO_XMAS;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 5261
- AegisName: "SnowLauncher"
- Name: "SnowLauncher"
- Type: 4
- Buy: 500
- Sell: 50
- Weight: 10
- Atk: 20
- Matk: 0
- Def: 0
- Range: 3
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_XMAS;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 702
- AegisName: "WeddingRing"
- Name: "WeddingRing"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 16
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 702
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 742
- AegisName: "FourLeafClover"
- Name: "FourLeafClover"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 742
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 749
- AegisName: "Towel"
- Name: "Towel"
- Type: 5
- Buy: 800
- Sell: 250
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 749
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 829
- AegisName: "CrozeniteFourLeafAmulet"
- Name: "CrozeniteFourLeafAmulet"
- Type: 5
- Buy: 10000
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 829
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 830
- AegisName: "BromenalFourLeafAmulet"
- Name: "BromenalFourLeafAmulet"
- Type: 5
- Buy: 20000
- Sell: 2000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 830
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 2;
- ">
-},
-{
- Id: 831
- AegisName: "SilverFourLeafAmulet"
- Name: "SilverFourLeafAmulet"
- Type: 5
- Buy: 30000
- Sell: 3000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 831
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 3;
- ">
-},
-{
- Id: 832
- AegisName: "GoldenFourLeafAmulet"
- Name: "GoldenFourLeafAmulet"
- Type: 5
- Buy: 40000
- Sell: 4000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 832
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 4;
- ">
-},
-{
- Id: 865
- AegisName: "Grimoire"
- Name: "Grimoire"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 100
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 865
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMaxSP, 30;
- ">
-},
-{
- Id: 879
- AegisName: "HeartOfIsis"
- Name: "HeartOfIsis"
- Type: 5
- Buy: 70000
- Sell: 35000
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 85
- Refine: false
- View: 879
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMaxHPrate, 15;
- bonus bHPrecovRate, 65;
- ">
-},
-{
- Id: 1227
- AegisName: "EnchantersAmulet"
- Name: "EnchantersAmulet"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 16
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1227
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bHit, 22;
- ">
-},
-{
- Id: 1244
- AegisName: "DarkTalisman"
- Name: "DarkTalisman"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1244
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 30;
- ">
-},
-{
- Id: 4008
- AegisName: "DiamondRing"
- Name: "DiamondRing"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 128
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4008
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bVit, 1;
- ">
-},
-{
- Id: 4009
- AegisName: "RubyRing"
- Name: "RubyRing"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 128
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4009
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bStr, 1;
- ">
-},
-{
- Id: 4010
- AegisName: "EmeraldRing"
- Name: "EmeraldRing"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 128
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4010
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 4011
- AegisName: "SapphireRing"
- Name: "SapphireRing"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 128
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4011
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 1;
- ">
-},
-{
- Id: 4012
- AegisName: "TopazRing"
- Name: "TopazRing"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 128
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4012
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 4013
- AegisName: "AmethystRing"
- Name: "AmethystRing"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 128
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4013
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- ">
-},
-{
- Id: 4014
- AegisName: "SimpleRing"
- Name: "SimpleRing"
- Type: 5
- Buy: 100000
- Sell: 2500
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 128
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4014
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 677
- AegisName: "HeartNecklace"
- Name: "HeartNecklace"
- Type: 5
- Buy: 2500
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 8
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 677
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5252
- AegisName: "GuardianWings"
- Name: "GuardianWings"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 16
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5252
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5253
- AegisName: "MageRing"
- Name: "MageRing"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 128
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5253
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 1;
- ">
-},
-{
- Id: 528
- AegisName: "Boots"
- Name: "Boots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 80
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 528
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 655
- AegisName: "FurBoots"
- Name: "FurBoots"
- Type: 5
- Buy: 5000
- Sell: 600
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 655
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 734
- AegisName: "BlackBoots"
- Name: "BlackBoots"
- Type: 5
- Buy: 20000
- Sell: 3000
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 734
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 735
- AegisName: "CottonBoots"
- Name: "CottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 735
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 757
- AegisName: "AssassinBoots"
- Name: "AssassinBoots"
- Type: 5
- Buy: 7000
- Sell: 2000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 757
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "BrawlingItem";
- bonus bAgi, 4;
- ">
-},
-{
- Id: 792
- AegisName: "BromenalBoots"
- Name: "BromenalBoots"
- Type: 5
- Buy: 8000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 792
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 876
- AegisName: "WarlordBoots"
- Name: "WarlordBoots"
- Type: 5
- Buy: 19000
- Sell: 2000
- Weight: 550
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 876
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2150
- AegisName: "RedCottonBoots"
- Name: "RedCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2150
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2151
- AegisName: "GreenCottonBoots"
- Name: "GreenCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2151
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2152
- AegisName: "DarkBlueCottonBoots"
- Name: "DarkBlueCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2152
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2153
- AegisName: "YellowCottonBoots"
- Name: "YellowCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2153
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2154
- AegisName: "LightBlueCottonBoots"
- Name: "LightBlueCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2154
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2155
- AegisName: "PinkCottonBoots"
- Name: "PinkCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2155
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2156
- AegisName: "BlackCottonBoots"
- Name: "BlackCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2156
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2157
- AegisName: "OrangeCottonBoots"
- Name: "OrangeCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2157
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2158
- AegisName: "PurpleCottonBoots"
- Name: "PurpleCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2158
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2159
- AegisName: "DarkGreenCottonBoots"
- Name: "DarkGreenCottonBoots"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2159
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1188
- AegisName: "RedStockings"
- Name: "RedStockings"
- Type: 5
- Buy: 7000
- Sell: 2000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 64
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1188
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 503
- AegisName: "CasinoCoins"
- Name: "CasinoCoins"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 503
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 504
- AegisName: "DecorCandy"
- Name: "DecorCandy"
- Type: 3
- Buy: 25
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 504
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 505
- AegisName: "MaggotSlime"
- Name: "MaggotSlime"
- Type: 3
- Buy: 8
- Sell: 4
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 505
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 507
- AegisName: "ScorpionStinger"
- Name: "ScorpionStinger"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 507
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 515
- AegisName: "PurplePresentBox"
- Name: "PurplePresentBox"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 515
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 516
- AegisName: "BluePresentBox"
- Name: "BluePresentBox"
- Type: 3
- Buy: 60
- Sell: 30
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 516
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 517
- AegisName: "RedScorpionStinger"
- Name: "RedScorpionStinger"
- Type: 3
- Buy: 170
- Sell: 85
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 517
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 518
- AegisName: "BugLeg"
- Name: "BugLeg"
- Type: 3
- Buy: 100
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 518
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 526
- AegisName: "CoinBag"
- Name: "CoinBag"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 526
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 537
- AegisName: "TreasureKey"
- Name: "TreasureKey"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 537
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 538
- AegisName: "GreenPresentBox"
- Name: "GreenPresentBox"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 538
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 540
- AegisName: "EmptyBottle"
- Name: "EmptyBottle"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 540
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 542
- AegisName: "BottleOfSand"
- Name: "BottleOfSand"
- Type: 3
- Buy: 70
- Sell: 35
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 542
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 551
- AegisName: "AquaHint"
- Name: "AquaHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 551
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 552
- AegisName: "MagentaHint"
- Name: "MagentaHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 552
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 553
- AegisName: "YellowHint"
- Name: "YellowHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 553
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 554
- AegisName: "GreenHint"
- Name: "GreenHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 554
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 555
- AegisName: "TealHint"
- Name: "TealHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 555
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 556
- AegisName: "PurpleHint"
- Name: "PurpleHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 556
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 557
- AegisName: "RedHint"
- Name: "RedHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 557
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 558
- AegisName: "BlueHint"
- Name: "BlueHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 558
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 559
- AegisName: "OrangeHint"
- Name: "OrangeHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 559
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 560
- AegisName: "GrayHint"
- Name: "GrayHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 560
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 569
- AegisName: "RawLog"
- Name: "RawLog"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 569
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 589
- AegisName: "Toothbrush"
- Name: "Toothbrush"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 589
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 611
- AegisName: "WhiteFur"
- Name: "WhiteFur"
- Type: 3
- Buy: 8
- Sell: 4
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 611
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 612
- AegisName: "CaveSnakeLamp"
- Name: "CaveSnakeLamp"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 612
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 613
- AegisName: "HardSpike"
- Name: "HardSpike"
- Type: 3
- Buy: 40
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 613
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 614
- AegisName: "PinkAntenna"
- Name: "PinkAntenna"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 614
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 631
- AegisName: "DarkCrystal"
- Name: "DarkCrystal"
- Type: 3
- Buy: 1000
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 631
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 635
- AegisName: "SantaCookie"
- Name: "SantaCookie"
- Type: 3
- Buy: 1
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 635
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 640
- AegisName: "IronOre"
- Name: "IronOre"
- Type: 3
- Buy: 250
- Sell: 100
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 640
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 641
- AegisName: "SnakeSkin"
- Name: "SnakeSkin"
- Type: 3
- Buy: 250
- Sell: 100
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 641
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 660
- AegisName: "CottonCloth"
- Name: "CottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 660
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 661
- AegisName: "RedRose"
- Name: "RedRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 661
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 662
- AegisName: "WhiteRose"
- Name: "WhiteRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 662
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 663
- AegisName: "DarkRedRose"
- Name: "DarkRedRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 663
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 664
- AegisName: "PinkRose"
- Name: "PinkRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 664
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 665
- AegisName: "YellowRose"
- Name: "YellowRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 665
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 666
- AegisName: "BlackRose"
- Name: "BlackRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 666
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 667
- AegisName: "OrangeRose"
- Name: "OrangeRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 667
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 668
- AegisName: "BlueRose"
- Name: "BlueRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 668
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 669
- AegisName: "YellowTulip"
- Name: "YellowTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 669
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 670
- AegisName: "PurpleTulip"
- Name: "PurpleTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 670
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 671
- AegisName: "RedTulip"
- Name: "RedTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 671
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 672
- AegisName: "WhiteTulip"
- Name: "WhiteTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 672
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 673
- AegisName: "PinkTulip"
- Name: "PinkTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 673
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 674
- AegisName: "OrangeTulip"
- Name: "OrangeTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 674
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 680
- AegisName: "MauveHerb"
- Name: "MauveHerb"
- Type: 3
- Buy: 2
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 680
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 681
- AegisName: "CobaltHerb"
- Name: "CobaltHerb"
- Type: 3
- Buy: 2
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 681
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 682
- AegisName: "GambogeHerb"
- Name: "GambogeHerb"
- Type: 3
- Buy: 2
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 682
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 683
- AegisName: "AlizarinHerb"
- Name: "AlizarinHerb"
- Type: 3
- Buy: 2
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 683
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 690
- AegisName: "RedDye"
- Name: "RedDye"
- Type: 3
- Buy: 100
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 690
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 691
- AegisName: "GreenDye"
- Name: "GreenDye"
- Type: 3
- Buy: 2500
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 691
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 692
- AegisName: "DarkBlueDye"
- Name: "DarkBlueDye"
- Type: 3
- Buy: 40000
- Sell: 15000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 692
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 693
- AegisName: "YellowDye"
- Name: "YellowDye"
- Type: 3
- Buy: 100
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 693
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 694
- AegisName: "LightBlueDye"
- Name: "LightBlueDye"
- Type: 3
- Buy: 100
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 694
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 695
- AegisName: "PinkDye"
- Name: "PinkDye"
- Type: 3
- Buy: 2500
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 695
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 696
- AegisName: "BlackDye"
- Name: "BlackDye"
- Type: 3
- Buy: 30000
- Sell: 15000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 696
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 697
- AegisName: "OrangeDye"
- Name: "OrangeDye"
- Type: 3
- Buy: 2500
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 697
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 698
- AegisName: "PurpleDye"
- Name: "PurpleDye"
- Type: 3
- Buy: 70000
- Sell: 35000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 698
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 699
- AegisName: "DarkGreenDye"
- Name: "DarkGreenDye"
- Type: 3
- Buy: 2000
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 699
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 700
- AegisName: "Pearl"
- Name: "Pearl"
- Type: 3
- Buy: 5000
- Sell: 3000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 700
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 701
- AegisName: "PileOfAsh"
- Name: "PileOfAsh"
- Type: 3
- Buy: 3000
- Sell: 100
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 701
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 703
- AegisName: "SulphurPowder"
- Name: "SulphurPowder"
- Type: 3
- Buy: 1000
- Sell: 25
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 703
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 704
- AegisName: "IronPowder"
- Name: "IronPowder"
- Type: 3
- Buy: 800
- Sell: 80
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 704
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 706
- AegisName: "GoldenScorpionStinger"
- Name: "GoldenScorpionStinger"
- Type: 3
- Buy: 2000
- Sell: 500
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 706
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 707
- AegisName: "MonsterOilPotion"
- Name: "MonsterOilPotion"
- Type: 3
- Buy: 10000
- Sell: 2000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 707
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 708
- AegisName: "LeatherPatch"
- Name: "LeatherPatch"
- Type: 3
- Buy: 300
- Sell: 150
- Weight: 18
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 708
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 709
- AegisName: "BlackScorpionStinger"
- Name: "BlackScorpionStinger"
- Type: 3
- Buy: 250
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 709
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 710
- AegisName: "SnakeTongue"
- Name: "SnakeTongue"
- Type: 3
- Buy: 60
- Sell: 30
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 710
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 711
- AegisName: "MountainSnakeTongue"
- Name: "MountainSnakeTongue"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 711
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 712
- AegisName: "GrassSnakeTongue"
- Name: "GrassSnakeTongue"
- Type: 3
- Buy: 160
- Sell: 80
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 712
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 713
- AegisName: "CaveSnakeTongue"
- Name: "CaveSnakeTongue"
- Type: 3
- Buy: 120
- Sell: 60
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 713
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 718
- AegisName: "SilkCocoon"
- Name: "SilkCocoon"
- Type: 3
- Buy: 200
- Sell: 3
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 718
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 727
- AegisName: "Iten"
- Name: "Iten"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 8000
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 727
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 728
- AegisName: "MoubooFigurine"
- Name: "MoubooFigurine"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 9
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 728
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 729
- AegisName: "WarpedLog"
- Name: "WarpedLog"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 729
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 730
- AegisName: "Lifestone"
- Name: "Lifestone"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 730
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 732
- AegisName: "DruidTreeBranch"
- Name: "DruidTreeBranch"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 732
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 740
- AegisName: "Root"
- Name: "Root"
- Type: 3
- Buy: 500
- Sell: 200
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 740
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 746
- AegisName: "MopoxCurePotion"
- Name: "MopoxCurePotion"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 746
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 753
- AegisName: "BatWing"
- Name: "BatWing"
- Type: 3
- Buy: 500
- Sell: 10
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 753
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 754
- AegisName: "BatTeeth"
- Name: "BatTeeth"
- Type: 3
- Buy: 600
- Sell: 12
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 754
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 763
- AegisName: "TerraniteOre"
- Name: "TerraniteOre"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 763
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 772
- AegisName: "WispPowder"
- Name: "WispPowder"
- Type: 3
- Buy: 700
- Sell: 350
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 772
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 773
- AegisName: "SpectrePowder"
- Name: "SpectrePowder"
- Type: 3
- Buy: 700
- Sell: 350
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 773
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 774
- AegisName: "PoltergeistPowder"
- Name: "PoltergeistPowder"
- Type: 3
- Buy: 700
- Sell: 350
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 774
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 775
- AegisName: "Bone"
- Name: "Bone"
- Type: 3
- Buy: 140
- Sell: 70
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 775
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 776
- AegisName: "Skull"
- Name: "Skull"
- Type: 3
- Buy: 900
- Sell: 450
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 776
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 777
- AegisName: "RottenRags"
- Name: "RottenRags"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 777
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 778
- AegisName: "DiseasedHeart"
- Name: "DiseasedHeart"
- Type: 3
- Buy: 180
- Sell: 90
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 778
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 779
- AegisName: "UndeadEar"
- Name: "UndeadEar"
- Type: 3
- Buy: 30
- Sell: 15
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 779
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 780
- AegisName: "UndeadEye"
- Name: "UndeadEye"
- Type: 3
- Buy: 30
- Sell: 15
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 780
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 799
- AegisName: "MylarinDust"
- Name: "MylarinDust"
- Type: 3
- Buy: 10000
- Sell: 5000
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 799
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 802
- AegisName: "EasterBasket"
- Name: "EasterBasket"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 802
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 803
- AegisName: "GrassLiner"
- Name: "GrassLiner"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 803
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 804
- AegisName: "JellyBeans"
- Name: "JellyBeans"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 804
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 805
- AegisName: "ChocolateMouboo"
- Name: "ChocolateMouboo"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 805
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 806
- AegisName: "ReedBundle"
- Name: "ReedBundle"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 806
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 807
- AegisName: "GrassSeed"
- Name: "GrassSeed"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 807
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 819
- AegisName: "DiamondPowder"
- Name: "DiamondPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 819
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 820
- AegisName: "RubyPowder"
- Name: "RubyPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 820
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 821
- AegisName: "EmeraldPowder"
- Name: "EmeraldPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 821
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 822
- AegisName: "SapphirePowder"
- Name: "SapphirePowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 822
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 823
- AegisName: "TopazPowder"
- Name: "TopazPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 823
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 824
- AegisName: "AmethystPowder"
- Name: "AmethystPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 824
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 833
- AegisName: "BrokenFourLeafAmulet"
- Name: "BrokenFourLeafAmulet"
- Type: 3
- Buy: 100
- Sell: 1
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 833
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 834
- AegisName: "BrokenDoll"
- Name: "BrokenDoll"
- Type: 3
- Buy: 20
- Sell: 5
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 834
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 835
- AegisName: "HyvernStinger"
- Name: "HyvernStinger"
- Type: 3
- Buy: 100
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 835
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 836
- AegisName: "GrubSlime"
- Name: "GrubSlime"
- Type: 3
- Buy: 40
- Sell: 10
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 836
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 841
- AegisName: "RedDottedWrap"
- Name: "RedDottedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 841
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 842
- AegisName: "YellowDottedWrap"
- Name: "YellowDottedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 842
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 843
- AegisName: "BlueDottedWrap"
- Name: "BlueDottedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 843
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 844
- AegisName: "PurpleStripedWrap"
- Name: "PurpleStripedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 844
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 845
- AegisName: "RedGoldenStripedWrap"
- Name: "RedGoldenStripedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 845
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 846
- AegisName: "GreenRedStripedWrap"
- Name: "GreenRedStripedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 846
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 847
- AegisName: "PlushMouboo"
- Name: "PlushMouboo"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 847
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 849
- AegisName: "OpenPresentBox"
- Name: "OpenPresentBox"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 849
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 850
- AegisName: "ClosedChristmasBox"
- Name: "ClosedChristmasBox"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 850
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 851
- AegisName: "StickReinboo"
- Name: "StickReinboo"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 851
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 852
- AegisName: "LeatherBall"
- Name: "LeatherBall"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 852
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 853
- AegisName: "Doll"
- Name: "Doll"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 853
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 858
- AegisName: "WolvernTooth"
- Name: "WolvernTooth"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 858
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 859
- AegisName: "WolvernPelt"
- Name: "WolvernPelt"
- Type: 3
- Buy: 500
- Sell: 250
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 859
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 860
- AegisName: "SquirrelPelt"
- Name: "SquirrelPelt"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 860
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 861
- AegisName: "WhiteBellTuber"
- Name: "WhiteBellTuber"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 861
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 862
- AegisName: "IcedWater"
- Name: "IcedWater"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 862
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 863
- AegisName: "SilverMirror"
- Name: "SilverMirror"
- Type: 3
- Buy: 500
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 863
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 864
- AegisName: "BookPage"
- Name: "BookPage"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 864
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 866
- AegisName: "LeatherSuitcase"
- Name: "LeatherSuitcase"
- Type: 3
- Buy: 4000
- Sell: 2000
- Weight: 12000
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 866
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 869
- AegisName: "Antlers"
- Name: "Antlers"
- Type: 3
- Buy: 4000
- Sell: 2000
- Weight: 3000
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 869
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 871
- AegisName: "SealedSoul"
- Name: "SealedSoul"
- Type: 3
- Buy: 12000
- Sell: 1000
- Weight: 75
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 871
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 872
- AegisName: "LockPicks"
- Name: "LockPicks"
- Type: 3
- Buy: 5000
- Sell: 1500
- Weight: 150
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 872
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 873
- AegisName: "LazuriteShard"
- Name: "LazuriteShard"
- Type: 3
- Buy: 500
- Sell: 50
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 873
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 874
- AegisName: "LazuriteCrystal"
- Name: "LazuriteCrystal"
- Type: 3
- Buy: 3000
- Sell: 200
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 874
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 875
- AegisName: "HeartOfLazurite"
- Name: "HeartOfLazurite"
- Type: 3
- Buy: 10000
- Sell: 400
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 875
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 891
- AegisName: "SilkSheet"
- Name: "SilkSheet"
- Type: 3
- Buy: 1000
- Sell: 250
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 891
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 892
- AegisName: "OrangeSummonFlower"
- Name: "OrangeSummonFlower"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 892
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 893
- AegisName: "PurpleSummonFlower"
- Name: "PurpleSummonFlower"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 893
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 894
- AegisName: "WhiteSummonFlower"
- Name: "WhiteSummonFlower"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 894
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 895
- AegisName: "YellowSummonFlower"
- Name: "YellowSummonFlower"
- Type: 3
- Buy: 400
- Sell: 200
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 895
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 896
- AegisName: "RedSummonFlower"
- Name: "RedSummonFlower"
- Type: 3
- Buy: 600
- Sell: 300
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 896
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1191
- AegisName: "WhiteWrap"
- Name: "WhiteWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1191
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1192
- AegisName: "YellowWrap"
- Name: "YellowWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1192
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1193
- AegisName: "BlueWrap"
- Name: "BlueWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1193
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1194
- AegisName: "PurpleWrap"
- Name: "PurpleWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1194
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1195
- AegisName: "GreenWrap"
- Name: "GreenWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1195
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1198
- AegisName: "Soul"
- Name: "Soul"
- Type: 3
- Buy: 100000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1198
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1207
- AegisName: "RedChristmasStocking"
- Name: "RedChristmasStocking"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1207
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1208
- AegisName: "RedEasterEgg"
- Name: "RedEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1208
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1209
- AegisName: "GreenEasterEgg"
- Name: "GreenEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1209
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1210
- AegisName: "BlueEasterEgg"
- Name: "BlueEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1210
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1211
- AegisName: "YellowEasterEgg"
- Name: "YellowEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1211
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1212
- AegisName: "PinkEasterEgg"
- Name: "PinkEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1212
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1213
- AegisName: "TealEasterEgg"
- Name: "TealEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1213
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1228
- AegisName: "LightCrystal"
- Name: "LightCrystal"
- Type: 3
- Buy: 1000
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1228
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1233
- AegisName: "FakeFangs"
- Name: "FakeFangs"
- Type: 3
- Buy: 20000
- Sell: 10000
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1233
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1234
- AegisName: "RedOrnament"
- Name: "RedOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1234
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1235
- AegisName: "YellowOrnament"
- Name: "YellowOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1235
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1236
- AegisName: "GreenOrnament"
- Name: "GreenOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1236
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1237
- AegisName: "AquaOrnament"
- Name: "AquaOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1237
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1238
- AegisName: "BlueOrnament"
- Name: "BlueOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1238
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1239
- AegisName: "MagentaOrnament"
- Name: "MagentaOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1239
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1240
- AegisName: "SantaSnowGlobe"
- Name: "SantaSnowGlobe"
- Type: 3
- Buy: 7500
- Sell: 3750
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1240
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1241
- AegisName: "SnowmanSnowGlobe"
- Name: "SnowmanSnowGlobe"
- Type: 3
- Buy: 7500
- Sell: 3750
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1241
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1245
- AegisName: "BentNeedle"
- Name: "BentNeedle"
- Type: 3
- Buy: 700
- Sell: 1
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1245
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1246
- AegisName: "DarkEasterEgg"
- Name: "DarkEasterEgg"
- Type: 3
- Buy: 700
- Sell: 50
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1246
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1249
- AegisName: "StrangeCoin"
- Name: "StrangeCoin"
- Type: 3
- Buy: 7000
- Sell: 3500
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1249
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1254
- AegisName: "DarkPetal"
- Name: "DarkPetal"
- Type: 3
- Buy: 15000
- Sell: 8000
- Weight: 250
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1254
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1257
- AegisName: "FlawedLens"
- Name: "FlawedLens"
- Type: 3
- Buy: 10000
- Sell: 5000
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1257
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2250
- AegisName: "RedCottonCloth"
- Name: "RedCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2250
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2251
- AegisName: "GreenCottonCloth"
- Name: "GreenCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2251
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2252
- AegisName: "DarkBlueCottonCloth"
- Name: "DarkBlueCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2252
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2253
- AegisName: "YellowCottonCloth"
- Name: "YellowCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2253
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2254
- AegisName: "LightBlueCottonCloth"
- Name: "LightBlueCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2254
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2255
- AegisName: "PinkCottonCloth"
- Name: "PinkCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2255
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2256
- AegisName: "BlackCottonCloth"
- Name: "BlackCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2256
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2257
- AegisName: "OrangeCottonCloth"
- Name: "OrangeCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2257
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2258
- AegisName: "PurpleCottonCloth"
- Name: "PurpleCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2258
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2259
- AegisName: "DarkGreenCottonCloth"
- Name: "DarkGreenCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2259
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3000
- AegisName: "JackOLantern"
- Name: "JackOLantern"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 1000
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3000
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3002
- AegisName: "RealisticBrain"
- Name: "RealisticBrain"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3002
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3003
- AegisName: "JarofBlood"
- Name: "JarofBlood"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 375
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3003
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3004
- AegisName: "Tongue"
- Name: "Tongue"
- Type: 3
- Buy: 5
- Sell: 1
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3004
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3011
- AegisName: "PumpkinSeeds"
- Name: "PumpkinSeeds"
- Type: 3
- Buy: 5
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3011
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4000
- AegisName: "AngryScorpionStinger"
- Name: "AngryScorpionStinger"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4000
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4001
- AegisName: "Coal"
- Name: "Coal"
- Type: 3
- Buy: 250
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4001
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4002
- AegisName: "Diamond"
- Name: "Diamond"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4002
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4003
- AegisName: "Ruby"
- Name: "Ruby"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4003
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4004
- AegisName: "Emerald"
- Name: "Emerald"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4004
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4005
- AegisName: "Sapphire"
- Name: "Sapphire"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4005
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4006
- AegisName: "Topaz"
- Name: "Topaz"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4006
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4007
- AegisName: "Amethyst"
- Name: "Amethyst"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4007
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4015
- AegisName: "IronIngot"
- Name: "IronIngot"
- Type: 3
- Buy: 500
- Sell: 250
- Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4015
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4016
- AegisName: "BanditHood"
- Name: "BanditHood"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4016
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4017
- AegisName: "RedPowder"
- Name: "RedPowder"
- Type: 3
- Buy: 3000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4017
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4018
- AegisName: "YellowPowder"
- Name: "YellowPowder"
- Type: 3
- Buy: 3000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4018
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4019
- AegisName: "BluePowder"
- Name: "BluePowder"
- Type: 3
- Buy: 3000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4019
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4021
- AegisName: "YellowPresentBox"
- Name: "YellowPresentBox"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4021
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4022
- AegisName: "WhitePresentBox"
- Name: "WhitePresentBox"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4022
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4023
- AegisName: "AnimalBones"
- Name: "AnimalBones"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4023
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4024
- AegisName: "FrozenYetiTear"
- Name: "FrozenYetiTear"
- Type: 3
- Buy: 500
- Sell: 250
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4024
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4025
- AegisName: "YetiClaw"
- Name: "YetiClaw"
- Type: 3
- Buy: 150
- Sell: 75
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4025
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4026
- AegisName: "IceCube"
- Name: "IceCube"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4026
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4029
- AegisName: "GrimaceOfDementia"
- Name: "GrimaceOfDementia"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4029
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4034
- AegisName: "BlackPearl"
- Name: "BlackPearl"
- Type: 3
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4034
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4037
- AegisName: "WhiteBlanket"
- Name: "WhiteBlanket"
- Type: 3
- Buy: 600
- Sell: 125
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4037
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4038
- AegisName: "WhiteSaddleRug"
- Name: "WhiteSaddleRug"
- Type: 3
- Buy: 1000
- Sell: 250
- Weight: 100
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4038
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4039
- AegisName: "RedSaddleRug"
- Name: "RedSaddleRug"
- Type: 3
- Buy: 1200
- Sell: 300
- Weight: 110
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4039
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4040
- AegisName: "RawTalisman"
- Name: "RawTalisman"
- Type: 3
- Buy: 800
- Sell: 200
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4040
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4041
- AegisName: "FlightTalisman"
- Name: "FlightTalisman"
- Type: 3
- Buy: 5000
- Sell: 1200
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4041
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5110
- AegisName: "Bloodstone"
- Name: "Bloodstone"
- Type: 3
- Buy: 2000
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5110
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5111
- AegisName: "BrainStem"
- Name: "BrainStem"
- Type: 3
- Buy: 180
- Sell: 90
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5111
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5112
- AegisName: "CryptKey"
- Name: "CryptKey"
- Type: 3
- Buy: 300
- Sell: 150
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5112
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5113
- AegisName: "Ectoplasm"
- Name: "Ectoplasm"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5113
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5114
- AegisName: "Urn"
- Name: "Urn"
- Type: 3
- Buy: 40
- Sell: 20
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5114
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5115
- AegisName: "VampireBatWing"
- Name: "VampireBatWing"
- Type: 3
- Buy: 700
- Sell: 20
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5115
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5116
- AegisName: "WraithHorn"
- Name: "WraithHorn"
- Type: 3
- Buy: 700
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5116
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5117
- AegisName: "AstralCube"
- Name: "AstralCube"
- Type: 3
- Buy: 10000
- Sell: 10
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5117
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5118
- AegisName: "RunestoneA"
- Name: "RunestoneA"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5118
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5119
- AegisName: "RunestoneL"
- Name: "RunestoneL"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5119
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5120
- AegisName: "RunestoneN"
- Name: "RunestoneN"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5120
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5121
- AegisName: "RunestoneT"
- Name: "RunestoneT"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5121
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5122
- AegisName: "RunestoneW"
- Name: "RunestoneW"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5122
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5123
- AegisName: "QuillOfBinding"
- Name: "QuillOfBinding"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5123
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5124
- AegisName: "BloodInk"
- Name: "BloodInk"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5124
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5125
- AegisName: "UnderworldKey"
- Name: "UnderworldKey"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5125
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5127
- AegisName: "JarofOwnBlood"
- Name: "JarofOwnBlood"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 375
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5127
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1197
- AegisName: "SkeletonCharm"
- Name: "SkeletonCharm"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1197
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5211
- AegisName: "ActivatedSulphur"
- Name: "ActivatedSulphur"
- Type: 3
- Buy: 3000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5211
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5212
- AegisName: "FairTradeSoil"
- Name: "FairTradeSoil"
- Type: 3
- Buy: 500
- Sell: 23
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5212
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5215
- AegisName: "FreeRangeMoss"
- Name: "FreeRangeMoss"
- Type: 3
- Buy: 830
- Sell: 20
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5215
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5216
- AegisName: "JadeEgg"
- Name: "JadeEgg"
- Type: 3
- Buy: 938
- Sell: 250
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5216
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5217
- AegisName: "RawAir"
- Name: "RawAir"
- Type: 3
- Buy: 1999
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5217
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5218
- AegisName: "RedTicket"
- Name: "RedTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5218
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5219
- AegisName: "YellowTicket"
- Name: "YellowTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5219
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5220
- AegisName: "GoldTicket"
- Name: "GoldTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5220
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5221
- AegisName: "GreenTicket"
- Name: "GreenTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5221
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5222
- AegisName: "AquaTicket"
- Name: "AquaTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5222
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5223
- AegisName: "BlueTicket"
- Name: "BlueTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5223
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5224
- AegisName: "PurpleTicket"
- Name: "PurpleTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5224
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5225
- AegisName: "PinkTicket"
- Name: "PinkTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5225
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5251
- AegisName: "WumpusEgg"
- Name: "WumpusEgg"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5251
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5256
- AegisName: "PVPCoin"
- Name: "PVPCoin"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5256
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5265
- AegisName: "LoveLetter"
- Name: "LoveLetter"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5265
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 523
- AegisName: "LeatherShirt"
- Name: "LeatherShirt"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 523
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 546
- AegisName: "DesertShirt"
- Name: "DesertShirt"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 546
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 564
- AegisName: "Turtleneck"
- Name: "Turtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 564
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 624
- AegisName: "VNeckSweater"
- Name: "VNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 624
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 625
- AegisName: "ChainmailShirt"
- Name: "ChainmailShirt"
- Type: 5
- Buy: 15000
- Sell: 1500
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 625
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 626
- AegisName: "LightPlatemail"
- Name: "LightPlatemail"
- Type: 5
- Buy: 50000
- Sell: 2500
- Weight: 1200
- Atk: 0
- Matk: 0
- Def: 25
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 626
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 645
- AegisName: "GoldenPlatemail"
- Name: "GoldenPlatemail"
- Type: 5
- Buy: 9999000
- Sell: 3000
- Weight: 4500
- Atk: 0
- Matk: 0
- Def: 25
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 645
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 649
- AegisName: "WhiteEvokersRobeBlue"
- Name: "WhiteEvokersRobeBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 649
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- bonus bCriticalDef, 10;
- ">
-},
-{
- Id: 650
- AegisName: "BlackEvokersRobeBlue"
- Name: "BlackEvokersRobeBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 650
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- bonus bCriticalDef, 10;
- ">
-},
-{
- Id: 651
- AegisName: "WhiteWizardRobe"
- Name: "WhiteWizardRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 651
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 652
- AegisName: "BlackWizardRobe"
- Name: "BlackWizardRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 652
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 653
- AegisName: "ApprenticeRobe"
- Name: "ApprenticeRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 653
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- bonus bCriticalDef, 10;
- ">
-},
-{
- Id: 658
- AegisName: "WarlordPlate"
- Name: "WarlordPlate"
- Type: 5
- Buy: 100000
- Sell: 3000
- Weight: 2600
- Atk: 0
- Matk: 0
- Def: 27
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 658
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 659
- AegisName: "GoldenWarlordPlate"
- Name: "GoldenWarlordPlate"
- Type: 5
- Buy: 500000
- Sell: 4000
- Weight: 7600
- Atk: 0
- Matk: 0
- Def: 27
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 659
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 688
- AegisName: "TankTop"
- Name: "TankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 688
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 689
- AegisName: "ShortTankTop"
- Name: "ShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 689
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 720
- AegisName: "SilkRobe"
- Name: "SilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 720
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 726
- AegisName: "GMRobe"
- Name: "GMRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 726
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "RestrictedItem";
- ">
-},
-{
- Id: 755
- AegisName: "AssassinShirt"
- Name: "AssassinShirt"
- Type: 5
- Buy: 10000
- Sell: 3000
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 90
- Refine: false
- View: 755
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "BrawlingItem";
- bonus bAgi, 15;
- bonus bSpeedAddRate, 10;
- bonus bFlee, 20;
- bonus bHit, 20;
- bonus bMaxHP, 200;
- ">
-},
-{
- Id: 767
- AegisName: "TerraniteChestArmor"
- Name: "TerraniteChestArmor"
- Type: 5
- Buy: 100000
- Sell: 3000
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 767
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- bonus bMdef, 10;
- ">
-},
-{
- Id: 782
- AegisName: "ForestArmor"
- Name: "ForestArmor"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 782
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 3;
- ">
-},
-{
- Id: 783
- AegisName: "PlatynaRedDress"
- Name: "PlatynaRedDress"
- Type: 5
- Buy: 100000
- Sell: 50000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 783
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 791
- AegisName: "YetiSkinShirt"
- Name: "YetiSkinShirt"
- Type: 5
- Buy: 20000
- Sell: 10000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 12
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 791
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 793
- AegisName: "BromenalChest"
- Name: "BromenalChest"
- Type: 5
- Buy: 100000
- Sell: 3000
- Weight: 2000
- Atk: 0
- Matk: 0
- Def: 25
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 793
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 798
- AegisName: "SorcererRed"
- Name: "SorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 798
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 870
- AegisName: "FineDress"
- Name: "FineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 870
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 880
- AegisName: "LazuriteRobe"
- Name: "LazuriteRobe"
- Type: 5
- Buy: 92000
- Sell: 52000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 7
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 90
- Refine: false
- View: 880
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Int;
- set @minbStatVal, 70;
- callfunc "RequireStat";
- set @bStat, Vit;
- set @minbStatVal, 40;
- callfunc "RequireStat";
- bonus bSpeedAddRate, -15;
- bonus bDef2Rate, -40;
- bonus bMdef, 60;
- bonus bVit, -1;
- bonus bInt, 7;
- bonus bLuk, -1;
- bonus bDex, -1;
- bonus bStr, -1;
- ">
-},
-{
- Id: 1178
- AegisName: "Contributor"
- Name: "Contributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1178
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1183
- AegisName: "AmberChristmasSweater"
- Name: "AmberChristmasSweater"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1183
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1184
- AegisName: "FunkyChristmasSweater"
- Name: "FunkyChristmasSweater"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1184
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1185
- AegisName: "PinkChristmasSweater"
- Name: "PinkChristmasSweater"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1185
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1186
- AegisName: "DarkChristmasSweater"
- Name: "DarkChristmasSweater"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1186
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1187
- AegisName: "BlueChristmasSweater"
- Name: "BlueChristmasSweater"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1187
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1202
- AegisName: "CottonShirt"
- Name: "CottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 13
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1202
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2050
- AegisName: "RedCottonShirt"
- Name: "RedCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2050
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2051
- AegisName: "GreenCottonShirt"
- Name: "GreenCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2051
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2052
- AegisName: "DarkBlueCottonShirt"
- Name: "DarkBlueCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2052
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2053
- AegisName: "YellowCottonShirt"
- Name: "YellowCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2053
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2054
- AegisName: "LightBlueCottonShirt"
- Name: "LightBlueCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2054
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2055
- AegisName: "PinkCottonShirt"
- Name: "PinkCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2055
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2056
- AegisName: "BlackCottonShirt"
- Name: "BlackCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2056
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2057
- AegisName: "OrangeCottonShirt"
- Name: "OrangeCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2057
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2058
- AegisName: "PurpleCottonShirt"
- Name: "PurpleCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2058
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2059
- AegisName: "DarkGreenCottonShirt"
- Name: "DarkGreenCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2059
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2060
- AegisName: "RedVNeckSweater"
- Name: "RedVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2060
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2061
- AegisName: "GreenVNeckSweater"
- Name: "GreenVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2061
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2062
- AegisName: "DarkBlueVNeckSweater"
- Name: "DarkBlueVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2062
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2063
- AegisName: "YellowVNeckSweater"
- Name: "YellowVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2063
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2064
- AegisName: "LightBlueVNeckSweater"
- Name: "LightBlueVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2064
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2065
- AegisName: "PinkVNeckSweater"
- Name: "PinkVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2065
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2066
- AegisName: "BlackVNeckSweater"
- Name: "BlackVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2066
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2067
- AegisName: "OrangeVNeckSweater"
- Name: "OrangeVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2067
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2068
- AegisName: "PurpleVNeckSweater"
- Name: "PurpleVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2068
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2069
- AegisName: "DarkGreenVNeckSweater"
- Name: "DarkGreenVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2069
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2070
- AegisName: "RedTurtleneck"
- Name: "RedTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2070
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2071
- AegisName: "GreenTurtleneck"
- Name: "GreenTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2071
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2072
- AegisName: "DarkBlueTurtleneck"
- Name: "DarkBlueTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2072
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2073
- AegisName: "YellowTurtleneck"
- Name: "YellowTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2073
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2074
- AegisName: "LightBlueTurtleneck"
- Name: "LightBlueTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2074
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2075
- AegisName: "PinkTurtleneck"
- Name: "PinkTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2075
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2076
- AegisName: "BlackTurtleneck"
- Name: "BlackTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2076
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2077
- AegisName: "OrangeTurtleneck"
- Name: "OrangeTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2077
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2078
- AegisName: "PurpleTurtleneck"
- Name: "PurpleTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2078
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2079
- AegisName: "DarkGreenTurtleneck"
- Name: "DarkGreenTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2079
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2080
- AegisName: "RedSilkRobe"
- Name: "RedSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2080
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2081
- AegisName: "GreenSilkRobe"
- Name: "GreenSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2081
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2082
- AegisName: "DarkBlueSilkRobe"
- Name: "DarkBlueSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2082
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2083
- AegisName: "YellowSilkRobe"
- Name: "YellowSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2083
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2084
- AegisName: "LightBlueSilkRobe"
- Name: "LightBlueSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2084
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2085
- AegisName: "PinkSilkRobe"
- Name: "PinkSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2085
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2086
- AegisName: "BlackSilkRobe"
- Name: "BlackSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2086
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2087
- AegisName: "OrangeSilkRobe"
- Name: "OrangeSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2087
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2088
- AegisName: "PurpleSilkRobe"
- Name: "PurpleSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2088
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2089
- AegisName: "DarkGreenSilkRobe"
- Name: "DarkGreenSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2089
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2090
- AegisName: "RedTankTop"
- Name: "RedTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2090
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2091
- AegisName: "GreenTankTop"
- Name: "GreenTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2091
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2092
- AegisName: "DarkBlueTankTop"
- Name: "DarkBlueTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2092
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2093
- AegisName: "YellowTankTop"
- Name: "YellowTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2093
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2094
- AegisName: "LightBlueTankTop"
- Name: "LightBlueTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2094
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2095
- AegisName: "PinkTankTop"
- Name: "PinkTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2095
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2096
- AegisName: "BlackTankTop"
- Name: "BlackTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2096
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2097
- AegisName: "OrangeTankTop"
- Name: "OrangeTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2097
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2098
- AegisName: "PurpleTankTop"
- Name: "PurpleTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2098
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2099
- AegisName: "DarkGreenTankTop"
- Name: "DarkGreenTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2099
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2120
- AegisName: "RedShortTankTop"
- Name: "RedShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2120
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2121
- AegisName: "GreenShortTankTop"
- Name: "GreenShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2121
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2122
- AegisName: "DarkBlueShortTankTop"
- Name: "DarkBlueShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2122
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2123
- AegisName: "YellowShortTankTop"
- Name: "YellowShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2123
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2124
- AegisName: "LightBlueShortTankTop"
- Name: "LightBlueShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2124
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2125
- AegisName: "PinkShortTankTop"
- Name: "PinkShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2125
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2126
- AegisName: "BlackShortTankTop"
- Name: "BlackShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2126
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2127
- AegisName: "OrangeShortTankTop"
- Name: "OrangeShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2127
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2128
- AegisName: "PurpleShortTankTop"
- Name: "PurpleShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2128
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2129
- AegisName: "DarkGreenShortTankTop"
- Name: "DarkGreenShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2129
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2220
- AegisName: "RedSorcererRed"
- Name: "RedSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2220
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2221
- AegisName: "GreenSorcererRed"
- Name: "GreenSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2221
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2222
- AegisName: "DarkBlueSorcererRed"
- Name: "DarkBlueSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2222
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2223
- AegisName: "YellowSorcererRed"
- Name: "YellowSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2223
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2224
- AegisName: "LightBlueSorcererRed"
- Name: "LightBlueSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2224
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2225
- AegisName: "PinkSorcererRed"
- Name: "PinkSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2225
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2226
- AegisName: "BlackSorcererRed"
- Name: "BlackSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2226
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2227
- AegisName: "OrangeSorcererRed"
- Name: "OrangeSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2227
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2228
- AegisName: "PurpleSorcererRed"
- Name: "PurpleSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2228
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2229
- AegisName: "DarkGreenSorcererRed"
- Name: "DarkGreenSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2229
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2240
- AegisName: "RedFineDress"
- Name: "RedFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2240
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2241
- AegisName: "GreenFineDress"
- Name: "GreenFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2241
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2242
- AegisName: "DarkBlueFineDress"
- Name: "DarkBlueFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2242
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2243
- AegisName: "YellowFineDress"
- Name: "YellowFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2243
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2244
- AegisName: "LightBlueFineDress"
- Name: "LightBlueFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2244
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2245
- AegisName: "PinkFineDress"
- Name: "PinkFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2245
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2246
- AegisName: "BlackFineDress"
- Name: "BlackFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2246
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2247
- AegisName: "OrangeFineDress"
- Name: "OrangeFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2247
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2248
- AegisName: "PurpleFineDress"
- Name: "PurpleFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2248
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2249
- AegisName: "DarkGreenFineDress"
- Name: "DarkGreenFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2249
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5000
- AegisName: "RedSorcererGreen"
- Name: "RedSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5000
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5001
- AegisName: "GreenSorcererGreen"
- Name: "GreenSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5001
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5002
- AegisName: "DarkBlueSorcererGreen"
- Name: "DarkBlueSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5002
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5003
- AegisName: "YellowSorcererGreen"
- Name: "YellowSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5003
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5004
- AegisName: "LightBlueSorcererGreen"
- Name: "LightBlueSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5004
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5005
- AegisName: "PinkSorcererGreen"
- Name: "PinkSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5005
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5006
- AegisName: "BlackSorcererGreen"
- Name: "BlackSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5006
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5007
- AegisName: "OrangeSorcererGreen"
- Name: "OrangeSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5007
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5008
- AegisName: "PurpleSorcererGreen"
- Name: "PurpleSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5008
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5009
- AegisName: "DarkGreenSorcererGreen"
- Name: "DarkGreenSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5009
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5010
- AegisName: "SorcererGreen"
- Name: "SorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5010
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5011
- AegisName: "RedSorcererDBlue"
- Name: "RedSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5011
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5012
- AegisName: "GreenSorcererDBlue"
- Name: "GreenSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5012
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5013
- AegisName: "DarkBlueSorcererDBlue"
- Name: "DarkBlueSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5013
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5014
- AegisName: "YellowSorcererDBlue"
- Name: "YellowSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5014
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5015
- AegisName: "LightBlueSorcererDBlue"
- Name: "LightBlueSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5015
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5016
- AegisName: "PinkSorcererDBlue"
- Name: "PinkSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5016
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5017
- AegisName: "BlackSorcererDBlue"
- Name: "BlackSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5017
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5018
- AegisName: "OrangeSorcererDBlue"
- Name: "OrangeSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5018
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5019
- AegisName: "PurpleSorcererDBlue"
- Name: "PurpleSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5019
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5020
- AegisName: "DarkGreenSorcererDBlue"
- Name: "DarkGreenSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5020
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5021
- AegisName: "SorcererDBlue"
- Name: "SorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5021
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5022
- AegisName: "RedSorcererYellow"
- Name: "RedSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5022
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5023
- AegisName: "GreenSorcererYellow"
- Name: "GreenSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5023
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5024
- AegisName: "DarkBlueSorcererYellow"
- Name: "DarkBlueSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5024
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5025
- AegisName: "YellowSorcererYellow"
- Name: "YellowSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5025
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5026
- AegisName: "LightBlueSorcererYellow"
- Name: "LightBlueSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5026
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5027
- AegisName: "PinkSorcererYellow"
- Name: "PinkSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5027
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5028
- AegisName: "BlackSorcererYellow"
- Name: "BlackSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5028
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5029
- AegisName: "OrangeSorcererYellow"
- Name: "OrangeSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5029
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5030
- AegisName: "PurpleSorcererYellow"
- Name: "PurpleSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5030
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5031
- AegisName: "DarkGreenSorcererYellow"
- Name: "DarkGreenSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5031
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5032
- AegisName: "SorcererYellow"
- Name: "SorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5032
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5033
- AegisName: "RedSorcererLBlue"
- Name: "RedSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5033
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5034
- AegisName: "GreenSorcererLBlue"
- Name: "GreenSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5034
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5035
- AegisName: "DarkBlueSorcererLBlue"
- Name: "DarkBlueSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5035
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5036
- AegisName: "YellowSorcererLBlue"
- Name: "YellowSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5036
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5037
- AegisName: "LightBlueSorcererLBlue"
- Name: "LightBlueSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5037
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5038
- AegisName: "PinkSorcererLBlue"
- Name: "PinkSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5038
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5039
- AegisName: "BlackSorcererLBlue"
- Name: "BlackSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5039
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5040
- AegisName: "OrangeSorcererLBlue"
- Name: "OrangeSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5040
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5041
- AegisName: "PurpleSorcererLBlue"
- Name: "PurpleSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5041
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5042
- AegisName: "DarkGreenSorcererLBlue"
- Name: "DarkGreenSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5042
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5043
- AegisName: "SorcererLBlue"
- Name: "SorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5043
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5044
- AegisName: "RedSorcererPink"
- Name: "RedSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5044
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5045
- AegisName: "GreenSorcererPink"
- Name: "GreenSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5045
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5046
- AegisName: "DarkBlueSorcererPink"
- Name: "DarkBlueSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5046
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5047
- AegisName: "YellowSorcererPink"
- Name: "YellowSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5047
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5048
- AegisName: "LightBlueSorcererPink"
- Name: "LightBlueSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5048
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5049
- AegisName: "PinkSorcererPink"
- Name: "PinkSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5049
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5050
- AegisName: "BlackSorcererPink"
- Name: "BlackSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5050
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5051
- AegisName: "OrangeSorcererPink"
- Name: "OrangeSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5051
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5052
- AegisName: "PurpleSorcererPink"
- Name: "PurpleSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5052
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5053
- AegisName: "DarkGreenSorcererPink"
- Name: "DarkGreenSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5053
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5054
- AegisName: "SorcererPink"
- Name: "SorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5054
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5055
- AegisName: "RedSorcererBlack"
- Name: "RedSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5055
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5056
- AegisName: "GreenSorcererBlack"
- Name: "GreenSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5056
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5057
- AegisName: "DarkBlueSorcererBlack"
- Name: "DarkBlueSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5057
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5058
- AegisName: "YellowSorcererBlack"
- Name: "YellowSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5058
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5059
- AegisName: "LightBlueSorcererBlack"
- Name: "LightBlueSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5059
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5060
- AegisName: "PinkSorcererBlack"
- Name: "PinkSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5060
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5061
- AegisName: "BlackSorcererBlack"
- Name: "BlackSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5061
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5062
- AegisName: "OrangeSorcererBlack"
- Name: "OrangeSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5062
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5063
- AegisName: "PurpleSorcererBlack"
- Name: "PurpleSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5063
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5064
- AegisName: "DarkGreenSorcererBlack"
- Name: "DarkGreenSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5064
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5065
- AegisName: "SorcererBlack"
- Name: "SorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5065
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5066
- AegisName: "RedSorcererOrange"
- Name: "RedSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5066
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5067
- AegisName: "GreenSorcererOrange"
- Name: "GreenSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5067
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5068
- AegisName: "DarkBlueSorcererOrange"
- Name: "DarkBlueSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5068
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5069
- AegisName: "YellowSorcererOrange"
- Name: "YellowSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5069
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5070
- AegisName: "LightBlueSorcererOrange"
- Name: "LightBlueSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5070
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5071
- AegisName: "PinkSorcererOrange"
- Name: "PinkSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5071
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5072
- AegisName: "BlackSorcererOrange"
- Name: "BlackSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5072
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5073
- AegisName: "OrangeSorcererOrange"
- Name: "OrangeSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5073
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5074
- AegisName: "PurpleSorcererOrange"
- Name: "PurpleSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5074
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5075
- AegisName: "DarkGreenSorcererOrange"
- Name: "DarkGreenSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5075
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5076
- AegisName: "SorcererOrange"
- Name: "SorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5076
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5077
- AegisName: "RedSorcererPurple"
- Name: "RedSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5077
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5078
- AegisName: "GreenSorcererPurple"
- Name: "GreenSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5078
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5079
- AegisName: "DarkBlueSorcererPurple"
- Name: "DarkBlueSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5079
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5080
- AegisName: "YellowSorcererPurple"
- Name: "YellowSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5080
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5081
- AegisName: "LightBlueSorcererPurple"
- Name: "LightBlueSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5081
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5082
- AegisName: "PinkSorcererPurple"
- Name: "PinkSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5082
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5083
- AegisName: "BlackSorcererPurple"
- Name: "BlackSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5083
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5084
- AegisName: "OrangeSorcererPurple"
- Name: "OrangeSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5084
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5085
- AegisName: "PurpleSorcererPurple"
- Name: "PurpleSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5085
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5086
- AegisName: "DarkGreenSorcererPurple"
- Name: "DarkGreenSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5086
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5087
- AegisName: "SorcererPurple"
- Name: "SorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5087
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5088
- AegisName: "RedSorcererDGreen"
- Name: "RedSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5088
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5089
- AegisName: "GreenSorcererDGreen"
- Name: "GreenSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5089
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5090
- AegisName: "DarkBlueSorcererDGreen"
- Name: "DarkBlueSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5090
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5091
- AegisName: "YellowSorcererDGreen"
- Name: "YellowSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5091
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5092
- AegisName: "LightBlueSorcererDGreen"
- Name: "LightBlueSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5092
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5093
- AegisName: "PinkSorcererDGreen"
- Name: "PinkSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5093
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5094
- AegisName: "BlackSorcererDGreen"
- Name: "BlackSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5094
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5095
- AegisName: "OrangeSorcererDGreen"
- Name: "OrangeSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5095
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5096
- AegisName: "PurpleSorcererDGreen"
- Name: "PurpleSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5096
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5097
- AegisName: "DarkGreenSorcererDGreen"
- Name: "DarkGreenSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5097
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5098
- AegisName: "SorcererDGreen"
- Name: "SorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5098
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5099
- AegisName: "RedSorcererWhite"
- Name: "RedSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5099
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5100
- AegisName: "GreenSorcererWhite"
- Name: "GreenSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5100
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5101
- AegisName: "DarkBlueSorcererWhite"
- Name: "DarkBlueSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5101
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5102
- AegisName: "YellowSorcererWhite"
- Name: "YellowSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5102
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5103
- AegisName: "LightBlueSorcererWhite"
- Name: "LightBlueSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5103
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5104
- AegisName: "PinkSorcererWhite"
- Name: "PinkSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5104
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5105
- AegisName: "BlackSorcererWhite"
- Name: "BlackSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5105
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5106
- AegisName: "OrangeSorcererWhite"
- Name: "OrangeSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5106
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5107
- AegisName: "PurpleSorcererWhite"
- Name: "PurpleSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5107
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5108
- AegisName: "DarkGreenSorcererWhite"
- Name: "DarkGreenSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5108
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5109
- AegisName: "SorcererWhite"
- Name: "SorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5109
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5131
- AegisName: "RedContributor"
- Name: "RedContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5131
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5132
- AegisName: "GreenContributor"
- Name: "GreenContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5132
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5133
- AegisName: "DarkBlueContributor"
- Name: "DarkBlueContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5133
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5134
- AegisName: "YellowContributor"
- Name: "YellowContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5134
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5135
- AegisName: "LightBlueContributor"
- Name: "LightBlueContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5135
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5136
- AegisName: "PinkContributor"
- Name: "PinkContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5136
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5137
- AegisName: "BlackContributor"
- Name: "BlackContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5137
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5138
- AegisName: "OrangeContributor"
- Name: "OrangeContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5138
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5139
- AegisName: "PurpleContributor"
- Name: "PurpleContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5139
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5140
- AegisName: "DarkGreenContributor"
- Name: "DarkGreenContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5140
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5206
- AegisName: "CrimsonBra"
- Name: "CrimsonBra"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5206
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5207
- AegisName: "TurquoiseBra"
- Name: "TurquoiseBra"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5207
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5208
- AegisName: "OrchidBra"
- Name: "OrchidBra"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5208
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5254
- AegisName: "SaviorArmor"
- Name: "SaviorArmor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 2000
- Atk: 0
- Matk: 0
- Def: 24
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5254
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- bonus bMaxHP, 100;
- ">
-},
-{
- Id: 511
- AegisName: "SantaHat"
- Name: "SantaHat"
- Type: 5
- Buy: 400
- Sell: 200
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 511
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 524
- AegisName: "FancyHat"
- Name: "FancyHat"
- Type: 5
- Buy: 1600
- Sell: 800
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 524
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 525
- AegisName: "MinersHat"
- Name: "MinersHat"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 525
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 543
- AegisName: "StandardHeadband"
- Name: "StandardHeadband"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 543
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 544
- AegisName: "SilkHeadband"
- Name: "SilkHeadband"
- Type: 5
- Buy: 5000
- Sell: 2000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 544
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 615
- AegisName: "PumpkinHelmet"
- Name: "PumpkinHelmet"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 615
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 616
- AegisName: "AxeHat"
- Name: "AxeHat"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 616
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 617
- AegisName: "PirateHat"
- Name: "PirateHat"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 617
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 618
- AegisName: "Goggles"
- Name: "Goggles"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 618
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 619
- AegisName: "LeatherGoggles"
- Name: "LeatherGoggles"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 619
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 620
- AegisName: "Circlet"
- Name: "Circlet"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 620
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 621
- AegisName: "Eyepatch"
- Name: "Eyepatch"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 621
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 622
- AegisName: "Bandana"
- Name: "Bandana"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 622
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 627
- AegisName: "TopHat"
- Name: "TopHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 627
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 628
- AegisName: "FunkyHat"
- Name: "FunkyHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 628
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 629
- AegisName: "MushHat"
- Name: "MushHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 629
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 630
- AegisName: "ShroomHat"
- Name: "ShroomHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 630
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 633
- AegisName: "ChristmasElfHat"
- Name: "ChristmasElfHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 633
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 634
- AegisName: "FaceMask"
- Name: "FaceMask"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 634
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 636
- AegisName: "WarlordHelmet"
- Name: "WarlordHelmet"
- Type: 5
- Buy: 30000
- Sell: 3000
- Weight: 900
- Atk: 0
- Matk: 0
- Def: 18
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 636
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 637
- AegisName: "KnightsHelmet"
- Name: "KnightsHelmet"
- Type: 5
- Buy: 20000
- Sell: 2000
- Weight: 600
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 637
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 638
- AegisName: "InfantryHelmet"
- Name: "InfantryHelmet"
- Type: 5
- Buy: 15000
- Sell: 1500
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 638
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 639
- AegisName: "CrusadeHelmet"
- Name: "CrusadeHelmet"
- Type: 5
- Buy: 25000
- Sell: 2500
- Weight: 1300
- Atk: 0
- Matk: 0
- Def: 18
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 639
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 643
- AegisName: "WhiteCowboyHat"
- Name: "WhiteCowboyHat"
- Type: 5
- Buy: 1800
- Sell: 900
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 643
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 644
- AegisName: "BlackCowboyHat"
- Name: "BlackCowboyHat"
- Type: 5
- Buy: 1800
- Sell: 900
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 644
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 646
- AegisName: "Crown"
- Name: "Crown"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 240
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 646
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 647
- AegisName: "DevelopersCap"
- Name: "DevelopersCap"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 647
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 654
- AegisName: "Cap"
- Name: "Cap"
- Type: 5
- Buy: 4000000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 654
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 656
- AegisName: "SerfHat"
- Name: "SerfHat"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 656
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 675
- AegisName: "GraduationCap"
- Name: "GraduationCap"
- Type: 5
- Buy: 1000
- Sell: 250
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 675
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 678
- AegisName: "NohMask"
- Name: "NohMask"
- Type: 5
- Buy: 7000
- Sell: 1000
- Weight: 18
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 678
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 679
- AegisName: "DemonMask"
- Name: "DemonMask"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 23
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 679
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 721
- AegisName: "HighPriestCrown"
- Name: "HighPriestCrown"
- Type: 5
- Buy: 6000000
- Sell: 5000
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 721
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMaxSP, 20;
- ">
-},
-{
- Id: 722
- AegisName: "MonsterSkullHelmet"
- Name: "MonsterSkullHelmet"
- Type: 5
- Buy: 6000000
- Sell: 3000
- Weight: 250
- Atk: 0
- Matk: 0
- Def: 7
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 722
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 20;
- ">
-},
-{
- Id: 723
- AegisName: "DesertHat"
- Name: "DesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 723
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 724
- AegisName: "CottonHeadband"
- Name: "CottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 724
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 725
- AegisName: "GMCap"
- Name: "GMCap"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 725
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "RestrictedItem";
- ">
-},
-{
- Id: 751
- AegisName: "PinkieHat"
- Name: "PinkieHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 751
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 752
- AegisName: "FluffyHat"
- Name: "FluffyHat"
- Type: 5
- Buy: 7000
- Sell: 2000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 752
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 759
- AegisName: "PaladinsHelmet"
- Name: "PaladinsHelmet"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 19
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 759
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 760
- AegisName: "OverlordsHelmet"
- Name: "OverlordsHelmet"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 50
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 760
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 761
- AegisName: "DesertHelmet"
- Name: "DesertHelmet"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 21
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 761
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 764
- AegisName: "SailorHat"
- Name: "SailorHat"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 764
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 765
- AegisName: "CaptainsHat"
- Name: "CaptainsHat"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 765
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 766
- AegisName: "TerraniteHelmet"
- Name: "TerraniteHelmet"
- Type: 5
- Buy: 30000
- Sell: 3000
- Weight: 300
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 766
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 769
- AegisName: "GuyFawkesMask"
- Name: "GuyFawkesMask"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 769
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 770
- AegisName: "FairyHat"
- Name: "FairyHat"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 770
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 3;
- ">
-},
-{
- Id: 781
- AegisName: "WitchDoctorsMask"
- Name: "WitchDoctorsMask"
- Type: 5
- Buy: 20000
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 781
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 795
- AegisName: "BromenalHelmet"
- Name: "BromenalHelmet"
- Type: 5
- Buy: 15000
- Sell: 1500
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 795
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 800
- AegisName: "BowlerHatBrown"
- Name: "BowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 800
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 801
- AegisName: "PinkieHelmet"
- Name: "PinkieHelmet"
- Type: 5
- Buy: 20000
- Sell: 1500
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 801
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 848
- AegisName: "Earmuffs"
- Name: "Earmuffs"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 848
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 854
- AegisName: "ElfNightcap"
- Name: "ElfNightcap"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 854
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 855
- AegisName: "Sunglasses"
- Name: "Sunglasses"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 855
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 856
- AegisName: "KnitCap"
- Name: "KnitCap"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 856
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 877
- AegisName: "BullHelmet"
- Name: "BullHelmet"
- Type: 5
- Buy: 90000
- Sell: 45000
- Weight: 1300
- Atk: 0
- Matk: 0
- Def: 19
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 90
- Refine: false
- View: 877
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Str;
- set @minbStatVal, 70;
- callfunc "RequireStat";
- set @bStat, Vit;
- set @minbStatVal, 50;
- callfunc "RequireStat";
- set @bStat, Luk;
- set @minbStatVal, 50;
- callfunc "RequireStat";
- bonus bAtkRange, -10;
- bonus bDoubleAddRate, 20;
- bonus bStr, 10;
- bonus bCritical, 15;
- bonus bAspdRate, 10;
- bonus bDef2Rate, -39;
- bonus bHit, -15;
- ">
-},
-{
- Id: 882
- AegisName: "RedEggshellHat"
- Name: "RedEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 882
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 883
- AegisName: "BlueEggshellHat"
- Name: "BlueEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 883
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 884
- AegisName: "YellowEggshellHat"
- Name: "YellowEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 884
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 885
- AegisName: "GreenEggshellHat"
- Name: "GreenEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 885
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 886
- AegisName: "OrangeEggshellHat"
- Name: "OrangeEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 886
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 887
- AegisName: "DarkEggshellHat"
- Name: "DarkEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 887
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 888
- AegisName: "MagicGMTopHat"
- Name: "MagicGMTopHat"
- Type: 5
- Buy: 4200
- Sell: 1900
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 60
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 888
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @minLvl, EVT_KILLTHEGM;
- callfunc "RestrictedItem";
- bonus bMaxHP, 31000;
- bonus bFlee, -200;
- bonus bHPrecovRate, -400;
- bonus bCriticalDef, 250;
- bonus bMdef, 89;
- ">
-},
-{
- Id: 889
- AegisName: "MurdererCrown"
- Name: "MurdererCrown"
- Type: 5
- Buy: 75000
- Sell: 12000
- Weight: 240
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 889
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 890
- AegisName: "BeanieCopter"
- Name: "BeanieCopter"
- Type: 5
- Buy: 8000
- Sell: 2000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 890
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 897
- AegisName: "RedRoseHat"
- Name: "RedRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 897
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 898
- AegisName: "WhiteRoseHat"
- Name: "WhiteRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 898
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 899
- AegisName: "PinkRoseHat"
- Name: "PinkRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 899
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 900
- AegisName: "YellowRoseHat"
- Name: "YellowRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 900
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 901
- AegisName: "OrangeRoseHat"
- Name: "OrangeRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 901
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 902
- AegisName: "BlueRoseHat"
- Name: "BlueRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 902
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 905
- AegisName: "BucketHat"
- Name: "BucketHat"
- Type: 5
- Buy: 1600
- Sell: 800
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 905
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1173
- AegisName: "TamOShanter"
- Name: "TamOShanter"
- Type: 5
- Buy: 5000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1173
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1174
- AegisName: "CashiersShade"
- Name: "CashiersShade"
- Type: 5
- Buy: 4000
- Sell: 500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1174
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1175
- AegisName: "AutumnMask"
- Name: "AutumnMask"
- Type: 5
- Buy: 5000
- Sell: 500
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1175
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1190
- AegisName: "NutcrackerHat"
- Name: "NutcrackerHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1190
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1196
- AegisName: "Beret"
- Name: "Beret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1196
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 1203
- AegisName: "RangerHat"
- Name: "RangerHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1203
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1204
- AegisName: "AntlerHat"
- Name: "AntlerHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1204
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1205
- AegisName: "ChristmasTreeHat"
- Name: "ChristmasTreeHat"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1205
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1206
- AegisName: "SantaBeardHat"
- Name: "SantaBeardHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1206
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1214
- AegisName: "BunnyEars"
- Name: "BunnyEars"
- Type: 5
- Buy: 5000
- Sell: 2000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1214
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1216
- AegisName: "MoubooHead"
- Name: "MoubooHead"
- Type: 5
- Buy: 10
- Sell: 1
- Weight: 80
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1216
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1217
- AegisName: "CatEars"
- Name: "CatEars"
- Type: 5
- Buy: 100
- Sell: 50
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1217
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 3;
- ">
-},
-{
- Id: 1218
- AegisName: "PaperBag"
- Name: "PaperBag"
- Type: 5
- Buy: 1000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1218
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, -1;
- ">
-},
-{
- Id: 1219
- AegisName: "MoubootaurHead"
- Name: "MoubootaurHead"
- Type: 5
- Buy: 10
- Sell: 1
- Weight: 80
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1219
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @minLvl, 1;
- callfunc "RestrictedItem";
- ">
-},
-{
- Id: 1220
- AegisName: "BunchOfParsley"
- Name: "BunchOfParsley"
- Type: 5
- Buy: 3
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1220
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDeaf, 1;
- ">
-},
-{
- Id: 1221
- AegisName: "SkullMask"
- Name: "SkullMask"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 150
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1221
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1242
- AegisName: "SnowGoggles"
- Name: "SnowGoggles"
- Type: 5
- Buy: 7500
- Sell: 3750
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1242
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1247
- AegisName: "HeartGlasses"
- Name: "HeartGlasses"
- Type: 5
- Buy: 7500
- Sell: 3750
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1247
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1255
- AegisName: "RabbitEars"
- Name: "RabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 1255
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1256
- AegisName: "EggshellHat"
- Name: "EggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 12
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 1256
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, -1;
- ">
-},
-{
- Id: 1275
- AegisName: "ReadingGlasses"
- Name: "ReadingGlasses"
- Type: 5
- Buy: 7500
- Sell: 3750
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1275
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 1276
- AegisName: "OperaMask"
- Name: "OperaMask"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1276
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1277
- AegisName: "JesterMask"
- Name: "JesterMask"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1277
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1278
- AegisName: "WitchHat"
- Name: "WitchHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1278
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1279
- AegisName: "GoblinMask"
- Name: "GoblinMask"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1279
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2130
- AegisName: "RedDesertHat"
- Name: "RedDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2130
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2131
- AegisName: "GreenDesertHat"
- Name: "GreenDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2131
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2132
- AegisName: "DarkBlueDesertHat"
- Name: "DarkBlueDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2132
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2133
- AegisName: "YellowDesertHat"
- Name: "YellowDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2133
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2134
- AegisName: "LightBlueDesertHat"
- Name: "LightBlueDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2134
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2135
- AegisName: "PinkDesertHat"
- Name: "PinkDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2135
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2136
- AegisName: "BlackDesertHat"
- Name: "BlackDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2136
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2137
- AegisName: "OrangeDesertHat"
- Name: "OrangeDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2137
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2138
- AegisName: "PurpleDesertHat"
- Name: "PurpleDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2138
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2139
- AegisName: "DarkGreenDesertHat"
- Name: "DarkGreenDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2139
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2140
- AegisName: "RedCottonHeadband"
- Name: "RedCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2140
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2141
- AegisName: "GreenCottonHeadband"
- Name: "GreenCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2141
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2142
- AegisName: "DarkBlueCottonHeadband"
- Name: "DarkBlueCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2142
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2143
- AegisName: "YellowCottonHeadband"
- Name: "YellowCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2143
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2144
- AegisName: "LightBlueCottonHeadband"
- Name: "LightBlueCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2144
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2145
- AegisName: "PinkCottonHeadband"
- Name: "PinkCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2145
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2146
- AegisName: "BlackCottonHeadband"
- Name: "BlackCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2146
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2147
- AegisName: "OrangeCottonHeadband"
- Name: "OrangeCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2147
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2148
- AegisName: "PurpleCottonHeadband"
- Name: "PurpleCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2148
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2149
- AegisName: "DarkGreenCottonHeadband"
- Name: "DarkGreenCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2149
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2190
- AegisName: "RedRabbitEars"
- Name: "RedRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2190
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2191
- AegisName: "GreenRabbitEars"
- Name: "GreenRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2191
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2192
- AegisName: "DarkBlueRabbitEars"
- Name: "DarkBlueRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2192
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2193
- AegisName: "YellowRabbitEars"
- Name: "YellowRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2193
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2194
- AegisName: "LightBlueRabbitEars"
- Name: "LightBlueRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2194
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2195
- AegisName: "PinkRabbitEars"
- Name: "PinkRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2195
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2196
- AegisName: "BlackRabbitEars"
- Name: "BlackRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2196
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2197
- AegisName: "OrangeRabbitEars"
- Name: "OrangeRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2197
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2198
- AegisName: "PurpleRabbitEars"
- Name: "PurpleRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2198
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2199
- AegisName: "DarkGreenRabbitEars"
- Name: "DarkGreenRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2199
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2200
- AegisName: "RedWizardHat"
- Name: "RedWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2200
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2201
- AegisName: "GreenWizardHat"
- Name: "GreenWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2201
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2202
- AegisName: "DarkBlueWizardHat"
- Name: "DarkBlueWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2202
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2203
- AegisName: "YellowWizardHat"
- Name: "YellowWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2203
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2204
- AegisName: "LightBlueWizardHat"
- Name: "LightBlueWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2204
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2205
- AegisName: "PinkWizardHat"
- Name: "PinkWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2205
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2206
- AegisName: "BlackWizardHat"
- Name: "BlackWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2206
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2207
- AegisName: "OrangeWizardHat"
- Name: "OrangeWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2207
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2208
- AegisName: "PurpleWizardHat"
- Name: "PurpleWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2208
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2209
- AegisName: "DarkGreenWizardHat"
- Name: "DarkGreenWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2209
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2210
- AegisName: "RedBowlerHat"
- Name: "RedBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2210
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2211
- AegisName: "GreenBowlerHat"
- Name: "GreenBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2211
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2212
- AegisName: "DarkBlueBowlerHat"
- Name: "DarkBlueBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2212
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2213
- AegisName: "YellowBowlerHat"
- Name: "YellowBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2213
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2214
- AegisName: "LightBlueBowlerHat"
- Name: "LightBlueBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2214
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2215
- AegisName: "PinkBowlerHat"
- Name: "PinkBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2215
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2216
- AegisName: "BlackBowlerHat"
- Name: "BlackBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2216
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2217
- AegisName: "OrangeBowlerHat"
- Name: "OrangeBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2217
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2218
- AegisName: "PurpleBowlerHat"
- Name: "PurpleBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2218
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2219
- AegisName: "DarkGreenBowlerHat"
- Name: "DarkGreenBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2219
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2230
- AegisName: "RedBowlerHatBrown"
- Name: "RedBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2230
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2231
- AegisName: "GreenBowlerHatBrown"
- Name: "GreenBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2231
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2232
- AegisName: "DarkBlueBowlerHatBrown"
- Name: "DarkBlueBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2232
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2233
- AegisName: "YellowBowlerHatBrown"
- Name: "YellowBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2233
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2234
- AegisName: "LightBlueBowlerHatBrown"
- Name: "LightBlueBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2234
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2235
- AegisName: "PinkBowlerHatBrown"
- Name: "PinkBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2235
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2236
- AegisName: "BlackBowlerHatBrown"
- Name: "BlackBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2236
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2237
- AegisName: "OrangeBowlerHatBrown"
- Name: "OrangeBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2237
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2238
- AegisName: "PurpleBowlerHatBrown"
- Name: "PurpleBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2238
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2239
- AegisName: "DarkGreenBowlerHatBrown"
- Name: "DarkGreenBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2239
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2260
- AegisName: "RedBeret"
- Name: "RedBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2260
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2261
- AegisName: "GreenBeret"
- Name: "GreenBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2261
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2262
- AegisName: "DarkBlueBeret"
- Name: "DarkBlueBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2262
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2263
- AegisName: "YellowBeret"
- Name: "YellowBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2263
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2264
- AegisName: "LightBlueBeret"
- Name: "LightBlueBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2264
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2265
- AegisName: "PinkBeret"
- Name: "PinkBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2265
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2266
- AegisName: "BlackBeret"
- Name: "BlackBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2266
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2267
- AegisName: "OrangeBeret"
- Name: "OrangeBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2267
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2268
- AegisName: "PurpleBeret"
- Name: "PurpleBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2268
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2269
- AegisName: "DarkGreenBeret"
- Name: "DarkGreenBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2269
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2270
- AegisName: "BlinkingEvil"
- Name: "BlinkingEvil"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2270
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 2271
- AegisName: "BlinkingEvilRed"
- Name: "BlinkingEvilRed"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2271
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 2272
- AegisName: "BlinkingEvilBlue"
- Name: "BlinkingEvilBlue"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2272
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 2273
- AegisName: "BlinkingEvilPink"
- Name: "BlinkingEvilPink"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2273
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 2274
- AegisName: "BlinkingEvilYellow"
- Name: "BlinkingEvilYellow"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2274
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 4020
- AegisName: "CandleHelmet"
- Name: "CandleHelmet"
- Type: 5
- Buy: 20000
- Sell: 2000
- Weight: 450
- Atk: 0
- Matk: 0
- Def: 16
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4020
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 1;
- bonus bAgi, -1;
- ">
-},
-{
- Id: 4027
- AegisName: "YetiMask"
- Name: "YetiMask"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4027
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4028
- AegisName: "WizardHat"
- Name: "WizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 4028
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 4030
- AegisName: "BowlerHat"
- Name: "BowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4030
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4031
- AegisName: "Monocle"
- Name: "Monocle"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4031
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- bonus bLuk, 1;
- bonus bCritical, 10;
- ">
-},
-{
- Id: 4032
- AegisName: "PanHat"
- Name: "PanHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4032
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4033
- AegisName: "ChefHat"
- Name: "ChefHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4033
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4042
- AegisName: "RedNose"
- Name: "RedNose"
- Type: 5
- Buy: 4000
- Sell: 1000
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4042
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5128
- AegisName: "DarkHelm"
- Name: "DarkHelm"
- Type: 5
- Buy: 50000
- Sell: 10000
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 19
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5128
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMaxHPrate, 10;
- bonus bInt, -Int;
- ">
-},
-{
- Id: 5129
- AegisName: "UnderworldMask"
- Name: "UnderworldMask"
- Type: 5
- Buy: 50000
- Sell: 10000
- Weight: 100
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5129
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAtkRange, 3;
- bonus bInt, -Int;
- bonus bAgi, 2;
- bonus bDex, 2;
- ">
-},
-{
- Id: 5130
- AegisName: "Phylactery"
- Name: "Phylactery"
- Type: 5
- Buy: 50000
- Sell: 10000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5130
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAspdRate, 50;
- bonus bDex, -(Dex/2);
- ">
-},
-{
- Id: 5200
- AegisName: "PointyWitchHat"
- Name: "PointyWitchHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5200
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5201
- AegisName: "Pipe"
- Name: "Pipe"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 18
- Refine: false
- View: 5201
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- bonus bLuk, 1;
- bonus bCritical, 10;
- callfunc "DrugItem";
- ">
-},
-{
- Id: 5202
- AegisName: "PilotHat"
- Name: "PilotHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5202
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5203
- AegisName: "MoonshroomHat"
- Name: "MoonshroomHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5203
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5204
- AegisName: "CarbonGasMask"
- Name: "CarbonGasMask"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5204
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5205
- AegisName: "EskimoHat"
- Name: "EskimoHat"
- Type: 5
- Buy: 7500
- Sell: 3750
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5205
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5209
- AegisName: "TerraniteHead"
- Name: "TerraniteHead"
- Type: 5
- Buy: 30000
- Sell: 3000
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 16
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5209
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- bonus bAgi, 3;
- bonus bDex, 1;
- ">
-},
-{
- Id: 5226
- AegisName: "GroovyHat"
- Name: "GroovyHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5226
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5227
- AegisName: "JazzyHat"
- Name: "JazzyHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5227
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5228
- AegisName: "ChicSantaHat"
- Name: "ChicSantaHat"
- Type: 5
- Buy: 400
- Sell: 200
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5228
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5229
- AegisName: "ScentedCandleHelmet"
- Name: "ScentedCandleHelmet"
- Type: 5
- Buy: 20000
- Sell: 1
- Weight: 450
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5229
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 2;
- addtimer 1, "ScentedCandle::OnEquip";
- ">
-},
-{
- Id: 5230
- AegisName: "AnniversaryHat"
- Name: "AnniversaryHat"
- Type: 5
- Buy: 100000
- Sell: 1
- Weight: 100
- Atk: 0
- Matk: 0
- Def: 12
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5230
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 2;
- ">
-},
-{
- Id: 5231
- AegisName: "RedPresentHat"
- Name: "RedPresentHat"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5231
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5232
- AegisName: "GreenPresentHat"
- Name: "GreenPresentHat"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5232
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5233
- AegisName: "BluePresentHat"
- Name: "BluePresentHat"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5233
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5234
- AegisName: "YellowPresentHat"
- Name: "YellowPresentHat"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5234
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5238
- AegisName: "AFKCap"
- Name: "AFKCap"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5238
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5239
- AegisName: "Aureole"
- Name: "Aureole"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5239
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bFlee, 50;
- ">
-},
-{
- Id: 5240
- AegisName: "SmileyCap"
- Name: "SmileyCap"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5240
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5241
- AegisName: "RedShades"
- Name: "RedShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5241
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5242
- AegisName: "GreenShades"
- Name: "GreenShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5242
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5243
- AegisName: "DarkBlueShades"
- Name: "DarkBlueShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5243
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5244
- AegisName: "YellowShades"
- Name: "YellowShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5244
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5245
- AegisName: "LightBlueShades"
- Name: "LightBlueShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5245
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5246
- AegisName: "PinkShades"
- Name: "PinkShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5246
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5247
- AegisName: "BlackShades"
- Name: "BlackShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5247
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5248
- AegisName: "OrangeShades"
- Name: "OrangeShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5248
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5249
- AegisName: "PurpleShades"
- Name: "PurpleShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5249
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5250
- AegisName: "DarkGreenShades"
- Name: "DarkGreenShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5250
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5255
- AegisName: "PVPCap"
- Name: "PVPCap"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5255
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5257
- AegisName: "GoldenPVPCap"
- Name: "GoldenPVPCap"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5257
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5258
- AegisName: "BlinkingHocus"
- Name: "BlinkingHocus"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5258
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5259
- AegisName: "BlinkingEvilHalloween"
- Name: "BlinkingEvilHalloween"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5259
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 5262
- AegisName: "MovieCap"
- Name: "MovieCap"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5262
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5264
- AegisName: "BlueWolfHelmet"
- Name: "BlueWolfHelmet"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5264
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5266
- AegisName: "CloverHat"
- Name: "CloverHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5266
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 501
- AegisName: "CactusDrink"
- Name: "CactusDrink"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 501
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 15, 0;
- ">
-},
-{
- Id: 502
- AegisName: "CactusPotion"
- Name: "CactusPotion"
- Type: 2
- Buy: 70
- Sell: 35
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 502
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 25, 0;
- ">
-},
-{
- Id: 506
- AegisName: "CandyCane"
- Name: "CandyCane"
- Type: 2
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 506
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 5, 0;
- ">
-},
-{
- Id: 508
- AegisName: "XmasCake"
- Name: "XmasCake"
- Type: 2
- Buy: 70
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 508
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 509
- AegisName: "ChocolateBar"
- Name: "ChocolateBar"
- Type: 2
- Buy: 60
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 509
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 20, 0;
- ">
-},
-{
- Id: 510
- AegisName: "Candy"
- Name: "Candy"
- Type: 2
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 510
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 5, 0;
- ">
-},
-{
- Id: 512
- AegisName: "GingerBreadMan"
- Name: "GingerBreadMan"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 512
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 25, 0;
- ">
-},
-{
- Id: 513
- AegisName: "Cake"
- Name: "Cake"
- Type: 2
- Buy: 30
- Sell: 15
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 513
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 15, 0;
- ">
-},
-{
- Id: 514
- AegisName: "XmasCandyCane"
- Name: "XmasCandyCane"
- Type: 2
- Buy: 30
- Sell: 15
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 514
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 519
- AegisName: "CherryCake"
- Name: "CherryCake"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 519
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 35, 0;
- ">
-},
-{
- Id: 520
- AegisName: "EasterEgg"
- Name: "EasterEgg"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 520
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 527
- AegisName: "Milk"
- Name: "Milk"
- Type: 2
- Buy: 300
- Sell: 150
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 527
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 150, 0;
- ">
-},
-{
- Id: 533
- AegisName: "RoastedMaggot"
- Name: "RoastedMaggot"
- Type: 2
- Buy: 110
- Sell: 55
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 533
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 150, 0;
- ">
-},
-{
- Id: 534
- AegisName: "OrangeCupcake"
- Name: "OrangeCupcake"
- Type: 2
- Buy: 90
- Sell: 45
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 534
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 535
- AegisName: "RedApple"
- Name: "RedApple"
- Type: 2
- Buy: 25
- Sell: 6
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 535
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 539
- AegisName: "Beer"
- Name: "Beer"
- Type: 2
- Buy: 175
- Sell: 87
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 539
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 200, 5, 1;
- ">
-},
-{
- Id: 541
- AegisName: "BottleOfWater"
- Name: "BottleOfWater"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 541
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 250, 0;
- getitem 540, 1;
- ">
-},
-{
- Id: 562
- AegisName: "ChickenLeg"
- Name: "ChickenLeg"
- Type: 2
- Buy: 250
- Sell: 125
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 562
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 500, 0;
- ">
-},
-{
- Id: 565
- AegisName: "PinkPetal"
- Name: "PinkPetal"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 565
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 566
- AegisName: "SmallMushroom"
- Name: "SmallMushroom"
- Type: 2
- Buy: 125
- Sell: 50
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 566
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 567
- AegisName: "IronPotion"
- Name: "IronPotion"
- Type: 2
- Buy: 500
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 567
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- sc_start sc_raiseattackstrength, 60, 60;
- ">
-},
-{
- Id: 568
- AegisName: "ConcentrationPotion"
- Name: "ConcentrationPotion"
- Type: 2
- Buy: 500
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 568
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- sc_start sc_raiseattackspeed0, 60, 30;
- ">
-},
-{
- Id: 657
- AegisName: "Orange"
- Name: "Orange"
- Type: 2
- Buy: 40
- Sell: 10
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 657
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 60, 0;
- ">
-},
-{
- Id: 676
- AegisName: "Steak"
- Name: "Steak"
- Type: 2
- Buy: 275
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 676
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 250, 0;
- ">
-},
-{
- Id: 684
- AegisName: "TinyHealingPotion"
- Name: "TinyHealingPotion"
- Type: 2
- Buy: 25
- Sell: 12
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 684
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 685
- AegisName: "SmallHealingPotion"
- Name: "SmallHealingPotion"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 685
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 200, 0;
- ">
-},
-{
- Id: 686
- AegisName: "MediumHealingPotion"
- Name: "MediumHealingPotion"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 686
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 400, 0;
- ">
-},
-{
- Id: 687
- AegisName: "LargeHealingPotion"
- Name: "LargeHealingPotion"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 687
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 800, 0;
- ">
-},
-{
- Id: 705
- AegisName: "ManaPotion"
- Name: "ManaPotion"
- Type: 2
- Buy: 2000
- Sell: 300
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 705
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 10, 1;
- callfunc "MagicGainBasic";
- ">
-},
-{
- Id: 714
- AegisName: "SnakeEgg"
- Name: "SnakeEgg"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 714
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 30, 0;
- ">
-},
-{
- Id: 715
- AegisName: "MountainSnakeEgg"
- Name: "MountainSnakeEgg"
- Type: 2
- Buy: 80
- Sell: 40
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 715
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 40, 0;
- ">
-},
-{
- Id: 716
- AegisName: "GrassSnakeEgg"
- Name: "GrassSnakeEgg"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 716
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 717
- AegisName: "CaveSnakeEgg"
- Name: "CaveSnakeEgg"
- Type: 2
- Buy: 60
- Sell: 30
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 717
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 20, 0;
- ">
-},
-{
- Id: 719
- AegisName: "GreenApple"
- Name: "GreenApple"
- Type: 2
- Buy: 20
- Sell: 5
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 719
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 45, 0;
- ">
-},
-{
- Id: 733
- AegisName: "PurificationPotion"
- Name: "PurificationPotion"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 733
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "usePurificationPotion";
- ">
-},
-{
- Id: 736
- AegisName: "WhiteCake"
- Name: "WhiteCake"
- Type: 2
- Buy: 500
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 736
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 737
- AegisName: "ChocolateCake"
- Name: "ChocolateCake"
- Type: 2
- Buy: 550
- Sell: 125
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 737
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 11, 0;
- ">
-},
-{
- Id: 738
- AegisName: "OrangeCake"
- Name: "OrangeCake"
- Type: 2
- Buy: 600
- Sell: 150
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 738
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 12, 0;
- ">
-},
-{
- Id: 739
- AegisName: "AppleCake"
- Name: "AppleCake"
- Type: 2
- Buy: 600
- Sell: 150
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 739
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 12, 0;
- ">
-},
-{
- Id: 743
- AegisName: "Acorn"
- Name: "Acorn"
- Type: 2
- Buy: 50
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 743
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 3, 0;
- ">
-},
-{
- Id: 744
- AegisName: "DilutedConcentrationPot"
- Name: "DilutedConcentrationPot"
- Type: 2
- Buy: 250
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 744
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- sc_start sc_raiseattackspeed0, 30, 20;
- ">
-},
-{
- Id: 745
- AegisName: "DarkConcentrationPotion"
- Name: "DarkConcentrationPotion"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 745
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- sc_start sc_raiseattackspeed0, 10, 40;
- sc_start SC_POISON, 1, 50;
- ">
-},
-{
- Id: 747
- AegisName: "LacedChocolateCake"
- Name: "LacedChocolateCake"
- Type: 2
- Buy: 550
- Sell: 125
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 747
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 11, 0;
- ">
-},
-{
- Id: 748
- AegisName: "LacedOrangeCupcake"
- Name: "LacedOrangeCupcake"
- Type: 2
- Buy: 90
- Sell: 45
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 748
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 750
- AegisName: "SlowPoisonPotion"
- Name: "SlowPoisonPotion"
- Type: 2
- Buy: 500
- Sell: 200
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 750
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 5, 0;
- sc_start SC_SLOWPOISON, 180000, 180;
- ">
-},
-{
- Id: 784
- AegisName: "ZombieNachos"
- Name: "ZombieNachos"
- Type: 2
- Buy: 100
- Sell: 30
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 784
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 60, 0;
- ">
-},
-{
- Id: 785
- AegisName: "LadyFingers"
- Name: "LadyFingers"
- Type: 2
- Buy: 70
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 785
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 40, 0;
- ">
-},
-{
- Id: 786
- AegisName: "JellAhh"
- Name: "JellAhh"
- Type: 2
- Buy: 80
- Sell: 30
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 786
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 787
- AegisName: "Snapple"
- Name: "Snapple"
- Type: 2
- Buy: 110
- Sell: 55
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 787
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 70, 0;
- ">
-},
-{
- Id: 788
- AegisName: "BeetleJuice"
- Name: "BeetleJuice"
- Type: 2
- Buy: 80
- Sell: 30
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 788
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 789
- AegisName: "GutBuster"
- Name: "GutBuster"
- Type: 2
- Buy: 100
- Sell: 30
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 789
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 60, 0;
- ">
-},
-{
- Id: 790
- AegisName: "BloodWine"
- Name: "BloodWine"
- Type: 2
- Buy: 150
- Sell: 50
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 790
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 808
- AegisName: "HitchhikersTowel"
- Name: "HitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 808
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "HitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 809
- AegisName: "WhiteHitchhikersTowel"
- Name: "WhiteHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 809
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "WhiteHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 810
- AegisName: "RedHitchhikersTowel"
- Name: "RedHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 810
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "RedHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 811
- AegisName: "GreenHitchhikersTowel"
- Name: "GreenHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 811
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "GreenHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 812
- AegisName: "BlueHitchhikersTowel"
- Name: "BlueHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 812
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "BlueHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 813
- AegisName: "YellowHitchhikersTowel"
- Name: "YellowHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 813
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "YellowHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 814
- AegisName: "PurpleHitchhikersTowel"
- Name: "PurpleHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 814
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "PurpleHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 815
- AegisName: "OrangeHitchhikersTowel"
- Name: "OrangeHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 815
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "OrangeHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 816
- AegisName: "PinkHitchhikersTowel"
- Name: "PinkHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 816
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "PinkHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 817
- AegisName: "TealHitchhikersTowel"
- Name: "TealHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 817
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "TealHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 818
- AegisName: "LimeHitchhikersTowel"
- Name: "LimeHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 818
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "LimeHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 825
- AegisName: "TinyManaElixir"
- Name: "TinyManaElixir"
- Type: 2
- Buy: 100
- Sell: 10
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 825
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 25, 1;
- ">
-},
-{
- Id: 826
- AegisName: "SmallManaElixir"
- Name: "SmallManaElixir"
- Type: 2
- Buy: 200
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 826
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 50, 1;
- ">
-},
-{
- Id: 827
- AegisName: "MediumManaElixir"
- Name: "MediumManaElixir"
- Type: 2
- Buy: 400
- Sell: 40
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 827
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 100, 1;
- ">
-},
-{
- Id: 828
- AegisName: "LargeManaElixir"
- Name: "LargeManaElixir"
- Type: 2
- Buy: 800
- Sell: 80
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 828
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 250, 1;
- ">
-},
-{
- Id: 838
- AegisName: "CranberryLollipop"
- Name: "CranberryLollipop"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 838
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 750, 0;
- ">
-},
-{
- Id: 839
- AegisName: "GrapeLollipop"
- Name: "GrapeLollipop"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 839
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 750, 0;
- ">
-},
-{
- Id: 840
- AegisName: "OrangeLollipop"
- Name: "OrangeLollipop"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 840
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 750, 0;
- ">
-},
-{
- Id: 1189
- AegisName: "PollettEgg"
- Name: "PollettEgg"
- Type: 2
- Buy: 250
- Sell: 25
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1189
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 75, 10, 1;
- ">
-},
-{
- Id: 1229
- AegisName: "CaramelApple"
- Name: "CaramelApple"
- Type: 2
- Buy: 500
- Sell: 75
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1229
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 1000, 0;
- ">
-},
-{
- Id: 1230
- AegisName: "LollipopColor1"
- Name: "LollipopColor1"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1230
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 800, 0;
- ">
-},
-{
- Id: 1231
- AegisName: "LollipopColor2"
- Name: "LollipopColor2"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1231
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 800, 0;
- ">
-},
-{
- Id: 1232
- AegisName: "LollipopColor3"
- Name: "LollipopColor3"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1232
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 800, 0;
- ">
-},
-{
- Id: 1248
- AegisName: "Blueberries"
- Name: "Blueberries"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 6
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1248
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 200, 0;
- ">
-},
-{
- Id: 1250
- AegisName: "Pear"
- Name: "Pear"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1250
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 150, 0;
- ">
-},
-{
- Id: 1251
- AegisName: "Plum"
- Name: "Plum"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1251
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 1252
- AegisName: "Cherry"
- Name: "Cherry"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1252
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 1253
- AegisName: "GoldenDeliciousApple"
- Name: "GoldenDeliciousApple"
- Type: 2
- Buy: 1000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1253
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 200, 0, 0;
- ">
-},
-{
- Id: 1258
- AegisName: "Honey"
- Name: "Honey"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1258
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 45, 0;
- ">
-},
-{
- Id: 1280
- AegisName: "Scissors"
- Name: "Scissors"
- Type: 2
- Buy: 1000
- Sell: 500
- Weight: 120
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1280
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "useScissors";
- ">
-},
-{
- Id: 1281
- AegisName: "ShockSweet"
- Name: "ShockSweet"
- Type: 2
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1281
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "useShockSweet";
- ">
-},
-{
- Id: 3001
- AegisName: "RubberBat"
- Name: "RubberBat"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3001
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "rubberBat";
- ">
-},
-{
- Id: 3006
- AegisName: "TonoriDelight"
- Name: "TonoriDelight"
- Type: 2
- Buy: 5
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3006
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 2, 1;
- ">
-},
-{
- Id: 3007
- AegisName: "Marshmallow"
- Name: "Marshmallow"
- Type: 2
- Buy: 5
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3007
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 3009
- AegisName: "JellySkull"
- Name: "JellySkull"
- Type: 2
- Buy: 5
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3009
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 3010
- AegisName: "CandyPumpkin"
- Name: "CandyPumpkin"
- Type: 2
- Buy: 5
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3010
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 4035
- AegisName: "PickledBeets"
- Name: "PickledBeets"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 150
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4035
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "usePickledBeets";
- ">
-},
-{
- Id: 4036
- AegisName: "RoastedAcorn"
- Name: "RoastedAcorn"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4036
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 15, 0;
- ">
-},
-{
- Id: 5126
- AegisName: "MTJarofOwnBlood"
- Name: "MTJarofOwnBlood"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5126
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal -250, 0;
- getitem 5127, 1;
- ">
-},
-{
- Id: 5210
- AegisName: "GrassFedTofu"
- Name: "GrassFedTofu"
- Type: 2
- Buy: 50
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5210
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal -10, -2, 1;
- ">
-},
-{
- Id: 5213
- AegisName: "VeganWater"
- Name: "VeganWater"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5213
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 250, 0;
- getitem 540, 1;
- ">
-},
-{
- Id: 5214
- AegisName: "LactoseFreeAcorn"
- Name: "LactoseFreeAcorn"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5214
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 15, 0;
- ">
-},
-{
- Id: 5235
- AegisName: "TMWBirthdayGift"
- Name: "TMWBirthdayGift"
- Type: 2
- Buy: 1000000
- Sell: 50
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5235
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "TMWBirthdayGift";
- ">
-},
-{
- Id: 5236
- AegisName: "GumiCandy"
- Name: "GumiCandy"
- Type: 2
- Buy: 10000
- Sell: 250
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5236
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0, 1), 3, !Sex));
- ">
-},
-{
- Id: 5237
- AegisName: "CaramelCandy"
- Name: "CaramelCandy"
- Type: 2
- Buy: 700
- Sell: 350
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5237
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 350, 0;
- ">
-},
-{
- Id: 5263
- AegisName: "LovePotion"
- Name: "LovePotion"
- Type: 2
- Buy: 90000
- Sell: 550
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5263
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "LovePotion";
- ">
-},
-{
- Id: 511
- AegisName: "SantaHat"
- Name: "SantaHat"
- Type: 5
- Buy: 400
- Sell: 200
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 511
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 524
- AegisName: "FancyHat"
- Name: "FancyHat"
- Type: 5
- Buy: 1600
- Sell: 800
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 524
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 525
- AegisName: "MinersHat"
- Name: "MinersHat"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 525
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 543
- AegisName: "StandardHeadband"
- Name: "StandardHeadband"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 543
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 544
- AegisName: "SilkHeadband"
- Name: "SilkHeadband"
- Type: 5
- Buy: 5000
- Sell: 2000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 544
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 615
- AegisName: "PumpkinHelmet"
- Name: "PumpkinHelmet"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 615
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 616
- AegisName: "AxeHat"
- Name: "AxeHat"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 616
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 617
- AegisName: "PirateHat"
- Name: "PirateHat"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 617
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 618
- AegisName: "Goggles"
- Name: "Goggles"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 618
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 619
- AegisName: "LeatherGoggles"
- Name: "LeatherGoggles"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 619
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 620
- AegisName: "Circlet"
- Name: "Circlet"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 620
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 621
- AegisName: "Eyepatch"
- Name: "Eyepatch"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 621
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 622
- AegisName: "Bandana"
- Name: "Bandana"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 622
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 627
- AegisName: "TopHat"
- Name: "TopHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 627
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 628
- AegisName: "FunkyHat"
- Name: "FunkyHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 628
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 629
- AegisName: "MushHat"
- Name: "MushHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 629
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 630
- AegisName: "ShroomHat"
- Name: "ShroomHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 630
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 633
- AegisName: "ChristmasElfHat"
- Name: "ChristmasElfHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 633
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 634
- AegisName: "FaceMask"
- Name: "FaceMask"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 634
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 636
- AegisName: "WarlordHelmet"
- Name: "WarlordHelmet"
- Type: 5
- Buy: 30000
- Sell: 3000
- Weight: 900
- Atk: 0
- Matk: 0
- Def: 18
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 636
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 637
- AegisName: "KnightsHelmet"
- Name: "KnightsHelmet"
- Type: 5
- Buy: 20000
- Sell: 2000
- Weight: 600
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 637
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 638
- AegisName: "InfantryHelmet"
- Name: "InfantryHelmet"
- Type: 5
- Buy: 15000
- Sell: 1500
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 638
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 639
- AegisName: "CrusadeHelmet"
- Name: "CrusadeHelmet"
- Type: 5
- Buy: 25000
- Sell: 2500
- Weight: 1300
- Atk: 0
- Matk: 0
- Def: 18
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 639
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 643
- AegisName: "WhiteCowboyHat"
- Name: "WhiteCowboyHat"
- Type: 5
- Buy: 1800
- Sell: 900
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 643
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 644
- AegisName: "BlackCowboyHat"
- Name: "BlackCowboyHat"
- Type: 5
- Buy: 1800
- Sell: 900
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 644
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 646
- AegisName: "Crown"
- Name: "Crown"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 240
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 646
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 647
- AegisName: "DevelopersCap"
- Name: "DevelopersCap"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 647
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 654
- AegisName: "Cap"
- Name: "Cap"
- Type: 5
- Buy: 4000000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 654
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 656
- AegisName: "SerfHat"
- Name: "SerfHat"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 656
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 675
- AegisName: "GraduationCap"
- Name: "GraduationCap"
- Type: 5
- Buy: 1000
- Sell: 250
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 675
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 678
- AegisName: "NohMask"
- Name: "NohMask"
- Type: 5
- Buy: 7000
- Sell: 1000
- Weight: 18
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 678
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 679
- AegisName: "DemonMask"
- Name: "DemonMask"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 23
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 679
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 721
- AegisName: "HighPriestCrown"
- Name: "HighPriestCrown"
- Type: 5
- Buy: 6000000
- Sell: 5000
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 721
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMaxSP, 20;
- ">
-},
-{
- Id: 722
- AegisName: "MonsterSkullHelmet"
- Name: "MonsterSkullHelmet"
- Type: 5
- Buy: 6000000
- Sell: 3000
- Weight: 250
- Atk: 0
- Matk: 0
- Def: 7
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 722
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 20;
- ">
-},
-{
- Id: 723
- AegisName: "DesertHat"
- Name: "DesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 723
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 724
- AegisName: "CottonHeadband"
- Name: "CottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 724
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 725
- AegisName: "GMCap"
- Name: "GMCap"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 725
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "RestrictedItem";
- ">
-},
-{
- Id: 751
- AegisName: "PinkieHat"
- Name: "PinkieHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 751
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 752
- AegisName: "FluffyHat"
- Name: "FluffyHat"
- Type: 5
- Buy: 7000
- Sell: 2000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 752
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 759
- AegisName: "PaladinsHelmet"
- Name: "PaladinsHelmet"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 19
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 759
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 760
- AegisName: "OverlordsHelmet"
- Name: "OverlordsHelmet"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 50
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 760
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 761
- AegisName: "DesertHelmet"
- Name: "DesertHelmet"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 21
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 761
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 764
- AegisName: "SailorHat"
- Name: "SailorHat"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 764
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 765
- AegisName: "CaptainsHat"
- Name: "CaptainsHat"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 765
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 766
- AegisName: "TerraniteHelmet"
- Name: "TerraniteHelmet"
- Type: 5
- Buy: 30000
- Sell: 3000
- Weight: 300
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 766
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 769
- AegisName: "GuyFawkesMask"
- Name: "GuyFawkesMask"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 769
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 770
- AegisName: "FairyHat"
- Name: "FairyHat"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 770
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 3;
- ">
-},
-{
- Id: 781
- AegisName: "WitchDoctorsMask"
- Name: "WitchDoctorsMask"
- Type: 5
- Buy: 20000
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 781
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 795
- AegisName: "BromenalHelmet"
- Name: "BromenalHelmet"
- Type: 5
- Buy: 15000
- Sell: 1500
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 795
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 800
- AegisName: "BowlerHatBrown"
- Name: "BowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 800
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 801
- AegisName: "PinkieHelmet"
- Name: "PinkieHelmet"
- Type: 5
- Buy: 20000
- Sell: 1500
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 801
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 848
- AegisName: "Earmuffs"
- Name: "Earmuffs"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 848
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 854
- AegisName: "ElfNightcap"
- Name: "ElfNightcap"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 854
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 855
- AegisName: "Sunglasses"
- Name: "Sunglasses"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 855
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 856
- AegisName: "KnitCap"
- Name: "KnitCap"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 856
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 877
- AegisName: "BullHelmet"
- Name: "BullHelmet"
- Type: 5
- Buy: 90000
- Sell: 45000
- Weight: 1300
- Atk: 0
- Matk: 0
- Def: 19
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 90
- Refine: false
- View: 877
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Str;
- set @minbStatVal, 70;
- callfunc "RequireStat";
- set @bStat, Vit;
- set @minbStatVal, 50;
- callfunc "RequireStat";
- set @bStat, Luk;
- set @minbStatVal, 50;
- callfunc "RequireStat";
- bonus bAtkRange, -10;
- bonus bDoubleAddRate, 20;
- bonus bStr, 10;
- bonus bCritical, 15;
- bonus bAspdRate, 10;
- bonus bDef2Rate, -39;
- bonus bHit, -15;
- ">
-},
-{
- Id: 882
- AegisName: "RedEggshellHat"
- Name: "RedEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 882
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 883
- AegisName: "BlueEggshellHat"
- Name: "BlueEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 883
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 884
- AegisName: "YellowEggshellHat"
- Name: "YellowEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 884
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 885
- AegisName: "GreenEggshellHat"
- Name: "GreenEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 885
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 886
- AegisName: "OrangeEggshellHat"
- Name: "OrangeEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 886
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 887
- AegisName: "DarkEggshellHat"
- Name: "DarkEggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 887
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 888
- AegisName: "MagicGMTopHat"
- Name: "MagicGMTopHat"
- Type: 5
- Buy: 4200
- Sell: 1900
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 60
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 888
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @minLvl, EVT_KILLTHEGM;
- callfunc "RestrictedItem";
- bonus bMaxHP, 31000;
- bonus bFlee, -200;
- bonus bHPrecovRate, -400;
- bonus bCriticalDef, 250;
- bonus bMdef, 89;
- ">
-},
-{
- Id: 889
- AegisName: "MurdererCrown"
- Name: "MurdererCrown"
- Type: 5
- Buy: 75000
- Sell: 12000
- Weight: 240
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 889
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 890
- AegisName: "BeanieCopter"
- Name: "BeanieCopter"
- Type: 5
- Buy: 8000
- Sell: 2000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 890
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 897
- AegisName: "RedRoseHat"
- Name: "RedRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 897
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 898
- AegisName: "WhiteRoseHat"
- Name: "WhiteRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 898
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 899
- AegisName: "PinkRoseHat"
- Name: "PinkRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 899
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 900
- AegisName: "YellowRoseHat"
- Name: "YellowRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 900
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 901
- AegisName: "OrangeRoseHat"
- Name: "OrangeRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 901
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 902
- AegisName: "BlueRoseHat"
- Name: "BlueRoseHat"
- Type: 5
- Buy: 5000
- Sell: 1000
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 902
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 905
- AegisName: "BucketHat"
- Name: "BucketHat"
- Type: 5
- Buy: 1600
- Sell: 800
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 905
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1173
- AegisName: "TamOShanter"
- Name: "TamOShanter"
- Type: 5
- Buy: 5000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 9
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1173
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1174
- AegisName: "CashiersShade"
- Name: "CashiersShade"
- Type: 5
- Buy: 4000
- Sell: 500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1174
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1175
- AegisName: "AutumnMask"
- Name: "AutumnMask"
- Type: 5
- Buy: 5000
- Sell: 500
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1175
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1190
- AegisName: "NutcrackerHat"
- Name: "NutcrackerHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1190
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1196
- AegisName: "Beret"
- Name: "Beret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1196
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 1203
- AegisName: "RangerHat"
- Name: "RangerHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1203
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1204
- AegisName: "AntlerHat"
- Name: "AntlerHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1204
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1205
- AegisName: "ChristmasTreeHat"
- Name: "ChristmasTreeHat"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1205
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1206
- AegisName: "SantaBeardHat"
- Name: "SantaBeardHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1206
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1214
- AegisName: "BunnyEars"
- Name: "BunnyEars"
- Type: 5
- Buy: 5000
- Sell: 2000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1214
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1216
- AegisName: "MoubooHead"
- Name: "MoubooHead"
- Type: 5
- Buy: 10
- Sell: 1
- Weight: 80
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1216
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1217
- AegisName: "CatEars"
- Name: "CatEars"
- Type: 5
- Buy: 100
- Sell: 50
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1217
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 3;
- ">
-},
-{
- Id: 1218
- AegisName: "PaperBag"
- Name: "PaperBag"
- Type: 5
- Buy: 1000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1218
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, -1;
- ">
-},
-{
- Id: 1219
- AegisName: "MoubootaurHead"
- Name: "MoubootaurHead"
- Type: 5
- Buy: 10
- Sell: 1
- Weight: 80
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1219
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @minLvl, 1;
- callfunc "RestrictedItem";
- ">
-},
-{
- Id: 1220
- AegisName: "BunchOfParsley"
- Name: "BunchOfParsley"
- Type: 5
- Buy: 3
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1220
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDeaf, 1;
- ">
-},
-{
- Id: 1221
- AegisName: "SkullMask"
- Name: "SkullMask"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 150
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1221
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1242
- AegisName: "SnowGoggles"
- Name: "SnowGoggles"
- Type: 5
- Buy: 7500
- Sell: 3750
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1242
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1247
- AegisName: "HeartGlasses"
- Name: "HeartGlasses"
- Type: 5
- Buy: 7500
- Sell: 3750
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1247
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1255
- AegisName: "RabbitEars"
- Name: "RabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 1255
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1256
- AegisName: "EggshellHat"
- Name: "EggshellHat"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 12
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 1256
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, -1;
- ">
-},
-{
- Id: 1275
- AegisName: "ReadingGlasses"
- Name: "ReadingGlasses"
- Type: 5
- Buy: 7500
- Sell: 3750
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1275
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 1276
- AegisName: "OperaMask"
- Name: "OperaMask"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1276
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1277
- AegisName: "JesterMask"
- Name: "JesterMask"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1277
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1278
- AegisName: "WitchHat"
- Name: "WitchHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1278
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1279
- AegisName: "GoblinMask"
- Name: "GoblinMask"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1279
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2130
- AegisName: "RedDesertHat"
- Name: "RedDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2130
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2131
- AegisName: "GreenDesertHat"
- Name: "GreenDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2131
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2132
- AegisName: "DarkBlueDesertHat"
- Name: "DarkBlueDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2132
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2133
- AegisName: "YellowDesertHat"
- Name: "YellowDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2133
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2134
- AegisName: "LightBlueDesertHat"
- Name: "LightBlueDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2134
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2135
- AegisName: "PinkDesertHat"
- Name: "PinkDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2135
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2136
- AegisName: "BlackDesertHat"
- Name: "BlackDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2136
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2137
- AegisName: "OrangeDesertHat"
- Name: "OrangeDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2137
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2138
- AegisName: "PurpleDesertHat"
- Name: "PurpleDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2138
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2139
- AegisName: "DarkGreenDesertHat"
- Name: "DarkGreenDesertHat"
- Type: 5
- Buy: 2400
- Sell: 600
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2139
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2140
- AegisName: "RedCottonHeadband"
- Name: "RedCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2140
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2141
- AegisName: "GreenCottonHeadband"
- Name: "GreenCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2141
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2142
- AegisName: "DarkBlueCottonHeadband"
- Name: "DarkBlueCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2142
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2143
- AegisName: "YellowCottonHeadband"
- Name: "YellowCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2143
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2144
- AegisName: "LightBlueCottonHeadband"
- Name: "LightBlueCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2144
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2145
- AegisName: "PinkCottonHeadband"
- Name: "PinkCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2145
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2146
- AegisName: "BlackCottonHeadband"
- Name: "BlackCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2146
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2147
- AegisName: "OrangeCottonHeadband"
- Name: "OrangeCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2147
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2148
- AegisName: "PurpleCottonHeadband"
- Name: "PurpleCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2148
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2149
- AegisName: "DarkGreenCottonHeadband"
- Name: "DarkGreenCottonHeadband"
- Type: 5
- Buy: 3000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2149
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2190
- AegisName: "RedRabbitEars"
- Name: "RedRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2190
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2191
- AegisName: "GreenRabbitEars"
- Name: "GreenRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2191
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2192
- AegisName: "DarkBlueRabbitEars"
- Name: "DarkBlueRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2192
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2193
- AegisName: "YellowRabbitEars"
- Name: "YellowRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2193
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2194
- AegisName: "LightBlueRabbitEars"
- Name: "LightBlueRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2194
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2195
- AegisName: "PinkRabbitEars"
- Name: "PinkRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2195
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2196
- AegisName: "BlackRabbitEars"
- Name: "BlackRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2196
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2197
- AegisName: "OrangeRabbitEars"
- Name: "OrangeRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2197
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2198
- AegisName: "PurpleRabbitEars"
- Name: "PurpleRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2198
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2199
- AegisName: "DarkGreenRabbitEars"
- Name: "DarkGreenRabbitEars"
- Type: 5
- Buy: 7000
- Sell: 3500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2199
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2200
- AegisName: "RedWizardHat"
- Name: "RedWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2200
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2201
- AegisName: "GreenWizardHat"
- Name: "GreenWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2201
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2202
- AegisName: "DarkBlueWizardHat"
- Name: "DarkBlueWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2202
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2203
- AegisName: "YellowWizardHat"
- Name: "YellowWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2203
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2204
- AegisName: "LightBlueWizardHat"
- Name: "LightBlueWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2204
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2205
- AegisName: "PinkWizardHat"
- Name: "PinkWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2205
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2206
- AegisName: "BlackWizardHat"
- Name: "BlackWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2206
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2207
- AegisName: "OrangeWizardHat"
- Name: "OrangeWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2207
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2208
- AegisName: "PurpleWizardHat"
- Name: "PurpleWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2208
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2209
- AegisName: "DarkGreenWizardHat"
- Name: "DarkGreenWizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2209
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 2210
- AegisName: "RedBowlerHat"
- Name: "RedBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2210
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2211
- AegisName: "GreenBowlerHat"
- Name: "GreenBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2211
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2212
- AegisName: "DarkBlueBowlerHat"
- Name: "DarkBlueBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2212
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2213
- AegisName: "YellowBowlerHat"
- Name: "YellowBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2213
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2214
- AegisName: "LightBlueBowlerHat"
- Name: "LightBlueBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2214
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2215
- AegisName: "PinkBowlerHat"
- Name: "PinkBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2215
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2216
- AegisName: "BlackBowlerHat"
- Name: "BlackBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2216
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2217
- AegisName: "OrangeBowlerHat"
- Name: "OrangeBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2217
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2218
- AegisName: "PurpleBowlerHat"
- Name: "PurpleBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2218
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2219
- AegisName: "DarkGreenBowlerHat"
- Name: "DarkGreenBowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2219
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2230
- AegisName: "RedBowlerHatBrown"
- Name: "RedBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2230
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2231
- AegisName: "GreenBowlerHatBrown"
- Name: "GreenBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2231
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2232
- AegisName: "DarkBlueBowlerHatBrown"
- Name: "DarkBlueBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2232
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2233
- AegisName: "YellowBowlerHatBrown"
- Name: "YellowBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2233
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2234
- AegisName: "LightBlueBowlerHatBrown"
- Name: "LightBlueBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2234
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2235
- AegisName: "PinkBowlerHatBrown"
- Name: "PinkBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2235
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2236
- AegisName: "BlackBowlerHatBrown"
- Name: "BlackBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2236
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2237
- AegisName: "OrangeBowlerHatBrown"
- Name: "OrangeBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2237
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2238
- AegisName: "PurpleBowlerHatBrown"
- Name: "PurpleBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2238
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2239
- AegisName: "DarkGreenBowlerHatBrown"
- Name: "DarkGreenBowlerHatBrown"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2239
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2260
- AegisName: "RedBeret"
- Name: "RedBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2260
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2261
- AegisName: "GreenBeret"
- Name: "GreenBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2261
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2262
- AegisName: "DarkBlueBeret"
- Name: "DarkBlueBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2262
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2263
- AegisName: "YellowBeret"
- Name: "YellowBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2263
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2264
- AegisName: "LightBlueBeret"
- Name: "LightBlueBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2264
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2265
- AegisName: "PinkBeret"
- Name: "PinkBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2265
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2266
- AegisName: "BlackBeret"
- Name: "BlackBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2266
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2267
- AegisName: "OrangeBeret"
- Name: "OrangeBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2267
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2268
- AegisName: "PurpleBeret"
- Name: "PurpleBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2268
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2269
- AegisName: "DarkGreenBeret"
- Name: "DarkGreenBeret"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2269
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 2;
- ">
-},
-{
- Id: 2270
- AegisName: "BlinkingEvil"
- Name: "BlinkingEvil"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2270
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 2271
- AegisName: "BlinkingEvilRed"
- Name: "BlinkingEvilRed"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2271
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 2272
- AegisName: "BlinkingEvilBlue"
- Name: "BlinkingEvilBlue"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2272
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 2273
- AegisName: "BlinkingEvilPink"
- Name: "BlinkingEvilPink"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2273
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 2274
- AegisName: "BlinkingEvilYellow"
- Name: "BlinkingEvilYellow"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2274
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 4020
- AegisName: "CandleHelmet"
- Name: "CandleHelmet"
- Type: 5
- Buy: 20000
- Sell: 2000
- Weight: 450
- Atk: 0
- Matk: 0
- Def: 16
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4020
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 1;
- bonus bAgi, -1;
- ">
-},
-{
- Id: 4027
- AegisName: "YetiMask"
- Name: "YetiMask"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4027
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4028
- AegisName: "WizardHat"
- Name: "WizardHat"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 4028
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 3;
- ">
-},
-{
- Id: 4030
- AegisName: "BowlerHat"
- Name: "BowlerHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4030
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4031
- AegisName: "Monocle"
- Name: "Monocle"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4031
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- bonus bLuk, 1;
- bonus bCritical, 10;
- ">
-},
-{
- Id: 4032
- AegisName: "PanHat"
- Name: "PanHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4032
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4033
- AegisName: "ChefHat"
- Name: "ChefHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4033
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4042
- AegisName: "RedNose"
- Name: "RedNose"
- Type: 5
- Buy: 4000
- Sell: 1000
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4042
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5128
- AegisName: "DarkHelm"
- Name: "DarkHelm"
- Type: 5
- Buy: 50000
- Sell: 10000
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 19
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5128
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMaxHPrate, 10;
- bonus bInt, -Int;
- ">
-},
-{
- Id: 5129
- AegisName: "UnderworldMask"
- Name: "UnderworldMask"
- Type: 5
- Buy: 50000
- Sell: 10000
- Weight: 100
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5129
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAtkRange, 3;
- bonus bInt, -Int;
- bonus bAgi, 2;
- bonus bDex, 2;
- ">
-},
-{
- Id: 5130
- AegisName: "Phylactery"
- Name: "Phylactery"
- Type: 5
- Buy: 50000
- Sell: 10000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5130
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAspdRate, 50;
- bonus bDex, -(Dex/2);
- ">
-},
-{
- Id: 5200
- AegisName: "PointyWitchHat"
- Name: "PointyWitchHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5200
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5201
- AegisName: "Pipe"
- Name: "Pipe"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 18
- Refine: false
- View: 5201
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- bonus bLuk, 1;
- bonus bCritical, 10;
- callfunc "DrugItem";
- ">
-},
-{
- Id: 5202
- AegisName: "PilotHat"
- Name: "PilotHat"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5202
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5203
- AegisName: "MoonshroomHat"
- Name: "MoonshroomHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5203
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5204
- AegisName: "CarbonGasMask"
- Name: "CarbonGasMask"
- Type: 5
- Buy: 2500
- Sell: 1250
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5204
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5205
- AegisName: "EskimoHat"
- Name: "EskimoHat"
- Type: 5
- Buy: 7500
- Sell: 3750
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5205
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5209
- AegisName: "TerraniteHead"
- Name: "TerraniteHead"
- Type: 5
- Buy: 30000
- Sell: 3000
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 16
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5209
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- bonus bAgi, 3;
- bonus bDex, 1;
- ">
-},
-{
- Id: 5226
- AegisName: "GroovyHat"
- Name: "GroovyHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5226
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5227
- AegisName: "JazzyHat"
- Name: "JazzyHat"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5227
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5228
- AegisName: "ChicSantaHat"
- Name: "ChicSantaHat"
- Type: 5
- Buy: 400
- Sell: 200
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5228
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5229
- AegisName: "ScentedCandleHelmet"
- Name: "ScentedCandleHelmet"
- Type: 5
- Buy: 20000
- Sell: 1
- Weight: 450
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5229
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 2;
- addtimer 1, "ScentedCandle::OnEquip";
- ">
-},
-{
- Id: 5230
- AegisName: "AnniversaryHat"
- Name: "AnniversaryHat"
- Type: 5
- Buy: 100000
- Sell: 1
- Weight: 100
- Atk: 0
- Matk: 0
- Def: 12
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5230
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bInt, 2;
- ">
-},
-{
- Id: 5231
- AegisName: "RedPresentHat"
- Name: "RedPresentHat"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5231
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5232
- AegisName: "GreenPresentHat"
- Name: "GreenPresentHat"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5232
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5233
- AegisName: "BluePresentHat"
- Name: "BluePresentHat"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5233
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5234
- AegisName: "YellowPresentHat"
- Name: "YellowPresentHat"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5234
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5238
- AegisName: "AFKCap"
- Name: "AFKCap"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5238
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5239
- AegisName: "Aureole"
- Name: "Aureole"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5239
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bFlee, 50;
- ">
-},
-{
- Id: 5240
- AegisName: "SmileyCap"
- Name: "SmileyCap"
- Type: 5
- Buy: 1000
- Sell: 1
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5240
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5241
- AegisName: "RedShades"
- Name: "RedShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5241
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5242
- AegisName: "GreenShades"
- Name: "GreenShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5242
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5243
- AegisName: "DarkBlueShades"
- Name: "DarkBlueShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5243
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5244
- AegisName: "YellowShades"
- Name: "YellowShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5244
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5245
- AegisName: "LightBlueShades"
- Name: "LightBlueShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5245
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5246
- AegisName: "PinkShades"
- Name: "PinkShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5246
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5247
- AegisName: "BlackShades"
- Name: "BlackShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5247
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5248
- AegisName: "OrangeShades"
- Name: "OrangeShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5248
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5249
- AegisName: "PurpleShades"
- Name: "PurpleShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5249
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5250
- AegisName: "DarkGreenShades"
- Name: "DarkGreenShades"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5250
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5255
- AegisName: "PVPCap"
- Name: "PVPCap"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5255
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5257
- AegisName: "GoldenPVPCap"
- Name: "GoldenPVPCap"
- Type: 5
- Buy: 500
- Sell: 100
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5257
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5258
- AegisName: "BlinkingHocus"
- Name: "BlinkingHocus"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 400
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5258
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5259
- AegisName: "BlinkingEvilHalloween"
- Name: "BlinkingEvilHalloween"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 13
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5259
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bMdef, 5;
- ">
-},
-{
- Id: 5262
- AegisName: "MovieCap"
- Name: "MovieCap"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5262
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5264
- AegisName: "BlueWolfHelmet"
- Name: "BlueWolfHelmet"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5264
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5265
- AegisName: "CloverHat"
- Name: "CloverHat"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 256
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5265
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 586
- AegisName: "CottonShorts"
- Name: "CottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 586
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 610
- AegisName: "JeansShorts"
- Name: "JeansShorts"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 610
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 632
- AegisName: "CottonSkirt"
- Name: "CottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 632
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 642
- AegisName: "JeansChaps"
- Name: "JeansChaps"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 60
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 642
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 648
- AegisName: "CottonTrousers"
- Name: "CottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 648
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 731
- AegisName: "AssassinPants"
- Name: "AssassinPants"
- Type: 5
- Buy: 10000
- Sell: 3000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 731
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "BrawlingItem";
- bonus bAgi, 5;
- ">
-},
-{
- Id: 768
- AegisName: "TerraniteLegs"
- Name: "TerraniteLegs"
- Type: 5
- Buy: 10000
- Sell: 3000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 768
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- bonus bMdef, 5;
- ">
-},
-{
- Id: 771
- AegisName: "Miniskirt"
- Name: "Miniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 771
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 796
- AegisName: "BromenalLegs"
- Name: "BromenalLegs"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 150
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 796
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 857
- AegisName: "LeatherTrousers"
- Name: "LeatherTrousers"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 857
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bHit, 2;
- ">
-},
-{
- Id: 881
- AegisName: "RaggedShorts"
- Name: "RaggedShorts"
- Type: 5
- Buy: 60
- Sell: 1
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 881
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1172
- AegisName: "SilkPants"
- Name: "SilkPants"
- Type: 5
- Buy: 20000
- Sell: 750
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 1172
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2100
- AegisName: "RedCottonSkirt"
- Name: "RedCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2100
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2101
- AegisName: "GreenCottonSkirt"
- Name: "GreenCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2101
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2102
- AegisName: "DarkBlueCottonSkirt"
- Name: "DarkBlueCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2102
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2103
- AegisName: "YellowCottonSkirt"
- Name: "YellowCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2103
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2104
- AegisName: "LightBlueCottonSkirt"
- Name: "LightBlueCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2104
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2105
- AegisName: "PinkCottonSkirt"
- Name: "PinkCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2105
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2106
- AegisName: "BlackCottonSkirt"
- Name: "BlackCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2106
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2107
- AegisName: "OrangeCottonSkirt"
- Name: "OrangeCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2107
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2108
- AegisName: "PurpleCottonSkirt"
- Name: "PurpleCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2108
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2109
- AegisName: "DarkGreenCottonSkirt"
- Name: "DarkGreenCottonSkirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2109
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2110
- AegisName: "RedCottonShorts"
- Name: "RedCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2110
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2111
- AegisName: "GreenCottonShorts"
- Name: "GreenCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2111
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2112
- AegisName: "DarkBlueCottonShorts"
- Name: "DarkBlueCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2112
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2113
- AegisName: "YellowCottonShorts"
- Name: "YellowCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2113
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2114
- AegisName: "LightBlueCottonShorts"
- Name: "LightBlueCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2114
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2115
- AegisName: "PinkCottonShorts"
- Name: "PinkCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2115
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2116
- AegisName: "BlackCottonShorts"
- Name: "BlackCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2116
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2117
- AegisName: "OrangeCottonShorts"
- Name: "OrangeCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2117
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2118
- AegisName: "PurpleCottonShorts"
- Name: "PurpleCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2118
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2119
- AegisName: "DarkGreenCottonShorts"
- Name: "DarkGreenCottonShorts"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2119
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2170
- AegisName: "RedMiniskirt"
- Name: "RedMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2170
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2171
- AegisName: "GreenMiniskirt"
- Name: "GreenMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2171
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2172
- AegisName: "DarkBlueMiniskirt"
- Name: "DarkBlueMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2172
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2173
- AegisName: "YellowMiniskirt"
- Name: "YellowMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2173
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2174
- AegisName: "LightBlueMiniskirt"
- Name: "LightBlueMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2174
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2175
- AegisName: "PinkMiniskirt"
- Name: "PinkMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2175
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2176
- AegisName: "BlackMiniskirt"
- Name: "BlackMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2176
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2177
- AegisName: "OrangeMiniskirt"
- Name: "OrangeMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2177
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2178
- AegisName: "PurpleMiniskirt"
- Name: "PurpleMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2178
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2179
- AegisName: "DarkGreenMiniskirt"
- Name: "DarkGreenMiniskirt"
- Type: 5
- Buy: 1000
- Sell: 500
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2179
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2180
- AegisName: "RedCottonTrousers"
- Name: "RedCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2180
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2181
- AegisName: "GreenCottonTrousers"
- Name: "GreenCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2181
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2182
- AegisName: "DarkBlueCottonTrousers"
- Name: "DarkBlueCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2182
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2183
- AegisName: "YellowCottonTrousers"
- Name: "YellowCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2183
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2184
- AegisName: "LightBlueCottonTrousers"
- Name: "LightBlueCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2184
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2185
- AegisName: "PinkCottonTrousers"
- Name: "PinkCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2185
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2186
- AegisName: "BlackCottonTrousers"
- Name: "BlackCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2186
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2187
- AegisName: "OrangeCottonTrousers"
- Name: "OrangeCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2187
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2188
- AegisName: "PurpleCottonTrousers"
- Name: "PurpleCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2188
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2189
- AegisName: "DarkGreenCottonTrousers"
- Name: "DarkGreenCottonTrousers"
- Type: 5
- Buy: 1500
- Sell: 750
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 1
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 2189
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 531
- AegisName: "MinerGloves"
- Name: "MinerGloves"
- Type: 5
- Buy: 3000
- Sell: 1000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 531
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 532
- AegisName: "LeatherGloves"
- Name: "LeatherGloves"
- Type: 5
- Buy: 6000
- Sell: 2000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 532
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 563
- AegisName: "WinterGloves"
- Name: "WinterGloves"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 563
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 741
- AegisName: "CottonGloves"
- Name: "CottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 741
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 756
- AegisName: "AssassinGloves"
- Name: "AssassinGloves"
- Type: 5
- Buy: 7000
- Sell: 2000
- Weight: 9
- Atk: 0
- Matk: 0
- Def: 3
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 756
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "BrawlingItem";
- bonus bAgi, 4;
- ">
-},
-{
- Id: 794
- AegisName: "BromenalGloves"
- Name: "BromenalGloves"
- Type: 5
- Buy: 6000
- Sell: 2000
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 794
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 868
- AegisName: "SilkGloves"
- Name: "SilkGloves"
- Type: 5
- Buy: 5000
- Sell: 2500
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 868
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2160
- AegisName: "RedCottonGloves"
- Name: "RedCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2160
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2161
- AegisName: "GreenCottonGloves"
- Name: "GreenCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2161
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2162
- AegisName: "DarkBlueCottonGloves"
- Name: "DarkBlueCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2162
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2163
- AegisName: "YellowCottonGloves"
- Name: "YellowCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2163
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2164
- AegisName: "LightBlueCottonGloves"
- Name: "LightBlueCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2164
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2165
- AegisName: "PinkCottonGloves"
- Name: "PinkCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2165
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2166
- AegisName: "BlackCottonGloves"
- Name: "BlackCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2166
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2167
- AegisName: "OrangeCottonGloves"
- Name: "OrangeCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2167
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2168
- AegisName: "PurpleCottonGloves"
- Name: "PurpleCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2168
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2169
- AegisName: "DarkGreenCottonGloves"
- Name: "DarkGreenCottonGloves"
- Type: 5
- Buy: 2000
- Sell: 500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 1
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 4
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2169
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 585
- AegisName: "ScarabArmlet"
- Name: "ScarabArmlet"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32
- WeaponLv: 0
- EquipLv: 1
- Refine: false
- View: 585
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 601
- AegisName: "SteelShield"
- Name: "SteelShield"
- Type: 5
- Buy: 40000
- Sell: 3000
- Weight: 2500
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 601
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 602
- AegisName: "WoodenShield"
- Name: "WoodenShield"
- Type: 5
- Buy: 10000
- Sell: 2000
- Weight: 1500
- Atk: 0
- Matk: 0
- Def: 14
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 602
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 603
- AegisName: "LeatherShield"
- Name: "LeatherShield"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 1300
- Atk: 0
- Matk: 0
- Def: 7
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 603
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 797
- AegisName: "BromenalShield"
- Name: "BromenalShield"
- Type: 5
- Buy: 40000
- Sell: 3000
- Weight: 2500
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 797
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 501
- AegisName: "CactusDrink"
- Name: "CactusDrink"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 501
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 15, 0;
- ">
-},
-{
- Id: 502
- AegisName: "CactusPotion"
- Name: "CactusPotion"
- Type: 2
- Buy: 70
- Sell: 35
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 502
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 25, 0;
- ">
-},
-{
- Id: 506
- AegisName: "CandyCane"
- Name: "CandyCane"
- Type: 2
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 506
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 5, 0;
- ">
-},
-{
- Id: 508
- AegisName: "XmasCake"
- Name: "XmasCake"
- Type: 2
- Buy: 70
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 508
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 509
- AegisName: "ChocolateBar"
- Name: "ChocolateBar"
- Type: 2
- Buy: 60
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 509
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 20, 0;
- ">
-},
-{
- Id: 510
- AegisName: "Candy"
- Name: "Candy"
- Type: 2
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 510
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 5, 0;
- ">
-},
-{
- Id: 512
- AegisName: "GingerBreadMan"
- Name: "GingerBreadMan"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 512
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 25, 0;
- ">
-},
-{
- Id: 513
- AegisName: "Cake"
- Name: "Cake"
- Type: 2
- Buy: 30
- Sell: 15
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 513
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 15, 0;
- ">
-},
-{
- Id: 514
- AegisName: "XmasCandyCane"
- Name: "XmasCandyCane"
- Type: 2
- Buy: 30
- Sell: 15
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 514
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 519
- AegisName: "CherryCake"
- Name: "CherryCake"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 519
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 35, 0;
- ">
-},
-{
- Id: 520
- AegisName: "EasterEgg"
- Name: "EasterEgg"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 520
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 527
- AegisName: "Milk"
- Name: "Milk"
- Type: 2
- Buy: 300
- Sell: 150
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 527
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 150, 0;
- ">
-},
-{
- Id: 533
- AegisName: "RoastedMaggot"
- Name: "RoastedMaggot"
- Type: 2
- Buy: 110
- Sell: 55
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 533
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 150, 0;
- ">
-},
-{
- Id: 534
- AegisName: "OrangeCupcake"
- Name: "OrangeCupcake"
- Type: 2
- Buy: 90
- Sell: 45
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 534
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 535
- AegisName: "RedApple"
- Name: "RedApple"
- Type: 2
- Buy: 25
- Sell: 6
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 535
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 539
- AegisName: "Beer"
- Name: "Beer"
- Type: 2
- Buy: 175
- Sell: 87
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 539
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 200, 5, 1;
- ">
-},
-{
- Id: 541
- AegisName: "BottleOfWater"
- Name: "BottleOfWater"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 541
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 250, 0;
- getitem 540, 1;
- ">
-},
-{
- Id: 562
- AegisName: "ChickenLeg"
- Name: "ChickenLeg"
- Type: 2
- Buy: 250
- Sell: 125
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 562
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 500, 0;
- ">
-},
-{
- Id: 565
- AegisName: "PinkPetal"
- Name: "PinkPetal"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 565
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 566
- AegisName: "SmallMushroom"
- Name: "SmallMushroom"
- Type: 2
- Buy: 125
- Sell: 50
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 566
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 567
- AegisName: "IronPotion"
- Name: "IronPotion"
- Type: 2
- Buy: 500
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 567
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- sc_start sc_raiseattackstrength, 60, 60;
- ">
-},
-{
- Id: 568
- AegisName: "ConcentrationPotion"
- Name: "ConcentrationPotion"
- Type: 2
- Buy: 500
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 568
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- sc_start sc_raiseattackspeed0, 60, 30;
- ">
-},
-{
- Id: 657
- AegisName: "Orange"
- Name: "Orange"
- Type: 2
- Buy: 40
- Sell: 10
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 657
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 60, 0;
- ">
-},
-{
- Id: 676
- AegisName: "Steak"
- Name: "Steak"
- Type: 2
- Buy: 275
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 676
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 250, 0;
- ">
-},
-{
- Id: 684
- AegisName: "TinyHealingPotion"
- Name: "TinyHealingPotion"
- Type: 2
- Buy: 25
- Sell: 12
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 684
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 685
- AegisName: "SmallHealingPotion"
- Name: "SmallHealingPotion"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 685
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 200, 0;
- ">
-},
-{
- Id: 686
- AegisName: "MediumHealingPotion"
- Name: "MediumHealingPotion"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 686
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 400, 0;
- ">
-},
-{
- Id: 687
- AegisName: "LargeHealingPotion"
- Name: "LargeHealingPotion"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 687
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 800, 0;
- ">
-},
-{
- Id: 705
- AegisName: "ManaPotion"
- Name: "ManaPotion"
- Type: 2
- Buy: 2000
- Sell: 300
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 705
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 10, 1;
- callfunc "MagicGainBasic";
- ">
-},
-{
- Id: 714
- AegisName: "SnakeEgg"
- Name: "SnakeEgg"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 714
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 30, 0;
- ">
-},
-{
- Id: 715
- AegisName: "MountainSnakeEgg"
- Name: "MountainSnakeEgg"
- Type: 2
- Buy: 80
- Sell: 40
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 715
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 40, 0;
- ">
-},
-{
- Id: 716
- AegisName: "GrassSnakeEgg"
- Name: "GrassSnakeEgg"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 716
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 717
- AegisName: "CaveSnakeEgg"
- Name: "CaveSnakeEgg"
- Type: 2
- Buy: 60
- Sell: 30
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 717
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 20, 0;
- ">
-},
-{
- Id: 719
- AegisName: "GreenApple"
- Name: "GreenApple"
- Type: 2
- Buy: 20
- Sell: 5
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 719
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 45, 0;
- ">
-},
-{
- Id: 733
- AegisName: "PurificationPotion"
- Name: "PurificationPotion"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 733
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "usePurificationPotion";
- ">
-},
-{
- Id: 736
- AegisName: "WhiteCake"
- Name: "WhiteCake"
- Type: 2
- Buy: 500
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 736
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 737
- AegisName: "ChocolateCake"
- Name: "ChocolateCake"
- Type: 2
- Buy: 550
- Sell: 125
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 737
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 11, 0;
- ">
-},
-{
- Id: 738
- AegisName: "OrangeCake"
- Name: "OrangeCake"
- Type: 2
- Buy: 600
- Sell: 150
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 738
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 12, 0;
- ">
-},
-{
- Id: 739
- AegisName: "AppleCake"
- Name: "AppleCake"
- Type: 2
- Buy: 600
- Sell: 150
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 739
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 12, 0;
- ">
-},
-{
- Id: 743
- AegisName: "Acorn"
- Name: "Acorn"
- Type: 2
- Buy: 50
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 743
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 3, 0;
- ">
-},
-{
- Id: 744
- AegisName: "DilutedConcentrationPot"
- Name: "DilutedConcentrationPot"
- Type: 2
- Buy: 250
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 744
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- sc_start sc_raiseattackspeed0, 30, 20;
- ">
-},
-{
- Id: 745
- AegisName: "DarkConcentrationPotion"
- Name: "DarkConcentrationPotion"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 745
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- sc_start sc_raiseattackspeed0, 10, 40;
- sc_start SC_POISON, 1, 50;
- ">
-},
-{
- Id: 747
- AegisName: "LacedChocolateCake"
- Name: "LacedChocolateCake"
- Type: 2
- Buy: 550
- Sell: 125
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 747
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 11, 0;
- ">
-},
-{
- Id: 748
- AegisName: "LacedOrangeCupcake"
- Name: "LacedOrangeCupcake"
- Type: 2
- Buy: 90
- Sell: 45
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 748
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 750
- AegisName: "SlowPoisonPotion"
- Name: "SlowPoisonPotion"
- Type: 2
- Buy: 500
- Sell: 200
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 750
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 5, 0;
- sc_start SC_SLOWPOISON, 180000, 180;
- ">
-},
-{
- Id: 784
- AegisName: "ZombieNachos"
- Name: "ZombieNachos"
- Type: 2
- Buy: 100
- Sell: 30
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 784
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 60, 0;
- ">
-},
-{
- Id: 785
- AegisName: "LadyFingers"
- Name: "LadyFingers"
- Type: 2
- Buy: 70
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 785
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 40, 0;
- ">
-},
-{
- Id: 786
- AegisName: "JellAhh"
- Name: "JellAhh"
- Type: 2
- Buy: 80
- Sell: 30
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 786
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 787
- AegisName: "Snapple"
- Name: "Snapple"
- Type: 2
- Buy: 110
- Sell: 55
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 787
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 70, 0;
- ">
-},
-{
- Id: 788
- AegisName: "BeetleJuice"
- Name: "BeetleJuice"
- Type: 2
- Buy: 80
- Sell: 30
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 788
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 789
- AegisName: "GutBuster"
- Name: "GutBuster"
- Type: 2
- Buy: 100
- Sell: 30
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 789
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 60, 0;
- ">
-},
-{
- Id: 790
- AegisName: "BloodWine"
- Name: "BloodWine"
- Type: 2
- Buy: 150
- Sell: 50
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 790
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 808
- AegisName: "HitchhikersTowel"
- Name: "HitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 808
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "HitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 809
- AegisName: "WhiteHitchhikersTowel"
- Name: "WhiteHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 809
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "WhiteHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 810
- AegisName: "RedHitchhikersTowel"
- Name: "RedHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 810
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "RedHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 811
- AegisName: "GreenHitchhikersTowel"
- Name: "GreenHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 811
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "GreenHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 812
- AegisName: "BlueHitchhikersTowel"
- Name: "BlueHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 812
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "BlueHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 813
- AegisName: "YellowHitchhikersTowel"
- Name: "YellowHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 813
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "YellowHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 814
- AegisName: "PurpleHitchhikersTowel"
- Name: "PurpleHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 814
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "PurpleHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 815
- AegisName: "OrangeHitchhikersTowel"
- Name: "OrangeHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 815
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "OrangeHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 816
- AegisName: "PinkHitchhikersTowel"
- Name: "PinkHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 816
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "PinkHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 817
- AegisName: "TealHitchhikersTowel"
- Name: "TealHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 817
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "TealHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 818
- AegisName: "LimeHitchhikersTowel"
- Name: "LimeHitchhikersTowel"
- Type: 2
- Buy: 0
- Sell: 0
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 818
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set @warpTowelName$, "LimeHitchhikersTowel";
- callfunc "WarpTowel";
- ">
-},
-{
- Id: 825
- AegisName: "TinyManaElixir"
- Name: "TinyManaElixir"
- Type: 2
- Buy: 100
- Sell: 10
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 825
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 25, 1;
- ">
-},
-{
- Id: 826
- AegisName: "SmallManaElixir"
- Name: "SmallManaElixir"
- Type: 2
- Buy: 200
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 826
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 50, 1;
- ">
-},
-{
- Id: 827
- AegisName: "MediumManaElixir"
- Name: "MediumManaElixir"
- Type: 2
- Buy: 400
- Sell: 40
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 827
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 100, 1;
- ">
-},
-{
- Id: 828
- AegisName: "LargeManaElixir"
- Name: "LargeManaElixir"
- Type: 2
- Buy: 800
- Sell: 80
- Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 828
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 0, 250, 1;
- ">
-},
-{
- Id: 838
- AegisName: "CranberryLollipop"
- Name: "CranberryLollipop"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 838
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 750, 0;
- ">
-},
-{
- Id: 839
- AegisName: "GrapeLollipop"
- Name: "GrapeLollipop"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 839
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 750, 0;
- ">
-},
-{
- Id: 840
- AegisName: "OrangeLollipop"
- Name: "OrangeLollipop"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 840
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 750, 0;
- ">
-},
-{
- Id: 1189
- AegisName: "PollettEgg"
- Name: "PollettEgg"
- Type: 2
- Buy: 250
- Sell: 25
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1189
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 75, 10, 1;
- ">
-},
-{
- Id: 1229
- AegisName: "CaramelApple"
- Name: "CaramelApple"
- Type: 2
- Buy: 500
- Sell: 75
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1229
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 1000, 0;
- ">
-},
-{
- Id: 1230
- AegisName: "LollipopColor1"
- Name: "LollipopColor1"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1230
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 800, 0;
- ">
-},
-{
- Id: 1231
- AegisName: "LollipopColor2"
- Name: "LollipopColor2"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1231
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 800, 0;
- ">
-},
-{
- Id: 1232
- AegisName: "LollipopColor3"
- Name: "LollipopColor3"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1232
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 800, 0;
- ">
-},
-{
- Id: 1248
- AegisName: "Blueberries"
- Name: "Blueberries"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 6
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1248
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 200, 0;
- ">
-},
-{
- Id: 1250
- AegisName: "Pear"
- Name: "Pear"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1250
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 150, 0;
- ">
-},
-{
- Id: 1251
- AegisName: "Plum"
- Name: "Plum"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1251
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 100, 0;
- ">
-},
-{
- Id: 1252
- AegisName: "Cherry"
- Name: "Cherry"
- Type: 2
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1252
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 50, 0;
- ">
-},
-{
- Id: 1253
- AegisName: "GoldenDeliciousApple"
- Name: "GoldenDeliciousApple"
- Type: 2
- Buy: 1000
- Sell: 500
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1253
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 200, 0, 0;
- ">
-},
-{
- Id: 1258
- AegisName: "Honey"
- Name: "Honey"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1258
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 45, 0;
- ">
-},
-{
- Id: 1280
- AegisName: "Scissors"
- Name: "Scissors"
- Type: 2
- Buy: 1000
- Sell: 500
- Weight: 120
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1280
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "useScissors";
- ">
-},
-{
- Id: 1281
- AegisName: "ShockSweet"
- Name: "ShockSweet"
- Type: 2
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1281
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "useShockSweet";
- ">
-},
-{
- Id: 3001
- AegisName: "RubberBat"
- Name: "RubberBat"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3001
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "rubberBat";
- ">
-},
-{
- Id: 3006
- AegisName: "TonoriDelight"
- Name: "TonoriDelight"
- Type: 2
- Buy: 5
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3006
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 2, 1;
- ">
-},
-{
- Id: 3007
- AegisName: "Marshmallow"
- Name: "Marshmallow"
- Type: 2
- Buy: 5
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3007
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 3009
- AegisName: "JellySkull"
- Name: "JellySkull"
- Type: 2
- Buy: 5
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3009
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 3010
- AegisName: "CandyPumpkin"
- Name: "CandyPumpkin"
- Type: 2
- Buy: 5
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3010
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 10, 0;
- ">
-},
-{
- Id: 4035
- AegisName: "PickledBeets"
- Name: "PickledBeets"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 150
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4035
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "usePickledBeets";
- ">
-},
-{
- Id: 4036
- AegisName: "RoastedAcorn"
- Name: "RoastedAcorn"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4036
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 15, 0;
- ">
-},
-{
- Id: 5126
- AegisName: "MTJarofOwnBlood"
- Name: "MTJarofOwnBlood"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5126
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal -250, 0;
- getitem 5127, 1;
- ">
-},
-{
- Id: 5210
- AegisName: "GrassFedTofu"
- Name: "GrassFedTofu"
- Type: 2
- Buy: 50
- Sell: 1
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5210
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal -10, -2, 1;
- ">
-},
-{
- Id: 5213
- AegisName: "VeganWater"
- Name: "VeganWater"
- Type: 2
- Buy: 200
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5213
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 250, 0;
- getitem 540, 1;
- ">
-},
-{
- Id: 5214
- AegisName: "LactoseFreeAcorn"
- Name: "LactoseFreeAcorn"
- Type: 2
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5214
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 15, 0;
- ">
-},
-{
- Id: 5235
- AegisName: "TMWBirthdayGift"
- Name: "TMWBirthdayGift"
- Type: 2
- Buy: 1000000
- Sell: 50
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5235
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "TMWBirthdayGift";
- ">
-},
-{
- Id: 5236
- AegisName: "GumiCandy"
- Name: "GumiCandy"
- Type: 2
- Buy: 10000
- Sell: 250
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5236
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0, 1), 3, !Sex));
- ">
-},
-{
- Id: 5237
- AegisName: "CaramelCandy"
- Name: "CaramelCandy"
- Type: 2
- Buy: 700
- Sell: 350
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5237
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- heal 350, 0;
- ">
-},
-{
- Id: 5263
- AegisName: "LovePotion"
- Name: "LovePotion"
- Type: 2
- Buy: 90000
- Sell: 550
- Weight: 0
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5263
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- Script: <"
- callfunc "LovePotion";
- ">
-},
-{
- Id: 523
- AegisName: "LeatherShirt"
- Name: "LeatherShirt"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 4
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 523
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 546
- AegisName: "DesertShirt"
- Name: "DesertShirt"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 546
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 564
- AegisName: "Turtleneck"
- Name: "Turtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 564
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 624
- AegisName: "VNeckSweater"
- Name: "VNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 624
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 625
- AegisName: "ChainmailShirt"
- Name: "ChainmailShirt"
- Type: 5
- Buy: 15000
- Sell: 1500
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 625
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 626
- AegisName: "LightPlatemail"
- Name: "LightPlatemail"
- Type: 5
- Buy: 50000
- Sell: 2500
- Weight: 1200
- Atk: 0
- Matk: 0
- Def: 25
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 626
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 645
- AegisName: "GoldenPlatemail"
- Name: "GoldenPlatemail"
- Type: 5
- Buy: 9999000
- Sell: 3000
- Weight: 4500
- Atk: 0
- Matk: 0
- Def: 25
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 645
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 649
- AegisName: "WhiteEvokersRobeBlue"
- Name: "WhiteEvokersRobeBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 649
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- bonus bCriticalDef, 10;
- ">
-},
-{
- Id: 650
- AegisName: "BlackEvokersRobeBlue"
- Name: "BlackEvokersRobeBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 650
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- bonus bCriticalDef, 10;
- ">
-},
-{
- Id: 651
- AegisName: "WhiteWizardRobe"
- Name: "WhiteWizardRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 651
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 652
- AegisName: "BlackWizardRobe"
- Name: "BlackWizardRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 652
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 653
- AegisName: "ApprenticeRobe"
- Name: "ApprenticeRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 653
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- bonus bCriticalDef, 10;
- ">
-},
-{
- Id: 658
- AegisName: "WarlordPlate"
- Name: "WarlordPlate"
- Type: 5
- Buy: 100000
- Sell: 3000
- Weight: 2600
- Atk: 0
- Matk: 0
- Def: 27
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 658
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 659
- AegisName: "GoldenWarlordPlate"
- Name: "GoldenWarlordPlate"
- Type: 5
- Buy: 500000
- Sell: 4000
- Weight: 7600
- Atk: 0
- Matk: 0
- Def: 27
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 659
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 688
- AegisName: "TankTop"
- Name: "TankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 688
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 689
- AegisName: "ShortTankTop"
- Name: "ShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 689
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 720
- AegisName: "SilkRobe"
- Name: "SilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 720
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 726
- AegisName: "GMRobe"
- Name: "GMRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 726
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "RestrictedItem";
- ">
-},
-{
- Id: 755
- AegisName: "AssassinShirt"
- Name: "AssassinShirt"
- Type: 5
- Buy: 10000
- Sell: 3000
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 90
- Refine: false
- View: 755
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "BrawlingItem";
- bonus bAgi, 15;
- bonus bSpeedAddRate, 11;
- bonus bFlee, 20;
- bonus bHit, 20;
- bonus bMaxHP, 200;
- ">
-},
-{
- Id: 767
- AegisName: "TerraniteChestArmor"
- Name: "TerraniteChestArmor"
- Type: 5
- Buy: 100000
- Sell: 3000
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 767
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- bonus bMdef, 10;
- ">
-},
-{
- Id: 782
- AegisName: "ForestArmor"
- Name: "ForestArmor"
- Type: 5
- Buy: 3000
- Sell: 1500
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 782
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 3;
- ">
-},
-{
- Id: 783
- AegisName: "PlatynaRedDress"
- Name: "PlatynaRedDress"
- Type: 5
- Buy: 100000
- Sell: 50000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 15
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 783
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 791
- AegisName: "YetiSkinShirt"
- Name: "YetiSkinShirt"
- Type: 5
- Buy: 20000
- Sell: 10000
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 12
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 791
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 793
- AegisName: "BromenalChest"
- Name: "BromenalChest"
- Type: 5
- Buy: 100000
- Sell: 3000
- Weight: 2000
- Atk: 0
- Matk: 0
- Def: 25
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 793
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 798
- AegisName: "SorcererRed"
- Name: "SorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 798
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 870
- AegisName: "FineDress"
- Name: "FineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 870
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 880
- AegisName: "LazuriteRobe"
- Name: "LazuriteRobe"
- Type: 5
- Buy: 92000
- Sell: 52000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 7
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 90
- Refine: false
- View: 880
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Int;
- set @minbStatVal, 70;
- callfunc "RequireStat";
- set @bStat, Vit;
- set @minbStatVal, 40;
- callfunc "RequireStat";
- bonus bSpeedAddRate, -15;
- bonus bDef2Rate, -40;
- bonus bMdef, 60;
- bonus bVit, -1;
- bonus bInt, 7;
- bonus bLuk, -1;
- bonus bDex, -1;
- bonus bStr, -1;
- ">
-},
-{
- Id: 1178
- AegisName: "Contributor"
- Name: "Contributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1178
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1183
- AegisName: "AmberChristmasSweater"
- Name: "AmberChristmasSweater"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1183
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1184
- AegisName: "FunkyChristmasSweater"
- Name: "FunkyChristmasSweater"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1184
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1185
- AegisName: "PinkChristmasSweater"
- Name: "PinkChristmasSweater"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1185
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1186
- AegisName: "DarkChristmasSweater"
- Name: "DarkChristmasSweater"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1186
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1187
- AegisName: "BlueChristmasSweater"
- Name: "BlueChristmasSweater"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1187
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1202
- AegisName: "CottonShirt"
- Name: "CottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 13
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1202
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2050
- AegisName: "RedCottonShirt"
- Name: "RedCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2050
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2051
- AegisName: "GreenCottonShirt"
- Name: "GreenCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2051
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2052
- AegisName: "DarkBlueCottonShirt"
- Name: "DarkBlueCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2052
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2053
- AegisName: "YellowCottonShirt"
- Name: "YellowCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2053
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2054
- AegisName: "LightBlueCottonShirt"
- Name: "LightBlueCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2054
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2055
- AegisName: "PinkCottonShirt"
- Name: "PinkCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2055
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2056
- AegisName: "BlackCottonShirt"
- Name: "BlackCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2056
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2057
- AegisName: "OrangeCottonShirt"
- Name: "OrangeCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2057
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2058
- AegisName: "PurpleCottonShirt"
- Name: "PurpleCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2058
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2059
- AegisName: "DarkGreenCottonShirt"
- Name: "DarkGreenCottonShirt"
- Type: 5
- Buy: 300
- Sell: 5
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2059
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2060
- AegisName: "RedVNeckSweater"
- Name: "RedVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2060
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2061
- AegisName: "GreenVNeckSweater"
- Name: "GreenVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2061
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2062
- AegisName: "DarkBlueVNeckSweater"
- Name: "DarkBlueVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2062
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2063
- AegisName: "YellowVNeckSweater"
- Name: "YellowVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2063
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2064
- AegisName: "LightBlueVNeckSweater"
- Name: "LightBlueVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2064
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2065
- AegisName: "PinkVNeckSweater"
- Name: "PinkVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2065
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2066
- AegisName: "BlackVNeckSweater"
- Name: "BlackVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2066
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2067
- AegisName: "OrangeVNeckSweater"
- Name: "OrangeVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2067
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2068
- AegisName: "PurpleVNeckSweater"
- Name: "PurpleVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2068
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2069
- AegisName: "DarkGreenVNeckSweater"
- Name: "DarkGreenVNeckSweater"
- Type: 5
- Buy: 6000
- Sell: 3000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2069
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2070
- AegisName: "RedTurtleneck"
- Name: "RedTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2070
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2071
- AegisName: "GreenTurtleneck"
- Name: "GreenTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2071
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2072
- AegisName: "DarkBlueTurtleneck"
- Name: "DarkBlueTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2072
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2073
- AegisName: "YellowTurtleneck"
- Name: "YellowTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2073
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2074
- AegisName: "LightBlueTurtleneck"
- Name: "LightBlueTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2074
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2075
- AegisName: "PinkTurtleneck"
- Name: "PinkTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2075
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2076
- AegisName: "BlackTurtleneck"
- Name: "BlackTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2076
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2077
- AegisName: "OrangeTurtleneck"
- Name: "OrangeTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2077
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2078
- AegisName: "PurpleTurtleneck"
- Name: "PurpleTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2078
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2079
- AegisName: "DarkGreenTurtleneck"
- Name: "DarkGreenTurtleneck"
- Type: 5
- Buy: 2000
- Sell: 1000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 6
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2079
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2080
- AegisName: "RedSilkRobe"
- Name: "RedSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2080
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2081
- AegisName: "GreenSilkRobe"
- Name: "GreenSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2081
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2082
- AegisName: "DarkBlueSilkRobe"
- Name: "DarkBlueSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2082
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2083
- AegisName: "YellowSilkRobe"
- Name: "YellowSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2083
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2084
- AegisName: "LightBlueSilkRobe"
- Name: "LightBlueSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2084
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2085
- AegisName: "PinkSilkRobe"
- Name: "PinkSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2085
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2086
- AegisName: "BlackSilkRobe"
- Name: "BlackSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2086
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2087
- AegisName: "OrangeSilkRobe"
- Name: "OrangeSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2087
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2088
- AegisName: "PurpleSilkRobe"
- Name: "PurpleSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2088
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2089
- AegisName: "DarkGreenSilkRobe"
- Name: "DarkGreenSilkRobe"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2089
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2090
- AegisName: "RedTankTop"
- Name: "RedTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2090
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2091
- AegisName: "GreenTankTop"
- Name: "GreenTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2091
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2092
- AegisName: "DarkBlueTankTop"
- Name: "DarkBlueTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2092
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2093
- AegisName: "YellowTankTop"
- Name: "YellowTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2093
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2094
- AegisName: "LightBlueTankTop"
- Name: "LightBlueTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2094
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2095
- AegisName: "PinkTankTop"
- Name: "PinkTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2095
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2096
- AegisName: "BlackTankTop"
- Name: "BlackTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2096
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2097
- AegisName: "OrangeTankTop"
- Name: "OrangeTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2097
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2098
- AegisName: "PurpleTankTop"
- Name: "PurpleTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2098
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2099
- AegisName: "DarkGreenTankTop"
- Name: "DarkGreenTankTop"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2099
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2120
- AegisName: "RedShortTankTop"
- Name: "RedShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2120
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2121
- AegisName: "GreenShortTankTop"
- Name: "GreenShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2121
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2122
- AegisName: "DarkBlueShortTankTop"
- Name: "DarkBlueShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2122
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2123
- AegisName: "YellowShortTankTop"
- Name: "YellowShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2123
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2124
- AegisName: "LightBlueShortTankTop"
- Name: "LightBlueShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2124
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2125
- AegisName: "PinkShortTankTop"
- Name: "PinkShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2125
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2126
- AegisName: "BlackShortTankTop"
- Name: "BlackShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2126
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2127
- AegisName: "OrangeShortTankTop"
- Name: "OrangeShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2127
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2128
- AegisName: "PurpleShortTankTop"
- Name: "PurpleShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2128
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2129
- AegisName: "DarkGreenShortTankTop"
- Name: "DarkGreenShortTankTop"
- Type: 5
- Buy: 600
- Sell: 300
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2129
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2220
- AegisName: "RedSorcererRed"
- Name: "RedSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2220
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2221
- AegisName: "GreenSorcererRed"
- Name: "GreenSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2221
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2222
- AegisName: "DarkBlueSorcererRed"
- Name: "DarkBlueSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2222
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2223
- AegisName: "YellowSorcererRed"
- Name: "YellowSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2223
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2224
- AegisName: "LightBlueSorcererRed"
- Name: "LightBlueSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2224
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2225
- AegisName: "PinkSorcererRed"
- Name: "PinkSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2225
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2226
- AegisName: "BlackSorcererRed"
- Name: "BlackSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2226
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2227
- AegisName: "OrangeSorcererRed"
- Name: "OrangeSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2227
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2228
- AegisName: "PurpleSorcererRed"
- Name: "PurpleSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2228
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2229
- AegisName: "DarkGreenSorcererRed"
- Name: "DarkGreenSorcererRed"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2229
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 2240
- AegisName: "RedFineDress"
- Name: "RedFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2240
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2241
- AegisName: "GreenFineDress"
- Name: "GreenFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2241
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2242
- AegisName: "DarkBlueFineDress"
- Name: "DarkBlueFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2242
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2243
- AegisName: "YellowFineDress"
- Name: "YellowFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2243
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2244
- AegisName: "LightBlueFineDress"
- Name: "LightBlueFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2244
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2245
- AegisName: "PinkFineDress"
- Name: "PinkFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2245
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2246
- AegisName: "BlackFineDress"
- Name: "BlackFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2246
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2247
- AegisName: "OrangeFineDress"
- Name: "OrangeFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2247
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2248
- AegisName: "PurpleFineDress"
- Name: "PurpleFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2248
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2249
- AegisName: "DarkGreenFineDress"
- Name: "DarkGreenFineDress"
- Type: 5
- Buy: 10000
- Sell: 5000
- Weight: 35
- Atk: 0
- Matk: 0
- Def: 8
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2249
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5000
- AegisName: "RedSorcererGreen"
- Name: "RedSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5000
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5001
- AegisName: "GreenSorcererGreen"
- Name: "GreenSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5001
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5002
- AegisName: "DarkBlueSorcererGreen"
- Name: "DarkBlueSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5002
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5003
- AegisName: "YellowSorcererGreen"
- Name: "YellowSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5003
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5004
- AegisName: "LightBlueSorcererGreen"
- Name: "LightBlueSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5004
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5005
- AegisName: "PinkSorcererGreen"
- Name: "PinkSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5005
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5006
- AegisName: "BlackSorcererGreen"
- Name: "BlackSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5006
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5007
- AegisName: "OrangeSorcererGreen"
- Name: "OrangeSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5007
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5008
- AegisName: "PurpleSorcererGreen"
- Name: "PurpleSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5008
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5009
- AegisName: "DarkGreenSorcererGreen"
- Name: "DarkGreenSorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5009
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5010
- AegisName: "SorcererGreen"
- Name: "SorcererGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5010
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5011
- AegisName: "RedSorcererDBlue"
- Name: "RedSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5011
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5012
- AegisName: "GreenSorcererDBlue"
- Name: "GreenSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5012
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5013
- AegisName: "DarkBlueSorcererDBlue"
- Name: "DarkBlueSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5013
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5014
- AegisName: "YellowSorcererDBlue"
- Name: "YellowSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5014
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5015
- AegisName: "LightBlueSorcererDBlue"
- Name: "LightBlueSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5015
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5016
- AegisName: "PinkSorcererDBlue"
- Name: "PinkSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5016
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5017
- AegisName: "BlackSorcererDBlue"
- Name: "BlackSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5017
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5018
- AegisName: "OrangeSorcererDBlue"
- Name: "OrangeSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5018
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5019
- AegisName: "PurpleSorcererDBlue"
- Name: "PurpleSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5019
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5020
- AegisName: "DarkGreenSorcererDBlue"
- Name: "DarkGreenSorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5020
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5021
- AegisName: "SorcererDBlue"
- Name: "SorcererDBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5021
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5022
- AegisName: "RedSorcererYellow"
- Name: "RedSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5022
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5023
- AegisName: "GreenSorcererYellow"
- Name: "GreenSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5023
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5024
- AegisName: "DarkBlueSorcererYellow"
- Name: "DarkBlueSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5024
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5025
- AegisName: "YellowSorcererYellow"
- Name: "YellowSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5025
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5026
- AegisName: "LightBlueSorcererYellow"
- Name: "LightBlueSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5026
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5027
- AegisName: "PinkSorcererYellow"
- Name: "PinkSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5027
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5028
- AegisName: "BlackSorcererYellow"
- Name: "BlackSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5028
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5029
- AegisName: "OrangeSorcererYellow"
- Name: "OrangeSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5029
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5030
- AegisName: "PurpleSorcererYellow"
- Name: "PurpleSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5030
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5031
- AegisName: "DarkGreenSorcererYellow"
- Name: "DarkGreenSorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5031
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5032
- AegisName: "SorcererYellow"
- Name: "SorcererYellow"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5032
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5033
- AegisName: "RedSorcererLBlue"
- Name: "RedSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5033
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5034
- AegisName: "GreenSorcererLBlue"
- Name: "GreenSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5034
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5035
- AegisName: "DarkBlueSorcererLBlue"
- Name: "DarkBlueSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5035
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5036
- AegisName: "YellowSorcererLBlue"
- Name: "YellowSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5036
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5037
- AegisName: "LightBlueSorcererLBlue"
- Name: "LightBlueSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5037
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5038
- AegisName: "PinkSorcererLBlue"
- Name: "PinkSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5038
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5039
- AegisName: "BlackSorcererLBlue"
- Name: "BlackSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5039
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5040
- AegisName: "OrangeSorcererLBlue"
- Name: "OrangeSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5040
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5041
- AegisName: "PurpleSorcererLBlue"
- Name: "PurpleSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5041
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5042
- AegisName: "DarkGreenSorcererLBlue"
- Name: "DarkGreenSorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5042
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5043
- AegisName: "SorcererLBlue"
- Name: "SorcererLBlue"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5043
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5044
- AegisName: "RedSorcererPink"
- Name: "RedSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5044
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5045
- AegisName: "GreenSorcererPink"
- Name: "GreenSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5045
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5046
- AegisName: "DarkBlueSorcererPink"
- Name: "DarkBlueSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5046
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5047
- AegisName: "YellowSorcererPink"
- Name: "YellowSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5047
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5048
- AegisName: "LightBlueSorcererPink"
- Name: "LightBlueSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5048
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5049
- AegisName: "PinkSorcererPink"
- Name: "PinkSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5049
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5050
- AegisName: "BlackSorcererPink"
- Name: "BlackSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5050
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5051
- AegisName: "OrangeSorcererPink"
- Name: "OrangeSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5051
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5052
- AegisName: "PurpleSorcererPink"
- Name: "PurpleSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5052
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5053
- AegisName: "DarkGreenSorcererPink"
- Name: "DarkGreenSorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5053
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5054
- AegisName: "SorcererPink"
- Name: "SorcererPink"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5054
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5055
- AegisName: "RedSorcererBlack"
- Name: "RedSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5055
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5056
- AegisName: "GreenSorcererBlack"
- Name: "GreenSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5056
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5057
- AegisName: "DarkBlueSorcererBlack"
- Name: "DarkBlueSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5057
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5058
- AegisName: "YellowSorcererBlack"
- Name: "YellowSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5058
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5059
- AegisName: "LightBlueSorcererBlack"
- Name: "LightBlueSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5059
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5060
- AegisName: "PinkSorcererBlack"
- Name: "PinkSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5060
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5061
- AegisName: "BlackSorcererBlack"
- Name: "BlackSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5061
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5062
- AegisName: "OrangeSorcererBlack"
- Name: "OrangeSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5062
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5063
- AegisName: "PurpleSorcererBlack"
- Name: "PurpleSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5063
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5064
- AegisName: "DarkGreenSorcererBlack"
- Name: "DarkGreenSorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5064
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5065
- AegisName: "SorcererBlack"
- Name: "SorcererBlack"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5065
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5066
- AegisName: "RedSorcererOrange"
- Name: "RedSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5066
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5067
- AegisName: "GreenSorcererOrange"
- Name: "GreenSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5067
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5068
- AegisName: "DarkBlueSorcererOrange"
- Name: "DarkBlueSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5068
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5069
- AegisName: "YellowSorcererOrange"
- Name: "YellowSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5069
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5070
- AegisName: "LightBlueSorcererOrange"
- Name: "LightBlueSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5070
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5071
- AegisName: "PinkSorcererOrange"
- Name: "PinkSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5071
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5072
- AegisName: "BlackSorcererOrange"
- Name: "BlackSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5072
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5073
- AegisName: "OrangeSorcererOrange"
- Name: "OrangeSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5073
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5074
- AegisName: "PurpleSorcererOrange"
- Name: "PurpleSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5074
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5075
- AegisName: "DarkGreenSorcererOrange"
- Name: "DarkGreenSorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5075
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5076
- AegisName: "SorcererOrange"
- Name: "SorcererOrange"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5076
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5077
- AegisName: "RedSorcererPurple"
- Name: "RedSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5077
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5078
- AegisName: "GreenSorcererPurple"
- Name: "GreenSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5078
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5079
- AegisName: "DarkBlueSorcererPurple"
- Name: "DarkBlueSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5079
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5080
- AegisName: "YellowSorcererPurple"
- Name: "YellowSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5080
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5081
- AegisName: "LightBlueSorcererPurple"
- Name: "LightBlueSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5081
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5082
- AegisName: "PinkSorcererPurple"
- Name: "PinkSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5082
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5083
- AegisName: "BlackSorcererPurple"
- Name: "BlackSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5083
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5084
- AegisName: "OrangeSorcererPurple"
- Name: "OrangeSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5084
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5085
- AegisName: "PurpleSorcererPurple"
- Name: "PurpleSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5085
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5086
- AegisName: "DarkGreenSorcererPurple"
- Name: "DarkGreenSorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5086
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5087
- AegisName: "SorcererPurple"
- Name: "SorcererPurple"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5087
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5088
- AegisName: "RedSorcererDGreen"
- Name: "RedSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5088
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5089
- AegisName: "GreenSorcererDGreen"
- Name: "GreenSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5089
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5090
- AegisName: "DarkBlueSorcererDGreen"
- Name: "DarkBlueSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5090
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5091
- AegisName: "YellowSorcererDGreen"
- Name: "YellowSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5091
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5092
- AegisName: "LightBlueSorcererDGreen"
- Name: "LightBlueSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5092
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5093
- AegisName: "PinkSorcererDGreen"
- Name: "PinkSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5093
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5094
- AegisName: "BlackSorcererDGreen"
- Name: "BlackSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5094
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5095
- AegisName: "OrangeSorcererDGreen"
- Name: "OrangeSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5095
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5096
- AegisName: "PurpleSorcererDGreen"
- Name: "PurpleSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5096
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5097
- AegisName: "DarkGreenSorcererDGreen"
- Name: "DarkGreenSorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5097
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5098
- AegisName: "SorcererDGreen"
- Name: "SorcererDGreen"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5098
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5099
- AegisName: "RedSorcererWhite"
- Name: "RedSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5099
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5100
- AegisName: "GreenSorcererWhite"
- Name: "GreenSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5100
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5101
- AegisName: "DarkBlueSorcererWhite"
- Name: "DarkBlueSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5101
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5102
- AegisName: "YellowSorcererWhite"
- Name: "YellowSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5102
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5103
- AegisName: "LightBlueSorcererWhite"
- Name: "LightBlueSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5103
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5104
- AegisName: "PinkSorcererWhite"
- Name: "PinkSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5104
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5105
- AegisName: "BlackSorcererWhite"
- Name: "BlackSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5105
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5106
- AegisName: "OrangeSorcererWhite"
- Name: "OrangeSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5106
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5107
- AegisName: "PurpleSorcererWhite"
- Name: "PurpleSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5107
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5108
- AegisName: "DarkGreenSorcererWhite"
- Name: "DarkGreenSorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5108
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5109
- AegisName: "SorcererWhite"
- Name: "SorcererWhite"
- Type: 5
- Buy: 8000
- Sell: 4000
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5109
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bAgi, 1;
- ">
-},
-{
- Id: 5131
- AegisName: "RedContributor"
- Name: "RedContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5131
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5132
- AegisName: "GreenContributor"
- Name: "GreenContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5132
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5133
- AegisName: "DarkBlueContributor"
- Name: "DarkBlueContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5133
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5134
- AegisName: "YellowContributor"
- Name: "YellowContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5134
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5135
- AegisName: "LightBlueContributor"
- Name: "LightBlueContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5135
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5136
- AegisName: "PinkContributor"
- Name: "PinkContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5136
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5137
- AegisName: "BlackContributor"
- Name: "BlackContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5137
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5138
- AegisName: "OrangeContributor"
- Name: "OrangeContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5138
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5139
- AegisName: "PurpleContributor"
- Name: "PurpleContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5139
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5140
- AegisName: "DarkGreenContributor"
- Name: "DarkGreenContributor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 5
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5140
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5206
- AegisName: "CrimsonBra"
- Name: "CrimsonBra"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5206
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5207
- AegisName: "TurquoiseBra"
- Name: "TurquoiseBra"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5207
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5208
- AegisName: "OrchidBra"
- Name: "OrchidBra"
- Type: 5
- Buy: 800
- Sell: 400
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 2
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5208
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5254
- AegisName: "SaviorArmor"
- Name: "SaviorArmor"
- Type: 5
- Buy: 0
- Sell: 0
- Weight: 2000
- Atk: 0
- Matk: 0
- Def: 24
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 512
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5254
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDex, 1;
- bonus bMaxHP, 100;
- ">
-},
-{
- Id: 503
- AegisName: "CasinoCoins"
- Name: "CasinoCoins"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 503
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 504
- AegisName: "DecorCandy"
- Name: "DecorCandy"
- Type: 3
- Buy: 25
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 504
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 505
- AegisName: "MaggotSlime"
- Name: "MaggotSlime"
- Type: 3
- Buy: 8
- Sell: 4
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 505
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 507
- AegisName: "ScorpionStinger"
- Name: "ScorpionStinger"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 507
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 515
- AegisName: "PurplePresentBox"
- Name: "PurplePresentBox"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 515
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 516
- AegisName: "BluePresentBox"
- Name: "BluePresentBox"
- Type: 3
- Buy: 60
- Sell: 30
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 516
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 517
- AegisName: "RedScorpionStinger"
- Name: "RedScorpionStinger"
- Type: 3
- Buy: 170
- Sell: 85
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 517
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 518
- AegisName: "BugLeg"
- Name: "BugLeg"
- Type: 3
- Buy: 100
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 518
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 526
- AegisName: "CoinBag"
- Name: "CoinBag"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 526
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 537
- AegisName: "TreasureKey"
- Name: "TreasureKey"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 537
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 538
- AegisName: "GreenPresentBox"
- Name: "GreenPresentBox"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 538
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 540
- AegisName: "EmptyBottle"
- Name: "EmptyBottle"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 540
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 542
- AegisName: "BottleOfSand"
- Name: "BottleOfSand"
- Type: 3
- Buy: 70
- Sell: 35
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 542
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 551
- AegisName: "AquaHint"
- Name: "AquaHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 551
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 552
- AegisName: "MagentaHint"
- Name: "MagentaHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 552
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 553
- AegisName: "YellowHint"
- Name: "YellowHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 553
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 554
- AegisName: "GreenHint"
- Name: "GreenHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 554
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 555
- AegisName: "TealHint"
- Name: "TealHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 555
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 556
- AegisName: "PurpleHint"
- Name: "PurpleHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 556
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 557
- AegisName: "RedHint"
- Name: "RedHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 557
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 558
- AegisName: "BlueHint"
- Name: "BlueHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 558
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 559
- AegisName: "OrangeHint"
- Name: "OrangeHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 559
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 560
- AegisName: "GrayHint"
- Name: "GrayHint"
- Type: 3
- Buy: 20
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 560
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 569
- AegisName: "RawLog"
- Name: "RawLog"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 569
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 589
- AegisName: "Toothbrush"
- Name: "Toothbrush"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 589
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 611
- AegisName: "WhiteFur"
- Name: "WhiteFur"
- Type: 3
- Buy: 8
- Sell: 4
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 611
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 612
- AegisName: "CaveSnakeLamp"
- Name: "CaveSnakeLamp"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 612
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 613
- AegisName: "HardSpike"
- Name: "HardSpike"
- Type: 3
- Buy: 40
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 613
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 614
- AegisName: "PinkAntenna"
- Name: "PinkAntenna"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 614
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 631
- AegisName: "DarkCrystal"
- Name: "DarkCrystal"
- Type: 3
- Buy: 1000
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 631
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 635
- AegisName: "SantaCookie"
- Name: "SantaCookie"
- Type: 3
- Buy: 1
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 635
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 640
- AegisName: "IronOre"
- Name: "IronOre"
- Type: 3
- Buy: 250
- Sell: 100
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 640
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 641
- AegisName: "SnakeSkin"
- Name: "SnakeSkin"
- Type: 3
- Buy: 250
- Sell: 100
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 641
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 660
- AegisName: "CottonCloth"
- Name: "CottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 660
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 661
- AegisName: "RedRose"
- Name: "RedRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 661
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 662
- AegisName: "WhiteRose"
- Name: "WhiteRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 662
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 663
- AegisName: "DarkRedRose"
- Name: "DarkRedRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 663
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 664
- AegisName: "PinkRose"
- Name: "PinkRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 664
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 665
- AegisName: "YellowRose"
- Name: "YellowRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 665
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 666
- AegisName: "BlackRose"
- Name: "BlackRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 666
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 667
- AegisName: "OrangeRose"
- Name: "OrangeRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 667
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 668
- AegisName: "BlueRose"
- Name: "BlueRose"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 668
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 669
- AegisName: "YellowTulip"
- Name: "YellowTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 669
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 670
- AegisName: "PurpleTulip"
- Name: "PurpleTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 670
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 671
- AegisName: "RedTulip"
- Name: "RedTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 671
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 672
- AegisName: "WhiteTulip"
- Name: "WhiteTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 672
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 673
- AegisName: "PinkTulip"
- Name: "PinkTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 673
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 674
- AegisName: "OrangeTulip"
- Name: "OrangeTulip"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 674
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 680
- AegisName: "MauveHerb"
- Name: "MauveHerb"
- Type: 3
- Buy: 2
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 680
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 681
- AegisName: "CobaltHerb"
- Name: "CobaltHerb"
- Type: 3
- Buy: 2
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 681
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 682
- AegisName: "GambogeHerb"
- Name: "GambogeHerb"
- Type: 3
- Buy: 2
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 682
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 683
- AegisName: "AlizarinHerb"
- Name: "AlizarinHerb"
- Type: 3
- Buy: 2
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 683
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 690
- AegisName: "RedDye"
- Name: "RedDye"
- Type: 3
- Buy: 100
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 690
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 691
- AegisName: "GreenDye"
- Name: "GreenDye"
- Type: 3
- Buy: 2500
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 691
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 692
- AegisName: "DarkBlueDye"
- Name: "DarkBlueDye"
- Type: 3
- Buy: 40000
- Sell: 15000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 692
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 693
- AegisName: "YellowDye"
- Name: "YellowDye"
- Type: 3
- Buy: 100
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 693
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 694
- AegisName: "LightBlueDye"
- Name: "LightBlueDye"
- Type: 3
- Buy: 100
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 694
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 695
- AegisName: "PinkDye"
- Name: "PinkDye"
- Type: 3
- Buy: 2500
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 695
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 696
- AegisName: "BlackDye"
- Name: "BlackDye"
- Type: 3
- Buy: 30000
- Sell: 15000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 696
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 697
- AegisName: "OrangeDye"
- Name: "OrangeDye"
- Type: 3
- Buy: 2500
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 697
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 698
- AegisName: "PurpleDye"
- Name: "PurpleDye"
- Type: 3
- Buy: 70000
- Sell: 35000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 698
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 699
- AegisName: "DarkGreenDye"
- Name: "DarkGreenDye"
- Type: 3
- Buy: 2000
- Sell: 1000
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 699
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 700
- AegisName: "Pearl"
- Name: "Pearl"
- Type: 3
- Buy: 5000
- Sell: 3000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 700
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 701
- AegisName: "PileOfAsh"
- Name: "PileOfAsh"
- Type: 3
- Buy: 3000
- Sell: 100
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 701
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 703
- AegisName: "SulphurPowder"
- Name: "SulphurPowder"
- Type: 3
- Buy: 1000
- Sell: 25
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 703
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 704
- AegisName: "IronPowder"
- Name: "IronPowder"
- Type: 3
- Buy: 800
- Sell: 80
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 704
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 706
- AegisName: "GoldenScorpionStinger"
- Name: "GoldenScorpionStinger"
- Type: 3
- Buy: 2000
- Sell: 500
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 706
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 707
- AegisName: "MonsterOilPotion"
- Name: "MonsterOilPotion"
- Type: 3
- Buy: 10000
- Sell: 2000
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 707
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 708
- AegisName: "LeatherPatch"
- Name: "LeatherPatch"
- Type: 3
- Buy: 300
- Sell: 150
- Weight: 18
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 708
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 709
- AegisName: "BlackScorpionStinger"
- Name: "BlackScorpionStinger"
- Type: 3
- Buy: 250
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 709
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 710
- AegisName: "SnakeTongue"
- Name: "SnakeTongue"
- Type: 3
- Buy: 60
- Sell: 30
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 710
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 711
- AegisName: "MountainSnakeTongue"
- Name: "MountainSnakeTongue"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 711
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 712
- AegisName: "GrassSnakeTongue"
- Name: "GrassSnakeTongue"
- Type: 3
- Buy: 160
- Sell: 80
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 712
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 713
- AegisName: "CaveSnakeTongue"
- Name: "CaveSnakeTongue"
- Type: 3
- Buy: 120
- Sell: 60
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 713
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 718
- AegisName: "SilkCocoon"
- Name: "SilkCocoon"
- Type: 3
- Buy: 200
- Sell: 3
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 718
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 727
- AegisName: "Iten"
- Name: "Iten"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 8000
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 727
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 728
- AegisName: "MoubooFigurine"
- Name: "MoubooFigurine"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 9
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 728
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 729
- AegisName: "WarpedLog"
- Name: "WarpedLog"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 729
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 730
- AegisName: "Lifestone"
- Name: "Lifestone"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 730
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 732
- AegisName: "DruidTreeBranch"
- Name: "DruidTreeBranch"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 732
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 740
- AegisName: "Root"
- Name: "Root"
- Type: 3
- Buy: 500
- Sell: 200
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 740
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 746
- AegisName: "MopoxCurePotion"
- Name: "MopoxCurePotion"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 746
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 753
- AegisName: "BatWing"
- Name: "BatWing"
- Type: 3
- Buy: 500
- Sell: 10
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 753
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 754
- AegisName: "BatTeeth"
- Name: "BatTeeth"
- Type: 3
- Buy: 600
- Sell: 12
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 754
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 763
- AegisName: "TerraniteOre"
- Name: "TerraniteOre"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 763
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 772
- AegisName: "WispPowder"
- Name: "WispPowder"
- Type: 3
- Buy: 700
- Sell: 350
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 772
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 773
- AegisName: "SpectrePowder"
- Name: "SpectrePowder"
- Type: 3
- Buy: 700
- Sell: 350
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 773
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 774
- AegisName: "PoltergeistPowder"
- Name: "PoltergeistPowder"
- Type: 3
- Buy: 700
- Sell: 350
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 774
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 775
- AegisName: "Bone"
- Name: "Bone"
- Type: 3
- Buy: 140
- Sell: 70
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 775
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 776
- AegisName: "Skull"
- Name: "Skull"
- Type: 3
- Buy: 900
- Sell: 450
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 776
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 777
- AegisName: "RottenRags"
- Name: "RottenRags"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 777
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 778
- AegisName: "DiseasedHeart"
- Name: "DiseasedHeart"
- Type: 3
- Buy: 180
- Sell: 90
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 778
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 779
- AegisName: "UndeadEar"
- Name: "UndeadEar"
- Type: 3
- Buy: 30
- Sell: 15
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 779
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 780
- AegisName: "UndeadEye"
- Name: "UndeadEye"
- Type: 3
- Buy: 30
- Sell: 15
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 780
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 799
- AegisName: "MylarinDust"
- Name: "MylarinDust"
- Type: 3
- Buy: 10000
- Sell: 5000
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 799
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 802
- AegisName: "EasterBasket"
- Name: "EasterBasket"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 802
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 803
- AegisName: "GrassLiner"
- Name: "GrassLiner"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 803
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 804
- AegisName: "JellyBeans"
- Name: "JellyBeans"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 804
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 805
- AegisName: "ChocolateMouboo"
- Name: "ChocolateMouboo"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 805
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 806
- AegisName: "ReedBundle"
- Name: "ReedBundle"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 7
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 806
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 807
- AegisName: "GrassSeed"
- Name: "GrassSeed"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 807
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 819
- AegisName: "DiamondPowder"
- Name: "DiamondPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 819
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 820
- AegisName: "RubyPowder"
- Name: "RubyPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 820
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 821
- AegisName: "EmeraldPowder"
- Name: "EmeraldPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 821
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 822
- AegisName: "SapphirePowder"
- Name: "SapphirePowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 822
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 823
- AegisName: "TopazPowder"
- Name: "TopazPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 823
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 824
- AegisName: "AmethystPowder"
- Name: "AmethystPowder"
- Type: 3
- Buy: 1000
- Sell: 500
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 824
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 833
- AegisName: "BrokenFourLeafAmulet"
- Name: "BrokenFourLeafAmulet"
- Type: 3
- Buy: 100
- Sell: 1
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 833
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 834
- AegisName: "BrokenDoll"
- Name: "BrokenDoll"
- Type: 3
- Buy: 20
- Sell: 5
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 834
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 835
- AegisName: "HyvernStinger"
- Name: "HyvernStinger"
- Type: 3
- Buy: 100
- Sell: 25
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 835
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 836
- AegisName: "GrubSlime"
- Name: "GrubSlime"
- Type: 3
- Buy: 40
- Sell: 10
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 836
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 841
- AegisName: "RedDottedWrap"
- Name: "RedDottedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 841
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 842
- AegisName: "YellowDottedWrap"
- Name: "YellowDottedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 842
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 843
- AegisName: "BlueDottedWrap"
- Name: "BlueDottedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 843
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 844
- AegisName: "PurpleStripedWrap"
- Name: "PurpleStripedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 844
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 845
- AegisName: "RedGoldenStripedWrap"
- Name: "RedGoldenStripedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 845
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 846
- AegisName: "GreenRedStripedWrap"
- Name: "GreenRedStripedWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 500
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 846
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 847
- AegisName: "PlushMouboo"
- Name: "PlushMouboo"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 847
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 849
- AegisName: "OpenPresentBox"
- Name: "OpenPresentBox"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 849
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 850
- AegisName: "ClosedChristmasBox"
- Name: "ClosedChristmasBox"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 850
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 851
- AegisName: "StickReinboo"
- Name: "StickReinboo"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 851
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 852
- AegisName: "LeatherBall"
- Name: "LeatherBall"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 852
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 853
- AegisName: "Doll"
- Name: "Doll"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 30
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 853
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 858
- AegisName: "WolvernTooth"
- Name: "WolvernTooth"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 858
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 859
- AegisName: "WolvernPelt"
- Name: "WolvernPelt"
- Type: 3
- Buy: 500
- Sell: 250
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 859
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 860
- AegisName: "SquirrelPelt"
- Name: "SquirrelPelt"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 860
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 861
- AegisName: "WhiteBellTuber"
- Name: "WhiteBellTuber"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 861
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 862
- AegisName: "IcedWater"
- Name: "IcedWater"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 862
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 863
- AegisName: "SilverMirror"
- Name: "SilverMirror"
- Type: 3
- Buy: 500
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 863
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 864
- AegisName: "BookPage"
- Name: "BookPage"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 864
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 866
- AegisName: "LeatherSuitcase"
- Name: "LeatherSuitcase"
- Type: 3
- Buy: 4000
- Sell: 2000
- Weight: 12000
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 866
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 869
- AegisName: "Antlers"
- Name: "Antlers"
- Type: 3
- Buy: 4000
- Sell: 2000
- Weight: 3000
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 869
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 871
- AegisName: "SealedSoul"
- Name: "SealedSoul"
- Type: 3
- Buy: 12000
- Sell: 1000
- Weight: 75
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 871
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 872
- AegisName: "LockPicks"
- Name: "LockPicks"
- Type: 3
- Buy: 5000
- Sell: 1500
- Weight: 150
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 872
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 873
- AegisName: "LazuriteShard"
- Name: "LazuriteShard"
- Type: 3
- Buy: 500
- Sell: 50
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 873
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 874
- AegisName: "LazuriteCrystal"
- Name: "LazuriteCrystal"
- Type: 3
- Buy: 3000
- Sell: 200
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 874
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 875
- AegisName: "HeartOfLazurite"
- Name: "HeartOfLazurite"
- Type: 3
- Buy: 10000
- Sell: 400
- Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 875
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 891
- AegisName: "SilkSheet"
- Name: "SilkSheet"
- Type: 3
- Buy: 1000
- Sell: 250
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 891
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 892
- AegisName: "OrangeSummonFlower"
- Name: "OrangeSummonFlower"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 892
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 893
- AegisName: "PurpleSummonFlower"
- Name: "PurpleSummonFlower"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 893
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 894
- AegisName: "WhiteSummonFlower"
- Name: "WhiteSummonFlower"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 894
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 895
- AegisName: "YellowSummonFlower"
- Name: "YellowSummonFlower"
- Type: 3
- Buy: 400
- Sell: 200
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 895
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 896
- AegisName: "RedSummonFlower"
- Name: "RedSummonFlower"
- Type: 3
- Buy: 600
- Sell: 300
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 896
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1191
- AegisName: "WhiteWrap"
- Name: "WhiteWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1191
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1192
- AegisName: "YellowWrap"
- Name: "YellowWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1192
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1193
- AegisName: "BlueWrap"
- Name: "BlueWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1193
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1194
- AegisName: "PurpleWrap"
- Name: "PurpleWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1194
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1195
- AegisName: "GreenWrap"
- Name: "GreenWrap"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1195
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1198
- AegisName: "Soul"
- Name: "Soul"
- Type: 3
- Buy: 100000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1198
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1207
- AegisName: "RedChristmasStocking"
- Name: "RedChristmasStocking"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1207
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1208
- AegisName: "RedEasterEgg"
- Name: "RedEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1208
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1209
- AegisName: "GreenEasterEgg"
- Name: "GreenEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1209
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1210
- AegisName: "BlueEasterEgg"
- Name: "BlueEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1210
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1211
- AegisName: "YellowEasterEgg"
- Name: "YellowEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1211
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1212
- AegisName: "PinkEasterEgg"
- Name: "PinkEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1212
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1213
- AegisName: "TealEasterEgg"
- Name: "TealEasterEgg"
- Type: 3
- Buy: 80
- Sell: 40
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1213
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1228
- AegisName: "LightCrystal"
- Name: "LightCrystal"
- Type: 3
- Buy: 1000
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1228
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1233
- AegisName: "FakeFangs"
- Name: "FakeFangs"
- Type: 3
- Buy: 20000
- Sell: 10000
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1233
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1234
- AegisName: "RedOrnament"
- Name: "RedOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1234
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1235
- AegisName: "YellowOrnament"
- Name: "YellowOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1235
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1236
- AegisName: "GreenOrnament"
- Name: "GreenOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1236
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1237
- AegisName: "AquaOrnament"
- Name: "AquaOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1237
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1238
- AegisName: "BlueOrnament"
- Name: "BlueOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1238
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1239
- AegisName: "MagentaOrnament"
- Name: "MagentaOrnament"
- Type: 3
- Buy: 5000
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1239
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1240
- AegisName: "SantaSnowGlobe"
- Name: "SantaSnowGlobe"
- Type: 3
- Buy: 7500
- Sell: 3750
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1240
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1241
- AegisName: "SnowmanSnowGlobe"
- Name: "SnowmanSnowGlobe"
- Type: 3
- Buy: 7500
- Sell: 3750
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1241
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1245
- AegisName: "BentNeedle"
- Name: "BentNeedle"
- Type: 3
- Buy: 700
- Sell: 1
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1245
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1246
- AegisName: "DarkEasterEgg"
- Name: "DarkEasterEgg"
- Type: 3
- Buy: 700
- Sell: 50
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1246
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1249
- AegisName: "StrangeCoin"
- Name: "StrangeCoin"
- Type: 3
- Buy: 7000
- Sell: 3500
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1249
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1254
- AegisName: "DarkPetal"
- Name: "DarkPetal"
- Type: 3
- Buy: 15000
- Sell: 8000
- Weight: 250
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1254
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1257
- AegisName: "FlawedLens"
- Name: "FlawedLens"
- Type: 3
- Buy: 10000
- Sell: 5000
- Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1257
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2250
- AegisName: "RedCottonCloth"
- Name: "RedCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2250
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2251
- AegisName: "GreenCottonCloth"
- Name: "GreenCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2251
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2252
- AegisName: "DarkBlueCottonCloth"
- Name: "DarkBlueCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2252
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2253
- AegisName: "YellowCottonCloth"
- Name: "YellowCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2253
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2254
- AegisName: "LightBlueCottonCloth"
- Name: "LightBlueCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2254
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2255
- AegisName: "PinkCottonCloth"
- Name: "PinkCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2255
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2256
- AegisName: "BlackCottonCloth"
- Name: "BlackCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2256
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2257
- AegisName: "OrangeCottonCloth"
- Name: "OrangeCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2257
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2258
- AegisName: "PurpleCottonCloth"
- Name: "PurpleCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2258
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 2259
- AegisName: "DarkGreenCottonCloth"
- Name: "DarkGreenCottonCloth"
- Type: 3
- Buy: 400
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 2259
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3000
- AegisName: "JackOLantern"
- Name: "JackOLantern"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 1000
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3000
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3002
- AegisName: "RealisticBrain"
- Name: "RealisticBrain"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3002
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3003
- AegisName: "JarofBlood"
- Name: "JarofBlood"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 375
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3003
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3004
- AegisName: "Tongue"
- Name: "Tongue"
- Type: 3
- Buy: 5
- Sell: 1
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3004
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 3011
- AegisName: "PumpkinSeeds"
- Name: "PumpkinSeeds"
- Type: 3
- Buy: 5
- Sell: 1
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 3011
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4000
- AegisName: "AngryScorpionStinger"
- Name: "AngryScorpionStinger"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4000
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4001
- AegisName: "Coal"
- Name: "Coal"
- Type: 3
- Buy: 250
- Sell: 100
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4001
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4002
- AegisName: "Diamond"
- Name: "Diamond"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4002
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4003
- AegisName: "Ruby"
- Name: "Ruby"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4003
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4004
- AegisName: "Emerald"
- Name: "Emerald"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4004
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4005
- AegisName: "Sapphire"
- Name: "Sapphire"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4005
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4006
- AegisName: "Topaz"
- Name: "Topaz"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4006
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4007
- AegisName: "Amethyst"
- Name: "Amethyst"
- Type: 3
- Buy: 5000
- Sell: 2500
- Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4007
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4015
- AegisName: "IronIngot"
- Name: "IronIngot"
- Type: 3
- Buy: 500
- Sell: 250
- Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4015
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4016
- AegisName: "BanditHood"
- Name: "BanditHood"
- Type: 3
- Buy: 100
- Sell: 50
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4016
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4017
- AegisName: "RedPowder"
- Name: "RedPowder"
- Type: 3
- Buy: 3000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4017
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4018
- AegisName: "YellowPowder"
- Name: "YellowPowder"
- Type: 3
- Buy: 3000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4018
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4019
- AegisName: "BluePowder"
- Name: "BluePowder"
- Type: 3
- Buy: 3000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4019
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4021
- AegisName: "YellowPresentBox"
- Name: "YellowPresentBox"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4021
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4022
- AegisName: "WhitePresentBox"
- Name: "WhitePresentBox"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4022
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4023
- AegisName: "AnimalBones"
- Name: "AnimalBones"
- Type: 3
- Buy: 50
- Sell: 25
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4023
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4024
- AegisName: "FrozenYetiTear"
- Name: "FrozenYetiTear"
- Type: 3
- Buy: 500
- Sell: 250
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4024
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4025
- AegisName: "YetiClaw"
- Name: "YetiClaw"
- Type: 3
- Buy: 150
- Sell: 75
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4025
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4026
- AegisName: "IceCube"
- Name: "IceCube"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4026
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4029
- AegisName: "GrimaceOfDementia"
- Name: "GrimaceOfDementia"
- Type: 3
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4029
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4034
- AegisName: "BlackPearl"
- Name: "BlackPearl"
- Type: 3
- Buy: 8000
- Sell: 4000
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4034
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4037
- AegisName: "WhiteBlanket"
- Name: "WhiteBlanket"
- Type: 3
- Buy: 600
- Sell: 125
- Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4037
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4038
- AegisName: "WhiteSaddleRug"
- Name: "WhiteSaddleRug"
- Type: 3
- Buy: 1000
- Sell: 250
- Weight: 100
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4038
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4039
- AegisName: "RedSaddleRug"
- Name: "RedSaddleRug"
- Type: 3
- Buy: 1200
- Sell: 300
- Weight: 110
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4039
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4040
- AegisName: "RawTalisman"
- Name: "RawTalisman"
- Type: 3
- Buy: 800
- Sell: 200
- Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4040
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 4041
- AegisName: "FlightTalisman"
- Name: "FlightTalisman"
- Type: 3
- Buy: 5000
- Sell: 1200
- Weight: 12
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 4041
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5110
- AegisName: "Bloodstone"
- Name: "Bloodstone"
- Type: 3
- Buy: 2000
- Sell: 250
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5110
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5111
- AegisName: "BrainStem"
- Name: "BrainStem"
- Type: 3
- Buy: 180
- Sell: 90
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5111
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5112
- AegisName: "CryptKey"
- Name: "CryptKey"
- Type: 3
- Buy: 300
- Sell: 150
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5112
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5113
- AegisName: "Ectoplasm"
- Name: "Ectoplasm"
- Type: 3
- Buy: 80
- Sell: 20
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5113
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5114
- AegisName: "Urn"
- Name: "Urn"
- Type: 3
- Buy: 40
- Sell: 20
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5114
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5115
- AegisName: "VampireBatWing"
- Name: "VampireBatWing"
- Type: 3
- Buy: 700
- Sell: 20
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5115
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5116
- AegisName: "WraithHorn"
- Name: "WraithHorn"
- Type: 3
- Buy: 700
- Sell: 20
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5116
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5117
- AegisName: "AstralCube"
- Name: "AstralCube"
- Type: 3
- Buy: 10000
- Sell: 10
- Weight: 800
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5117
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5118
- AegisName: "RunestoneA"
- Name: "RunestoneA"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5118
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5119
- AegisName: "RunestoneL"
- Name: "RunestoneL"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5119
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5120
- AegisName: "RunestoneN"
- Name: "RunestoneN"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5120
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5121
- AegisName: "RunestoneT"
- Name: "RunestoneT"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5121
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5122
- AegisName: "RunestoneW"
- Name: "RunestoneW"
- Type: 3
- Buy: 1000
- Sell: 100
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5122
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5123
- AegisName: "QuillOfBinding"
- Name: "QuillOfBinding"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5123
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5124
- AegisName: "BloodInk"
- Name: "BloodInk"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5124
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5125
- AegisName: "UnderworldKey"
- Name: "UnderworldKey"
- Type: 3
- Buy: 10
- Sell: 5
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5125
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5127
- AegisName: "JarofOwnBlood"
- Name: "JarofOwnBlood"
- Type: 3
- Buy: 200
- Sell: 100
- Weight: 375
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5127
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1197
- AegisName: "SkeletonCharm"
- Name: "SkeletonCharm"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1197
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5211
- AegisName: "ActivatedSulphur"
- Name: "ActivatedSulphur"
- Type: 3
- Buy: 3000
- Sell: 5
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5211
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5212
- AegisName: "FairTradeSoil"
- Name: "FairTradeSoil"
- Type: 3
- Buy: 500
- Sell: 23
- Weight: 40
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5212
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5215
- AegisName: "FreeRangeMoss"
- Name: "FreeRangeMoss"
- Type: 3
- Buy: 830
- Sell: 20
- Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5215
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5216
- AegisName: "JadeEgg"
- Name: "JadeEgg"
- Type: 3
- Buy: 938
- Sell: 250
- Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5216
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5217
- AegisName: "RawAir"
- Name: "RawAir"
- Type: 3
- Buy: 1999
- Sell: 10
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5217
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5218
- AegisName: "RedTicket"
- Name: "RedTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5218
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5219
- AegisName: "YellowTicket"
- Name: "YellowTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5219
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5220
- AegisName: "GoldTicket"
- Name: "GoldTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5220
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5221
- AegisName: "GreenTicket"
- Name: "GreenTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5221
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5222
- AegisName: "AquaTicket"
- Name: "AquaTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5222
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5223
- AegisName: "BlueTicket"
- Name: "BlueTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5223
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5224
- AegisName: "PurpleTicket"
- Name: "PurpleTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5224
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5225
- AegisName: "PinkTicket"
- Name: "PinkTicket"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5225
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5251
- AegisName: "WumpusEgg"
- Name: "WumpusEgg"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5251
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 5256
- AegisName: "PVPCoin"
- Name: "PVPCoin"
- Type: 3
- Buy: 0
- Sell: 0
- Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 0
- Loc: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5256
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 521
- AegisName: "Dagger"
- Name: "Dagger"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 522
- AegisName: "SharpKnife"
- Name: "SharpKnife"
- Type: 4
- Buy: 100
- Sell: 50
- Weight: 150
- Atk: 10
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 529
- AegisName: "IronArrow"
- Name: "IronArrow"
- Type: 10
- Buy: 4
- Sell: 2
- Weight: 1
- Atk: 40
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 529
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @AmmoType, AMMO_BOW;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 530
- AegisName: "ShortBow"
- Name: "ShortBow"
- Type: 4
- Buy: 2000
- Sell: 1000
- Weight: 600
- Atk: 50
- Matk: 0
- Def: 0
- Range: 5
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 536
- AegisName: "ShortSword"
- Name: "ShortSword"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 2000
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 545
- AegisName: "ForestBow"
- Name: "ForestBow"
- Type: 4
- Buy: 20000
- Sell: 5000
- Weight: 1200
- Atk: 70
- Matk: 0
- Def: 0
- Range: 5
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 547
- AegisName: "Bardiche"
- Name: "Bardiche"
- Type: 4
- Buy: 20
- Sell: 10
- Weight: 10
- Atk: 0
- Matk: 0
- Def: 100
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 548
- AegisName: "Halberd"
- Name: "Halberd"
- Type: 4
- Buy: 20
- Sell: 10
- Weight: 1400
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 549
- AegisName: "Axe"
- Name: "Axe"
- Type: 4
- Buy: 20
- Sell: 10
- Weight: 1200
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 550
- AegisName: "BlacksmithsAxe"
- Name: "BlacksmithsAxe"
- Type: 4
- Buy: 20
- Sell: 10
- Weight: 1200
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 0
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 561
- AegisName: "Sabre"
- Name: "Sabre"
- Type: 4
- Buy: 10000
- Sell: 5000
- Weight: 300
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 570
- AegisName: "BoneKnife"
- Name: "BoneKnife"
- Type: 4
- Buy: 10000
- Sell: 6000
- Weight: 450
- Atk: 115
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 571
- AegisName: "Setzer"
- Name: "Setzer"
- Type: 4
- Buy: 20000
- Sell: 8000
- Weight: 900
- Atk: 110
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 572
- AegisName: "Scimitar"
- Name: "Scimitar"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 200
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 573
- AegisName: "Falchion"
- Name: "Falchion"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 300
- Atk: 270
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- bonus bDoubleAddRate, 40;
- bonus bHit, -25;
- bonus bCritical, -25;
- ">
-},
-{
- Id: 574
- AegisName: "Scorpion"
- Name: "Scorpion"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 600
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 575
- AegisName: "DesertBow"
- Name: "DesertBow"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1200
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 576
- AegisName: "Beheader"
- Name: "Beheader"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 2000
- Atk: 999
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "NoBowItem";
- set @bStat, Int;
- set @maxbStatVal, 1;
- callfunc "RequireMaxStat";
- bonus bDoubleAddRate, 50;
- bonus bAspdRate, 10;
- bonus bHit, -20;
- bonus bCritical, -25;
- ">
-},
-{
- Id: 577
- AegisName: "BoneDarts"
- Name: "BoneDarts"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 300
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 578
- AegisName: "SandCutter"
- Name: "SandCutter"
- Type: 4
- Buy: 30000
- Sell: 15000
- Weight: 1500
- Atk: 140
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 80
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bDoubleAddRate, 5;
- ">
-},
-{
- Id: 579
- AegisName: "RockKnife"
- Name: "RockKnife"
- Type: 4
- Buy: 15000
- Sell: 7500
- Weight: 500
- Atk: 110
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bVit, 3;
- ">
-},
-{
- Id: 580
- AegisName: "StaffOfLife"
- Name: "StaffOfLife"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1500
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 581
- AegisName: "CrescentRod"
- Name: "CrescentRod"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1500
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 582
- AegisName: "StaffOfFire"
- Name: "StaffOfFire"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1500
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 583
- AegisName: "StaffOfIce"
- Name: "StaffOfIce"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 1500
- Atk: 100
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 584
- AegisName: "Jackal"
- Name: "Jackal"
- Type: 4
- Buy: 8000
- Sell: 4000
- Weight: 100
- Atk: 120
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- bonus bDoubleAddRate, 30;
- ">
-},
-{
- Id: 587
- AegisName: "Sword"
- Name: "Sword"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 588
- AegisName: "BastardSword"
- Name: "BastardSword"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 591
- AegisName: "LongSword"
- Name: "LongSword"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 594
- AegisName: "Spear"
- Name: "Spear"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 200
- Atk: 15
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- callfunc "UnreleasedItem";
- ">
-},
-{
- Id: 623
- AegisName: "Scythe"
- Name: "Scythe"
- Type: 4
- Buy: 100
- Sell: 50
- Weight: 1200
- Atk: 75
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 758
- AegisName: "WoodenStaff"
- Name: "WoodenStaff"
- Type: 4
- Buy: 4000
- Sell: 2000
- Weight: 1000
- Atk: 50
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Int;
- set @minbStatVal, 60;
- callfunc "RequireStat";
- ">
-},
-{
- Id: 1171
- AegisName: "Wand"
- Name: "Wand"
- Type: 4
- Buy: 400
- Sell: 200
- Weight: 100
- Atk: 1
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Int;
- set @minbStatVal, 5;
- callfunc "RequireStat";
- ">
-},
-{
- Id: 762
- AegisName: "TerraniteArrow"
- Name: "TerraniteArrow"
- Type: 10
- Buy: 80
- Sell: 20
- Weight: 1
- Atk: 50
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 762
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bCritical, 20;
- set @AmmoType, AMMO_BOW;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 867
- AegisName: "IceGladius"
- Name: "IceGladius"
- Type: 4
- Buy: 2000
- Sell: 1000
- Weight: 1000
- Atk: 110
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bLuk, 1;
- ">
-},
-{
- Id: 878
- AegisName: "BansheeBow"
- Name: "BansheeBow"
- Type: 4
- Buy: 101000
- Sell: 40000
- Weight: 900
- Atk: 140
- Matk: 0
- Def: 0
- Range: 6
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 90
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @bStat, Dex;
- set @minbStatVal, 80;
- callfunc "RequireStat";
- bonus2 bHPDrainRate, 100, -2;
- bonus bAspdRate, 20;
- bonus bMaxHP, -150;
- bonus bSpeedAddRate, 10;
- bonus bDefRate, -40;
- bonus bDef2Rate, -35;
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 903
- AegisName: "SlingShot"
- Name: "SlingShot"
- Type: 4
- Buy: 500
- Sell: 50
- Weight: 10
- Atk: 5
- Matk: 0
- Def: 0
- Range: 3
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_SLING;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 904
- AegisName: "SlingBullet"
- Name: "SlingBullet"
- Type: 10
- Buy: 1
- Sell: 0
- Weight: 1
- Atk: 3
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 904
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @AmmoType, AMMO_SLING;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 906
- AegisName: "KidBook"
- Name: "KidBook"
- Type: 4
- Buy: 10000
- Sell: 5000
- Weight: 100
- Atk: 1
- Matk: 0
- Def: 0
- Range: 3
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1199
- AegisName: "Arrow"
- Name: "Arrow"
- Type: 10
- Buy: 1
- Sell: 0
- Weight: 1
- Atk: 20
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1199
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @AmmoType, AMMO_BOW;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 1200
- AegisName: "Bow"
- Name: "Bow"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 20
- Atk: 20
- Matk: 0
- Def: 0
- Range: 5
- Slots: 0
- Gender: 2
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_BOW;
- callfunc "CheckLauncher";
- ">
-},
-{
- Id: 1201
- AegisName: "Knife"
- Name: "Knife"
- Type: 4
- Buy: 50
- Sell: 25
- Weight: 120
- Atk: 5
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1215
- AegisName: "ToySabre"
- Name: "ToySabre"
- Type: 4
- Buy: 2000000
- Sell: 25
- Weight: 1
- Atk: 1
- Matk: 0
- Def: 0
- Range: 1
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
-},
-{
- Id: 1282
- AegisName: "BoneArrows"
- Name: "BoneArrows"
- Type: 10
- Buy: 50
- Sell: 20
- Weight: 0
- Atk: 55
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 1282
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- bonus bCritical, 1;
- set @AmmoType, AMMO_BOW;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 5260
- AegisName: "Snowball"
- Name: "Snowball"
- Type: 10
- Buy: 1
- Sell: 0
- Weight: 1
- Atk: 20
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- Gender: 2
- Loc: 32768
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- View: 5260
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @AmmoType, AMMO_XMAS;
- callfunc "CheckAmmo";
- ">
-},
-{
- Id: 5261
- AegisName: "SnowLauncher"
- Name: "SnowLauncher"
- Type: 4
- Buy: 500
- Sell: 50
- Weight: 10
- Atk: 20
- Matk: 0
- Def: 0
- Range: 3
- Slots: 0
- Gender: 2
- Loc: 2
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- View: 1
- BindOnEquip: false
- BuyingStore: false
- Delay: 0
- Sprite: 0
- OnEquipScript: <"
- set @LauncherType, AMMO_XMAS;
- callfunc "CheckLauncher";
- ">
+ Id: 521
+ AegisName: "Dagger"
+ Name: "Dagger"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 522
+ AegisName: "SharpKnife"
+ Name: "SharpKnife"
+ Type: "IT_WEAPON"
+ Buy: 100
+ Sell: 50
+ Weight: 150
+ Atk: 10
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 529
+ AegisName: "IronArrow"
+ Name: "IronArrow"
+ Type: "IT_AMMO"
+ Buy: 4
+ Sell: 2
+ Weight: 1
+ Atk: 40
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 529
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @AmmoType, AMMO_BOW;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 530
+ AegisName: "ShortBow"
+ Name: "ShortBow"
+ Type: "IT_WEAPON"
+ Buy: 2000
+ Sell: 1000
+ Weight: 600
+ Atk: 50
+ Matk: 0
+ Def: 0
+ Range: 5
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 4
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 536
+ AegisName: "ShortSword"
+ Name: "ShortSword"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 2000
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 545
+ AegisName: "ForestBow"
+ Name: "ForestBow"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 5000
+ Weight: 1200
+ Atk: 70
+ Matk: 0
+ Def: 0
+ Range: 5
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 547
+ AegisName: "Bardiche"
+ Name: "Bardiche"
+ Type: "IT_WEAPON"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 100
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 548
+ AegisName: "Halberd"
+ Name: "Halberd"
+ Type: "IT_WEAPON"
+ Buy: 20
+ Sell: 10
+ Weight: 1400
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 549
+ AegisName: "Axe"
+ Name: "Axe"
+ Type: "IT_WEAPON"
+ Buy: 20
+ Sell: 10
+ Weight: 1200
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 550
+ AegisName: "BlacksmithsAxe"
+ Name: "BlacksmithsAxe"
+ Type: "IT_WEAPON"
+ Buy: 20
+ Sell: 10
+ Weight: 1200
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 561
+ AegisName: "Sabre"
+ Name: "Sabre"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 5000
+ Weight: 300
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 570
+ AegisName: "BoneKnife"
+ Name: "BoneKnife"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 6000
+ Weight: 450
+ Atk: 115
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 571
+ AegisName: "Setzer"
+ Name: "Setzer"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 8000
+ Weight: 900
+ Atk: 110
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 572
+ AegisName: "Scimitar"
+ Name: "Scimitar"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 200
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 573
+ AegisName: "Falchion"
+ Name: "Falchion"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 300
+ Atk: 270
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ bonus bDoubleAddRate, 40;
+ bonus bHit, -25;
+ bonus bCritical, -25;
+ ">
+},
+{
+ Id: 574
+ AegisName: "Scorpion"
+ Name: "Scorpion"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 600
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 575
+ AegisName: "DesertBow"
+ Name: "DesertBow"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1200
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 576
+ AegisName: "Beheader"
+ Name: "Beheader"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 2000
+ Atk: 999
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "NoBowItem";
+ set @bStat, Int;
+ set @maxbStatVal, 1;
+ callfunc "RequireMaxStat";
+ bonus bDoubleAddRate, 50;
+ bonus bSpeedAddRate, 10;
+ bonus bHit, -20;
+ bonus bCritical, -25;
+ ">
+},
+{
+ Id: 577
+ AegisName: "BoneDarts"
+ Name: "BoneDarts"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 300
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 578
+ AegisName: "SandCutter"
+ Name: "SandCutter"
+ Type: "IT_WEAPON"
+ Buy: 30000
+ Sell: 15000
+ Weight: 1500
+ Atk: 140
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 80
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDoubleAddRate, 5;
+ ">
+},
+{
+ Id: 579
+ AegisName: "RockKnife"
+ Name: "RockKnife"
+ Type: "IT_WEAPON"
+ Buy: 15000
+ Sell: 7500
+ Weight: 500
+ Atk: 110
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bVit, 3;
+ ">
+},
+{
+ Id: 580
+ AegisName: "StaffOfLife"
+ Name: "StaffOfLife"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1500
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 581
+ AegisName: "CrescentRod"
+ Name: "CrescentRod"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1500
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 582
+ AegisName: "StaffOfFire"
+ Name: "StaffOfFire"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1500
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 583
+ AegisName: "StaffOfIce"
+ Name: "StaffOfIce"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1500
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 584
+ AegisName: "Jackal"
+ Name: "Jackal"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 100
+ Atk: 120
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ bonus bDoubleAddRate, 30;
+ ">
+},
+{
+ Id: 587
+ AegisName: "Sword"
+ Name: "Sword"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 588
+ AegisName: "BastardSword"
+ Name: "BastardSword"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 591
+ AegisName: "LongSword"
+ Name: "LongSword"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 594
+ AegisName: "Spear"
+ Name: "Spear"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 623
+ AegisName: "Scythe"
+ Name: "Scythe"
+ Type: "IT_WEAPON"
+ Buy: 100
+ Sell: 50
+ Weight: 1200
+ Atk: 75
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 758
+ AegisName: "WoodenStaff"
+ Name: "WoodenStaff"
+ Type: "IT_WEAPON"
+ Buy: 4000
+ Sell: 2000
+ Weight: 1000
+ Atk: 50
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Int;
+ set @minbStatVal, 60;
+ callfunc "RequireStat";
+ ">
+},
+{
+ Id: 1171
+ AegisName: "Wand"
+ Name: "Wand"
+ Type: "IT_WEAPON"
+ Buy: 400
+ Sell: 200
+ Weight: 100
+ Atk: 1
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Int;
+ set @minbStatVal, 5;
+ callfunc "RequireStat";
+ ">
+},
+{
+ Id: 762
+ AegisName: "TerraniteArrow"
+ Name: "TerraniteArrow"
+ Type: "IT_AMMO"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Atk: 50
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 762
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bCritical, 20;
+ set @AmmoType, AMMO_BOW;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 867
+ AegisName: "IceGladius"
+ Name: "IceGladius"
+ Type: "IT_WEAPON"
+ Buy: 2000
+ Sell: 1000
+ Weight: 1000
+ Atk: 110
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 878
+ AegisName: "BansheeBow"
+ Name: "BansheeBow"
+ Type: "IT_WEAPON"
+ Buy: 101000
+ Sell: 40000
+ Weight: 900
+ Atk: 140
+ Matk: 0
+ Def: 0
+ Range: 6
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Dex;
+ set @minbStatVal, 80;
+ callfunc "RequireStat";
+ bonus2 bHPDrainRate, 100, -2;
+ bonus bAspdRate, 20;
+ bonus bMaxHP, -150;
+ bonus bSpeedAddRate, 10;
+ bonus bDefRate, -40;
+ bonus bDef2Rate, -35;
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 903
+ AegisName: "SlingShot"
+ Name: "SlingShot"
+ Type: "IT_WEAPON"
+ Buy: 500
+ Sell: 50
+ Weight: 10
+ Atk: 5
+ Matk: 0
+ Def: 0
+ Range: 3
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_SLING;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 904
+ AegisName: "SlingBullet"
+ Name: "SlingBullet"
+ Type: "IT_AMMO"
+ Buy: 1
+ Sell: 0
+ Weight: 1
+ Atk: 3
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 904
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @AmmoType, AMMO_SLING;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 906
+ AegisName: "KidBook"
+ Name: "KidBook"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 5000
+ Weight: 100
+ Atk: 1
+ Matk: 0
+ Def: 0
+ Range: 3
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1199
+ AegisName: "Arrow"
+ Name: "Arrow"
+ Type: "IT_AMMO"
+ Buy: 1
+ Sell: 0
+ Weight: 1
+ Atk: 20
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1199
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @AmmoType, AMMO_BOW;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 1200
+ AegisName: "Bow"
+ Name: "Bow"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Atk: 20
+ Matk: 0
+ Def: 0
+ Range: 5
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 4
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 1201
+ AegisName: "Knife"
+ Name: "Knife"
+ Type: "IT_WEAPON"
+ Buy: 50
+ Sell: 25
+ Weight: 120
+ Atk: 5
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1215
+ AegisName: "ToySabre"
+ Name: "ToySabre"
+ Type: "IT_WEAPON"
+ Buy: 2000000
+ Sell: 25
+ Weight: 1
+ Atk: 1
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1282
+ AegisName: "BoneArrows"
+ Name: "BoneArrows"
+ Type: "IT_AMMO"
+ Buy: 50
+ Sell: 20
+ Weight: 0
+ Atk: 55
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1282
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bCritical, 1;
+ set @AmmoType, AMMO_BOW;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 5260
+ AegisName: "Snowball"
+ Name: "Snowball"
+ Type: "IT_AMMO"
+ Buy: 1
+ Sell: 0
+ Weight: 1
+ Atk: 20
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5260
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @AmmoType, AMMO_XMAS;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 5261
+ AegisName: "SnowLauncher"
+ Name: "SnowLauncher"
+ Type: "IT_WEAPON"
+ Buy: 500
+ Sell: 50
+ Weight: 10
+ Atk: 20
+ Matk: 0
+ Def: 0
+ Range: 3
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_XMAS;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 702
+ AegisName: "WeddingRing"
+ Name: "WeddingRing"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 16
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 702
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 742
+ AegisName: "FourLeafClover"
+ Name: "FourLeafClover"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 742
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 749
+ AegisName: "Towel"
+ Name: "Towel"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 250
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 749
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 829
+ AegisName: "CrozeniteFourLeafAmulet"
+ Name: "CrozeniteFourLeafAmulet"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 829
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 830
+ AegisName: "BromenalFourLeafAmulet"
+ Name: "BromenalFourLeafAmulet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 2000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 830
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 2;
+ ">
+},
+{
+ Id: 831
+ AegisName: "SilverFourLeafAmulet"
+ Name: "SilverFourLeafAmulet"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 831
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 3;
+ ">
+},
+{
+ Id: 832
+ AegisName: "GoldenFourLeafAmulet"
+ Name: "GoldenFourLeafAmulet"
+ Type: "IT_ARMOR"
+ Buy: 40000
+ Sell: 4000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 832
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 4;
+ ">
+},
+{
+ Id: 865
+ AegisName: "Grimoire"
+ Name: "Grimoire"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 100
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 865
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMaxSP, 30;
+ ">
+},
+{
+ Id: 879
+ AegisName: "HeartOfIsis"
+ Name: "HeartOfIsis"
+ Type: "IT_ARMOR"
+ Buy: 70000
+ Sell: 35000
+ Weight: 40
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 85
+ Refine: false
+ ViewSprite: 879
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMaxHPrate, 15;
+ bonus bHPrecovRate, 65;
+ ">
+},
+{
+ Id: 1227
+ AegisName: "EnchantersAmulet"
+ Name: "EnchantersAmulet"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 16
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1227
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bHit, 22;
+ ">
+},
+{
+ Id: 1244
+ AegisName: "DarkTalisman"
+ Name: "DarkTalisman"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1244
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 30;
+ ">
+},
+{
+ Id: 4008
+ AegisName: "DiamondRing"
+ Name: "DiamondRing"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 128
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4008
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bVit, 1;
+ ">
+},
+{
+ Id: 4009
+ AegisName: "RubyRing"
+ Name: "RubyRing"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 128
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4009
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bStr, 1;
+ ">
+},
+{
+ Id: 4010
+ AegisName: "EmeraldRing"
+ Name: "EmeraldRing"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 128
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4010
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 4011
+ AegisName: "SapphireRing"
+ Name: "SapphireRing"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 128
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4011
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 1;
+ ">
+},
+{
+ Id: 4012
+ AegisName: "TopazRing"
+ Name: "TopazRing"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 128
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4012
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 4013
+ AegisName: "AmethystRing"
+ Name: "AmethystRing"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 128
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4013
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ ">
+},
+{
+ Id: 4014
+ AegisName: "SimpleRing"
+ Name: "SimpleRing"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 2500
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 128
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4014
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 677
+ AegisName: "HeartNecklace"
+ Name: "HeartNecklace"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Loc: 8
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 677
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5252
+ AegisName: "GuardianWings"
+ Name: "GuardianWings"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 16
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5252
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5253
+ AegisName: "MageRing"
+ Name: "MageRing"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: 128
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5253
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 1;
+ ">
+},
+{
+ Id: 528
+ AegisName: "Boots"
+ Name: "Boots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 80
+ Def: 2
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 528
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 655
+ AegisName: "FurBoots"
+ Name: "FurBoots"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 600
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 655
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 734
+ AegisName: "BlackBoots"
+ Name: "BlackBoots"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 3000
+ Weight: 25
+ Def: 3
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 734
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 735
+ AegisName: "CottonBoots"
+ Name: "CottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 735
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 757
+ AegisName: "AssassinBoots"
+ Name: "AssassinBoots"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 2000
+ Weight: 10
+ Def: 3
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 757
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "BrawlingItem";
+ bonus bAgi, 4;
+ ">
+},
+{
+ Id: 792
+ AegisName: "BromenalBoots"
+ Name: "BromenalBoots"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 792
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 876
+ AegisName: "WarlordBoots"
+ Name: "WarlordBoots"
+ Type: "IT_ARMOR"
+ Buy: 19000
+ Sell: 2000
+ Weight: 550
+ Def: 5
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 876
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2150
+ AegisName: "RedCottonBoots"
+ Name: "RedCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2150
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2151
+ AegisName: "GreenCottonBoots"
+ Name: "GreenCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2151
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2152
+ AegisName: "DarkBlueCottonBoots"
+ Name: "DarkBlueCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2152
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2153
+ AegisName: "YellowCottonBoots"
+ Name: "YellowCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2153
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2154
+ AegisName: "LightBlueCottonBoots"
+ Name: "LightBlueCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2154
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2155
+ AegisName: "PinkCottonBoots"
+ Name: "PinkCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2155
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2156
+ AegisName: "BlackCottonBoots"
+ Name: "BlackCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2156
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2157
+ AegisName: "OrangeCottonBoots"
+ Name: "OrangeCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2157
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2158
+ AegisName: "PurpleCottonBoots"
+ Name: "PurpleCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2158
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2159
+ AegisName: "DarkGreenCottonBoots"
+ Name: "DarkGreenCottonBoots"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 30
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2159
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1188
+ AegisName: "RedStockings"
+ Name: "RedStockings"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 2000
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: 64
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1188
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 503
+ AegisName: "CasinoCoins"
+ Name: "CasinoCoins"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 503
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 504
+ AegisName: "DecorCandy"
+ Name: "DecorCandy"
+ Type: "IT_ETC"
+ Buy: 25
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 504
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 505
+ AegisName: "MaggotSlime"
+ Name: "MaggotSlime"
+ Type: "IT_ETC"
+ Buy: 8
+ Sell: 4
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 505
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 507
+ AegisName: "ScorpionStinger"
+ Name: "ScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 507
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 515
+ AegisName: "PurplePresentBox"
+ Name: "PurplePresentBox"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 515
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 516
+ AegisName: "BluePresentBox"
+ Name: "BluePresentBox"
+ Type: "IT_ETC"
+ Buy: 60
+ Sell: 30
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 516
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 517
+ AegisName: "RedScorpionStinger"
+ Name: "RedScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 170
+ Sell: 85
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 517
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 518
+ AegisName: "BugLeg"
+ Name: "BugLeg"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 518
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 526
+ AegisName: "CoinBag"
+ Name: "CoinBag"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 526
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 537
+ AegisName: "TreasureKey"
+ Name: "TreasureKey"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 537
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 538
+ AegisName: "GreenPresentBox"
+ Name: "GreenPresentBox"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 538
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 540
+ AegisName: "EmptyBottle"
+ Name: "EmptyBottle"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 540
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 542
+ AegisName: "BottleOfSand"
+ Name: "BottleOfSand"
+ Type: "IT_ETC"
+ Buy: 70
+ Sell: 35
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 542
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 551
+ AegisName: "AquaHint"
+ Name: "AquaHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 551
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 552
+ AegisName: "MagentaHint"
+ Name: "MagentaHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 552
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 553
+ AegisName: "YellowHint"
+ Name: "YellowHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 553
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 554
+ AegisName: "GreenHint"
+ Name: "GreenHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 554
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 555
+ AegisName: "TealHint"
+ Name: "TealHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 555
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 556
+ AegisName: "PurpleHint"
+ Name: "PurpleHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 556
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 557
+ AegisName: "RedHint"
+ Name: "RedHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 557
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 558
+ AegisName: "BlueHint"
+ Name: "BlueHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 558
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 559
+ AegisName: "OrangeHint"
+ Name: "OrangeHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 559
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 560
+ AegisName: "GrayHint"
+ Name: "GrayHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 560
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 569
+ AegisName: "RawLog"
+ Name: "RawLog"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 569
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 589
+ AegisName: "Toothbrush"
+ Name: "Toothbrush"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 589
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 611
+ AegisName: "WhiteFur"
+ Name: "WhiteFur"
+ Type: "IT_ETC"
+ Buy: 8
+ Sell: 4
+ Weight: 8
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 611
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 612
+ AegisName: "CaveSnakeLamp"
+ Name: "CaveSnakeLamp"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 612
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 613
+ AegisName: "HardSpike"
+ Name: "HardSpike"
+ Type: "IT_ETC"
+ Buy: 40
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 613
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 614
+ AegisName: "PinkAntenna"
+ Name: "PinkAntenna"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 614
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 631
+ AegisName: "DarkCrystal"
+ Name: "DarkCrystal"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 631
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 635
+ AegisName: "SantaCookie"
+ Name: "SantaCookie"
+ Type: "IT_ETC"
+ Buy: 1
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 635
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 640
+ AegisName: "IronOre"
+ Name: "IronOre"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 40
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 640
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 641
+ AegisName: "SnakeSkin"
+ Name: "SnakeSkin"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 15
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 641
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 660
+ AegisName: "CottonCloth"
+ Name: "CottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 660
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 661
+ AegisName: "RedRose"
+ Name: "RedRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 661
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 662
+ AegisName: "WhiteRose"
+ Name: "WhiteRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 662
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 663
+ AegisName: "DarkRedRose"
+ Name: "DarkRedRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 663
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 664
+ AegisName: "PinkRose"
+ Name: "PinkRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 664
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 665
+ AegisName: "YellowRose"
+ Name: "YellowRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 665
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 666
+ AegisName: "BlackRose"
+ Name: "BlackRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 666
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 667
+ AegisName: "OrangeRose"
+ Name: "OrangeRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 667
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 668
+ AegisName: "BlueRose"
+ Name: "BlueRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 668
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 669
+ AegisName: "YellowTulip"
+ Name: "YellowTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 669
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 670
+ AegisName: "PurpleTulip"
+ Name: "PurpleTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 670
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 671
+ AegisName: "RedTulip"
+ Name: "RedTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 671
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 672
+ AegisName: "WhiteTulip"
+ Name: "WhiteTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 672
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 673
+ AegisName: "PinkTulip"
+ Name: "PinkTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 673
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 674
+ AegisName: "OrangeTulip"
+ Name: "OrangeTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 674
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 680
+ AegisName: "MauveHerb"
+ Name: "MauveHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 680
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 681
+ AegisName: "CobaltHerb"
+ Name: "CobaltHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 681
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 682
+ AegisName: "GambogeHerb"
+ Name: "GambogeHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 682
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 683
+ AegisName: "AlizarinHerb"
+ Name: "AlizarinHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 683
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 690
+ AegisName: "RedDye"
+ Name: "RedDye"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 690
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 691
+ AegisName: "GreenDye"
+ Name: "GreenDye"
+ Type: "IT_ETC"
+ Buy: 2500
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 691
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 692
+ AegisName: "DarkBlueDye"
+ Name: "DarkBlueDye"
+ Type: "IT_ETC"
+ Buy: 40000
+ Sell: 15000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 692
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 693
+ AegisName: "YellowDye"
+ Name: "YellowDye"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 693
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 694
+ AegisName: "LightBlueDye"
+ Name: "LightBlueDye"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 694
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 695
+ AegisName: "PinkDye"
+ Name: "PinkDye"
+ Type: "IT_ETC"
+ Buy: 2500
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 695
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 696
+ AegisName: "BlackDye"
+ Name: "BlackDye"
+ Type: "IT_ETC"
+ Buy: 30000
+ Sell: 15000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 696
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 697
+ AegisName: "OrangeDye"
+ Name: "OrangeDye"
+ Type: "IT_ETC"
+ Buy: 2500
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 697
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 698
+ AegisName: "PurpleDye"
+ Name: "PurpleDye"
+ Type: "IT_ETC"
+ Buy: 70000
+ Sell: 35000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 698
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 699
+ AegisName: "DarkGreenDye"
+ Name: "DarkGreenDye"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 699
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 700
+ AegisName: "Pearl"
+ Name: "Pearl"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 3000
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 700
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 701
+ AegisName: "PileOfAsh"
+ Name: "PileOfAsh"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 100
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 701
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 703
+ AegisName: "SulphurPowder"
+ Name: "SulphurPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 25
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 703
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 704
+ AegisName: "IronPowder"
+ Name: "IronPowder"
+ Type: "IT_ETC"
+ Buy: 800
+ Sell: 80
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 704
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 706
+ AegisName: "GoldenScorpionStinger"
+ Name: "GoldenScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 500
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 706
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 707
+ AegisName: "MonsterOilPotion"
+ Name: "MonsterOilPotion"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 2000
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 707
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 708
+ AegisName: "LeatherPatch"
+ Name: "LeatherPatch"
+ Type: "IT_ETC"
+ Buy: 300
+ Sell: 150
+ Weight: 18
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 708
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 709
+ AegisName: "BlackScorpionStinger"
+ Name: "BlackScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 709
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 710
+ AegisName: "SnakeTongue"
+ Name: "SnakeTongue"
+ Type: "IT_ETC"
+ Buy: 60
+ Sell: 30
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 710
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 711
+ AegisName: "MountainSnakeTongue"
+ Name: "MountainSnakeTongue"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 711
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 712
+ AegisName: "GrassSnakeTongue"
+ Name: "GrassSnakeTongue"
+ Type: "IT_ETC"
+ Buy: 160
+ Sell: 80
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 712
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 713
+ AegisName: "CaveSnakeTongue"
+ Name: "CaveSnakeTongue"
+ Type: "IT_ETC"
+ Buy: 120
+ Sell: 60
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 713
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 718
+ AegisName: "SilkCocoon"
+ Name: "SilkCocoon"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 3
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 718
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 727
+ AegisName: "Iten"
+ Name: "Iten"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 8000
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 727
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 728
+ AegisName: "MoubooFigurine"
+ Name: "MoubooFigurine"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 9
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 728
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 729
+ AegisName: "WarpedLog"
+ Name: "WarpedLog"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 8
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 729
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 730
+ AegisName: "Lifestone"
+ Name: "Lifestone"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 730
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 732
+ AegisName: "DruidTreeBranch"
+ Name: "DruidTreeBranch"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 732
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 740
+ AegisName: "Root"
+ Name: "Root"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 200
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 740
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 746
+ AegisName: "MopoxCurePotion"
+ Name: "MopoxCurePotion"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 746
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 753
+ AegisName: "BatWing"
+ Name: "BatWing"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 10
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 753
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 754
+ AegisName: "BatTeeth"
+ Name: "BatTeeth"
+ Type: "IT_ETC"
+ Buy: 600
+ Sell: 12
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 754
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 763
+ AegisName: "TerraniteOre"
+ Name: "TerraniteOre"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 40
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 763
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 772
+ AegisName: "WispPowder"
+ Name: "WispPowder"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 350
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 772
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 773
+ AegisName: "SpectrePowder"
+ Name: "SpectrePowder"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 350
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 773
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 774
+ AegisName: "PoltergeistPowder"
+ Name: "PoltergeistPowder"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 350
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 774
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 775
+ AegisName: "Bone"
+ Name: "Bone"
+ Type: "IT_ETC"
+ Buy: 140
+ Sell: 70
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 775
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 776
+ AegisName: "Skull"
+ Name: "Skull"
+ Type: "IT_ETC"
+ Buy: 900
+ Sell: 450
+ Weight: 30
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 776
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 777
+ AegisName: "RottenRags"
+ Name: "RottenRags"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 15
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 777
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 778
+ AegisName: "DiseasedHeart"
+ Name: "DiseasedHeart"
+ Type: "IT_ETC"
+ Buy: 180
+ Sell: 90
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 778
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 779
+ AegisName: "UndeadEar"
+ Name: "UndeadEar"
+ Type: "IT_ETC"
+ Buy: 30
+ Sell: 15
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 779
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 780
+ AegisName: "UndeadEye"
+ Name: "UndeadEye"
+ Type: "IT_ETC"
+ Buy: 30
+ Sell: 15
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 780
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 799
+ AegisName: "MylarinDust"
+ Name: "MylarinDust"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 5000
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 799
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 802
+ AegisName: "EasterBasket"
+ Name: "EasterBasket"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 802
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 803
+ AegisName: "GrassLiner"
+ Name: "GrassLiner"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 803
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 804
+ AegisName: "JellyBeans"
+ Name: "JellyBeans"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 804
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 805
+ AegisName: "ChocolateMouboo"
+ Name: "ChocolateMouboo"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 805
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 806
+ AegisName: "ReedBundle"
+ Name: "ReedBundle"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 7
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 806
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 807
+ AegisName: "GrassSeed"
+ Name: "GrassSeed"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 807
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 819
+ AegisName: "DiamondPowder"
+ Name: "DiamondPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 819
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 820
+ AegisName: "RubyPowder"
+ Name: "RubyPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 820
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 821
+ AegisName: "EmeraldPowder"
+ Name: "EmeraldPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 821
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 822
+ AegisName: "SapphirePowder"
+ Name: "SapphirePowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 822
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 823
+ AegisName: "TopazPowder"
+ Name: "TopazPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 823
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 824
+ AegisName: "AmethystPowder"
+ Name: "AmethystPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 824
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 833
+ AegisName: "BrokenFourLeafAmulet"
+ Name: "BrokenFourLeafAmulet"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 1
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 833
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 834
+ AegisName: "BrokenDoll"
+ Name: "BrokenDoll"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 5
+ Weight: 15
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 834
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 835
+ AegisName: "HyvernStinger"
+ Name: "HyvernStinger"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 835
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 836
+ AegisName: "GrubSlime"
+ Name: "GrubSlime"
+ Type: "IT_ETC"
+ Buy: 40
+ Sell: 10
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 836
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 841
+ AegisName: "RedDottedWrap"
+ Name: "RedDottedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 841
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 842
+ AegisName: "YellowDottedWrap"
+ Name: "YellowDottedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 842
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 843
+ AegisName: "BlueDottedWrap"
+ Name: "BlueDottedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 843
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 844
+ AegisName: "PurpleStripedWrap"
+ Name: "PurpleStripedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 844
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 845
+ AegisName: "RedGoldenStripedWrap"
+ Name: "RedGoldenStripedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 845
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 846
+ AegisName: "GreenRedStripedWrap"
+ Name: "GreenRedStripedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 846
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 847
+ AegisName: "PlushMouboo"
+ Name: "PlushMouboo"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 200
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 847
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 849
+ AegisName: "OpenPresentBox"
+ Name: "OpenPresentBox"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 849
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 850
+ AegisName: "ClosedChristmasBox"
+ Name: "ClosedChristmasBox"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 200
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 850
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 851
+ AegisName: "StickReinboo"
+ Name: "StickReinboo"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 851
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 852
+ AegisName: "LeatherBall"
+ Name: "LeatherBall"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 852
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 853
+ AegisName: "Doll"
+ Name: "Doll"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 30
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 853
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 858
+ AegisName: "WolvernTooth"
+ Name: "WolvernTooth"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 858
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 859
+ AegisName: "WolvernPelt"
+ Name: "WolvernPelt"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 250
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 859
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 860
+ AegisName: "SquirrelPelt"
+ Name: "SquirrelPelt"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 860
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 861
+ AegisName: "WhiteBellTuber"
+ Name: "WhiteBellTuber"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 861
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 862
+ AegisName: "IcedWater"
+ Name: "IcedWater"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 862
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 863
+ AegisName: "SilverMirror"
+ Name: "SilverMirror"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 863
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 864
+ AegisName: "BookPage"
+ Name: "BookPage"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 864
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 866
+ AegisName: "LeatherSuitcase"
+ Name: "LeatherSuitcase"
+ Type: "IT_ETC"
+ Buy: 4000
+ Sell: 2000
+ Weight: 12000
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 866
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 869
+ AegisName: "Antlers"
+ Name: "Antlers"
+ Type: "IT_ETC"
+ Buy: 4000
+ Sell: 2000
+ Weight: 3000
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 869
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 871
+ AegisName: "SealedSoul"
+ Name: "SealedSoul"
+ Type: "IT_ETC"
+ Buy: 12000
+ Sell: 1000
+ Weight: 75
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 871
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 872
+ AegisName: "LockPicks"
+ Name: "LockPicks"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1500
+ Weight: 150
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 872
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 873
+ AegisName: "LazuriteShard"
+ Name: "LazuriteShard"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 50
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 873
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 874
+ AegisName: "LazuriteCrystal"
+ Name: "LazuriteCrystal"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 200
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 874
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 875
+ AegisName: "HeartOfLazurite"
+ Name: "HeartOfLazurite"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 400
+ Weight: 15
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 875
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 891
+ AegisName: "SilkSheet"
+ Name: "SilkSheet"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 891
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 892
+ AegisName: "OrangeSummonFlower"
+ Name: "OrangeSummonFlower"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 892
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 893
+ AegisName: "PurpleSummonFlower"
+ Name: "PurpleSummonFlower"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 893
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 894
+ AegisName: "WhiteSummonFlower"
+ Name: "WhiteSummonFlower"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 894
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 895
+ AegisName: "YellowSummonFlower"
+ Name: "YellowSummonFlower"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 200
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 895
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 896
+ AegisName: "RedSummonFlower"
+ Name: "RedSummonFlower"
+ Type: "IT_ETC"
+ Buy: 600
+ Sell: 300
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 896
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1191
+ AegisName: "WhiteWrap"
+ Name: "WhiteWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1191
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1192
+ AegisName: "YellowWrap"
+ Name: "YellowWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1192
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1193
+ AegisName: "BlueWrap"
+ Name: "BlueWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1193
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1194
+ AegisName: "PurpleWrap"
+ Name: "PurpleWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1194
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1195
+ AegisName: "GreenWrap"
+ Name: "GreenWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1195
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1198
+ AegisName: "Soul"
+ Name: "Soul"
+ Type: "IT_ETC"
+ Buy: 100000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1198
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1207
+ AegisName: "RedChristmasStocking"
+ Name: "RedChristmasStocking"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1207
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1208
+ AegisName: "RedEasterEgg"
+ Name: "RedEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1208
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1209
+ AegisName: "GreenEasterEgg"
+ Name: "GreenEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1209
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1210
+ AegisName: "BlueEasterEgg"
+ Name: "BlueEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1210
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1211
+ AegisName: "YellowEasterEgg"
+ Name: "YellowEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1211
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1212
+ AegisName: "PinkEasterEgg"
+ Name: "PinkEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1212
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1213
+ AegisName: "TealEasterEgg"
+ Name: "TealEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1213
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1228
+ AegisName: "LightCrystal"
+ Name: "LightCrystal"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1228
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1233
+ AegisName: "FakeFangs"
+ Name: "FakeFangs"
+ Type: "IT_ETC"
+ Buy: 20000
+ Sell: 10000
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1233
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1234
+ AegisName: "RedOrnament"
+ Name: "RedOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1234
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1235
+ AegisName: "YellowOrnament"
+ Name: "YellowOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1235
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1236
+ AegisName: "GreenOrnament"
+ Name: "GreenOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1236
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1237
+ AegisName: "AquaOrnament"
+ Name: "AquaOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1237
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1238
+ AegisName: "BlueOrnament"
+ Name: "BlueOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1238
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1239
+ AegisName: "MagentaOrnament"
+ Name: "MagentaOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1239
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1240
+ AegisName: "SantaSnowGlobe"
+ Name: "SantaSnowGlobe"
+ Type: "IT_ETC"
+ Buy: 7500
+ Sell: 3750
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1240
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1241
+ AegisName: "SnowmanSnowGlobe"
+ Name: "SnowmanSnowGlobe"
+ Type: "IT_ETC"
+ Buy: 7500
+ Sell: 3750
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1241
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1245
+ AegisName: "BentNeedle"
+ Name: "BentNeedle"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 1
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1245
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1246
+ AegisName: "DarkEasterEgg"
+ Name: "DarkEasterEgg"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 50
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1246
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1249
+ AegisName: "StrangeCoin"
+ Name: "StrangeCoin"
+ Type: "IT_ETC"
+ Buy: 7000
+ Sell: 3500
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1249
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1254
+ AegisName: "DarkPetal"
+ Name: "DarkPetal"
+ Type: "IT_ETC"
+ Buy: 15000
+ Sell: 8000
+ Weight: 250
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1254
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1257
+ AegisName: "FlawedLens"
+ Name: "FlawedLens"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 5000
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1257
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2250
+ AegisName: "RedCottonCloth"
+ Name: "RedCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2250
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2251
+ AegisName: "GreenCottonCloth"
+ Name: "GreenCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2251
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2252
+ AegisName: "DarkBlueCottonCloth"
+ Name: "DarkBlueCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2252
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2253
+ AegisName: "YellowCottonCloth"
+ Name: "YellowCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2253
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2254
+ AegisName: "LightBlueCottonCloth"
+ Name: "LightBlueCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2254
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2255
+ AegisName: "PinkCottonCloth"
+ Name: "PinkCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2255
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2256
+ AegisName: "BlackCottonCloth"
+ Name: "BlackCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2256
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2257
+ AegisName: "OrangeCottonCloth"
+ Name: "OrangeCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2257
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2258
+ AegisName: "PurpleCottonCloth"
+ Name: "PurpleCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2258
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2259
+ AegisName: "DarkGreenCottonCloth"
+ Name: "DarkGreenCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2259
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3000
+ AegisName: "JackOLantern"
+ Name: "JackOLantern"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 1000
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3000
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3002
+ AegisName: "RealisticBrain"
+ Name: "RealisticBrain"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3002
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3003
+ AegisName: "JarofBlood"
+ Name: "JarofBlood"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 375
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3003
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3004
+ AegisName: "Tongue"
+ Name: "Tongue"
+ Type: "IT_ETC"
+ Buy: 5
+ Sell: 1
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3004
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3011
+ AegisName: "PumpkinSeeds"
+ Name: "PumpkinSeeds"
+ Type: "IT_ETC"
+ Buy: 5
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3011
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4000
+ AegisName: "AngryScorpionStinger"
+ Name: "AngryScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4000
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4001
+ AegisName: "Coal"
+ Name: "Coal"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4001
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4002
+ AegisName: "Diamond"
+ Name: "Diamond"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4002
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4003
+ AegisName: "Ruby"
+ Name: "Ruby"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4003
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4004
+ AegisName: "Emerald"
+ Name: "Emerald"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4004
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4005
+ AegisName: "Sapphire"
+ Name: "Sapphire"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4005
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4006
+ AegisName: "Topaz"
+ Name: "Topaz"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4006
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4007
+ AegisName: "Amethyst"
+ Name: "Amethyst"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4007
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4015
+ AegisName: "IronIngot"
+ Name: "IronIngot"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 250
+ Weight: 200
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4015
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4016
+ AegisName: "BanditHood"
+ Name: "BanditHood"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4016
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4017
+ AegisName: "RedPowder"
+ Name: "RedPowder"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4017
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4018
+ AegisName: "YellowPowder"
+ Name: "YellowPowder"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4018
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4019
+ AegisName: "BluePowder"
+ Name: "BluePowder"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4019
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4021
+ AegisName: "YellowPresentBox"
+ Name: "YellowPresentBox"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4021
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4022
+ AegisName: "WhitePresentBox"
+ Name: "WhitePresentBox"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4022
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4023
+ AegisName: "AnimalBones"
+ Name: "AnimalBones"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4023
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4024
+ AegisName: "FrozenYetiTear"
+ Name: "FrozenYetiTear"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 250
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4024
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4025
+ AegisName: "YetiClaw"
+ Name: "YetiClaw"
+ Type: "IT_ETC"
+ Buy: 150
+ Sell: 75
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4025
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4026
+ AegisName: "IceCube"
+ Name: "IceCube"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4026
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4029
+ AegisName: "GrimaceOfDementia"
+ Name: "GrimaceOfDementia"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4029
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4034
+ AegisName: "BlackPearl"
+ Name: "BlackPearl"
+ Type: "IT_ETC"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4034
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4037
+ AegisName: "WhiteBlanket"
+ Name: "WhiteBlanket"
+ Type: "IT_ETC"
+ Buy: 600
+ Sell: 125
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4037
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4038
+ AegisName: "WhiteSaddleRug"
+ Name: "WhiteSaddleRug"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 100
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4038
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4039
+ AegisName: "RedSaddleRug"
+ Name: "RedSaddleRug"
+ Type: "IT_ETC"
+ Buy: 1200
+ Sell: 300
+ Weight: 110
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4039
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4040
+ AegisName: "RawTalisman"
+ Name: "RawTalisman"
+ Type: "IT_ETC"
+ Buy: 800
+ Sell: 200
+ Weight: 8
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4040
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4041
+ AegisName: "FlightTalisman"
+ Name: "FlightTalisman"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1200
+ Weight: 12
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4041
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5110
+ AegisName: "Bloodstone"
+ Name: "Bloodstone"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5110
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5111
+ AegisName: "BrainStem"
+ Name: "BrainStem"
+ Type: "IT_ETC"
+ Buy: 180
+ Sell: 90
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5111
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5112
+ AegisName: "CryptKey"
+ Name: "CryptKey"
+ Type: "IT_ETC"
+ Buy: 300
+ Sell: 150
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5112
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5113
+ AegisName: "Ectoplasm"
+ Name: "Ectoplasm"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5113
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5114
+ AegisName: "Urn"
+ Name: "Urn"
+ Type: "IT_ETC"
+ Buy: 40
+ Sell: 20
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5114
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5115
+ AegisName: "VampireBatWing"
+ Name: "VampireBatWing"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 20
+ Weight: 4
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5115
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5116
+ AegisName: "WraithHorn"
+ Name: "WraithHorn"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5116
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5117
+ AegisName: "AstralCube"
+ Name: "AstralCube"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 10
+ Weight: 800
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5117
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5118
+ AegisName: "RunestoneA"
+ Name: "RunestoneA"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5118
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5119
+ AegisName: "RunestoneL"
+ Name: "RunestoneL"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5119
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5120
+ AegisName: "RunestoneN"
+ Name: "RunestoneN"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5120
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5121
+ AegisName: "RunestoneT"
+ Name: "RunestoneT"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5121
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5122
+ AegisName: "RunestoneW"
+ Name: "RunestoneW"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5122
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5123
+ AegisName: "QuillOfBinding"
+ Name: "QuillOfBinding"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5123
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5124
+ AegisName: "BloodInk"
+ Name: "BloodInk"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 4
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5124
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5125
+ AegisName: "UnderworldKey"
+ Name: "UnderworldKey"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5125
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5127
+ AegisName: "JarofOwnBlood"
+ Name: "JarofOwnBlood"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 375
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5127
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1197
+ AegisName: "SkeletonCharm"
+ Name: "SkeletonCharm"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1197
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5211
+ AegisName: "ActivatedSulphur"
+ Name: "ActivatedSulphur"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5211
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5212
+ AegisName: "FairTradeSoil"
+ Name: "FairTradeSoil"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 23
+ Weight: 40
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5212
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5215
+ AegisName: "FreeRangeMoss"
+ Name: "FreeRangeMoss"
+ Type: "IT_ETC"
+ Buy: 830
+ Sell: 20
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5215
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5216
+ AegisName: "JadeEgg"
+ Name: "JadeEgg"
+ Type: "IT_ETC"
+ Buy: 938
+ Sell: 250
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5216
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5217
+ AegisName: "RawAir"
+ Name: "RawAir"
+ Type: "IT_ETC"
+ Buy: 1999
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5217
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5218
+ AegisName: "RedTicket"
+ Name: "RedTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5218
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5219
+ AegisName: "YellowTicket"
+ Name: "YellowTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5219
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5220
+ AegisName: "GoldTicket"
+ Name: "GoldTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5220
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5221
+ AegisName: "GreenTicket"
+ Name: "GreenTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5221
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5222
+ AegisName: "AquaTicket"
+ Name: "AquaTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5222
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5223
+ AegisName: "BlueTicket"
+ Name: "BlueTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5223
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5224
+ AegisName: "PurpleTicket"
+ Name: "PurpleTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5224
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5225
+ AegisName: "PinkTicket"
+ Name: "PinkTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5225
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5251
+ AegisName: "WumpusEgg"
+ Name: "WumpusEgg"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5251
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5256
+ AegisName: "PVPCoin"
+ Name: "PVPCoin"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5256
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5265
+ AegisName: "LoveLetter"
+ Name: "LoveLetter"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5265
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 523
+ AegisName: "LeatherShirt"
+ Name: "LeatherShirt"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 523
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 546
+ AegisName: "DesertShirt"
+ Name: "DesertShirt"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 20
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 546
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 564
+ AegisName: "Turtleneck"
+ Name: "Turtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 30
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 564
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 624
+ AegisName: "VNeckSweater"
+ Name: "VNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 624
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 625
+ AegisName: "ChainmailShirt"
+ Name: "ChainmailShirt"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1500
+ Weight: 800
+ Def: 20
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 625
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 626
+ AegisName: "LightPlatemail"
+ Name: "LightPlatemail"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 2500
+ Weight: 1200
+ Def: 25
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 626
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 645
+ AegisName: "GoldenPlatemail"
+ Name: "GoldenPlatemail"
+ Type: "IT_ARMOR"
+ Buy: 9999000
+ Sell: 3000
+ Weight: 4500
+ Def: 25
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 645
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 649
+ AegisName: "WhiteEvokersRobeBlue"
+ Name: "WhiteEvokersRobeBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 649
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ bonus bCriticalDef, 10;
+ ">
+},
+{
+ Id: 650
+ AegisName: "BlackEvokersRobeBlue"
+ Name: "BlackEvokersRobeBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 650
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ bonus bCriticalDef, 10;
+ ">
+},
+{
+ Id: 651
+ AegisName: "WhiteWizardRobe"
+ Name: "WhiteWizardRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 651
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 652
+ AegisName: "BlackWizardRobe"
+ Name: "BlackWizardRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 652
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 653
+ AegisName: "ApprenticeRobe"
+ Name: "ApprenticeRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 653
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ bonus bCriticalDef, 10;
+ ">
+},
+{
+ Id: 658
+ AegisName: "WarlordPlate"
+ Name: "WarlordPlate"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 3000
+ Weight: 2600
+ Def: 27
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 658
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 659
+ AegisName: "GoldenWarlordPlate"
+ Name: "GoldenWarlordPlate"
+ Type: "IT_ARMOR"
+ Buy: 500000
+ Sell: 4000
+ Weight: 7600
+ Def: 27
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 659
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 688
+ AegisName: "TankTop"
+ Name: "TankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 10
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 688
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 689
+ AegisName: "ShortTankTop"
+ Name: "ShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 689
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 720
+ AegisName: "SilkRobe"
+ Name: "SilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 720
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 726
+ AegisName: "GMRobe"
+ Name: "GMRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 40
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 726
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "RestrictedItem";
+ ">
+},
+{
+ Id: 755
+ AegisName: "AssassinShirt"
+ Name: "AssassinShirt"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 3000
+ Weight: 15
+ Def: 15
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 755
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "BrawlingItem";
+ bonus bAgi, 15;
+ bonus bSpeedAddRate, 10;
+ bonus bFlee, 20;
+ bonus bHit, 20;
+ bonus bMaxHP, 200;
+ ">
+},
+{
+ Id: 767
+ AegisName: "TerraniteChestArmor"
+ Name: "TerraniteChestArmor"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 3000
+ Weight: 800
+ Def: 20
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 767
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ bonus bMdef, 10;
+ ">
+},
+{
+ Id: 782
+ AegisName: "ForestArmor"
+ Name: "ForestArmor"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 40
+ Def: 10
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 782
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 3;
+ ">
+},
+{
+ Id: 783
+ AegisName: "PlatynaRedDress"
+ Name: "PlatynaRedDress"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 50000
+ Weight: 35
+ Def: 15
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 783
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 791
+ AegisName: "YetiSkinShirt"
+ Name: "YetiSkinShirt"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 10000
+ Weight: 20
+ Def: 12
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 791
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 793
+ AegisName: "BromenalChest"
+ Name: "BromenalChest"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 3000
+ Weight: 2000
+ Def: 25
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 793
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 798
+ AegisName: "SorcererRed"
+ Name: "SorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 798
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 870
+ AegisName: "FineDress"
+ Name: "FineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 870
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 880
+ AegisName: "LazuriteRobe"
+ Name: "LazuriteRobe"
+ Type: "IT_ARMOR"
+ Buy: 92000
+ Sell: 52000
+ Weight: 30
+ Def: 7
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 880
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Int;
+ set @minbStatVal, 70;
+ callfunc "RequireStat";
+ set @bStat, Vit;
+ set @minbStatVal, 40;
+ callfunc "RequireStat";
+ bonus bSpeedAddRate, -15;
+ bonus bDef2Rate, -40;
+ bonus bMdef, 60;
+ bonus bVit, -1;
+ bonus bInt, 7;
+ bonus bLuk, -1;
+ bonus bDex, -1;
+ bonus bStr, -1;
+ ">
+},
+{
+ Id: 1178
+ AegisName: "Contributor"
+ Name: "Contributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1178
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1183
+ AegisName: "AmberChristmasSweater"
+ Name: "AmberChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1183
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1184
+ AegisName: "FunkyChristmasSweater"
+ Name: "FunkyChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1184
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1185
+ AegisName: "PinkChristmasSweater"
+ Name: "PinkChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1185
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1186
+ AegisName: "DarkChristmasSweater"
+ Name: "DarkChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1186
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1187
+ AegisName: "BlueChristmasSweater"
+ Name: "BlueChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1187
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1202
+ AegisName: "CottonShirt"
+ Name: "CottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 13
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1202
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2050
+ AegisName: "RedCottonShirt"
+ Name: "RedCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2050
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2051
+ AegisName: "GreenCottonShirt"
+ Name: "GreenCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2051
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2052
+ AegisName: "DarkBlueCottonShirt"
+ Name: "DarkBlueCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2052
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2053
+ AegisName: "YellowCottonShirt"
+ Name: "YellowCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2053
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2054
+ AegisName: "LightBlueCottonShirt"
+ Name: "LightBlueCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2054
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2055
+ AegisName: "PinkCottonShirt"
+ Name: "PinkCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2055
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2056
+ AegisName: "BlackCottonShirt"
+ Name: "BlackCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2056
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2057
+ AegisName: "OrangeCottonShirt"
+ Name: "OrangeCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2057
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2058
+ AegisName: "PurpleCottonShirt"
+ Name: "PurpleCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2058
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2059
+ AegisName: "DarkGreenCottonShirt"
+ Name: "DarkGreenCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2059
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2060
+ AegisName: "RedVNeckSweater"
+ Name: "RedVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2060
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2061
+ AegisName: "GreenVNeckSweater"
+ Name: "GreenVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2061
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2062
+ AegisName: "DarkBlueVNeckSweater"
+ Name: "DarkBlueVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2062
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2063
+ AegisName: "YellowVNeckSweater"
+ Name: "YellowVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2063
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2064
+ AegisName: "LightBlueVNeckSweater"
+ Name: "LightBlueVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2064
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2065
+ AegisName: "PinkVNeckSweater"
+ Name: "PinkVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2065
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2066
+ AegisName: "BlackVNeckSweater"
+ Name: "BlackVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2066
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2067
+ AegisName: "OrangeVNeckSweater"
+ Name: "OrangeVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2067
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2068
+ AegisName: "PurpleVNeckSweater"
+ Name: "PurpleVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2068
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2069
+ AegisName: "DarkGreenVNeckSweater"
+ Name: "DarkGreenVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2069
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2070
+ AegisName: "RedTurtleneck"
+ Name: "RedTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2070
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2071
+ AegisName: "GreenTurtleneck"
+ Name: "GreenTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2071
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2072
+ AegisName: "DarkBlueTurtleneck"
+ Name: "DarkBlueTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2072
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2073
+ AegisName: "YellowTurtleneck"
+ Name: "YellowTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2073
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2074
+ AegisName: "LightBlueTurtleneck"
+ Name: "LightBlueTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2074
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2075
+ AegisName: "PinkTurtleneck"
+ Name: "PinkTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2075
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2076
+ AegisName: "BlackTurtleneck"
+ Name: "BlackTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2076
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2077
+ AegisName: "OrangeTurtleneck"
+ Name: "OrangeTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2077
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2078
+ AegisName: "PurpleTurtleneck"
+ Name: "PurpleTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2078
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2079
+ AegisName: "DarkGreenTurtleneck"
+ Name: "DarkGreenTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2079
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2080
+ AegisName: "RedSilkRobe"
+ Name: "RedSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2080
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2081
+ AegisName: "GreenSilkRobe"
+ Name: "GreenSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2081
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2082
+ AegisName: "DarkBlueSilkRobe"
+ Name: "DarkBlueSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2082
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2083
+ AegisName: "YellowSilkRobe"
+ Name: "YellowSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2083
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2084
+ AegisName: "LightBlueSilkRobe"
+ Name: "LightBlueSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2084
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2085
+ AegisName: "PinkSilkRobe"
+ Name: "PinkSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2085
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2086
+ AegisName: "BlackSilkRobe"
+ Name: "BlackSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2086
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2087
+ AegisName: "OrangeSilkRobe"
+ Name: "OrangeSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2087
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2088
+ AegisName: "PurpleSilkRobe"
+ Name: "PurpleSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2088
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2089
+ AegisName: "DarkGreenSilkRobe"
+ Name: "DarkGreenSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2089
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2090
+ AegisName: "RedTankTop"
+ Name: "RedTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2090
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2091
+ AegisName: "GreenTankTop"
+ Name: "GreenTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2091
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2092
+ AegisName: "DarkBlueTankTop"
+ Name: "DarkBlueTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2092
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2093
+ AegisName: "YellowTankTop"
+ Name: "YellowTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2093
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2094
+ AegisName: "LightBlueTankTop"
+ Name: "LightBlueTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2094
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2095
+ AegisName: "PinkTankTop"
+ Name: "PinkTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2095
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2096
+ AegisName: "BlackTankTop"
+ Name: "BlackTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2096
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2097
+ AegisName: "OrangeTankTop"
+ Name: "OrangeTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2097
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2098
+ AegisName: "PurpleTankTop"
+ Name: "PurpleTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2098
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2099
+ AegisName: "DarkGreenTankTop"
+ Name: "DarkGreenTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2099
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2120
+ AegisName: "RedShortTankTop"
+ Name: "RedShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2120
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2121
+ AegisName: "GreenShortTankTop"
+ Name: "GreenShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2121
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2122
+ AegisName: "DarkBlueShortTankTop"
+ Name: "DarkBlueShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2122
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2123
+ AegisName: "YellowShortTankTop"
+ Name: "YellowShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2123
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2124
+ AegisName: "LightBlueShortTankTop"
+ Name: "LightBlueShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2124
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2125
+ AegisName: "PinkShortTankTop"
+ Name: "PinkShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2125
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2126
+ AegisName: "BlackShortTankTop"
+ Name: "BlackShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2126
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2127
+ AegisName: "OrangeShortTankTop"
+ Name: "OrangeShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2127
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2128
+ AegisName: "PurpleShortTankTop"
+ Name: "PurpleShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2128
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2129
+ AegisName: "DarkGreenShortTankTop"
+ Name: "DarkGreenShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2129
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2220
+ AegisName: "RedSorcererRed"
+ Name: "RedSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2220
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2221
+ AegisName: "GreenSorcererRed"
+ Name: "GreenSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2221
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2222
+ AegisName: "DarkBlueSorcererRed"
+ Name: "DarkBlueSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2222
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2223
+ AegisName: "YellowSorcererRed"
+ Name: "YellowSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2223
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2224
+ AegisName: "LightBlueSorcererRed"
+ Name: "LightBlueSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2224
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2225
+ AegisName: "PinkSorcererRed"
+ Name: "PinkSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2225
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2226
+ AegisName: "BlackSorcererRed"
+ Name: "BlackSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2226
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2227
+ AegisName: "OrangeSorcererRed"
+ Name: "OrangeSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2227
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2228
+ AegisName: "PurpleSorcererRed"
+ Name: "PurpleSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2228
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2229
+ AegisName: "DarkGreenSorcererRed"
+ Name: "DarkGreenSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2229
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2240
+ AegisName: "RedFineDress"
+ Name: "RedFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2240
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2241
+ AegisName: "GreenFineDress"
+ Name: "GreenFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2241
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2242
+ AegisName: "DarkBlueFineDress"
+ Name: "DarkBlueFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2242
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2243
+ AegisName: "YellowFineDress"
+ Name: "YellowFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2243
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2244
+ AegisName: "LightBlueFineDress"
+ Name: "LightBlueFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2244
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2245
+ AegisName: "PinkFineDress"
+ Name: "PinkFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2245
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2246
+ AegisName: "BlackFineDress"
+ Name: "BlackFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2246
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2247
+ AegisName: "OrangeFineDress"
+ Name: "OrangeFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2247
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2248
+ AegisName: "PurpleFineDress"
+ Name: "PurpleFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2248
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2249
+ AegisName: "DarkGreenFineDress"
+ Name: "DarkGreenFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2249
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5000
+ AegisName: "RedSorcererGreen"
+ Name: "RedSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5000
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5001
+ AegisName: "GreenSorcererGreen"
+ Name: "GreenSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5001
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5002
+ AegisName: "DarkBlueSorcererGreen"
+ Name: "DarkBlueSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5002
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5003
+ AegisName: "YellowSorcererGreen"
+ Name: "YellowSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5003
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5004
+ AegisName: "LightBlueSorcererGreen"
+ Name: "LightBlueSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5004
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5005
+ AegisName: "PinkSorcererGreen"
+ Name: "PinkSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5005
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5006
+ AegisName: "BlackSorcererGreen"
+ Name: "BlackSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5006
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5007
+ AegisName: "OrangeSorcererGreen"
+ Name: "OrangeSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5007
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5008
+ AegisName: "PurpleSorcererGreen"
+ Name: "PurpleSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5008
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5009
+ AegisName: "DarkGreenSorcererGreen"
+ Name: "DarkGreenSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5009
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5010
+ AegisName: "SorcererGreen"
+ Name: "SorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5010
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5011
+ AegisName: "RedSorcererDBlue"
+ Name: "RedSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5011
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5012
+ AegisName: "GreenSorcererDBlue"
+ Name: "GreenSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5012
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5013
+ AegisName: "DarkBlueSorcererDBlue"
+ Name: "DarkBlueSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5013
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5014
+ AegisName: "YellowSorcererDBlue"
+ Name: "YellowSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5014
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5015
+ AegisName: "LightBlueSorcererDBlue"
+ Name: "LightBlueSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5015
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5016
+ AegisName: "PinkSorcererDBlue"
+ Name: "PinkSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5016
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5017
+ AegisName: "BlackSorcererDBlue"
+ Name: "BlackSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5017
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5018
+ AegisName: "OrangeSorcererDBlue"
+ Name: "OrangeSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5018
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5019
+ AegisName: "PurpleSorcererDBlue"
+ Name: "PurpleSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5019
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5020
+ AegisName: "DarkGreenSorcererDBlue"
+ Name: "DarkGreenSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5020
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5021
+ AegisName: "SorcererDBlue"
+ Name: "SorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5021
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5022
+ AegisName: "RedSorcererYellow"
+ Name: "RedSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5022
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5023
+ AegisName: "GreenSorcererYellow"
+ Name: "GreenSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5023
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5024
+ AegisName: "DarkBlueSorcererYellow"
+ Name: "DarkBlueSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5024
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5025
+ AegisName: "YellowSorcererYellow"
+ Name: "YellowSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5025
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5026
+ AegisName: "LightBlueSorcererYellow"
+ Name: "LightBlueSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5026
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5027
+ AegisName: "PinkSorcererYellow"
+ Name: "PinkSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5027
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5028
+ AegisName: "BlackSorcererYellow"
+ Name: "BlackSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5028
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5029
+ AegisName: "OrangeSorcererYellow"
+ Name: "OrangeSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5029
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5030
+ AegisName: "PurpleSorcererYellow"
+ Name: "PurpleSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5030
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5031
+ AegisName: "DarkGreenSorcererYellow"
+ Name: "DarkGreenSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5031
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5032
+ AegisName: "SorcererYellow"
+ Name: "SorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5032
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5033
+ AegisName: "RedSorcererLBlue"
+ Name: "RedSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5033
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5034
+ AegisName: "GreenSorcererLBlue"
+ Name: "GreenSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5034
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5035
+ AegisName: "DarkBlueSorcererLBlue"
+ Name: "DarkBlueSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5035
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5036
+ AegisName: "YellowSorcererLBlue"
+ Name: "YellowSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5036
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5037
+ AegisName: "LightBlueSorcererLBlue"
+ Name: "LightBlueSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5037
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5038
+ AegisName: "PinkSorcererLBlue"
+ Name: "PinkSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5038
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5039
+ AegisName: "BlackSorcererLBlue"
+ Name: "BlackSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5039
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5040
+ AegisName: "OrangeSorcererLBlue"
+ Name: "OrangeSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5040
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5041
+ AegisName: "PurpleSorcererLBlue"
+ Name: "PurpleSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5041
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5042
+ AegisName: "DarkGreenSorcererLBlue"
+ Name: "DarkGreenSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5042
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5043
+ AegisName: "SorcererLBlue"
+ Name: "SorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5043
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5044
+ AegisName: "RedSorcererPink"
+ Name: "RedSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5044
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5045
+ AegisName: "GreenSorcererPink"
+ Name: "GreenSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5045
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5046
+ AegisName: "DarkBlueSorcererPink"
+ Name: "DarkBlueSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5046
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5047
+ AegisName: "YellowSorcererPink"
+ Name: "YellowSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5047
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5048
+ AegisName: "LightBlueSorcererPink"
+ Name: "LightBlueSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5048
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5049
+ AegisName: "PinkSorcererPink"
+ Name: "PinkSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5049
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5050
+ AegisName: "BlackSorcererPink"
+ Name: "BlackSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5050
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5051
+ AegisName: "OrangeSorcererPink"
+ Name: "OrangeSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5051
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5052
+ AegisName: "PurpleSorcererPink"
+ Name: "PurpleSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5052
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5053
+ AegisName: "DarkGreenSorcererPink"
+ Name: "DarkGreenSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5053
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5054
+ AegisName: "SorcererPink"
+ Name: "SorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5054
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5055
+ AegisName: "RedSorcererBlack"
+ Name: "RedSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5055
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5056
+ AegisName: "GreenSorcererBlack"
+ Name: "GreenSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5056
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5057
+ AegisName: "DarkBlueSorcererBlack"
+ Name: "DarkBlueSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5057
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5058
+ AegisName: "YellowSorcererBlack"
+ Name: "YellowSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5058
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5059
+ AegisName: "LightBlueSorcererBlack"
+ Name: "LightBlueSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5059
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5060
+ AegisName: "PinkSorcererBlack"
+ Name: "PinkSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5060
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5061
+ AegisName: "BlackSorcererBlack"
+ Name: "BlackSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5061
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5062
+ AegisName: "OrangeSorcererBlack"
+ Name: "OrangeSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5062
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5063
+ AegisName: "PurpleSorcererBlack"
+ Name: "PurpleSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5063
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5064
+ AegisName: "DarkGreenSorcererBlack"
+ Name: "DarkGreenSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5064
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5065
+ AegisName: "SorcererBlack"
+ Name: "SorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5065
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5066
+ AegisName: "RedSorcererOrange"
+ Name: "RedSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5066
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5067
+ AegisName: "GreenSorcererOrange"
+ Name: "GreenSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5067
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5068
+ AegisName: "DarkBlueSorcererOrange"
+ Name: "DarkBlueSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5068
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5069
+ AegisName: "YellowSorcererOrange"
+ Name: "YellowSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5069
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5070
+ AegisName: "LightBlueSorcererOrange"
+ Name: "LightBlueSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5070
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5071
+ AegisName: "PinkSorcererOrange"
+ Name: "PinkSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5071
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5072
+ AegisName: "BlackSorcererOrange"
+ Name: "BlackSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5072
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5073
+ AegisName: "OrangeSorcererOrange"
+ Name: "OrangeSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5073
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5074
+ AegisName: "PurpleSorcererOrange"
+ Name: "PurpleSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5074
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5075
+ AegisName: "DarkGreenSorcererOrange"
+ Name: "DarkGreenSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5075
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5076
+ AegisName: "SorcererOrange"
+ Name: "SorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5076
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5077
+ AegisName: "RedSorcererPurple"
+ Name: "RedSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5077
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5078
+ AegisName: "GreenSorcererPurple"
+ Name: "GreenSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5078
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5079
+ AegisName: "DarkBlueSorcererPurple"
+ Name: "DarkBlueSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5079
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5080
+ AegisName: "YellowSorcererPurple"
+ Name: "YellowSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5080
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5081
+ AegisName: "LightBlueSorcererPurple"
+ Name: "LightBlueSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5081
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5082
+ AegisName: "PinkSorcererPurple"
+ Name: "PinkSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5082
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5083
+ AegisName: "BlackSorcererPurple"
+ Name: "BlackSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5083
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5084
+ AegisName: "OrangeSorcererPurple"
+ Name: "OrangeSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5084
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5085
+ AegisName: "PurpleSorcererPurple"
+ Name: "PurpleSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5085
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5086
+ AegisName: "DarkGreenSorcererPurple"
+ Name: "DarkGreenSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5086
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5087
+ AegisName: "SorcererPurple"
+ Name: "SorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5087
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5088
+ AegisName: "RedSorcererDGreen"
+ Name: "RedSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5088
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5089
+ AegisName: "GreenSorcererDGreen"
+ Name: "GreenSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5089
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5090
+ AegisName: "DarkBlueSorcererDGreen"
+ Name: "DarkBlueSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5090
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5091
+ AegisName: "YellowSorcererDGreen"
+ Name: "YellowSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5091
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5092
+ AegisName: "LightBlueSorcererDGreen"
+ Name: "LightBlueSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5092
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5093
+ AegisName: "PinkSorcererDGreen"
+ Name: "PinkSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5093
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5094
+ AegisName: "BlackSorcererDGreen"
+ Name: "BlackSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5094
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5095
+ AegisName: "OrangeSorcererDGreen"
+ Name: "OrangeSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5095
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5096
+ AegisName: "PurpleSorcererDGreen"
+ Name: "PurpleSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5096
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5097
+ AegisName: "DarkGreenSorcererDGreen"
+ Name: "DarkGreenSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5097
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5098
+ AegisName: "SorcererDGreen"
+ Name: "SorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5098
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5099
+ AegisName: "RedSorcererWhite"
+ Name: "RedSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5099
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5100
+ AegisName: "GreenSorcererWhite"
+ Name: "GreenSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5100
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5101
+ AegisName: "DarkBlueSorcererWhite"
+ Name: "DarkBlueSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5101
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5102
+ AegisName: "YellowSorcererWhite"
+ Name: "YellowSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5102
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5103
+ AegisName: "LightBlueSorcererWhite"
+ Name: "LightBlueSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5103
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5104
+ AegisName: "PinkSorcererWhite"
+ Name: "PinkSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5104
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5105
+ AegisName: "BlackSorcererWhite"
+ Name: "BlackSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5105
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5106
+ AegisName: "OrangeSorcererWhite"
+ Name: "OrangeSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5106
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5107
+ AegisName: "PurpleSorcererWhite"
+ Name: "PurpleSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5107
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5108
+ AegisName: "DarkGreenSorcererWhite"
+ Name: "DarkGreenSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5108
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5109
+ AegisName: "SorcererWhite"
+ Name: "SorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5109
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5131
+ AegisName: "RedContributor"
+ Name: "RedContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5131
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5132
+ AegisName: "GreenContributor"
+ Name: "GreenContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5132
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5133
+ AegisName: "DarkBlueContributor"
+ Name: "DarkBlueContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5133
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5134
+ AegisName: "YellowContributor"
+ Name: "YellowContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5134
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5135
+ AegisName: "LightBlueContributor"
+ Name: "LightBlueContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5135
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5136
+ AegisName: "PinkContributor"
+ Name: "PinkContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5136
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5137
+ AegisName: "BlackContributor"
+ Name: "BlackContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5137
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5138
+ AegisName: "OrangeContributor"
+ Name: "OrangeContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5138
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5139
+ AegisName: "PurpleContributor"
+ Name: "PurpleContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5139
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5140
+ AegisName: "DarkGreenContributor"
+ Name: "DarkGreenContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5140
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5206
+ AegisName: "CrimsonBra"
+ Name: "CrimsonBra"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5206
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5207
+ AegisName: "TurquoiseBra"
+ Name: "TurquoiseBra"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5207
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5208
+ AegisName: "OrchidBra"
+ Name: "OrchidBra"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5208
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5254
+ AegisName: "SaviorArmor"
+ Name: "SaviorArmor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 2000
+ Def: 24
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5254
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ bonus bMaxHP, 100;
+ ">
+},
+{
+ Id: 511
+ AegisName: "SantaHat"
+ Name: "SantaHat"
+ Type: "IT_ARMOR"
+ Buy: 400
+ Sell: 200
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 511
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 524
+ AegisName: "FancyHat"
+ Name: "FancyHat"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 800
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 524
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 525
+ AegisName: "MinersHat"
+ Name: "MinersHat"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 40
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 525
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 543
+ AegisName: "StandardHeadband"
+ Name: "StandardHeadband"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 10
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 543
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 544
+ AegisName: "SilkHeadband"
+ Name: "SilkHeadband"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2000
+ Weight: 10
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 544
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 615
+ AegisName: "PumpkinHelmet"
+ Name: "PumpkinHelmet"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 60
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 615
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 616
+ AegisName: "AxeHat"
+ Name: "AxeHat"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 50
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 616
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 617
+ AegisName: "PirateHat"
+ Name: "PirateHat"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 40
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 617
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 618
+ AegisName: "Goggles"
+ Name: "Goggles"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 618
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 619
+ AegisName: "LeatherGoggles"
+ Name: "LeatherGoggles"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 619
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 620
+ AegisName: "Circlet"
+ Name: "Circlet"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 620
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 621
+ AegisName: "Eyepatch"
+ Name: "Eyepatch"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 621
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 622
+ AegisName: "Bandana"
+ Name: "Bandana"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 622
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 627
+ AegisName: "TopHat"
+ Name: "TopHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 627
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 628
+ AegisName: "FunkyHat"
+ Name: "FunkyHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 20
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 628
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 629
+ AegisName: "MushHat"
+ Name: "MushHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 629
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 630
+ AegisName: "ShroomHat"
+ Name: "ShroomHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 30
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 630
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 633
+ AegisName: "ChristmasElfHat"
+ Name: "ChristmasElfHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 30
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 633
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 634
+ AegisName: "FaceMask"
+ Name: "FaceMask"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 50
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 634
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 636
+ AegisName: "WarlordHelmet"
+ Name: "WarlordHelmet"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 900
+ Def: 18
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 636
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 637
+ AegisName: "KnightsHelmet"
+ Name: "KnightsHelmet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 2000
+ Weight: 600
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 637
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 638
+ AegisName: "InfantryHelmet"
+ Name: "InfantryHelmet"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1500
+ Weight: 400
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 638
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 639
+ AegisName: "CrusadeHelmet"
+ Name: "CrusadeHelmet"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 1300
+ Def: 18
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 639
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 643
+ AegisName: "WhiteCowboyHat"
+ Name: "WhiteCowboyHat"
+ Type: "IT_ARMOR"
+ Buy: 1800
+ Sell: 900
+ Weight: 30
+ Def: 6
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 643
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 644
+ AegisName: "BlackCowboyHat"
+ Name: "BlackCowboyHat"
+ Type: "IT_ARMOR"
+ Buy: 1800
+ Sell: 900
+ Weight: 30
+ Def: 6
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 644
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 646
+ AegisName: "Crown"
+ Name: "Crown"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 240
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 646
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 647
+ AegisName: "DevelopersCap"
+ Name: "DevelopersCap"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 647
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 654
+ AegisName: "Cap"
+ Name: "Cap"
+ Type: "IT_ARMOR"
+ Buy: 4000000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 654
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 656
+ AegisName: "SerfHat"
+ Name: "SerfHat"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 656
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 675
+ AegisName: "GraduationCap"
+ Name: "GraduationCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 250
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 675
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 678
+ AegisName: "NohMask"
+ Name: "NohMask"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 1000
+ Weight: 18
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 678
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 679
+ AegisName: "DemonMask"
+ Name: "DemonMask"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 23
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 679
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 721
+ AegisName: "HighPriestCrown"
+ Name: "HighPriestCrown"
+ Type: "IT_ARMOR"
+ Buy: 6000000
+ Sell: 5000
+ Weight: 400
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 721
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMaxSP, 20;
+ ">
+},
+{
+ Id: 722
+ AegisName: "MonsterSkullHelmet"
+ Name: "MonsterSkullHelmet"
+ Type: "IT_ARMOR"
+ Buy: 6000000
+ Sell: 3000
+ Weight: 250
+ Def: 7
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 722
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 20;
+ ">
+},
+{
+ Id: 723
+ AegisName: "DesertHat"
+ Name: "DesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 723
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 724
+ AegisName: "CottonHeadband"
+ Name: "CottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 724
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 725
+ AegisName: "GMCap"
+ Name: "GMCap"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 725
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "RestrictedItem";
+ ">
+},
+{
+ Id: 751
+ AegisName: "PinkieHat"
+ Name: "PinkieHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 5
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 751
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 752
+ AegisName: "FluffyHat"
+ Name: "FluffyHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 2000
+ Weight: 10
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 752
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 759
+ AegisName: "PaladinsHelmet"
+ Name: "PaladinsHelmet"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 19
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 759
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 760
+ AegisName: "OverlordsHelmet"
+ Name: "OverlordsHelmet"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 50
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 760
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 761
+ AegisName: "DesertHelmet"
+ Name: "DesertHelmet"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 21
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 761
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 764
+ AegisName: "SailorHat"
+ Name: "SailorHat"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 764
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 765
+ AegisName: "CaptainsHat"
+ Name: "CaptainsHat"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 765
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 766
+ AegisName: "TerraniteHelmet"
+ Name: "TerraniteHelmet"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 300
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 766
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 769
+ AegisName: "GuyFawkesMask"
+ Name: "GuyFawkesMask"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 769
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 770
+ AegisName: "FairyHat"
+ Name: "FairyHat"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 770
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 3;
+ ">
+},
+{
+ Id: 781
+ AegisName: "WitchDoctorsMask"
+ Name: "WitchDoctorsMask"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 100
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 781
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 795
+ AegisName: "BromenalHelmet"
+ Name: "BromenalHelmet"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1500
+ Weight: 400
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 795
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 800
+ AegisName: "BowlerHatBrown"
+ Name: "BowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 800
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 801
+ AegisName: "PinkieHelmet"
+ Name: "PinkieHelmet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 1500
+ Weight: 800
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 801
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 848
+ AegisName: "Earmuffs"
+ Name: "Earmuffs"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 848
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 854
+ AegisName: "ElfNightcap"
+ Name: "ElfNightcap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 854
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 855
+ AegisName: "Sunglasses"
+ Name: "Sunglasses"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 10
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 855
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 856
+ AegisName: "KnitCap"
+ Name: "KnitCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 856
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 877
+ AegisName: "BullHelmet"
+ Name: "BullHelmet"
+ Type: "IT_ARMOR"
+ Buy: 90000
+ Sell: 45000
+ Weight: 1300
+ Def: 19
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 877
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Str;
+ set @minbStatVal, 70;
+ callfunc "RequireStat";
+ set @bStat, Vit;
+ set @minbStatVal, 50;
+ callfunc "RequireStat";
+ set @bStat, Luk;
+ set @minbStatVal, 50;
+ callfunc "RequireStat";
+ bonus bAtkRange, -10;
+ bonus bDoubleAddRate, 20;
+ bonus bStr, 10;
+ bonus bCritical, 15;
+ bonus bAspdRate, 10;
+ bonus bDef2Rate, -39;
+ bonus bHit, -15;
+ ">
+},
+{
+ Id: 882
+ AegisName: "RedEggshellHat"
+ Name: "RedEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 882
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 883
+ AegisName: "BlueEggshellHat"
+ Name: "BlueEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 883
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 884
+ AegisName: "YellowEggshellHat"
+ Name: "YellowEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 884
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 885
+ AegisName: "GreenEggshellHat"
+ Name: "GreenEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 885
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 886
+ AegisName: "OrangeEggshellHat"
+ Name: "OrangeEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 886
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 887
+ AegisName: "DarkEggshellHat"
+ Name: "DarkEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 887
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 888
+ AegisName: "MagicGMTopHat"
+ Name: "MagicGMTopHat"
+ Type: "IT_ARMOR"
+ Buy: 4200
+ Sell: 1900
+ Weight: 30
+ Def: 60
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 888
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @minLvl, EVT_KILLTHEGM;
+ callfunc "RestrictedItem";
+ bonus bMaxHP, 31000;
+ bonus bFlee, -200;
+ bonus bHPrecovRate, -400;
+ bonus bCriticalDef, 250;
+ bonus bMdef, 89;
+ ">
+},
+{
+ Id: 889
+ AegisName: "MurdererCrown"
+ Name: "MurdererCrown"
+ Type: "IT_ARMOR"
+ Buy: 75000
+ Sell: 12000
+ Weight: 240
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 889
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 890
+ AegisName: "BeanieCopter"
+ Name: "BeanieCopter"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 2000
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 890
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 897
+ AegisName: "RedRoseHat"
+ Name: "RedRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 897
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 898
+ AegisName: "WhiteRoseHat"
+ Name: "WhiteRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 898
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 899
+ AegisName: "PinkRoseHat"
+ Name: "PinkRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 899
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 900
+ AegisName: "YellowRoseHat"
+ Name: "YellowRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 900
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 901
+ AegisName: "OrangeRoseHat"
+ Name: "OrangeRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 901
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 902
+ AegisName: "BlueRoseHat"
+ Name: "BlueRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 902
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 905
+ AegisName: "BucketHat"
+ Name: "BucketHat"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 800
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 905
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1173
+ AegisName: "TamOShanter"
+ Name: "TamOShanter"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 500
+ Weight: 20
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1173
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1174
+ AegisName: "CashiersShade"
+ Name: "CashiersShade"
+ Type: "IT_ARMOR"
+ Buy: 4000
+ Sell: 500
+ Weight: 15
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1174
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1175
+ AegisName: "AutumnMask"
+ Name: "AutumnMask"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 500
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1175
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1190
+ AegisName: "NutcrackerHat"
+ Name: "NutcrackerHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1190
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1196
+ AegisName: "Beret"
+ Name: "Beret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1196
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 1203
+ AegisName: "RangerHat"
+ Name: "RangerHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1203
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1204
+ AegisName: "AntlerHat"
+ Name: "AntlerHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 15
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1204
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1205
+ AegisName: "ChristmasTreeHat"
+ Name: "ChristmasTreeHat"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1205
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1206
+ AegisName: "SantaBeardHat"
+ Name: "SantaBeardHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1206
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1214
+ AegisName: "BunnyEars"
+ Name: "BunnyEars"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2000
+ Weight: 20
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1214
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1216
+ AegisName: "MoubooHead"
+ Name: "MoubooHead"
+ Type: "IT_ARMOR"
+ Buy: 10
+ Sell: 1
+ Weight: 80
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1216
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1217
+ AegisName: "CatEars"
+ Name: "CatEars"
+ Type: "IT_ARMOR"
+ Buy: 100
+ Sell: 50
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1217
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 3;
+ ">
+},
+{
+ Id: 1218
+ AegisName: "PaperBag"
+ Name: "PaperBag"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 5
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1218
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, -1;
+ ">
+},
+{
+ Id: 1219
+ AegisName: "MoubootaurHead"
+ Name: "MoubootaurHead"
+ Type: "IT_ARMOR"
+ Buy: 10
+ Sell: 1
+ Weight: 80
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1219
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @minLvl, 1;
+ callfunc "RestrictedItem";
+ ">
+},
+{
+ Id: 1220
+ AegisName: "BunchOfParsley"
+ Name: "BunchOfParsley"
+ Type: "IT_ARMOR"
+ Buy: 3
+ Sell: 1
+ Weight: 1
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1220
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDeaf, 1;
+ ">
+},
+{
+ Id: 1221
+ AegisName: "SkullMask"
+ Name: "SkullMask"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 150
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1221
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1242
+ AegisName: "SnowGoggles"
+ Name: "SnowGoggles"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 3750
+ Weight: 10
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1242
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1247
+ AegisName: "HeartGlasses"
+ Name: "HeartGlasses"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 3750
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1247
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1255
+ AegisName: "RabbitEars"
+ Name: "RabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1255
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1256
+ AegisName: "EggshellHat"
+ Name: "EggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 12
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1256
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, -1;
+ ">
+},
+{
+ Id: 1275
+ AegisName: "ReadingGlasses"
+ Name: "ReadingGlasses"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 3750
+ Weight: 12
+ Def: 0
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1275
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 1276
+ AegisName: "OperaMask"
+ Name: "OperaMask"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1276
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1277
+ AegisName: "JesterMask"
+ Name: "JesterMask"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1277
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1278
+ AegisName: "WitchHat"
+ Name: "WitchHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1278
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1279
+ AegisName: "GoblinMask"
+ Name: "GoblinMask"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1279
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2130
+ AegisName: "RedDesertHat"
+ Name: "RedDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2130
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2131
+ AegisName: "GreenDesertHat"
+ Name: "GreenDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2131
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2132
+ AegisName: "DarkBlueDesertHat"
+ Name: "DarkBlueDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2132
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2133
+ AegisName: "YellowDesertHat"
+ Name: "YellowDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2133
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2134
+ AegisName: "LightBlueDesertHat"
+ Name: "LightBlueDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2134
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2135
+ AegisName: "PinkDesertHat"
+ Name: "PinkDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2135
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2136
+ AegisName: "BlackDesertHat"
+ Name: "BlackDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2136
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2137
+ AegisName: "OrangeDesertHat"
+ Name: "OrangeDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2137
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2138
+ AegisName: "PurpleDesertHat"
+ Name: "PurpleDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2138
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2139
+ AegisName: "DarkGreenDesertHat"
+ Name: "DarkGreenDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2139
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2140
+ AegisName: "RedCottonHeadband"
+ Name: "RedCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2140
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2141
+ AegisName: "GreenCottonHeadband"
+ Name: "GreenCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2141
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2142
+ AegisName: "DarkBlueCottonHeadband"
+ Name: "DarkBlueCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2142
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2143
+ AegisName: "YellowCottonHeadband"
+ Name: "YellowCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2143
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2144
+ AegisName: "LightBlueCottonHeadband"
+ Name: "LightBlueCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2144
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2145
+ AegisName: "PinkCottonHeadband"
+ Name: "PinkCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2145
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2146
+ AegisName: "BlackCottonHeadband"
+ Name: "BlackCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2146
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2147
+ AegisName: "OrangeCottonHeadband"
+ Name: "OrangeCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2147
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2148
+ AegisName: "PurpleCottonHeadband"
+ Name: "PurpleCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2148
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2149
+ AegisName: "DarkGreenCottonHeadband"
+ Name: "DarkGreenCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2149
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2190
+ AegisName: "RedRabbitEars"
+ Name: "RedRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2190
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2191
+ AegisName: "GreenRabbitEars"
+ Name: "GreenRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2191
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2192
+ AegisName: "DarkBlueRabbitEars"
+ Name: "DarkBlueRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2192
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2193
+ AegisName: "YellowRabbitEars"
+ Name: "YellowRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2193
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2194
+ AegisName: "LightBlueRabbitEars"
+ Name: "LightBlueRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2194
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2195
+ AegisName: "PinkRabbitEars"
+ Name: "PinkRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2195
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2196
+ AegisName: "BlackRabbitEars"
+ Name: "BlackRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2196
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2197
+ AegisName: "OrangeRabbitEars"
+ Name: "OrangeRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2197
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2198
+ AegisName: "PurpleRabbitEars"
+ Name: "PurpleRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2198
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2199
+ AegisName: "DarkGreenRabbitEars"
+ Name: "DarkGreenRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2199
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2200
+ AegisName: "RedWizardHat"
+ Name: "RedWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2200
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2201
+ AegisName: "GreenWizardHat"
+ Name: "GreenWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2201
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2202
+ AegisName: "DarkBlueWizardHat"
+ Name: "DarkBlueWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2202
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2203
+ AegisName: "YellowWizardHat"
+ Name: "YellowWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2203
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2204
+ AegisName: "LightBlueWizardHat"
+ Name: "LightBlueWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2204
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2205
+ AegisName: "PinkWizardHat"
+ Name: "PinkWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2205
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2206
+ AegisName: "BlackWizardHat"
+ Name: "BlackWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2206
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2207
+ AegisName: "OrangeWizardHat"
+ Name: "OrangeWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2207
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2208
+ AegisName: "PurpleWizardHat"
+ Name: "PurpleWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2208
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2209
+ AegisName: "DarkGreenWizardHat"
+ Name: "DarkGreenWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2209
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2210
+ AegisName: "RedBowlerHat"
+ Name: "RedBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2210
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2211
+ AegisName: "GreenBowlerHat"
+ Name: "GreenBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2211
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2212
+ AegisName: "DarkBlueBowlerHat"
+ Name: "DarkBlueBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2212
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2213
+ AegisName: "YellowBowlerHat"
+ Name: "YellowBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2213
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2214
+ AegisName: "LightBlueBowlerHat"
+ Name: "LightBlueBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2214
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2215
+ AegisName: "PinkBowlerHat"
+ Name: "PinkBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2215
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2216
+ AegisName: "BlackBowlerHat"
+ Name: "BlackBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2216
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2217
+ AegisName: "OrangeBowlerHat"
+ Name: "OrangeBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2217
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2218
+ AegisName: "PurpleBowlerHat"
+ Name: "PurpleBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2218
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2219
+ AegisName: "DarkGreenBowlerHat"
+ Name: "DarkGreenBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2219
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2230
+ AegisName: "RedBowlerHatBrown"
+ Name: "RedBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2230
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2231
+ AegisName: "GreenBowlerHatBrown"
+ Name: "GreenBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2231
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2232
+ AegisName: "DarkBlueBowlerHatBrown"
+ Name: "DarkBlueBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2232
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2233
+ AegisName: "YellowBowlerHatBrown"
+ Name: "YellowBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2233
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2234
+ AegisName: "LightBlueBowlerHatBrown"
+ Name: "LightBlueBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2234
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2235
+ AegisName: "PinkBowlerHatBrown"
+ Name: "PinkBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2235
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2236
+ AegisName: "BlackBowlerHatBrown"
+ Name: "BlackBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2236
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2237
+ AegisName: "OrangeBowlerHatBrown"
+ Name: "OrangeBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2237
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2238
+ AegisName: "PurpleBowlerHatBrown"
+ Name: "PurpleBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2238
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2239
+ AegisName: "DarkGreenBowlerHatBrown"
+ Name: "DarkGreenBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2239
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2260
+ AegisName: "RedBeret"
+ Name: "RedBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2260
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2261
+ AegisName: "GreenBeret"
+ Name: "GreenBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2261
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2262
+ AegisName: "DarkBlueBeret"
+ Name: "DarkBlueBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2262
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2263
+ AegisName: "YellowBeret"
+ Name: "YellowBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2263
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2264
+ AegisName: "LightBlueBeret"
+ Name: "LightBlueBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2264
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2265
+ AegisName: "PinkBeret"
+ Name: "PinkBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2265
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2266
+ AegisName: "BlackBeret"
+ Name: "BlackBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2266
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2267
+ AegisName: "OrangeBeret"
+ Name: "OrangeBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2267
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2268
+ AegisName: "PurpleBeret"
+ Name: "PurpleBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2268
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2269
+ AegisName: "DarkGreenBeret"
+ Name: "DarkGreenBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2269
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2270
+ AegisName: "BlinkingEvil"
+ Name: "BlinkingEvil"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2270
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 2271
+ AegisName: "BlinkingEvilRed"
+ Name: "BlinkingEvilRed"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2271
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 2272
+ AegisName: "BlinkingEvilBlue"
+ Name: "BlinkingEvilBlue"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2272
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 2273
+ AegisName: "BlinkingEvilPink"
+ Name: "BlinkingEvilPink"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2273
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 2274
+ AegisName: "BlinkingEvilYellow"
+ Name: "BlinkingEvilYellow"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2274
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 4020
+ AegisName: "CandleHelmet"
+ Name: "CandleHelmet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 2000
+ Weight: 450
+ Def: 16
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4020
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 1;
+ bonus bAgi, -1;
+ ">
+},
+{
+ Id: 4027
+ AegisName: "YetiMask"
+ Name: "YetiMask"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 10
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4027
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4028
+ AegisName: "WizardHat"
+ Name: "WizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 4028
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 4030
+ AegisName: "BowlerHat"
+ Name: "BowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4030
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4031
+ AegisName: "Monocle"
+ Name: "Monocle"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4031
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ bonus bLuk, 1;
+ bonus bCritical, 10;
+ ">
+},
+{
+ Id: 4032
+ AegisName: "PanHat"
+ Name: "PanHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 400
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4032
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4033
+ AegisName: "ChefHat"
+ Name: "ChefHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 30
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4033
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4042
+ AegisName: "RedNose"
+ Name: "RedNose"
+ Type: "IT_ARMOR"
+ Buy: 4000
+ Sell: 1000
+ Weight: 4
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4042
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5128
+ AegisName: "DarkHelm"
+ Name: "DarkHelm"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 10000
+ Weight: 800
+ Def: 19
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5128
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMaxHPrate, 10;
+ bonus bInt, -Int;
+ ">
+},
+{
+ Id: 5129
+ AegisName: "UnderworldMask"
+ Name: "UnderworldMask"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 10000
+ Weight: 100
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5129
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAtkRange, 3;
+ bonus bInt, -Int;
+ bonus bAgi, 2;
+ bonus bDex, 2;
+ ">
+},
+{
+ Id: 5130
+ AegisName: "Phylactery"
+ Name: "Phylactery"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 10000
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5130
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAspdRate, 50;
+ bonus bDex, -(Dex/2);
+ ">
+},
+{
+ Id: 5200
+ AegisName: "PointyWitchHat"
+ Name: "PointyWitchHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5200
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5201
+ AegisName: "Pipe"
+ Name: "Pipe"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 18
+ Refine: false
+ ViewSprite: 5201
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ bonus bLuk, 1;
+ bonus bCritical, 10;
+ callfunc "DrugItem";
+ ">
+},
+{
+ Id: 5202
+ AegisName: "PilotHat"
+ Name: "PilotHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5202
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5203
+ AegisName: "MoonshroomHat"
+ Name: "MoonshroomHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 30
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5203
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5204
+ AegisName: "CarbonGasMask"
+ Name: "CarbonGasMask"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 50
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5204
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5205
+ AegisName: "EskimoHat"
+ Name: "EskimoHat"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 3750
+ Weight: 10
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5205
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5209
+ AegisName: "TerraniteHead"
+ Name: "TerraniteHead"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 500
+ Def: 16
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5209
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ bonus bAgi, 3;
+ bonus bDex, 1;
+ ">
+},
+{
+ Id: 5226
+ AegisName: "GroovyHat"
+ Name: "GroovyHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 20
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5226
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5227
+ AegisName: "JazzyHat"
+ Name: "JazzyHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 20
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5227
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5228
+ AegisName: "ChicSantaHat"
+ Name: "ChicSantaHat"
+ Type: "IT_ARMOR"
+ Buy: 400
+ Sell: 200
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5228
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5229
+ AegisName: "ScentedCandleHelmet"
+ Name: "ScentedCandleHelmet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 1
+ Weight: 450
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5229
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 2;
+ addtimer 1, "ScentedCandle::OnEquip";
+ ">
+},
+{
+ Id: 5230
+ AegisName: "AnniversaryHat"
+ Name: "AnniversaryHat"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 1
+ Weight: 100
+ Def: 12
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5230
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 2;
+ ">
+},
+{
+ Id: 5231
+ AegisName: "RedPresentHat"
+ Name: "RedPresentHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5231
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5232
+ AegisName: "GreenPresentHat"
+ Name: "GreenPresentHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5232
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5233
+ AegisName: "BluePresentHat"
+ Name: "BluePresentHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5233
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5234
+ AegisName: "YellowPresentHat"
+ Name: "YellowPresentHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5234
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5238
+ AegisName: "AFKCap"
+ Name: "AFKCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5238
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5239
+ AegisName: "Aureole"
+ Name: "Aureole"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 0
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5239
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bFlee, 50;
+ ">
+},
+{
+ Id: 5240
+ AegisName: "SmileyCap"
+ Name: "SmileyCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5240
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5241
+ AegisName: "RedShades"
+ Name: "RedShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5241
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5242
+ AegisName: "GreenShades"
+ Name: "GreenShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5242
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5243
+ AegisName: "DarkBlueShades"
+ Name: "DarkBlueShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5243
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5244
+ AegisName: "YellowShades"
+ Name: "YellowShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5244
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5245
+ AegisName: "LightBlueShades"
+ Name: "LightBlueShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5245
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5246
+ AegisName: "PinkShades"
+ Name: "PinkShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5246
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5247
+ AegisName: "BlackShades"
+ Name: "BlackShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5247
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5248
+ AegisName: "OrangeShades"
+ Name: "OrangeShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5248
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5249
+ AegisName: "PurpleShades"
+ Name: "PurpleShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5249
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5250
+ AegisName: "DarkGreenShades"
+ Name: "DarkGreenShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5250
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5255
+ AegisName: "PVPCap"
+ Name: "PVPCap"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 60
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5255
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5257
+ AegisName: "GoldenPVPCap"
+ Name: "GoldenPVPCap"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 60
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5257
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5258
+ AegisName: "BlinkingHocus"
+ Name: "BlinkingHocus"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 400
+ Def: 0
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5258
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5259
+ AegisName: "BlinkingEvilHalloween"
+ Name: "BlinkingEvilHalloween"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5259
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 5262
+ AegisName: "MovieCap"
+ Name: "MovieCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5262
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5264
+ AegisName: "BlueWolfHelmet"
+ Name: "BlueWolfHelmet"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5264
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5266
+ AegisName: "CloverHat"
+ Name: "CloverHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5266
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 501
+ AegisName: "CactusDrink"
+ Name: "CactusDrink"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 501
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 15, 0;
+ ">
+},
+{
+ Id: 502
+ AegisName: "CactusPotion"
+ Name: "CactusPotion"
+ Type: "IT_USABLE"
+ Buy: 70
+ Sell: 35
+ Weight: 7
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 502
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 25, 0;
+ ">
+},
+{
+ Id: 506
+ AegisName: "CandyCane"
+ Name: "CandyCane"
+ Type: "IT_USABLE"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 506
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 5, 0;
+ ">
+},
+{
+ Id: 508
+ AegisName: "XmasCake"
+ Name: "XmasCake"
+ Type: "IT_USABLE"
+ Buy: 70
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 508
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 509
+ AegisName: "ChocolateBar"
+ Name: "ChocolateBar"
+ Type: "IT_USABLE"
+ Buy: 60
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 509
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 20, 0;
+ ">
+},
+{
+ Id: 510
+ AegisName: "Candy"
+ Name: "Candy"
+ Type: "IT_USABLE"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 510
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 5, 0;
+ ">
+},
+{
+ Id: 512
+ AegisName: "GingerBreadMan"
+ Name: "GingerBreadMan"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 512
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 25, 0;
+ ">
+},
+{
+ Id: 513
+ AegisName: "Cake"
+ Name: "Cake"
+ Type: "IT_USABLE"
+ Buy: 30
+ Sell: 15
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 513
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 15, 0;
+ ">
+},
+{
+ Id: 514
+ AegisName: "XmasCandyCane"
+ Name: "XmasCandyCane"
+ Type: "IT_USABLE"
+ Buy: 30
+ Sell: 15
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 514
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 519
+ AegisName: "CherryCake"
+ Name: "CherryCake"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 519
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 35, 0;
+ ">
+},
+{
+ Id: 520
+ AegisName: "EasterEgg"
+ Name: "EasterEgg"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 520
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 527
+ AegisName: "Milk"
+ Name: "Milk"
+ Type: "IT_USABLE"
+ Buy: 300
+ Sell: 150
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 527
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 150, 0;
+ ">
+},
+{
+ Id: 533
+ AegisName: "RoastedMaggot"
+ Name: "RoastedMaggot"
+ Type: "IT_USABLE"
+ Buy: 110
+ Sell: 55
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 533
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 150, 0;
+ ">
+},
+{
+ Id: 534
+ AegisName: "OrangeCupcake"
+ Name: "OrangeCupcake"
+ Type: "IT_USABLE"
+ Buy: 90
+ Sell: 45
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 534
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 535
+ AegisName: "RedApple"
+ Name: "RedApple"
+ Type: "IT_USABLE"
+ Buy: 25
+ Sell: 6
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 535
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 539
+ AegisName: "Beer"
+ Name: "Beer"
+ Type: "IT_USABLE"
+ Buy: 175
+ Sell: 87
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 539
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 200, 5, 1;
+ ">
+},
+{
+ Id: 541
+ AegisName: "BottleOfWater"
+ Name: "BottleOfWater"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 541
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 250, 0;
+ getitem 540, 1;
+ ">
+},
+{
+ Id: 562
+ AegisName: "ChickenLeg"
+ Name: "ChickenLeg"
+ Type: "IT_USABLE"
+ Buy: 250
+ Sell: 125
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 562
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 500, 0;
+ ">
+},
+{
+ Id: 565
+ AegisName: "PinkPetal"
+ Name: "PinkPetal"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 565
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 566
+ AegisName: "SmallMushroom"
+ Name: "SmallMushroom"
+ Type: "IT_USABLE"
+ Buy: 125
+ Sell: 50
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 566
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 567
+ AegisName: "IronPotion"
+ Name: "IronPotion"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 567
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ sc_start sc_raiseattackstrength, 60, 60;
+ ">
+},
+{
+ Id: 568
+ AegisName: "ConcentrationPotion"
+ Name: "ConcentrationPotion"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 568
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ sc_start sc_raiseattackspeed0, 60, 30;
+ ">
+},
+{
+ Id: 657
+ AegisName: "Orange"
+ Name: "Orange"
+ Type: "IT_USABLE"
+ Buy: 40
+ Sell: 10
+ Weight: 7
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 657
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 60, 0;
+ ">
+},
+{
+ Id: 676
+ AegisName: "Steak"
+ Name: "Steak"
+ Type: "IT_USABLE"
+ Buy: 275
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 676
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 250, 0;
+ ">
+},
+{
+ Id: 684
+ AegisName: "TinyHealingPotion"
+ Name: "TinyHealingPotion"
+ Type: "IT_USABLE"
+ Buy: 25
+ Sell: 12
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 684
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 685
+ AegisName: "SmallHealingPotion"
+ Name: "SmallHealingPotion"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 685
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 200, 0;
+ ">
+},
+{
+ Id: 686
+ AegisName: "MediumHealingPotion"
+ Name: "MediumHealingPotion"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 15
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 686
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 400, 0;
+ ">
+},
+{
+ Id: 687
+ AegisName: "LargeHealingPotion"
+ Name: "LargeHealingPotion"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 25
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 687
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 800, 0;
+ ">
+},
+{
+ Id: 705
+ AegisName: "ManaPotion"
+ Name: "ManaPotion"
+ Type: "IT_USABLE"
+ Buy: 2000
+ Sell: 300
+ Weight: 50
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 705
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 10, 1;
+ callfunc "MagicGainBasic";
+ ">
+},
+{
+ Id: 714
+ AegisName: "SnakeEgg"
+ Name: "SnakeEgg"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 714
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 30, 0;
+ ">
+},
+{
+ Id: 715
+ AegisName: "MountainSnakeEgg"
+ Name: "MountainSnakeEgg"
+ Type: "IT_USABLE"
+ Buy: 80
+ Sell: 40
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 715
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 40, 0;
+ ">
+},
+{
+ Id: 716
+ AegisName: "GrassSnakeEgg"
+ Name: "GrassSnakeEgg"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 716
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 717
+ AegisName: "CaveSnakeEgg"
+ Name: "CaveSnakeEgg"
+ Type: "IT_USABLE"
+ Buy: 60
+ Sell: 30
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 717
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 20, 0;
+ ">
+},
+{
+ Id: 719
+ AegisName: "GreenApple"
+ Name: "GreenApple"
+ Type: "IT_USABLE"
+ Buy: 20
+ Sell: 5
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 719
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 45, 0;
+ ">
+},
+{
+ Id: 733
+ AegisName: "PurificationPotion"
+ Name: "PurificationPotion"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 15
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 733
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "usePurificationPotion";
+ ">
+},
+{
+ Id: 736
+ AegisName: "WhiteCake"
+ Name: "WhiteCake"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 736
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 737
+ AegisName: "ChocolateCake"
+ Name: "ChocolateCake"
+ Type: "IT_USABLE"
+ Buy: 550
+ Sell: 125
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 737
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 11, 0;
+ ">
+},
+{
+ Id: 738
+ AegisName: "OrangeCake"
+ Name: "OrangeCake"
+ Type: "IT_USABLE"
+ Buy: 600
+ Sell: 150
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 738
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 12, 0;
+ ">
+},
+{
+ Id: 739
+ AegisName: "AppleCake"
+ Name: "AppleCake"
+ Type: "IT_USABLE"
+ Buy: 600
+ Sell: 150
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 739
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 12, 0;
+ ">
+},
+{
+ Id: 743
+ AegisName: "Acorn"
+ Name: "Acorn"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 743
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 3, 0;
+ ">
+},
+{
+ Id: 744
+ AegisName: "DilutedConcentrationPot"
+ Name: "DilutedConcentrationPot"
+ Type: "IT_USABLE"
+ Buy: 250
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 744
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ sc_start sc_raiseattackspeed0, 30, 20;
+ ">
+},
+{
+ Id: 745
+ AegisName: "DarkConcentrationPotion"
+ Name: "DarkConcentrationPotion"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 745
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ sc_start sc_raiseattackspeed0, 10, 40;
+ sc_start SC_POISON, 1, 50;
+ ">
+},
+{
+ Id: 747
+ AegisName: "LacedChocolateCake"
+ Name: "LacedChocolateCake"
+ Type: "IT_USABLE"
+ Buy: 550
+ Sell: 125
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 747
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 11, 0;
+ ">
+},
+{
+ Id: 748
+ AegisName: "LacedOrangeCupcake"
+ Name: "LacedOrangeCupcake"
+ Type: "IT_USABLE"
+ Buy: 90
+ Sell: 45
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 748
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 750
+ AegisName: "SlowPoisonPotion"
+ Name: "SlowPoisonPotion"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 200
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 750
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 5, 0;
+ sc_start SC_SLOWPOISON, 180000, 180;
+ ">
+},
+{
+ Id: 784
+ AegisName: "ZombieNachos"
+ Name: "ZombieNachos"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 30
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 784
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 60, 0;
+ ">
+},
+{
+ Id: 785
+ AegisName: "LadyFingers"
+ Name: "LadyFingers"
+ Type: "IT_USABLE"
+ Buy: 70
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 785
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 40, 0;
+ ">
+},
+{
+ Id: 786
+ AegisName: "JellAhh"
+ Name: "JellAhh"
+ Type: "IT_USABLE"
+ Buy: 80
+ Sell: 30
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 786
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 787
+ AegisName: "Snapple"
+ Name: "Snapple"
+ Type: "IT_USABLE"
+ Buy: 110
+ Sell: 55
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 787
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 70, 0;
+ ">
+},
+{
+ Id: 788
+ AegisName: "BeetleJuice"
+ Name: "BeetleJuice"
+ Type: "IT_USABLE"
+ Buy: 80
+ Sell: 30
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 788
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 789
+ AegisName: "GutBuster"
+ Name: "GutBuster"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 30
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 789
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 60, 0;
+ ">
+},
+{
+ Id: 790
+ AegisName: "BloodWine"
+ Name: "BloodWine"
+ Type: "IT_USABLE"
+ Buy: 150
+ Sell: 50
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 790
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 808
+ AegisName: "HitchhikersTowel"
+ Name: "HitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 808
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "HitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 809
+ AegisName: "WhiteHitchhikersTowel"
+ Name: "WhiteHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 809
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "WhiteHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 810
+ AegisName: "RedHitchhikersTowel"
+ Name: "RedHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 810
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "RedHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 811
+ AegisName: "GreenHitchhikersTowel"
+ Name: "GreenHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 811
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "GreenHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 812
+ AegisName: "BlueHitchhikersTowel"
+ Name: "BlueHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 812
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "BlueHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 813
+ AegisName: "YellowHitchhikersTowel"
+ Name: "YellowHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 813
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "YellowHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 814
+ AegisName: "PurpleHitchhikersTowel"
+ Name: "PurpleHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 814
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "PurpleHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 815
+ AegisName: "OrangeHitchhikersTowel"
+ Name: "OrangeHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 815
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "OrangeHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 816
+ AegisName: "PinkHitchhikersTowel"
+ Name: "PinkHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 816
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "PinkHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 817
+ AegisName: "TealHitchhikersTowel"
+ Name: "TealHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 817
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "TealHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 818
+ AegisName: "LimeHitchhikersTowel"
+ Name: "LimeHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 818
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "LimeHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 825
+ AegisName: "TinyManaElixir"
+ Name: "TinyManaElixir"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 10
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 825
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 25, 1;
+ ">
+},
+{
+ Id: 826
+ AegisName: "SmallManaElixir"
+ Name: "SmallManaElixir"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 826
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 50, 1;
+ ">
+},
+{
+ Id: 827
+ AegisName: "MediumManaElixir"
+ Name: "MediumManaElixir"
+ Type: "IT_USABLE"
+ Buy: 400
+ Sell: 40
+ Weight: 15
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 827
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 100, 1;
+ ">
+},
+{
+ Id: 828
+ AegisName: "LargeManaElixir"
+ Name: "LargeManaElixir"
+ Type: "IT_USABLE"
+ Buy: 800
+ Sell: 80
+ Weight: 25
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 828
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 250, 1;
+ ">
+},
+{
+ Id: 838
+ AegisName: "CranberryLollipop"
+ Name: "CranberryLollipop"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 838
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 750, 0;
+ ">
+},
+{
+ Id: 839
+ AegisName: "GrapeLollipop"
+ Name: "GrapeLollipop"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 839
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 750, 0;
+ ">
+},
+{
+ Id: 840
+ AegisName: "OrangeLollipop"
+ Name: "OrangeLollipop"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 840
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 750, 0;
+ ">
+},
+{
+ Id: 1189
+ AegisName: "PollettEgg"
+ Name: "PollettEgg"
+ Type: "IT_USABLE"
+ Buy: 250
+ Sell: 25
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1189
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 75, 10, 1;
+ ">
+},
+{
+ Id: 1229
+ AegisName: "CaramelApple"
+ Name: "CaramelApple"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 75
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1229
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 1000, 0;
+ ">
+},
+{
+ Id: 1230
+ AegisName: "LollipopColor1"
+ Name: "LollipopColor1"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1230
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 800, 0;
+ ">
+},
+{
+ Id: 1231
+ AegisName: "LollipopColor2"
+ Name: "LollipopColor2"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1231
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 800, 0;
+ ">
+},
+{
+ Id: 1232
+ AegisName: "LollipopColor3"
+ Name: "LollipopColor3"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1232
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 800, 0;
+ ">
+},
+{
+ Id: 1248
+ AegisName: "Blueberries"
+ Name: "Blueberries"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 6
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1248
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 200, 0;
+ ">
+},
+{
+ Id: 1250
+ AegisName: "Pear"
+ Name: "Pear"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 7
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1250
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 150, 0;
+ ">
+},
+{
+ Id: 1251
+ AegisName: "Plum"
+ Name: "Plum"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1251
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 1252
+ AegisName: "Cherry"
+ Name: "Cherry"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1252
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 1253
+ AegisName: "GoldenDeliciousApple"
+ Name: "GoldenDeliciousApple"
+ Type: "IT_USABLE"
+ Buy: 1000
+ Sell: 500
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1253
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 200, 0, 0;
+ ">
+},
+{
+ Id: 1258
+ AegisName: "Honey"
+ Name: "Honey"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 20
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1258
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 45, 0;
+ ">
+},
+{
+ Id: 1280
+ AegisName: "Scissors"
+ Name: "Scissors"
+ Type: "IT_USABLE"
+ Buy: 1000
+ Sell: 500
+ Weight: 120
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1280
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "useScissors";
+ ">
+},
+{
+ Id: 1281
+ AegisName: "ShockSweet"
+ Name: "ShockSweet"
+ Type: "IT_USABLE"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1281
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "useShockSweet";
+ ">
+},
+{
+ Id: 3001
+ AegisName: "RubberBat"
+ Name: "RubberBat"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3001
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "rubberBat";
+ ">
+},
+{
+ Id: 3006
+ AegisName: "TonoriDelight"
+ Name: "TonoriDelight"
+ Type: "IT_USABLE"
+ Buy: 5
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3006
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 2, 1;
+ ">
+},
+{
+ Id: 3007
+ AegisName: "Marshmallow"
+ Name: "Marshmallow"
+ Type: "IT_USABLE"
+ Buy: 5
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3007
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 3009
+ AegisName: "JellySkull"
+ Name: "JellySkull"
+ Type: "IT_USABLE"
+ Buy: 5
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3009
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 3010
+ AegisName: "CandyPumpkin"
+ Name: "CandyPumpkin"
+ Type: "IT_USABLE"
+ Buy: 5
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3010
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 4035
+ AegisName: "PickledBeets"
+ Name: "PickledBeets"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 150
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4035
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "usePickledBeets";
+ ">
+},
+{
+ Id: 4036
+ AegisName: "RoastedAcorn"
+ Name: "RoastedAcorn"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4036
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 15, 0;
+ ">
+},
+{
+ Id: 5126
+ AegisName: "MTJarofOwnBlood"
+ Name: "MTJarofOwnBlood"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5126
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal -250, 0;
+ getitem 5127, 1;
+ ">
+},
+{
+ Id: 5210
+ AegisName: "GrassFedTofu"
+ Name: "GrassFedTofu"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5210
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal -10, -2, 1;
+ ">
+},
+{
+ Id: 5213
+ AegisName: "VeganWater"
+ Name: "VeganWater"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5213
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 250, 0;
+ getitem 540, 1;
+ ">
+},
+{
+ Id: 5214
+ AegisName: "LactoseFreeAcorn"
+ Name: "LactoseFreeAcorn"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5214
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 15, 0;
+ ">
+},
+{
+ Id: 5235
+ AegisName: "TMWBirthdayGift"
+ Name: "TMWBirthdayGift"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 50
+ Weight: 0
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5235
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "TMWBirthdayGift";
+ ">
+},
+{
+ Id: 5236
+ AegisName: "GumiCandy"
+ Name: "GumiCandy"
+ Type: "IT_USABLE"
+ Buy: 10000
+ Sell: 250
+ Weight: 0
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5236
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0, 1), 3, !Sex));
+ ">
+},
+{
+ Id: 5237
+ AegisName: "CaramelCandy"
+ Name: "CaramelCandy"
+ Type: "IT_USABLE"
+ Buy: 700
+ Sell: 350
+ Weight: 0
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5237
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 350, 0;
+ ">
+},
+{
+ Id: 5263
+ AegisName: "LovePotion"
+ Name: "LovePotion"
+ Type: "IT_USABLE"
+ Buy: 90000
+ Sell: 550
+ Weight: 0
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5263
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "LovePotion";
+ ">
+},
+{
+ Id: 511
+ AegisName: "SantaHat"
+ Name: "SantaHat"
+ Type: "IT_ARMOR"
+ Buy: 400
+ Sell: 200
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 511
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 524
+ AegisName: "FancyHat"
+ Name: "FancyHat"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 800
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 524
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 525
+ AegisName: "MinersHat"
+ Name: "MinersHat"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 40
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 525
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 543
+ AegisName: "StandardHeadband"
+ Name: "StandardHeadband"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 10
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 543
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 544
+ AegisName: "SilkHeadband"
+ Name: "SilkHeadband"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2000
+ Weight: 10
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 544
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 615
+ AegisName: "PumpkinHelmet"
+ Name: "PumpkinHelmet"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 60
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 615
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 616
+ AegisName: "AxeHat"
+ Name: "AxeHat"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 50
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 616
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 617
+ AegisName: "PirateHat"
+ Name: "PirateHat"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 40
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 617
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 618
+ AegisName: "Goggles"
+ Name: "Goggles"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 618
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 619
+ AegisName: "LeatherGoggles"
+ Name: "LeatherGoggles"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 619
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 620
+ AegisName: "Circlet"
+ Name: "Circlet"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 620
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 621
+ AegisName: "Eyepatch"
+ Name: "Eyepatch"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 621
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 622
+ AegisName: "Bandana"
+ Name: "Bandana"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 622
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 627
+ AegisName: "TopHat"
+ Name: "TopHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 627
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 628
+ AegisName: "FunkyHat"
+ Name: "FunkyHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 20
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 628
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 629
+ AegisName: "MushHat"
+ Name: "MushHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 629
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 630
+ AegisName: "ShroomHat"
+ Name: "ShroomHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 30
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 630
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 633
+ AegisName: "ChristmasElfHat"
+ Name: "ChristmasElfHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 30
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 633
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 634
+ AegisName: "FaceMask"
+ Name: "FaceMask"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 50
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 634
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 636
+ AegisName: "WarlordHelmet"
+ Name: "WarlordHelmet"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 900
+ Def: 18
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 636
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 637
+ AegisName: "KnightsHelmet"
+ Name: "KnightsHelmet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 2000
+ Weight: 600
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 637
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 638
+ AegisName: "InfantryHelmet"
+ Name: "InfantryHelmet"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1500
+ Weight: 400
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 638
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 639
+ AegisName: "CrusadeHelmet"
+ Name: "CrusadeHelmet"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 1300
+ Def: 18
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 639
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 643
+ AegisName: "WhiteCowboyHat"
+ Name: "WhiteCowboyHat"
+ Type: "IT_ARMOR"
+ Buy: 1800
+ Sell: 900
+ Weight: 30
+ Def: 6
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 643
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 644
+ AegisName: "BlackCowboyHat"
+ Name: "BlackCowboyHat"
+ Type: "IT_ARMOR"
+ Buy: 1800
+ Sell: 900
+ Weight: 30
+ Def: 6
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 644
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 646
+ AegisName: "Crown"
+ Name: "Crown"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 240
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 646
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 647
+ AegisName: "DevelopersCap"
+ Name: "DevelopersCap"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 647
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 654
+ AegisName: "Cap"
+ Name: "Cap"
+ Type: "IT_ARMOR"
+ Buy: 4000000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 654
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 656
+ AegisName: "SerfHat"
+ Name: "SerfHat"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 656
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 675
+ AegisName: "GraduationCap"
+ Name: "GraduationCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 250
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 675
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 678
+ AegisName: "NohMask"
+ Name: "NohMask"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 1000
+ Weight: 18
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 678
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 679
+ AegisName: "DemonMask"
+ Name: "DemonMask"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 23
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 679
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 721
+ AegisName: "HighPriestCrown"
+ Name: "HighPriestCrown"
+ Type: "IT_ARMOR"
+ Buy: 6000000
+ Sell: 5000
+ Weight: 400
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 721
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMaxSP, 20;
+ ">
+},
+{
+ Id: 722
+ AegisName: "MonsterSkullHelmet"
+ Name: "MonsterSkullHelmet"
+ Type: "IT_ARMOR"
+ Buy: 6000000
+ Sell: 3000
+ Weight: 250
+ Def: 7
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 722
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 20;
+ ">
+},
+{
+ Id: 723
+ AegisName: "DesertHat"
+ Name: "DesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 723
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 724
+ AegisName: "CottonHeadband"
+ Name: "CottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 724
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 725
+ AegisName: "GMCap"
+ Name: "GMCap"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 725
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "RestrictedItem";
+ ">
+},
+{
+ Id: 751
+ AegisName: "PinkieHat"
+ Name: "PinkieHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 5
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 751
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 752
+ AegisName: "FluffyHat"
+ Name: "FluffyHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 2000
+ Weight: 10
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 752
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 759
+ AegisName: "PaladinsHelmet"
+ Name: "PaladinsHelmet"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 19
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 759
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 760
+ AegisName: "OverlordsHelmet"
+ Name: "OverlordsHelmet"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 50
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 760
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 761
+ AegisName: "DesertHelmet"
+ Name: "DesertHelmet"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 21
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 761
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 764
+ AegisName: "SailorHat"
+ Name: "SailorHat"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 764
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 765
+ AegisName: "CaptainsHat"
+ Name: "CaptainsHat"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 765
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 766
+ AegisName: "TerraniteHelmet"
+ Name: "TerraniteHelmet"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 300
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 766
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 769
+ AegisName: "GuyFawkesMask"
+ Name: "GuyFawkesMask"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 769
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 770
+ AegisName: "FairyHat"
+ Name: "FairyHat"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 770
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 3;
+ ">
+},
+{
+ Id: 781
+ AegisName: "WitchDoctorsMask"
+ Name: "WitchDoctorsMask"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 100
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 781
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 795
+ AegisName: "BromenalHelmet"
+ Name: "BromenalHelmet"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1500
+ Weight: 400
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 795
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 800
+ AegisName: "BowlerHatBrown"
+ Name: "BowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 800
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 801
+ AegisName: "PinkieHelmet"
+ Name: "PinkieHelmet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 1500
+ Weight: 800
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 801
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 848
+ AegisName: "Earmuffs"
+ Name: "Earmuffs"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 848
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 854
+ AegisName: "ElfNightcap"
+ Name: "ElfNightcap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 854
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 855
+ AegisName: "Sunglasses"
+ Name: "Sunglasses"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 10
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 855
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 856
+ AegisName: "KnitCap"
+ Name: "KnitCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 856
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 877
+ AegisName: "BullHelmet"
+ Name: "BullHelmet"
+ Type: "IT_ARMOR"
+ Buy: 90000
+ Sell: 45000
+ Weight: 1300
+ Def: 19
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 877
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Str;
+ set @minbStatVal, 70;
+ callfunc "RequireStat";
+ set @bStat, Vit;
+ set @minbStatVal, 50;
+ callfunc "RequireStat";
+ set @bStat, Luk;
+ set @minbStatVal, 50;
+ callfunc "RequireStat";
+ bonus bAtkRange, -10;
+ bonus bDoubleAddRate, 20;
+ bonus bStr, 10;
+ bonus bCritical, 15;
+ bonus bAspdRate, 10;
+ bonus bDef2Rate, -39;
+ bonus bHit, -15;
+ ">
+},
+{
+ Id: 882
+ AegisName: "RedEggshellHat"
+ Name: "RedEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 882
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 883
+ AegisName: "BlueEggshellHat"
+ Name: "BlueEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 883
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 884
+ AegisName: "YellowEggshellHat"
+ Name: "YellowEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 884
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 885
+ AegisName: "GreenEggshellHat"
+ Name: "GreenEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 885
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 886
+ AegisName: "OrangeEggshellHat"
+ Name: "OrangeEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 886
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 887
+ AegisName: "DarkEggshellHat"
+ Name: "DarkEggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 887
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 888
+ AegisName: "MagicGMTopHat"
+ Name: "MagicGMTopHat"
+ Type: "IT_ARMOR"
+ Buy: 4200
+ Sell: 1900
+ Weight: 30
+ Def: 60
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 888
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @minLvl, EVT_KILLTHEGM;
+ callfunc "RestrictedItem";
+ bonus bMaxHP, 31000;
+ bonus bFlee, -200;
+ bonus bHPrecovRate, -400;
+ bonus bCriticalDef, 250;
+ bonus bMdef, 89;
+ ">
+},
+{
+ Id: 889
+ AegisName: "MurdererCrown"
+ Name: "MurdererCrown"
+ Type: "IT_ARMOR"
+ Buy: 75000
+ Sell: 12000
+ Weight: 240
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 889
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 890
+ AegisName: "BeanieCopter"
+ Name: "BeanieCopter"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 2000
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 890
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 897
+ AegisName: "RedRoseHat"
+ Name: "RedRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 897
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 898
+ AegisName: "WhiteRoseHat"
+ Name: "WhiteRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 898
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 899
+ AegisName: "PinkRoseHat"
+ Name: "PinkRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 899
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 900
+ AegisName: "YellowRoseHat"
+ Name: "YellowRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 900
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 901
+ AegisName: "OrangeRoseHat"
+ Name: "OrangeRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 901
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 902
+ AegisName: "BlueRoseHat"
+ Name: "BlueRoseHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 0
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 902
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 905
+ AegisName: "BucketHat"
+ Name: "BucketHat"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 800
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 905
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1173
+ AegisName: "TamOShanter"
+ Name: "TamOShanter"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 500
+ Weight: 20
+ Def: 9
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1173
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1174
+ AegisName: "CashiersShade"
+ Name: "CashiersShade"
+ Type: "IT_ARMOR"
+ Buy: 4000
+ Sell: 500
+ Weight: 15
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1174
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1175
+ AegisName: "AutumnMask"
+ Name: "AutumnMask"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 500
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1175
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1190
+ AegisName: "NutcrackerHat"
+ Name: "NutcrackerHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1190
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1196
+ AegisName: "Beret"
+ Name: "Beret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1196
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 1203
+ AegisName: "RangerHat"
+ Name: "RangerHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1203
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1204
+ AegisName: "AntlerHat"
+ Name: "AntlerHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 15
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1204
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1205
+ AegisName: "ChristmasTreeHat"
+ Name: "ChristmasTreeHat"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1205
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1206
+ AegisName: "SantaBeardHat"
+ Name: "SantaBeardHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1206
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1214
+ AegisName: "BunnyEars"
+ Name: "BunnyEars"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2000
+ Weight: 20
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1214
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1216
+ AegisName: "MoubooHead"
+ Name: "MoubooHead"
+ Type: "IT_ARMOR"
+ Buy: 10
+ Sell: 1
+ Weight: 80
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1216
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1217
+ AegisName: "CatEars"
+ Name: "CatEars"
+ Type: "IT_ARMOR"
+ Buy: 100
+ Sell: 50
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1217
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 3;
+ ">
+},
+{
+ Id: 1218
+ AegisName: "PaperBag"
+ Name: "PaperBag"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 5
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1218
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, -1;
+ ">
+},
+{
+ Id: 1219
+ AegisName: "MoubootaurHead"
+ Name: "MoubootaurHead"
+ Type: "IT_ARMOR"
+ Buy: 10
+ Sell: 1
+ Weight: 80
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1219
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @minLvl, 1;
+ callfunc "RestrictedItem";
+ ">
+},
+{
+ Id: 1220
+ AegisName: "BunchOfParsley"
+ Name: "BunchOfParsley"
+ Type: "IT_ARMOR"
+ Buy: 3
+ Sell: 1
+ Weight: 1
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1220
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDeaf, 1;
+ ">
+},
+{
+ Id: 1221
+ AegisName: "SkullMask"
+ Name: "SkullMask"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 150
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1221
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1242
+ AegisName: "SnowGoggles"
+ Name: "SnowGoggles"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 3750
+ Weight: 10
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1242
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1247
+ AegisName: "HeartGlasses"
+ Name: "HeartGlasses"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 3750
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1247
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1255
+ AegisName: "RabbitEars"
+ Name: "RabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1255
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1256
+ AegisName: "EggshellHat"
+ Name: "EggshellHat"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 12
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1256
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, -1;
+ ">
+},
+{
+ Id: 1275
+ AegisName: "ReadingGlasses"
+ Name: "ReadingGlasses"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 3750
+ Weight: 12
+ Def: 0
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1275
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 1276
+ AegisName: "OperaMask"
+ Name: "OperaMask"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1276
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1277
+ AegisName: "JesterMask"
+ Name: "JesterMask"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1277
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1278
+ AegisName: "WitchHat"
+ Name: "WitchHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1278
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1279
+ AegisName: "GoblinMask"
+ Name: "GoblinMask"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1279
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2130
+ AegisName: "RedDesertHat"
+ Name: "RedDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2130
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2131
+ AegisName: "GreenDesertHat"
+ Name: "GreenDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2131
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2132
+ AegisName: "DarkBlueDesertHat"
+ Name: "DarkBlueDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2132
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2133
+ AegisName: "YellowDesertHat"
+ Name: "YellowDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2133
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2134
+ AegisName: "LightBlueDesertHat"
+ Name: "LightBlueDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2134
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2135
+ AegisName: "PinkDesertHat"
+ Name: "PinkDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2135
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2136
+ AegisName: "BlackDesertHat"
+ Name: "BlackDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2136
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2137
+ AegisName: "OrangeDesertHat"
+ Name: "OrangeDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2137
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2138
+ AegisName: "PurpleDesertHat"
+ Name: "PurpleDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2138
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2139
+ AegisName: "DarkGreenDesertHat"
+ Name: "DarkGreenDesertHat"
+ Type: "IT_ARMOR"
+ Buy: 2400
+ Sell: 600
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2139
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2140
+ AegisName: "RedCottonHeadband"
+ Name: "RedCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2140
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2141
+ AegisName: "GreenCottonHeadband"
+ Name: "GreenCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2141
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2142
+ AegisName: "DarkBlueCottonHeadband"
+ Name: "DarkBlueCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2142
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2143
+ AegisName: "YellowCottonHeadband"
+ Name: "YellowCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2143
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2144
+ AegisName: "LightBlueCottonHeadband"
+ Name: "LightBlueCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2144
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2145
+ AegisName: "PinkCottonHeadband"
+ Name: "PinkCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2145
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2146
+ AegisName: "BlackCottonHeadband"
+ Name: "BlackCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2146
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2147
+ AegisName: "OrangeCottonHeadband"
+ Name: "OrangeCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2147
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2148
+ AegisName: "PurpleCottonHeadband"
+ Name: "PurpleCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2148
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2149
+ AegisName: "DarkGreenCottonHeadband"
+ Name: "DarkGreenCottonHeadband"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 500
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2149
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2190
+ AegisName: "RedRabbitEars"
+ Name: "RedRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2190
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2191
+ AegisName: "GreenRabbitEars"
+ Name: "GreenRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2191
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2192
+ AegisName: "DarkBlueRabbitEars"
+ Name: "DarkBlueRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2192
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2193
+ AegisName: "YellowRabbitEars"
+ Name: "YellowRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2193
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2194
+ AegisName: "LightBlueRabbitEars"
+ Name: "LightBlueRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2194
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2195
+ AegisName: "PinkRabbitEars"
+ Name: "PinkRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2195
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2196
+ AegisName: "BlackRabbitEars"
+ Name: "BlackRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2196
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2197
+ AegisName: "OrangeRabbitEars"
+ Name: "OrangeRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2197
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2198
+ AegisName: "PurpleRabbitEars"
+ Name: "PurpleRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2198
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2199
+ AegisName: "DarkGreenRabbitEars"
+ Name: "DarkGreenRabbitEars"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 3500
+ Weight: 15
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2199
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2200
+ AegisName: "RedWizardHat"
+ Name: "RedWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2200
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2201
+ AegisName: "GreenWizardHat"
+ Name: "GreenWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2201
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2202
+ AegisName: "DarkBlueWizardHat"
+ Name: "DarkBlueWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2202
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2203
+ AegisName: "YellowWizardHat"
+ Name: "YellowWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2203
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2204
+ AegisName: "LightBlueWizardHat"
+ Name: "LightBlueWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2204
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2205
+ AegisName: "PinkWizardHat"
+ Name: "PinkWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2205
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2206
+ AegisName: "BlackWizardHat"
+ Name: "BlackWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2206
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2207
+ AegisName: "OrangeWizardHat"
+ Name: "OrangeWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2207
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2208
+ AegisName: "PurpleWizardHat"
+ Name: "PurpleWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2208
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2209
+ AegisName: "DarkGreenWizardHat"
+ Name: "DarkGreenWizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2209
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 2210
+ AegisName: "RedBowlerHat"
+ Name: "RedBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2210
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2211
+ AegisName: "GreenBowlerHat"
+ Name: "GreenBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2211
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2212
+ AegisName: "DarkBlueBowlerHat"
+ Name: "DarkBlueBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2212
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2213
+ AegisName: "YellowBowlerHat"
+ Name: "YellowBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2213
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2214
+ AegisName: "LightBlueBowlerHat"
+ Name: "LightBlueBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2214
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2215
+ AegisName: "PinkBowlerHat"
+ Name: "PinkBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2215
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2216
+ AegisName: "BlackBowlerHat"
+ Name: "BlackBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2216
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2217
+ AegisName: "OrangeBowlerHat"
+ Name: "OrangeBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2217
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2218
+ AegisName: "PurpleBowlerHat"
+ Name: "PurpleBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2218
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2219
+ AegisName: "DarkGreenBowlerHat"
+ Name: "DarkGreenBowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2219
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2230
+ AegisName: "RedBowlerHatBrown"
+ Name: "RedBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2230
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2231
+ AegisName: "GreenBowlerHatBrown"
+ Name: "GreenBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2231
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2232
+ AegisName: "DarkBlueBowlerHatBrown"
+ Name: "DarkBlueBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2232
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2233
+ AegisName: "YellowBowlerHatBrown"
+ Name: "YellowBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2233
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2234
+ AegisName: "LightBlueBowlerHatBrown"
+ Name: "LightBlueBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2234
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2235
+ AegisName: "PinkBowlerHatBrown"
+ Name: "PinkBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2235
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2236
+ AegisName: "BlackBowlerHatBrown"
+ Name: "BlackBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2236
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2237
+ AegisName: "OrangeBowlerHatBrown"
+ Name: "OrangeBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2237
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2238
+ AegisName: "PurpleBowlerHatBrown"
+ Name: "PurpleBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2238
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2239
+ AegisName: "DarkGreenBowlerHatBrown"
+ Name: "DarkGreenBowlerHatBrown"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2239
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2260
+ AegisName: "RedBeret"
+ Name: "RedBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2260
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2261
+ AegisName: "GreenBeret"
+ Name: "GreenBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2261
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2262
+ AegisName: "DarkBlueBeret"
+ Name: "DarkBlueBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2262
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2263
+ AegisName: "YellowBeret"
+ Name: "YellowBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2263
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2264
+ AegisName: "LightBlueBeret"
+ Name: "LightBlueBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2264
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2265
+ AegisName: "PinkBeret"
+ Name: "PinkBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2265
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2266
+ AegisName: "BlackBeret"
+ Name: "BlackBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2266
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2267
+ AegisName: "OrangeBeret"
+ Name: "OrangeBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2267
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2268
+ AegisName: "PurpleBeret"
+ Name: "PurpleBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2268
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2269
+ AegisName: "DarkGreenBeret"
+ Name: "DarkGreenBeret"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2269
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 2;
+ ">
+},
+{
+ Id: 2270
+ AegisName: "BlinkingEvil"
+ Name: "BlinkingEvil"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2270
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 2271
+ AegisName: "BlinkingEvilRed"
+ Name: "BlinkingEvilRed"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2271
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 2272
+ AegisName: "BlinkingEvilBlue"
+ Name: "BlinkingEvilBlue"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2272
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 2273
+ AegisName: "BlinkingEvilPink"
+ Name: "BlinkingEvilPink"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2273
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 2274
+ AegisName: "BlinkingEvilYellow"
+ Name: "BlinkingEvilYellow"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2274
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 4020
+ AegisName: "CandleHelmet"
+ Name: "CandleHelmet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 2000
+ Weight: 450
+ Def: 16
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4020
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 1;
+ bonus bAgi, -1;
+ ">
+},
+{
+ Id: 4027
+ AegisName: "YetiMask"
+ Name: "YetiMask"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 10
+ Def: 4
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4027
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4028
+ AegisName: "WizardHat"
+ Name: "WizardHat"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 4028
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 3;
+ ">
+},
+{
+ Id: 4030
+ AegisName: "BowlerHat"
+ Name: "BowlerHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4030
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4031
+ AegisName: "Monocle"
+ Name: "Monocle"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4031
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ bonus bLuk, 1;
+ bonus bCritical, 10;
+ ">
+},
+{
+ Id: 4032
+ AegisName: "PanHat"
+ Name: "PanHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 400
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4032
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4033
+ AegisName: "ChefHat"
+ Name: "ChefHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 30
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4033
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4042
+ AegisName: "RedNose"
+ Name: "RedNose"
+ Type: "IT_ARMOR"
+ Buy: 4000
+ Sell: 1000
+ Weight: 4
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4042
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5128
+ AegisName: "DarkHelm"
+ Name: "DarkHelm"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 10000
+ Weight: 800
+ Def: 19
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5128
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMaxHPrate, 10;
+ bonus bInt, -Int;
+ ">
+},
+{
+ Id: 5129
+ AegisName: "UnderworldMask"
+ Name: "UnderworldMask"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 10000
+ Weight: 100
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5129
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAtkRange, 3;
+ bonus bInt, -Int;
+ bonus bAgi, 2;
+ bonus bDex, 2;
+ ">
+},
+{
+ Id: 5130
+ AegisName: "Phylactery"
+ Name: "Phylactery"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 10000
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5130
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAspdRate, 50;
+ bonus bDex, -(Dex/2);
+ ">
+},
+{
+ Id: 5200
+ AegisName: "PointyWitchHat"
+ Name: "PointyWitchHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5200
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5201
+ AegisName: "Pipe"
+ Name: "Pipe"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 18
+ Refine: false
+ ViewSprite: 5201
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ bonus bLuk, 1;
+ bonus bCritical, 10;
+ callfunc "DrugItem";
+ ">
+},
+{
+ Id: 5202
+ AegisName: "PilotHat"
+ Name: "PilotHat"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 30
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5202
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5203
+ AegisName: "MoonshroomHat"
+ Name: "MoonshroomHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 30
+ Def: 15
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5203
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5204
+ AegisName: "CarbonGasMask"
+ Name: "CarbonGasMask"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 1250
+ Weight: 50
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5204
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5205
+ AegisName: "EskimoHat"
+ Name: "EskimoHat"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 3750
+ Weight: 10
+ Def: 5
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5205
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5209
+ AegisName: "TerraniteHead"
+ Name: "TerraniteHead"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 500
+ Def: 16
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5209
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ bonus bAgi, 3;
+ bonus bDex, 1;
+ ">
+},
+{
+ Id: 5226
+ AegisName: "GroovyHat"
+ Name: "GroovyHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 20
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5226
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5227
+ AegisName: "JazzyHat"
+ Name: "JazzyHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 20
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5227
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5228
+ AegisName: "ChicSantaHat"
+ Name: "ChicSantaHat"
+ Type: "IT_ARMOR"
+ Buy: 400
+ Sell: 200
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5228
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5229
+ AegisName: "ScentedCandleHelmet"
+ Name: "ScentedCandleHelmet"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 1
+ Weight: 450
+ Def: 10
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5229
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 2;
+ addtimer 1, "ScentedCandle::OnEquip";
+ ">
+},
+{
+ Id: 5230
+ AegisName: "AnniversaryHat"
+ Name: "AnniversaryHat"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 1
+ Weight: 100
+ Def: 12
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5230
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bInt, 2;
+ ">
+},
+{
+ Id: 5231
+ AegisName: "RedPresentHat"
+ Name: "RedPresentHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5231
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5232
+ AegisName: "GreenPresentHat"
+ Name: "GreenPresentHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5232
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5233
+ AegisName: "BluePresentHat"
+ Name: "BluePresentHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5233
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5234
+ AegisName: "YellowPresentHat"
+ Name: "YellowPresentHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5234
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5238
+ AegisName: "AFKCap"
+ Name: "AFKCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5238
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5239
+ AegisName: "Aureole"
+ Name: "Aureole"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 0
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5239
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bFlee, 50;
+ ">
+},
+{
+ Id: 5240
+ AegisName: "SmileyCap"
+ Name: "SmileyCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 60
+ Def: 1
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5240
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5241
+ AegisName: "RedShades"
+ Name: "RedShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5241
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5242
+ AegisName: "GreenShades"
+ Name: "GreenShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5242
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5243
+ AegisName: "DarkBlueShades"
+ Name: "DarkBlueShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5243
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5244
+ AegisName: "YellowShades"
+ Name: "YellowShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5244
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5245
+ AegisName: "LightBlueShades"
+ Name: "LightBlueShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5245
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5246
+ AegisName: "PinkShades"
+ Name: "PinkShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5246
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5247
+ AegisName: "BlackShades"
+ Name: "BlackShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5247
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5248
+ AegisName: "OrangeShades"
+ Name: "OrangeShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5248
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5249
+ AegisName: "PurpleShades"
+ Name: "PurpleShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5249
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5250
+ AegisName: "DarkGreenShades"
+ Name: "DarkGreenShades"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5250
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5255
+ AegisName: "PVPCap"
+ Name: "PVPCap"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 60
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5255
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5257
+ AegisName: "GoldenPVPCap"
+ Name: "GoldenPVPCap"
+ Type: "IT_ARMOR"
+ Buy: 500
+ Sell: 100
+ Weight: 60
+ Def: 2
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5257
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5258
+ AegisName: "BlinkingHocus"
+ Name: "BlinkingHocus"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 400
+ Def: 0
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5258
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5259
+ AegisName: "BlinkingEvilHalloween"
+ Name: "BlinkingEvilHalloween"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 50
+ Def: 13
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5259
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 5262
+ AegisName: "MovieCap"
+ Name: "MovieCap"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5262
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5264
+ AegisName: "BlueWolfHelmet"
+ Name: "BlueWolfHelmet"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5264
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5265
+ AegisName: "CloverHat"
+ Name: "CloverHat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 50
+ Def: 3
+ Slots: 0
+ Loc: 256
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5265
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 586
+ AegisName: "CottonShorts"
+ Name: "CottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 15
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 586
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 610
+ AegisName: "JeansShorts"
+ Name: "JeansShorts"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 610
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 632
+ AegisName: "CottonSkirt"
+ Name: "CottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 10
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 632
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 642
+ AegisName: "JeansChaps"
+ Name: "JeansChaps"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 60
+ Def: 6
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 642
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 648
+ AegisName: "CottonTrousers"
+ Name: "CottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 648
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 731
+ AegisName: "AssassinPants"
+ Name: "AssassinPants"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 3000
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 731
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "BrawlingItem";
+ bonus bAgi, 5;
+ ">
+},
+{
+ Id: 768
+ AegisName: "TerraniteLegs"
+ Name: "TerraniteLegs"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 3000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 768
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ bonus bMdef, 5;
+ ">
+},
+{
+ Id: 771
+ AegisName: "Miniskirt"
+ Name: "Miniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 771
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 796
+ AegisName: "BromenalLegs"
+ Name: "BromenalLegs"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 150
+ Def: 6
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 796
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 857
+ AegisName: "LeatherTrousers"
+ Name: "LeatherTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 25
+ Def: 5
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 857
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bHit, 2;
+ ">
+},
+{
+ Id: 881
+ AegisName: "RaggedShorts"
+ Name: "RaggedShorts"
+ Type: "IT_ARMOR"
+ Buy: 60
+ Sell: 1
+ Weight: 7
+ Def: 1
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 881
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1172
+ AegisName: "SilkPants"
+ Name: "SilkPants"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 750
+ Weight: 10
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1172
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2100
+ AegisName: "RedCottonSkirt"
+ Name: "RedCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2100
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2101
+ AegisName: "GreenCottonSkirt"
+ Name: "GreenCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2101
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2102
+ AegisName: "DarkBlueCottonSkirt"
+ Name: "DarkBlueCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2102
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2103
+ AegisName: "YellowCottonSkirt"
+ Name: "YellowCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2103
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2104
+ AegisName: "LightBlueCottonSkirt"
+ Name: "LightBlueCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2104
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2105
+ AegisName: "PinkCottonSkirt"
+ Name: "PinkCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2105
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2106
+ AegisName: "BlackCottonSkirt"
+ Name: "BlackCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2106
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2107
+ AegisName: "OrangeCottonSkirt"
+ Name: "OrangeCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2107
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2108
+ AegisName: "PurpleCottonSkirt"
+ Name: "PurpleCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2108
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2109
+ AegisName: "DarkGreenCottonSkirt"
+ Name: "DarkGreenCottonSkirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2109
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2110
+ AegisName: "RedCottonShorts"
+ Name: "RedCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2110
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2111
+ AegisName: "GreenCottonShorts"
+ Name: "GreenCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2111
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2112
+ AegisName: "DarkBlueCottonShorts"
+ Name: "DarkBlueCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2112
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2113
+ AegisName: "YellowCottonShorts"
+ Name: "YellowCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2113
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2114
+ AegisName: "LightBlueCottonShorts"
+ Name: "LightBlueCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2114
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2115
+ AegisName: "PinkCottonShorts"
+ Name: "PinkCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2115
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2116
+ AegisName: "BlackCottonShorts"
+ Name: "BlackCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2116
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2117
+ AegisName: "OrangeCottonShorts"
+ Name: "OrangeCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2117
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2118
+ AegisName: "PurpleCottonShorts"
+ Name: "PurpleCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2118
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2119
+ AegisName: "DarkGreenCottonShorts"
+ Name: "DarkGreenCottonShorts"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2119
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2170
+ AegisName: "RedMiniskirt"
+ Name: "RedMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2170
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2171
+ AegisName: "GreenMiniskirt"
+ Name: "GreenMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2171
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2172
+ AegisName: "DarkBlueMiniskirt"
+ Name: "DarkBlueMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2172
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2173
+ AegisName: "YellowMiniskirt"
+ Name: "YellowMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2173
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2174
+ AegisName: "LightBlueMiniskirt"
+ Name: "LightBlueMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2174
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2175
+ AegisName: "PinkMiniskirt"
+ Name: "PinkMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2175
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2176
+ AegisName: "BlackMiniskirt"
+ Name: "BlackMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2176
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2177
+ AegisName: "OrangeMiniskirt"
+ Name: "OrangeMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2177
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2178
+ AegisName: "PurpleMiniskirt"
+ Name: "PurpleMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2178
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2179
+ AegisName: "DarkGreenMiniskirt"
+ Name: "DarkGreenMiniskirt"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 500
+ Weight: 8
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2179
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2180
+ AegisName: "RedCottonTrousers"
+ Name: "RedCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2180
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2181
+ AegisName: "GreenCottonTrousers"
+ Name: "GreenCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2181
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2182
+ AegisName: "DarkBlueCottonTrousers"
+ Name: "DarkBlueCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2182
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2183
+ AegisName: "YellowCottonTrousers"
+ Name: "YellowCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2183
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2184
+ AegisName: "LightBlueCottonTrousers"
+ Name: "LightBlueCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2184
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2185
+ AegisName: "PinkCottonTrousers"
+ Name: "PinkCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2185
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2186
+ AegisName: "BlackCottonTrousers"
+ Name: "BlackCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2186
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2187
+ AegisName: "OrangeCottonTrousers"
+ Name: "OrangeCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2187
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2188
+ AegisName: "PurpleCottonTrousers"
+ Name: "PurpleCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2188
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2189
+ AegisName: "DarkGreenCottonTrousers"
+ Name: "DarkGreenCottonTrousers"
+ Type: "IT_ARMOR"
+ Buy: 1500
+ Sell: 750
+ Weight: 25
+ Def: 4
+ Slots: 0
+ Loc: 1
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2189
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 531
+ AegisName: "MinerGloves"
+ Name: "MinerGloves"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1000
+ Weight: 30
+ Def: 2
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 531
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 532
+ AegisName: "LeatherGloves"
+ Name: "LeatherGloves"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 2000
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 532
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 563
+ AegisName: "WinterGloves"
+ Name: "WinterGloves"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 20
+ Def: 3
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 563
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 741
+ AegisName: "CottonGloves"
+ Name: "CottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 741
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 756
+ AegisName: "AssassinGloves"
+ Name: "AssassinGloves"
+ Type: "IT_ARMOR"
+ Buy: 7000
+ Sell: 2000
+ Weight: 9
+ Def: 3
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 756
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "BrawlingItem";
+ bonus bAgi, 4;
+ ">
+},
+{
+ Id: 794
+ AegisName: "BromenalGloves"
+ Name: "BromenalGloves"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 2000
+ Weight: 40
+ Def: 4
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 794
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 868
+ AegisName: "SilkGloves"
+ Name: "SilkGloves"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 2500
+ Weight: 4
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 868
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2160
+ AegisName: "RedCottonGloves"
+ Name: "RedCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2160
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2161
+ AegisName: "GreenCottonGloves"
+ Name: "GreenCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2161
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2162
+ AegisName: "DarkBlueCottonGloves"
+ Name: "DarkBlueCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2162
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2163
+ AegisName: "YellowCottonGloves"
+ Name: "YellowCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2163
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2164
+ AegisName: "LightBlueCottonGloves"
+ Name: "LightBlueCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2164
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2165
+ AegisName: "PinkCottonGloves"
+ Name: "PinkCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2165
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2166
+ AegisName: "BlackCottonGloves"
+ Name: "BlackCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2166
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2167
+ AegisName: "OrangeCottonGloves"
+ Name: "OrangeCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2167
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2168
+ AegisName: "PurpleCottonGloves"
+ Name: "PurpleCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2168
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2169
+ AegisName: "DarkGreenCottonGloves"
+ Name: "DarkGreenCottonGloves"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 500
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: 4
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2169
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 585
+ AegisName: "ScarabArmlet"
+ Name: "ScarabArmlet"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 200
+ Def: 0
+ Slots: 0
+ Loc: 32
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 585
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 601
+ AegisName: "SteelShield"
+ Name: "SteelShield"
+ Type: "IT_ARMOR"
+ Buy: 40000
+ Sell: 3000
+ Weight: 2500
+ Def: 20
+ Slots: 0
+ Loc: 32
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 601
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 602
+ AegisName: "WoodenShield"
+ Name: "WoodenShield"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 2000
+ Weight: 1500
+ Def: 14
+ Slots: 0
+ Loc: 32
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 602
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 603
+ AegisName: "LeatherShield"
+ Name: "LeatherShield"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 1300
+ Def: 7
+ Slots: 0
+ Loc: 32
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 603
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 797
+ AegisName: "BromenalShield"
+ Name: "BromenalShield"
+ Type: "IT_ARMOR"
+ Buy: 40000
+ Sell: 3000
+ Weight: 2500
+ Def: 20
+ Slots: 0
+ Loc: 32
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 797
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 501
+ AegisName: "CactusDrink"
+ Name: "CactusDrink"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 501
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 15, 0;
+ ">
+},
+{
+ Id: 502
+ AegisName: "CactusPotion"
+ Name: "CactusPotion"
+ Type: "IT_USABLE"
+ Buy: 70
+ Sell: 35
+ Weight: 7
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 502
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 25, 0;
+ ">
+},
+{
+ Id: 506
+ AegisName: "CandyCane"
+ Name: "CandyCane"
+ Type: "IT_USABLE"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 506
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 5, 0;
+ ">
+},
+{
+ Id: 508
+ AegisName: "XmasCake"
+ Name: "XmasCake"
+ Type: "IT_USABLE"
+ Buy: 70
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 508
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 509
+ AegisName: "ChocolateBar"
+ Name: "ChocolateBar"
+ Type: "IT_USABLE"
+ Buy: 60
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 509
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 20, 0;
+ ">
+},
+{
+ Id: 510
+ AegisName: "Candy"
+ Name: "Candy"
+ Type: "IT_USABLE"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 510
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 5, 0;
+ ">
+},
+{
+ Id: 512
+ AegisName: "GingerBreadMan"
+ Name: "GingerBreadMan"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 512
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 25, 0;
+ ">
+},
+{
+ Id: 513
+ AegisName: "Cake"
+ Name: "Cake"
+ Type: "IT_USABLE"
+ Buy: 30
+ Sell: 15
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 513
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 15, 0;
+ ">
+},
+{
+ Id: 514
+ AegisName: "XmasCandyCane"
+ Name: "XmasCandyCane"
+ Type: "IT_USABLE"
+ Buy: 30
+ Sell: 15
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 514
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 519
+ AegisName: "CherryCake"
+ Name: "CherryCake"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 519
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 35, 0;
+ ">
+},
+{
+ Id: 520
+ AegisName: "EasterEgg"
+ Name: "EasterEgg"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 520
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 527
+ AegisName: "Milk"
+ Name: "Milk"
+ Type: "IT_USABLE"
+ Buy: 300
+ Sell: 150
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 527
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 150, 0;
+ ">
+},
+{
+ Id: 533
+ AegisName: "RoastedMaggot"
+ Name: "RoastedMaggot"
+ Type: "IT_USABLE"
+ Buy: 110
+ Sell: 55
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 533
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 150, 0;
+ ">
+},
+{
+ Id: 534
+ AegisName: "OrangeCupcake"
+ Name: "OrangeCupcake"
+ Type: "IT_USABLE"
+ Buy: 90
+ Sell: 45
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 534
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 535
+ AegisName: "RedApple"
+ Name: "RedApple"
+ Type: "IT_USABLE"
+ Buy: 25
+ Sell: 6
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 535
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 539
+ AegisName: "Beer"
+ Name: "Beer"
+ Type: "IT_USABLE"
+ Buy: 175
+ Sell: 87
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 539
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 200, 5, 1;
+ ">
+},
+{
+ Id: 541
+ AegisName: "BottleOfWater"
+ Name: "BottleOfWater"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 541
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 250, 0;
+ getitem 540, 1;
+ ">
+},
+{
+ Id: 562
+ AegisName: "ChickenLeg"
+ Name: "ChickenLeg"
+ Type: "IT_USABLE"
+ Buy: 250
+ Sell: 125
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 562
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 500, 0;
+ ">
+},
+{
+ Id: 565
+ AegisName: "PinkPetal"
+ Name: "PinkPetal"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 565
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 566
+ AegisName: "SmallMushroom"
+ Name: "SmallMushroom"
+ Type: "IT_USABLE"
+ Buy: 125
+ Sell: 50
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 566
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 567
+ AegisName: "IronPotion"
+ Name: "IronPotion"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 567
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ sc_start sc_raiseattackstrength, 60, 60;
+ ">
+},
+{
+ Id: 568
+ AegisName: "ConcentrationPotion"
+ Name: "ConcentrationPotion"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 568
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ sc_start sc_raiseattackspeed0, 60, 30;
+ ">
+},
+{
+ Id: 657
+ AegisName: "Orange"
+ Name: "Orange"
+ Type: "IT_USABLE"
+ Buy: 40
+ Sell: 10
+ Weight: 7
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 657
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 60, 0;
+ ">
+},
+{
+ Id: 676
+ AegisName: "Steak"
+ Name: "Steak"
+ Type: "IT_USABLE"
+ Buy: 275
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 676
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 250, 0;
+ ">
+},
+{
+ Id: 684
+ AegisName: "TinyHealingPotion"
+ Name: "TinyHealingPotion"
+ Type: "IT_USABLE"
+ Buy: 25
+ Sell: 12
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 684
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 685
+ AegisName: "SmallHealingPotion"
+ Name: "SmallHealingPotion"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 685
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 200, 0;
+ ">
+},
+{
+ Id: 686
+ AegisName: "MediumHealingPotion"
+ Name: "MediumHealingPotion"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 15
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 686
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 400, 0;
+ ">
+},
+{
+ Id: 687
+ AegisName: "LargeHealingPotion"
+ Name: "LargeHealingPotion"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 25
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 687
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 800, 0;
+ ">
+},
+{
+ Id: 705
+ AegisName: "ManaPotion"
+ Name: "ManaPotion"
+ Type: "IT_USABLE"
+ Buy: 2000
+ Sell: 300
+ Weight: 50
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 705
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 10, 1;
+ callfunc "MagicGainBasic";
+ ">
+},
+{
+ Id: 714
+ AegisName: "SnakeEgg"
+ Name: "SnakeEgg"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 714
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 30, 0;
+ ">
+},
+{
+ Id: 715
+ AegisName: "MountainSnakeEgg"
+ Name: "MountainSnakeEgg"
+ Type: "IT_USABLE"
+ Buy: 80
+ Sell: 40
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 715
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 40, 0;
+ ">
+},
+{
+ Id: 716
+ AegisName: "GrassSnakeEgg"
+ Name: "GrassSnakeEgg"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 716
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 717
+ AegisName: "CaveSnakeEgg"
+ Name: "CaveSnakeEgg"
+ Type: "IT_USABLE"
+ Buy: 60
+ Sell: 30
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 717
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 20, 0;
+ ">
+},
+{
+ Id: 719
+ AegisName: "GreenApple"
+ Name: "GreenApple"
+ Type: "IT_USABLE"
+ Buy: 20
+ Sell: 5
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 719
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 45, 0;
+ ">
+},
+{
+ Id: 733
+ AegisName: "PurificationPotion"
+ Name: "PurificationPotion"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 15
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 733
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "usePurificationPotion";
+ ">
+},
+{
+ Id: 736
+ AegisName: "WhiteCake"
+ Name: "WhiteCake"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 736
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 737
+ AegisName: "ChocolateCake"
+ Name: "ChocolateCake"
+ Type: "IT_USABLE"
+ Buy: 550
+ Sell: 125
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 737
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 11, 0;
+ ">
+},
+{
+ Id: 738
+ AegisName: "OrangeCake"
+ Name: "OrangeCake"
+ Type: "IT_USABLE"
+ Buy: 600
+ Sell: 150
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 738
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 12, 0;
+ ">
+},
+{
+ Id: 739
+ AegisName: "AppleCake"
+ Name: "AppleCake"
+ Type: "IT_USABLE"
+ Buy: 600
+ Sell: 150
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 739
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 12, 0;
+ ">
+},
+{
+ Id: 743
+ AegisName: "Acorn"
+ Name: "Acorn"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 743
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 3, 0;
+ ">
+},
+{
+ Id: 744
+ AegisName: "DilutedConcentrationPot"
+ Name: "DilutedConcentrationPot"
+ Type: "IT_USABLE"
+ Buy: 250
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 744
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ sc_start sc_raiseattackspeed0, 30, 20;
+ ">
+},
+{
+ Id: 745
+ AegisName: "DarkConcentrationPotion"
+ Name: "DarkConcentrationPotion"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 745
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ sc_start sc_raiseattackspeed0, 10, 40;
+ sc_start SC_POISON, 1, 50;
+ ">
+},
+{
+ Id: 747
+ AegisName: "LacedChocolateCake"
+ Name: "LacedChocolateCake"
+ Type: "IT_USABLE"
+ Buy: 550
+ Sell: 125
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 747
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 11, 0;
+ ">
+},
+{
+ Id: 748
+ AegisName: "LacedOrangeCupcake"
+ Name: "LacedOrangeCupcake"
+ Type: "IT_USABLE"
+ Buy: 90
+ Sell: 45
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 748
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 750
+ AegisName: "SlowPoisonPotion"
+ Name: "SlowPoisonPotion"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 200
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 750
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 5, 0;
+ sc_start SC_SLOWPOISON, 180000, 180;
+ ">
+},
+{
+ Id: 784
+ AegisName: "ZombieNachos"
+ Name: "ZombieNachos"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 30
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 784
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 60, 0;
+ ">
+},
+{
+ Id: 785
+ AegisName: "LadyFingers"
+ Name: "LadyFingers"
+ Type: "IT_USABLE"
+ Buy: 70
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 785
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 40, 0;
+ ">
+},
+{
+ Id: 786
+ AegisName: "JellAhh"
+ Name: "JellAhh"
+ Type: "IT_USABLE"
+ Buy: 80
+ Sell: 30
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 786
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 787
+ AegisName: "Snapple"
+ Name: "Snapple"
+ Type: "IT_USABLE"
+ Buy: 110
+ Sell: 55
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 787
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 70, 0;
+ ">
+},
+{
+ Id: 788
+ AegisName: "BeetleJuice"
+ Name: "BeetleJuice"
+ Type: "IT_USABLE"
+ Buy: 80
+ Sell: 30
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 788
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 789
+ AegisName: "GutBuster"
+ Name: "GutBuster"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 30
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 789
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 60, 0;
+ ">
+},
+{
+ Id: 790
+ AegisName: "BloodWine"
+ Name: "BloodWine"
+ Type: "IT_USABLE"
+ Buy: 150
+ Sell: 50
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 790
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 808
+ AegisName: "HitchhikersTowel"
+ Name: "HitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 808
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "HitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 809
+ AegisName: "WhiteHitchhikersTowel"
+ Name: "WhiteHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 809
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "WhiteHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 810
+ AegisName: "RedHitchhikersTowel"
+ Name: "RedHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 810
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "RedHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 811
+ AegisName: "GreenHitchhikersTowel"
+ Name: "GreenHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 811
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "GreenHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 812
+ AegisName: "BlueHitchhikersTowel"
+ Name: "BlueHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 812
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "BlueHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 813
+ AegisName: "YellowHitchhikersTowel"
+ Name: "YellowHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 813
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "YellowHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 814
+ AegisName: "PurpleHitchhikersTowel"
+ Name: "PurpleHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 814
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "PurpleHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 815
+ AegisName: "OrangeHitchhikersTowel"
+ Name: "OrangeHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 815
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "OrangeHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 816
+ AegisName: "PinkHitchhikersTowel"
+ Name: "PinkHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 816
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "PinkHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 817
+ AegisName: "TealHitchhikersTowel"
+ Name: "TealHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 817
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "TealHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 818
+ AegisName: "LimeHitchhikersTowel"
+ Name: "LimeHitchhikersTowel"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 818
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set @warpTowelName$, "LimeHitchhikersTowel";
+ callfunc "WarpTowel";
+ ">
+},
+{
+ Id: 825
+ AegisName: "TinyManaElixir"
+ Name: "TinyManaElixir"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 10
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 825
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 25, 1;
+ ">
+},
+{
+ Id: 826
+ AegisName: "SmallManaElixir"
+ Name: "SmallManaElixir"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 826
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 50, 1;
+ ">
+},
+{
+ Id: 827
+ AegisName: "MediumManaElixir"
+ Name: "MediumManaElixir"
+ Type: "IT_USABLE"
+ Buy: 400
+ Sell: 40
+ Weight: 15
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 827
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 100, 1;
+ ">
+},
+{
+ Id: 828
+ AegisName: "LargeManaElixir"
+ Name: "LargeManaElixir"
+ Type: "IT_USABLE"
+ Buy: 800
+ Sell: 80
+ Weight: 25
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 828
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 0, 250, 1;
+ ">
+},
+{
+ Id: 838
+ AegisName: "CranberryLollipop"
+ Name: "CranberryLollipop"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 838
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 750, 0;
+ ">
+},
+{
+ Id: 839
+ AegisName: "GrapeLollipop"
+ Name: "GrapeLollipop"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 839
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 750, 0;
+ ">
+},
+{
+ Id: 840
+ AegisName: "OrangeLollipop"
+ Name: "OrangeLollipop"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 840
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 750, 0;
+ ">
+},
+{
+ Id: 1189
+ AegisName: "PollettEgg"
+ Name: "PollettEgg"
+ Type: "IT_USABLE"
+ Buy: 250
+ Sell: 25
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1189
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 75, 10, 1;
+ ">
+},
+{
+ Id: 1229
+ AegisName: "CaramelApple"
+ Name: "CaramelApple"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 75
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1229
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 1000, 0;
+ ">
+},
+{
+ Id: 1230
+ AegisName: "LollipopColor1"
+ Name: "LollipopColor1"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1230
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 800, 0;
+ ">
+},
+{
+ Id: 1231
+ AegisName: "LollipopColor2"
+ Name: "LollipopColor2"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1231
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 800, 0;
+ ">
+},
+{
+ Id: 1232
+ AegisName: "LollipopColor3"
+ Name: "LollipopColor3"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1232
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 800, 0;
+ ">
+},
+{
+ Id: 1248
+ AegisName: "Blueberries"
+ Name: "Blueberries"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 6
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1248
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 200, 0;
+ ">
+},
+{
+ Id: 1250
+ AegisName: "Pear"
+ Name: "Pear"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 7
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1250
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 150, 0;
+ ">
+},
+{
+ Id: 1251
+ AegisName: "Plum"
+ Name: "Plum"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1251
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 100, 0;
+ ">
+},
+{
+ Id: 1252
+ AegisName: "Cherry"
+ Name: "Cherry"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1252
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 50, 0;
+ ">
+},
+{
+ Id: 1253
+ AegisName: "GoldenDeliciousApple"
+ Name: "GoldenDeliciousApple"
+ Type: "IT_USABLE"
+ Buy: 1000
+ Sell: 500
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1253
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 200, 0, 0;
+ ">
+},
+{
+ Id: 1258
+ AegisName: "Honey"
+ Name: "Honey"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 20
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1258
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 45, 0;
+ ">
+},
+{
+ Id: 1280
+ AegisName: "Scissors"
+ Name: "Scissors"
+ Type: "IT_USABLE"
+ Buy: 1000
+ Sell: 500
+ Weight: 120
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1280
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "useScissors";
+ ">
+},
+{
+ Id: 1281
+ AegisName: "ShockSweet"
+ Name: "ShockSweet"
+ Type: "IT_USABLE"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1281
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "useShockSweet";
+ ">
+},
+{
+ Id: 3001
+ AegisName: "RubberBat"
+ Name: "RubberBat"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 30
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3001
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "rubberBat";
+ ">
+},
+{
+ Id: 3006
+ AegisName: "TonoriDelight"
+ Name: "TonoriDelight"
+ Type: "IT_USABLE"
+ Buy: 5
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3006
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 2, 1;
+ ">
+},
+{
+ Id: 3007
+ AegisName: "Marshmallow"
+ Name: "Marshmallow"
+ Type: "IT_USABLE"
+ Buy: 5
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3007
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 3009
+ AegisName: "JellySkull"
+ Name: "JellySkull"
+ Type: "IT_USABLE"
+ Buy: 5
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3009
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 3010
+ AegisName: "CandyPumpkin"
+ Name: "CandyPumpkin"
+ Type: "IT_USABLE"
+ Buy: 5
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3010
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 10, 0;
+ ">
+},
+{
+ Id: 4035
+ AegisName: "PickledBeets"
+ Name: "PickledBeets"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 150
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4035
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "usePickledBeets";
+ ">
+},
+{
+ Id: 4036
+ AegisName: "RoastedAcorn"
+ Name: "RoastedAcorn"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4036
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 15, 0;
+ ">
+},
+{
+ Id: 5126
+ AegisName: "MTJarofOwnBlood"
+ Name: "MTJarofOwnBlood"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5126
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal -250, 0;
+ getitem 5127, 1;
+ ">
+},
+{
+ Id: 5210
+ AegisName: "GrassFedTofu"
+ Name: "GrassFedTofu"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 1
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5210
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal -10, -2, 1;
+ ">
+},
+{
+ Id: 5213
+ AegisName: "VeganWater"
+ Name: "VeganWater"
+ Type: "IT_USABLE"
+ Buy: 200
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5213
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 250, 0;
+ getitem 540, 1;
+ ">
+},
+{
+ Id: 5214
+ AegisName: "LactoseFreeAcorn"
+ Name: "LactoseFreeAcorn"
+ Type: "IT_USABLE"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5214
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 15, 0;
+ ">
+},
+{
+ Id: 5235
+ AegisName: "TMWBirthdayGift"
+ Name: "TMWBirthdayGift"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 50
+ Weight: 0
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5235
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "TMWBirthdayGift";
+ ">
+},
+{
+ Id: 5236
+ AegisName: "GumiCandy"
+ Name: "GumiCandy"
+ Type: "IT_USABLE"
+ Buy: 10000
+ Sell: 250
+ Weight: 0
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5236
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0, 1), 3, !Sex));
+ ">
+},
+{
+ Id: 5237
+ AegisName: "CaramelCandy"
+ Name: "CaramelCandy"
+ Type: "IT_USABLE"
+ Buy: 700
+ Sell: 350
+ Weight: 0
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5237
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ heal 350, 0;
+ ">
+},
+{
+ Id: 5263
+ AegisName: "LovePotion"
+ Name: "LovePotion"
+ Type: "IT_USABLE"
+ Buy: 90000
+ Sell: 550
+ Weight: 0
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5263
+ BindOnEquip: false
+ Delay: 0
+ Script: <"
+ callfunc "LovePotion";
+ ">
+},
+{
+ Id: 523
+ AegisName: "LeatherShirt"
+ Name: "LeatherShirt"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 523
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 546
+ AegisName: "DesertShirt"
+ Name: "DesertShirt"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 20
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 546
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 564
+ AegisName: "Turtleneck"
+ Name: "Turtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 30
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 564
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 624
+ AegisName: "VNeckSweater"
+ Name: "VNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 624
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 625
+ AegisName: "ChainmailShirt"
+ Name: "ChainmailShirt"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1500
+ Weight: 800
+ Def: 20
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 625
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 626
+ AegisName: "LightPlatemail"
+ Name: "LightPlatemail"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 2500
+ Weight: 1200
+ Def: 25
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 626
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 645
+ AegisName: "GoldenPlatemail"
+ Name: "GoldenPlatemail"
+ Type: "IT_ARMOR"
+ Buy: 9999000
+ Sell: 3000
+ Weight: 4500
+ Def: 25
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 645
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 649
+ AegisName: "WhiteEvokersRobeBlue"
+ Name: "WhiteEvokersRobeBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 649
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ bonus bCriticalDef, 10;
+ ">
+},
+{
+ Id: 650
+ AegisName: "BlackEvokersRobeBlue"
+ Name: "BlackEvokersRobeBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 650
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ bonus bCriticalDef, 10;
+ ">
+},
+{
+ Id: 651
+ AegisName: "WhiteWizardRobe"
+ Name: "WhiteWizardRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 651
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 652
+ AegisName: "BlackWizardRobe"
+ Name: "BlackWizardRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 652
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 653
+ AegisName: "ApprenticeRobe"
+ Name: "ApprenticeRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 653
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ bonus bCriticalDef, 10;
+ ">
+},
+{
+ Id: 658
+ AegisName: "WarlordPlate"
+ Name: "WarlordPlate"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 3000
+ Weight: 2600
+ Def: 27
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 658
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 659
+ AegisName: "GoldenWarlordPlate"
+ Name: "GoldenWarlordPlate"
+ Type: "IT_ARMOR"
+ Buy: 500000
+ Sell: 4000
+ Weight: 7600
+ Def: 27
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 659
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 688
+ AegisName: "TankTop"
+ Name: "TankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 10
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 688
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 689
+ AegisName: "ShortTankTop"
+ Name: "ShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 689
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 720
+ AegisName: "SilkRobe"
+ Name: "SilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 720
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 726
+ AegisName: "GMRobe"
+ Name: "GMRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 40
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 726
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "RestrictedItem";
+ ">
+},
+{
+ Id: 755
+ AegisName: "AssassinShirt"
+ Name: "AssassinShirt"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 3000
+ Weight: 15
+ Def: 15
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 755
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "BrawlingItem";
+ bonus bAgi, 15;
+ bonus bSpeedAddRate, 11;
+ bonus bFlee, 20;
+ bonus bHit, 20;
+ bonus bMaxHP, 200;
+ ">
+},
+{
+ Id: 767
+ AegisName: "TerraniteChestArmor"
+ Name: "TerraniteChestArmor"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 3000
+ Weight: 800
+ Def: 20
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 767
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ bonus bMdef, 10;
+ ">
+},
+{
+ Id: 782
+ AegisName: "ForestArmor"
+ Name: "ForestArmor"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 40
+ Def: 10
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 782
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 3;
+ ">
+},
+{
+ Id: 783
+ AegisName: "PlatynaRedDress"
+ Name: "PlatynaRedDress"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 50000
+ Weight: 35
+ Def: 15
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 783
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 791
+ AegisName: "YetiSkinShirt"
+ Name: "YetiSkinShirt"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 10000
+ Weight: 20
+ Def: 12
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 791
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 793
+ AegisName: "BromenalChest"
+ Name: "BromenalChest"
+ Type: "IT_ARMOR"
+ Buy: 100000
+ Sell: 3000
+ Weight: 2000
+ Def: 25
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 793
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 798
+ AegisName: "SorcererRed"
+ Name: "SorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 798
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 870
+ AegisName: "FineDress"
+ Name: "FineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 870
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 880
+ AegisName: "LazuriteRobe"
+ Name: "LazuriteRobe"
+ Type: "IT_ARMOR"
+ Buy: 92000
+ Sell: 52000
+ Weight: 30
+ Def: 7
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 880
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Int;
+ set @minbStatVal, 70;
+ callfunc "RequireStat";
+ set @bStat, Vit;
+ set @minbStatVal, 40;
+ callfunc "RequireStat";
+ bonus bSpeedAddRate, -15;
+ bonus bDef2Rate, -40;
+ bonus bMdef, 60;
+ bonus bVit, -1;
+ bonus bInt, 7;
+ bonus bLuk, -1;
+ bonus bDex, -1;
+ bonus bStr, -1;
+ ">
+},
+{
+ Id: 1178
+ AegisName: "Contributor"
+ Name: "Contributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1178
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1183
+ AegisName: "AmberChristmasSweater"
+ Name: "AmberChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1183
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1184
+ AegisName: "FunkyChristmasSweater"
+ Name: "FunkyChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1184
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1185
+ AegisName: "PinkChristmasSweater"
+ Name: "PinkChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1185
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1186
+ AegisName: "DarkChristmasSweater"
+ Name: "DarkChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1186
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1187
+ AegisName: "BlueChristmasSweater"
+ Name: "BlueChristmasSweater"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1187
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1202
+ AegisName: "CottonShirt"
+ Name: "CottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 13
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1202
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2050
+ AegisName: "RedCottonShirt"
+ Name: "RedCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2050
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2051
+ AegisName: "GreenCottonShirt"
+ Name: "GreenCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2051
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2052
+ AegisName: "DarkBlueCottonShirt"
+ Name: "DarkBlueCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2052
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2053
+ AegisName: "YellowCottonShirt"
+ Name: "YellowCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2053
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2054
+ AegisName: "LightBlueCottonShirt"
+ Name: "LightBlueCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2054
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2055
+ AegisName: "PinkCottonShirt"
+ Name: "PinkCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2055
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2056
+ AegisName: "BlackCottonShirt"
+ Name: "BlackCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2056
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2057
+ AegisName: "OrangeCottonShirt"
+ Name: "OrangeCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2057
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2058
+ AegisName: "PurpleCottonShirt"
+ Name: "PurpleCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2058
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2059
+ AegisName: "DarkGreenCottonShirt"
+ Name: "DarkGreenCottonShirt"
+ Type: "IT_ARMOR"
+ Buy: 300
+ Sell: 5
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2059
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2060
+ AegisName: "RedVNeckSweater"
+ Name: "RedVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2060
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2061
+ AegisName: "GreenVNeckSweater"
+ Name: "GreenVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2061
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2062
+ AegisName: "DarkBlueVNeckSweater"
+ Name: "DarkBlueVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2062
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2063
+ AegisName: "YellowVNeckSweater"
+ Name: "YellowVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2063
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2064
+ AegisName: "LightBlueVNeckSweater"
+ Name: "LightBlueVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2064
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2065
+ AegisName: "PinkVNeckSweater"
+ Name: "PinkVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2065
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2066
+ AegisName: "BlackVNeckSweater"
+ Name: "BlackVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2066
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2067
+ AegisName: "OrangeVNeckSweater"
+ Name: "OrangeVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2067
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2068
+ AegisName: "PurpleVNeckSweater"
+ Name: "PurpleVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2068
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2069
+ AegisName: "DarkGreenVNeckSweater"
+ Name: "DarkGreenVNeckSweater"
+ Type: "IT_ARMOR"
+ Buy: 6000
+ Sell: 3000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2069
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2070
+ AegisName: "RedTurtleneck"
+ Name: "RedTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2070
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2071
+ AegisName: "GreenTurtleneck"
+ Name: "GreenTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2071
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2072
+ AegisName: "DarkBlueTurtleneck"
+ Name: "DarkBlueTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2072
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2073
+ AegisName: "YellowTurtleneck"
+ Name: "YellowTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2073
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2074
+ AegisName: "LightBlueTurtleneck"
+ Name: "LightBlueTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2074
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2075
+ AegisName: "PinkTurtleneck"
+ Name: "PinkTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2075
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2076
+ AegisName: "BlackTurtleneck"
+ Name: "BlackTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2076
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2077
+ AegisName: "OrangeTurtleneck"
+ Name: "OrangeTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2077
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2078
+ AegisName: "PurpleTurtleneck"
+ Name: "PurpleTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2078
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2079
+ AegisName: "DarkGreenTurtleneck"
+ Name: "DarkGreenTurtleneck"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 1000
+ Weight: 35
+ Def: 6
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2079
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2080
+ AegisName: "RedSilkRobe"
+ Name: "RedSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2080
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2081
+ AegisName: "GreenSilkRobe"
+ Name: "GreenSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2081
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2082
+ AegisName: "DarkBlueSilkRobe"
+ Name: "DarkBlueSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2082
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2083
+ AegisName: "YellowSilkRobe"
+ Name: "YellowSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2083
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2084
+ AegisName: "LightBlueSilkRobe"
+ Name: "LightBlueSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2084
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2085
+ AegisName: "PinkSilkRobe"
+ Name: "PinkSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2085
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2086
+ AegisName: "BlackSilkRobe"
+ Name: "BlackSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2086
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2087
+ AegisName: "OrangeSilkRobe"
+ Name: "OrangeSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2087
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2088
+ AegisName: "PurpleSilkRobe"
+ Name: "PurpleSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2088
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2089
+ AegisName: "DarkGreenSilkRobe"
+ Name: "DarkGreenSilkRobe"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2089
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2090
+ AegisName: "RedTankTop"
+ Name: "RedTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2090
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2091
+ AegisName: "GreenTankTop"
+ Name: "GreenTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2091
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2092
+ AegisName: "DarkBlueTankTop"
+ Name: "DarkBlueTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2092
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2093
+ AegisName: "YellowTankTop"
+ Name: "YellowTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2093
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2094
+ AegisName: "LightBlueTankTop"
+ Name: "LightBlueTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2094
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2095
+ AegisName: "PinkTankTop"
+ Name: "PinkTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2095
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2096
+ AegisName: "BlackTankTop"
+ Name: "BlackTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2096
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2097
+ AegisName: "OrangeTankTop"
+ Name: "OrangeTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2097
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2098
+ AegisName: "PurpleTankTop"
+ Name: "PurpleTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2098
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2099
+ AegisName: "DarkGreenTankTop"
+ Name: "DarkGreenTankTop"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2099
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2120
+ AegisName: "RedShortTankTop"
+ Name: "RedShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2120
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2121
+ AegisName: "GreenShortTankTop"
+ Name: "GreenShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2121
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2122
+ AegisName: "DarkBlueShortTankTop"
+ Name: "DarkBlueShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2122
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2123
+ AegisName: "YellowShortTankTop"
+ Name: "YellowShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2123
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2124
+ AegisName: "LightBlueShortTankTop"
+ Name: "LightBlueShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2124
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2125
+ AegisName: "PinkShortTankTop"
+ Name: "PinkShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2125
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2126
+ AegisName: "BlackShortTankTop"
+ Name: "BlackShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2126
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2127
+ AegisName: "OrangeShortTankTop"
+ Name: "OrangeShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2127
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2128
+ AegisName: "PurpleShortTankTop"
+ Name: "PurpleShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2128
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2129
+ AegisName: "DarkGreenShortTankTop"
+ Name: "DarkGreenShortTankTop"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 300
+ Weight: 8
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2129
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2220
+ AegisName: "RedSorcererRed"
+ Name: "RedSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2220
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2221
+ AegisName: "GreenSorcererRed"
+ Name: "GreenSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2221
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2222
+ AegisName: "DarkBlueSorcererRed"
+ Name: "DarkBlueSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2222
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2223
+ AegisName: "YellowSorcererRed"
+ Name: "YellowSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2223
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2224
+ AegisName: "LightBlueSorcererRed"
+ Name: "LightBlueSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2224
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2225
+ AegisName: "PinkSorcererRed"
+ Name: "PinkSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2225
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2226
+ AegisName: "BlackSorcererRed"
+ Name: "BlackSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2226
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2227
+ AegisName: "OrangeSorcererRed"
+ Name: "OrangeSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2227
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2228
+ AegisName: "PurpleSorcererRed"
+ Name: "PurpleSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2228
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2229
+ AegisName: "DarkGreenSorcererRed"
+ Name: "DarkGreenSorcererRed"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2229
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 2240
+ AegisName: "RedFineDress"
+ Name: "RedFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2240
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2241
+ AegisName: "GreenFineDress"
+ Name: "GreenFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2241
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2242
+ AegisName: "DarkBlueFineDress"
+ Name: "DarkBlueFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2242
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2243
+ AegisName: "YellowFineDress"
+ Name: "YellowFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2243
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2244
+ AegisName: "LightBlueFineDress"
+ Name: "LightBlueFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2244
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2245
+ AegisName: "PinkFineDress"
+ Name: "PinkFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2245
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2246
+ AegisName: "BlackFineDress"
+ Name: "BlackFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2246
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2247
+ AegisName: "OrangeFineDress"
+ Name: "OrangeFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2247
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2248
+ AegisName: "PurpleFineDress"
+ Name: "PurpleFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2248
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2249
+ AegisName: "DarkGreenFineDress"
+ Name: "DarkGreenFineDress"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 5000
+ Weight: 35
+ Def: 8
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2249
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5000
+ AegisName: "RedSorcererGreen"
+ Name: "RedSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5000
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5001
+ AegisName: "GreenSorcererGreen"
+ Name: "GreenSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5001
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5002
+ AegisName: "DarkBlueSorcererGreen"
+ Name: "DarkBlueSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5002
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5003
+ AegisName: "YellowSorcererGreen"
+ Name: "YellowSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5003
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5004
+ AegisName: "LightBlueSorcererGreen"
+ Name: "LightBlueSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5004
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5005
+ AegisName: "PinkSorcererGreen"
+ Name: "PinkSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5005
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5006
+ AegisName: "BlackSorcererGreen"
+ Name: "BlackSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5006
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5007
+ AegisName: "OrangeSorcererGreen"
+ Name: "OrangeSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5007
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5008
+ AegisName: "PurpleSorcererGreen"
+ Name: "PurpleSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5008
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5009
+ AegisName: "DarkGreenSorcererGreen"
+ Name: "DarkGreenSorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5009
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5010
+ AegisName: "SorcererGreen"
+ Name: "SorcererGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5010
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5011
+ AegisName: "RedSorcererDBlue"
+ Name: "RedSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5011
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5012
+ AegisName: "GreenSorcererDBlue"
+ Name: "GreenSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5012
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5013
+ AegisName: "DarkBlueSorcererDBlue"
+ Name: "DarkBlueSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5013
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5014
+ AegisName: "YellowSorcererDBlue"
+ Name: "YellowSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5014
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5015
+ AegisName: "LightBlueSorcererDBlue"
+ Name: "LightBlueSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5015
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5016
+ AegisName: "PinkSorcererDBlue"
+ Name: "PinkSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5016
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5017
+ AegisName: "BlackSorcererDBlue"
+ Name: "BlackSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5017
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5018
+ AegisName: "OrangeSorcererDBlue"
+ Name: "OrangeSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5018
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5019
+ AegisName: "PurpleSorcererDBlue"
+ Name: "PurpleSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5019
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5020
+ AegisName: "DarkGreenSorcererDBlue"
+ Name: "DarkGreenSorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5020
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5021
+ AegisName: "SorcererDBlue"
+ Name: "SorcererDBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5021
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5022
+ AegisName: "RedSorcererYellow"
+ Name: "RedSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5022
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5023
+ AegisName: "GreenSorcererYellow"
+ Name: "GreenSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5023
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5024
+ AegisName: "DarkBlueSorcererYellow"
+ Name: "DarkBlueSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5024
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5025
+ AegisName: "YellowSorcererYellow"
+ Name: "YellowSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5025
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5026
+ AegisName: "LightBlueSorcererYellow"
+ Name: "LightBlueSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5026
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5027
+ AegisName: "PinkSorcererYellow"
+ Name: "PinkSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5027
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5028
+ AegisName: "BlackSorcererYellow"
+ Name: "BlackSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5028
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5029
+ AegisName: "OrangeSorcererYellow"
+ Name: "OrangeSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5029
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5030
+ AegisName: "PurpleSorcererYellow"
+ Name: "PurpleSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5030
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5031
+ AegisName: "DarkGreenSorcererYellow"
+ Name: "DarkGreenSorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5031
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5032
+ AegisName: "SorcererYellow"
+ Name: "SorcererYellow"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5032
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5033
+ AegisName: "RedSorcererLBlue"
+ Name: "RedSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5033
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5034
+ AegisName: "GreenSorcererLBlue"
+ Name: "GreenSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5034
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5035
+ AegisName: "DarkBlueSorcererLBlue"
+ Name: "DarkBlueSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5035
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5036
+ AegisName: "YellowSorcererLBlue"
+ Name: "YellowSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5036
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5037
+ AegisName: "LightBlueSorcererLBlue"
+ Name: "LightBlueSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5037
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5038
+ AegisName: "PinkSorcererLBlue"
+ Name: "PinkSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5038
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5039
+ AegisName: "BlackSorcererLBlue"
+ Name: "BlackSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5039
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5040
+ AegisName: "OrangeSorcererLBlue"
+ Name: "OrangeSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5040
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5041
+ AegisName: "PurpleSorcererLBlue"
+ Name: "PurpleSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5041
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5042
+ AegisName: "DarkGreenSorcererLBlue"
+ Name: "DarkGreenSorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5042
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5043
+ AegisName: "SorcererLBlue"
+ Name: "SorcererLBlue"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5043
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5044
+ AegisName: "RedSorcererPink"
+ Name: "RedSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5044
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5045
+ AegisName: "GreenSorcererPink"
+ Name: "GreenSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5045
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5046
+ AegisName: "DarkBlueSorcererPink"
+ Name: "DarkBlueSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5046
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5047
+ AegisName: "YellowSorcererPink"
+ Name: "YellowSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5047
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5048
+ AegisName: "LightBlueSorcererPink"
+ Name: "LightBlueSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5048
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5049
+ AegisName: "PinkSorcererPink"
+ Name: "PinkSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5049
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5050
+ AegisName: "BlackSorcererPink"
+ Name: "BlackSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5050
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5051
+ AegisName: "OrangeSorcererPink"
+ Name: "OrangeSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5051
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5052
+ AegisName: "PurpleSorcererPink"
+ Name: "PurpleSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5052
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5053
+ AegisName: "DarkGreenSorcererPink"
+ Name: "DarkGreenSorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5053
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5054
+ AegisName: "SorcererPink"
+ Name: "SorcererPink"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5054
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5055
+ AegisName: "RedSorcererBlack"
+ Name: "RedSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5055
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5056
+ AegisName: "GreenSorcererBlack"
+ Name: "GreenSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5056
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5057
+ AegisName: "DarkBlueSorcererBlack"
+ Name: "DarkBlueSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5057
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5058
+ AegisName: "YellowSorcererBlack"
+ Name: "YellowSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5058
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5059
+ AegisName: "LightBlueSorcererBlack"
+ Name: "LightBlueSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5059
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5060
+ AegisName: "PinkSorcererBlack"
+ Name: "PinkSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5060
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5061
+ AegisName: "BlackSorcererBlack"
+ Name: "BlackSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5061
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5062
+ AegisName: "OrangeSorcererBlack"
+ Name: "OrangeSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5062
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5063
+ AegisName: "PurpleSorcererBlack"
+ Name: "PurpleSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5063
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5064
+ AegisName: "DarkGreenSorcererBlack"
+ Name: "DarkGreenSorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5064
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5065
+ AegisName: "SorcererBlack"
+ Name: "SorcererBlack"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5065
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5066
+ AegisName: "RedSorcererOrange"
+ Name: "RedSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5066
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5067
+ AegisName: "GreenSorcererOrange"
+ Name: "GreenSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5067
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5068
+ AegisName: "DarkBlueSorcererOrange"
+ Name: "DarkBlueSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5068
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5069
+ AegisName: "YellowSorcererOrange"
+ Name: "YellowSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5069
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5070
+ AegisName: "LightBlueSorcererOrange"
+ Name: "LightBlueSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5070
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5071
+ AegisName: "PinkSorcererOrange"
+ Name: "PinkSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5071
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5072
+ AegisName: "BlackSorcererOrange"
+ Name: "BlackSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5072
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5073
+ AegisName: "OrangeSorcererOrange"
+ Name: "OrangeSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5073
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5074
+ AegisName: "PurpleSorcererOrange"
+ Name: "PurpleSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5074
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5075
+ AegisName: "DarkGreenSorcererOrange"
+ Name: "DarkGreenSorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5075
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5076
+ AegisName: "SorcererOrange"
+ Name: "SorcererOrange"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5076
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5077
+ AegisName: "RedSorcererPurple"
+ Name: "RedSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5077
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5078
+ AegisName: "GreenSorcererPurple"
+ Name: "GreenSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5078
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5079
+ AegisName: "DarkBlueSorcererPurple"
+ Name: "DarkBlueSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5079
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5080
+ AegisName: "YellowSorcererPurple"
+ Name: "YellowSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5080
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5081
+ AegisName: "LightBlueSorcererPurple"
+ Name: "LightBlueSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5081
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5082
+ AegisName: "PinkSorcererPurple"
+ Name: "PinkSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5082
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5083
+ AegisName: "BlackSorcererPurple"
+ Name: "BlackSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5083
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5084
+ AegisName: "OrangeSorcererPurple"
+ Name: "OrangeSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5084
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5085
+ AegisName: "PurpleSorcererPurple"
+ Name: "PurpleSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5085
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5086
+ AegisName: "DarkGreenSorcererPurple"
+ Name: "DarkGreenSorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5086
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5087
+ AegisName: "SorcererPurple"
+ Name: "SorcererPurple"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5087
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5088
+ AegisName: "RedSorcererDGreen"
+ Name: "RedSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5088
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5089
+ AegisName: "GreenSorcererDGreen"
+ Name: "GreenSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5089
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5090
+ AegisName: "DarkBlueSorcererDGreen"
+ Name: "DarkBlueSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5090
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5091
+ AegisName: "YellowSorcererDGreen"
+ Name: "YellowSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5091
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5092
+ AegisName: "LightBlueSorcererDGreen"
+ Name: "LightBlueSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5092
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5093
+ AegisName: "PinkSorcererDGreen"
+ Name: "PinkSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5093
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5094
+ AegisName: "BlackSorcererDGreen"
+ Name: "BlackSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5094
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5095
+ AegisName: "OrangeSorcererDGreen"
+ Name: "OrangeSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5095
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5096
+ AegisName: "PurpleSorcererDGreen"
+ Name: "PurpleSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5096
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5097
+ AegisName: "DarkGreenSorcererDGreen"
+ Name: "DarkGreenSorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5097
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5098
+ AegisName: "SorcererDGreen"
+ Name: "SorcererDGreen"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5098
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5099
+ AegisName: "RedSorcererWhite"
+ Name: "RedSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5099
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5100
+ AegisName: "GreenSorcererWhite"
+ Name: "GreenSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5100
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5101
+ AegisName: "DarkBlueSorcererWhite"
+ Name: "DarkBlueSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5101
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5102
+ AegisName: "YellowSorcererWhite"
+ Name: "YellowSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5102
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5103
+ AegisName: "LightBlueSorcererWhite"
+ Name: "LightBlueSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5103
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5104
+ AegisName: "PinkSorcererWhite"
+ Name: "PinkSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5104
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5105
+ AegisName: "BlackSorcererWhite"
+ Name: "BlackSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5105
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5106
+ AegisName: "OrangeSorcererWhite"
+ Name: "OrangeSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5106
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5107
+ AegisName: "PurpleSorcererWhite"
+ Name: "PurpleSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5107
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5108
+ AegisName: "DarkGreenSorcererWhite"
+ Name: "DarkGreenSorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5108
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5109
+ AegisName: "SorcererWhite"
+ Name: "SorcererWhite"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 4000
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5109
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bAgi, 1;
+ ">
+},
+{
+ Id: 5131
+ AegisName: "RedContributor"
+ Name: "RedContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5131
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5132
+ AegisName: "GreenContributor"
+ Name: "GreenContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5132
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5133
+ AegisName: "DarkBlueContributor"
+ Name: "DarkBlueContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5133
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5134
+ AegisName: "YellowContributor"
+ Name: "YellowContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5134
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5135
+ AegisName: "LightBlueContributor"
+ Name: "LightBlueContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5135
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5136
+ AegisName: "PinkContributor"
+ Name: "PinkContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5136
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5137
+ AegisName: "BlackContributor"
+ Name: "BlackContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5137
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5138
+ AegisName: "OrangeContributor"
+ Name: "OrangeContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5138
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5139
+ AegisName: "PurpleContributor"
+ Name: "PurpleContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5139
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5140
+ AegisName: "DarkGreenContributor"
+ Name: "DarkGreenContributor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5140
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5206
+ AegisName: "CrimsonBra"
+ Name: "CrimsonBra"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5206
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5207
+ AegisName: "TurquoiseBra"
+ Name: "TurquoiseBra"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5207
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5208
+ AegisName: "OrchidBra"
+ Name: "OrchidBra"
+ Type: "IT_ARMOR"
+ Buy: 800
+ Sell: 400
+ Weight: 12
+ Def: 2
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5208
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5254
+ AegisName: "SaviorArmor"
+ Name: "SaviorArmor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 2000
+ Def: 24
+ Slots: 0
+ Loc: 512
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5254
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDex, 1;
+ bonus bMaxHP, 100;
+ ">
+},
+{
+ Id: 503
+ AegisName: "CasinoCoins"
+ Name: "CasinoCoins"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 503
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 504
+ AegisName: "DecorCandy"
+ Name: "DecorCandy"
+ Type: "IT_ETC"
+ Buy: 25
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 504
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 505
+ AegisName: "MaggotSlime"
+ Name: "MaggotSlime"
+ Type: "IT_ETC"
+ Buy: 8
+ Sell: 4
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 505
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 507
+ AegisName: "ScorpionStinger"
+ Name: "ScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 507
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 515
+ AegisName: "PurplePresentBox"
+ Name: "PurplePresentBox"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 515
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 516
+ AegisName: "BluePresentBox"
+ Name: "BluePresentBox"
+ Type: "IT_ETC"
+ Buy: 60
+ Sell: 30
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 516
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 517
+ AegisName: "RedScorpionStinger"
+ Name: "RedScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 170
+ Sell: 85
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 517
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 518
+ AegisName: "BugLeg"
+ Name: "BugLeg"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 518
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 526
+ AegisName: "CoinBag"
+ Name: "CoinBag"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 526
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 537
+ AegisName: "TreasureKey"
+ Name: "TreasureKey"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 537
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 538
+ AegisName: "GreenPresentBox"
+ Name: "GreenPresentBox"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 538
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 540
+ AegisName: "EmptyBottle"
+ Name: "EmptyBottle"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 540
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 542
+ AegisName: "BottleOfSand"
+ Name: "BottleOfSand"
+ Type: "IT_ETC"
+ Buy: 70
+ Sell: 35
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 542
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 551
+ AegisName: "AquaHint"
+ Name: "AquaHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 551
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 552
+ AegisName: "MagentaHint"
+ Name: "MagentaHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 552
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 553
+ AegisName: "YellowHint"
+ Name: "YellowHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 553
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 554
+ AegisName: "GreenHint"
+ Name: "GreenHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 554
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 555
+ AegisName: "TealHint"
+ Name: "TealHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 555
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 556
+ AegisName: "PurpleHint"
+ Name: "PurpleHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 556
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 557
+ AegisName: "RedHint"
+ Name: "RedHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 557
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 558
+ AegisName: "BlueHint"
+ Name: "BlueHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 558
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 559
+ AegisName: "OrangeHint"
+ Name: "OrangeHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 559
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 560
+ AegisName: "GrayHint"
+ Name: "GrayHint"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 560
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 569
+ AegisName: "RawLog"
+ Name: "RawLog"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 569
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 589
+ AegisName: "Toothbrush"
+ Name: "Toothbrush"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 589
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 611
+ AegisName: "WhiteFur"
+ Name: "WhiteFur"
+ Type: "IT_ETC"
+ Buy: 8
+ Sell: 4
+ Weight: 8
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 611
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 612
+ AegisName: "CaveSnakeLamp"
+ Name: "CaveSnakeLamp"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 612
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 613
+ AegisName: "HardSpike"
+ Name: "HardSpike"
+ Type: "IT_ETC"
+ Buy: 40
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 613
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 614
+ AegisName: "PinkAntenna"
+ Name: "PinkAntenna"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 614
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 631
+ AegisName: "DarkCrystal"
+ Name: "DarkCrystal"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 631
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 635
+ AegisName: "SantaCookie"
+ Name: "SantaCookie"
+ Type: "IT_ETC"
+ Buy: 1
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 635
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 640
+ AegisName: "IronOre"
+ Name: "IronOre"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 40
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 640
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 641
+ AegisName: "SnakeSkin"
+ Name: "SnakeSkin"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 15
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 641
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 660
+ AegisName: "CottonCloth"
+ Name: "CottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 660
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 661
+ AegisName: "RedRose"
+ Name: "RedRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 661
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 662
+ AegisName: "WhiteRose"
+ Name: "WhiteRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 662
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 663
+ AegisName: "DarkRedRose"
+ Name: "DarkRedRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 663
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 664
+ AegisName: "PinkRose"
+ Name: "PinkRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 664
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 665
+ AegisName: "YellowRose"
+ Name: "YellowRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 665
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 666
+ AegisName: "BlackRose"
+ Name: "BlackRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 666
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 667
+ AegisName: "OrangeRose"
+ Name: "OrangeRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 667
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 668
+ AegisName: "BlueRose"
+ Name: "BlueRose"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 668
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 669
+ AegisName: "YellowTulip"
+ Name: "YellowTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 669
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 670
+ AegisName: "PurpleTulip"
+ Name: "PurpleTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 670
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 671
+ AegisName: "RedTulip"
+ Name: "RedTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 671
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 672
+ AegisName: "WhiteTulip"
+ Name: "WhiteTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 672
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 673
+ AegisName: "PinkTulip"
+ Name: "PinkTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 673
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 674
+ AegisName: "OrangeTulip"
+ Name: "OrangeTulip"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 674
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 680
+ AegisName: "MauveHerb"
+ Name: "MauveHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 680
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 681
+ AegisName: "CobaltHerb"
+ Name: "CobaltHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 681
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 682
+ AegisName: "GambogeHerb"
+ Name: "GambogeHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 682
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 683
+ AegisName: "AlizarinHerb"
+ Name: "AlizarinHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 683
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 690
+ AegisName: "RedDye"
+ Name: "RedDye"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 690
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 691
+ AegisName: "GreenDye"
+ Name: "GreenDye"
+ Type: "IT_ETC"
+ Buy: 2500
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 691
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 692
+ AegisName: "DarkBlueDye"
+ Name: "DarkBlueDye"
+ Type: "IT_ETC"
+ Buy: 40000
+ Sell: 15000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 692
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 693
+ AegisName: "YellowDye"
+ Name: "YellowDye"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 693
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 694
+ AegisName: "LightBlueDye"
+ Name: "LightBlueDye"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 694
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 695
+ AegisName: "PinkDye"
+ Name: "PinkDye"
+ Type: "IT_ETC"
+ Buy: 2500
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 695
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 696
+ AegisName: "BlackDye"
+ Name: "BlackDye"
+ Type: "IT_ETC"
+ Buy: 30000
+ Sell: 15000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 696
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 697
+ AegisName: "OrangeDye"
+ Name: "OrangeDye"
+ Type: "IT_ETC"
+ Buy: 2500
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 697
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 698
+ AegisName: "PurpleDye"
+ Name: "PurpleDye"
+ Type: "IT_ETC"
+ Buy: 70000
+ Sell: 35000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 698
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 699
+ AegisName: "DarkGreenDye"
+ Name: "DarkGreenDye"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 1000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 699
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 700
+ AegisName: "Pearl"
+ Name: "Pearl"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 3000
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 700
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 701
+ AegisName: "PileOfAsh"
+ Name: "PileOfAsh"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 100
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 701
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 703
+ AegisName: "SulphurPowder"
+ Name: "SulphurPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 25
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 703
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 704
+ AegisName: "IronPowder"
+ Name: "IronPowder"
+ Type: "IT_ETC"
+ Buy: 800
+ Sell: 80
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 704
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 706
+ AegisName: "GoldenScorpionStinger"
+ Name: "GoldenScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 500
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 706
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 707
+ AegisName: "MonsterOilPotion"
+ Name: "MonsterOilPotion"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 2000
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 707
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 708
+ AegisName: "LeatherPatch"
+ Name: "LeatherPatch"
+ Type: "IT_ETC"
+ Buy: 300
+ Sell: 150
+ Weight: 18
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 708
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 709
+ AegisName: "BlackScorpionStinger"
+ Name: "BlackScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 709
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 710
+ AegisName: "SnakeTongue"
+ Name: "SnakeTongue"
+ Type: "IT_ETC"
+ Buy: 60
+ Sell: 30
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 710
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 711
+ AegisName: "MountainSnakeTongue"
+ Name: "MountainSnakeTongue"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 711
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 712
+ AegisName: "GrassSnakeTongue"
+ Name: "GrassSnakeTongue"
+ Type: "IT_ETC"
+ Buy: 160
+ Sell: 80
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 712
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 713
+ AegisName: "CaveSnakeTongue"
+ Name: "CaveSnakeTongue"
+ Type: "IT_ETC"
+ Buy: 120
+ Sell: 60
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 713
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 718
+ AegisName: "SilkCocoon"
+ Name: "SilkCocoon"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 3
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 718
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 727
+ AegisName: "Iten"
+ Name: "Iten"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 8000
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 727
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 728
+ AegisName: "MoubooFigurine"
+ Name: "MoubooFigurine"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 9
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 728
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 729
+ AegisName: "WarpedLog"
+ Name: "WarpedLog"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 8
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 729
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 730
+ AegisName: "Lifestone"
+ Name: "Lifestone"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 730
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 732
+ AegisName: "DruidTreeBranch"
+ Name: "DruidTreeBranch"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 732
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 740
+ AegisName: "Root"
+ Name: "Root"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 200
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 740
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 746
+ AegisName: "MopoxCurePotion"
+ Name: "MopoxCurePotion"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 746
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 753
+ AegisName: "BatWing"
+ Name: "BatWing"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 10
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 753
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 754
+ AegisName: "BatTeeth"
+ Name: "BatTeeth"
+ Type: "IT_ETC"
+ Buy: 600
+ Sell: 12
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 754
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 763
+ AegisName: "TerraniteOre"
+ Name: "TerraniteOre"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 40
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 763
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 772
+ AegisName: "WispPowder"
+ Name: "WispPowder"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 350
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 772
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 773
+ AegisName: "SpectrePowder"
+ Name: "SpectrePowder"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 350
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 773
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 774
+ AegisName: "PoltergeistPowder"
+ Name: "PoltergeistPowder"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 350
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 774
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 775
+ AegisName: "Bone"
+ Name: "Bone"
+ Type: "IT_ETC"
+ Buy: 140
+ Sell: 70
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 775
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 776
+ AegisName: "Skull"
+ Name: "Skull"
+ Type: "IT_ETC"
+ Buy: 900
+ Sell: 450
+ Weight: 30
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 776
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 777
+ AegisName: "RottenRags"
+ Name: "RottenRags"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 15
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 777
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 778
+ AegisName: "DiseasedHeart"
+ Name: "DiseasedHeart"
+ Type: "IT_ETC"
+ Buy: 180
+ Sell: 90
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 778
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 779
+ AegisName: "UndeadEar"
+ Name: "UndeadEar"
+ Type: "IT_ETC"
+ Buy: 30
+ Sell: 15
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 779
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 780
+ AegisName: "UndeadEye"
+ Name: "UndeadEye"
+ Type: "IT_ETC"
+ Buy: 30
+ Sell: 15
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 780
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 799
+ AegisName: "MylarinDust"
+ Name: "MylarinDust"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 5000
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 799
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 802
+ AegisName: "EasterBasket"
+ Name: "EasterBasket"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 802
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 803
+ AegisName: "GrassLiner"
+ Name: "GrassLiner"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 5
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 803
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 804
+ AegisName: "JellyBeans"
+ Name: "JellyBeans"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 804
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 805
+ AegisName: "ChocolateMouboo"
+ Name: "ChocolateMouboo"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 805
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 806
+ AegisName: "ReedBundle"
+ Name: "ReedBundle"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 7
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 806
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 807
+ AegisName: "GrassSeed"
+ Name: "GrassSeed"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 807
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 819
+ AegisName: "DiamondPowder"
+ Name: "DiamondPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 819
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 820
+ AegisName: "RubyPowder"
+ Name: "RubyPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 820
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 821
+ AegisName: "EmeraldPowder"
+ Name: "EmeraldPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 821
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 822
+ AegisName: "SapphirePowder"
+ Name: "SapphirePowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 822
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 823
+ AegisName: "TopazPowder"
+ Name: "TopazPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 823
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 824
+ AegisName: "AmethystPowder"
+ Name: "AmethystPowder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 500
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 824
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 833
+ AegisName: "BrokenFourLeafAmulet"
+ Name: "BrokenFourLeafAmulet"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 1
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 833
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 834
+ AegisName: "BrokenDoll"
+ Name: "BrokenDoll"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 5
+ Weight: 15
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 834
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 835
+ AegisName: "HyvernStinger"
+ Name: "HyvernStinger"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 25
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 835
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 836
+ AegisName: "GrubSlime"
+ Name: "GrubSlime"
+ Type: "IT_ETC"
+ Buy: 40
+ Sell: 10
+ Weight: 2
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 836
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 841
+ AegisName: "RedDottedWrap"
+ Name: "RedDottedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 841
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 842
+ AegisName: "YellowDottedWrap"
+ Name: "YellowDottedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 842
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 843
+ AegisName: "BlueDottedWrap"
+ Name: "BlueDottedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 843
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 844
+ AegisName: "PurpleStripedWrap"
+ Name: "PurpleStripedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 844
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 845
+ AegisName: "RedGoldenStripedWrap"
+ Name: "RedGoldenStripedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 845
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 846
+ AegisName: "GreenRedStripedWrap"
+ Name: "GreenRedStripedWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 500
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 846
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 847
+ AegisName: "PlushMouboo"
+ Name: "PlushMouboo"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 200
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 847
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 849
+ AegisName: "OpenPresentBox"
+ Name: "OpenPresentBox"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 849
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 850
+ AegisName: "ClosedChristmasBox"
+ Name: "ClosedChristmasBox"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 200
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 850
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 851
+ AegisName: "StickReinboo"
+ Name: "StickReinboo"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 851
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 852
+ AegisName: "LeatherBall"
+ Name: "LeatherBall"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 852
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 853
+ AegisName: "Doll"
+ Name: "Doll"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 30
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 853
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 858
+ AegisName: "WolvernTooth"
+ Name: "WolvernTooth"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 858
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 859
+ AegisName: "WolvernPelt"
+ Name: "WolvernPelt"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 250
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 859
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 860
+ AegisName: "SquirrelPelt"
+ Name: "SquirrelPelt"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 860
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 861
+ AegisName: "WhiteBellTuber"
+ Name: "WhiteBellTuber"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 3
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 861
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 862
+ AegisName: "IcedWater"
+ Name: "IcedWater"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 862
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 863
+ AegisName: "SilverMirror"
+ Name: "SilverMirror"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 863
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 864
+ AegisName: "BookPage"
+ Name: "BookPage"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 864
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 866
+ AegisName: "LeatherSuitcase"
+ Name: "LeatherSuitcase"
+ Type: "IT_ETC"
+ Buy: 4000
+ Sell: 2000
+ Weight: 12000
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 866
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 869
+ AegisName: "Antlers"
+ Name: "Antlers"
+ Type: "IT_ETC"
+ Buy: 4000
+ Sell: 2000
+ Weight: 3000
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 869
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 871
+ AegisName: "SealedSoul"
+ Name: "SealedSoul"
+ Type: "IT_ETC"
+ Buy: 12000
+ Sell: 1000
+ Weight: 75
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 871
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 872
+ AegisName: "LockPicks"
+ Name: "LockPicks"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1500
+ Weight: 150
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 872
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 873
+ AegisName: "LazuriteShard"
+ Name: "LazuriteShard"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 50
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 873
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 874
+ AegisName: "LazuriteCrystal"
+ Name: "LazuriteCrystal"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 200
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 874
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 875
+ AegisName: "HeartOfLazurite"
+ Name: "HeartOfLazurite"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 400
+ Weight: 15
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 875
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 891
+ AegisName: "SilkSheet"
+ Name: "SilkSheet"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 891
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 892
+ AegisName: "OrangeSummonFlower"
+ Name: "OrangeSummonFlower"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 892
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 893
+ AegisName: "PurpleSummonFlower"
+ Name: "PurpleSummonFlower"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 893
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 894
+ AegisName: "WhiteSummonFlower"
+ Name: "WhiteSummonFlower"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 894
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 895
+ AegisName: "YellowSummonFlower"
+ Name: "YellowSummonFlower"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 200
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 895
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 896
+ AegisName: "RedSummonFlower"
+ Name: "RedSummonFlower"
+ Type: "IT_ETC"
+ Buy: 600
+ Sell: 300
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 896
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1191
+ AegisName: "WhiteWrap"
+ Name: "WhiteWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1191
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1192
+ AegisName: "YellowWrap"
+ Name: "YellowWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1192
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1193
+ AegisName: "BlueWrap"
+ Name: "BlueWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1193
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1194
+ AegisName: "PurpleWrap"
+ Name: "PurpleWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1194
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1195
+ AegisName: "GreenWrap"
+ Name: "GreenWrap"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1195
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1198
+ AegisName: "Soul"
+ Name: "Soul"
+ Type: "IT_ETC"
+ Buy: 100000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1198
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1207
+ AegisName: "RedChristmasStocking"
+ Name: "RedChristmasStocking"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1207
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1208
+ AegisName: "RedEasterEgg"
+ Name: "RedEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1208
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1209
+ AegisName: "GreenEasterEgg"
+ Name: "GreenEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1209
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1210
+ AegisName: "BlueEasterEgg"
+ Name: "BlueEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1210
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1211
+ AegisName: "YellowEasterEgg"
+ Name: "YellowEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1211
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1212
+ AegisName: "PinkEasterEgg"
+ Name: "PinkEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1212
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1213
+ AegisName: "TealEasterEgg"
+ Name: "TealEasterEgg"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 40
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1213
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1228
+ AegisName: "LightCrystal"
+ Name: "LightCrystal"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1228
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1233
+ AegisName: "FakeFangs"
+ Name: "FakeFangs"
+ Type: "IT_ETC"
+ Buy: 20000
+ Sell: 10000
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1233
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1234
+ AegisName: "RedOrnament"
+ Name: "RedOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1234
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1235
+ AegisName: "YellowOrnament"
+ Name: "YellowOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1235
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1236
+ AegisName: "GreenOrnament"
+ Name: "GreenOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1236
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1237
+ AegisName: "AquaOrnament"
+ Name: "AquaOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1237
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1238
+ AegisName: "BlueOrnament"
+ Name: "BlueOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1238
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1239
+ AegisName: "MagentaOrnament"
+ Name: "MagentaOrnament"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1239
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1240
+ AegisName: "SantaSnowGlobe"
+ Name: "SantaSnowGlobe"
+ Type: "IT_ETC"
+ Buy: 7500
+ Sell: 3750
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1240
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1241
+ AegisName: "SnowmanSnowGlobe"
+ Name: "SnowmanSnowGlobe"
+ Type: "IT_ETC"
+ Buy: 7500
+ Sell: 3750
+ Weight: 1
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1241
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1245
+ AegisName: "BentNeedle"
+ Name: "BentNeedle"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 1
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1245
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1246
+ AegisName: "DarkEasterEgg"
+ Name: "DarkEasterEgg"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 50
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1246
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1249
+ AegisName: "StrangeCoin"
+ Name: "StrangeCoin"
+ Type: "IT_ETC"
+ Buy: 7000
+ Sell: 3500
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1249
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1254
+ AegisName: "DarkPetal"
+ Name: "DarkPetal"
+ Type: "IT_ETC"
+ Buy: 15000
+ Sell: 8000
+ Weight: 250
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1254
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1257
+ AegisName: "FlawedLens"
+ Name: "FlawedLens"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 5000
+ Weight: 3
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1257
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2250
+ AegisName: "RedCottonCloth"
+ Name: "RedCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2250
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2251
+ AegisName: "GreenCottonCloth"
+ Name: "GreenCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2251
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2252
+ AegisName: "DarkBlueCottonCloth"
+ Name: "DarkBlueCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2252
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2253
+ AegisName: "YellowCottonCloth"
+ Name: "YellowCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2253
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2254
+ AegisName: "LightBlueCottonCloth"
+ Name: "LightBlueCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2254
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2255
+ AegisName: "PinkCottonCloth"
+ Name: "PinkCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2255
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2256
+ AegisName: "BlackCottonCloth"
+ Name: "BlackCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2256
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2257
+ AegisName: "OrangeCottonCloth"
+ Name: "OrangeCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2257
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2258
+ AegisName: "PurpleCottonCloth"
+ Name: "PurpleCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2258
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 2259
+ AegisName: "DarkGreenCottonCloth"
+ Name: "DarkGreenCottonCloth"
+ Type: "IT_ETC"
+ Buy: 400
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 2259
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3000
+ AegisName: "JackOLantern"
+ Name: "JackOLantern"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 1000
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3000
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3002
+ AegisName: "RealisticBrain"
+ Name: "RealisticBrain"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3002
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3003
+ AegisName: "JarofBlood"
+ Name: "JarofBlood"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 375
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3003
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3004
+ AegisName: "Tongue"
+ Name: "Tongue"
+ Type: "IT_ETC"
+ Buy: 5
+ Sell: 1
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3004
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 3011
+ AegisName: "PumpkinSeeds"
+ Name: "PumpkinSeeds"
+ Type: "IT_ETC"
+ Buy: 5
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 3011
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4000
+ AegisName: "AngryScorpionStinger"
+ Name: "AngryScorpionStinger"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4000
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4001
+ AegisName: "Coal"
+ Name: "Coal"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4001
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4002
+ AegisName: "Diamond"
+ Name: "Diamond"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4002
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4003
+ AegisName: "Ruby"
+ Name: "Ruby"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4003
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4004
+ AegisName: "Emerald"
+ Name: "Emerald"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4004
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4005
+ AegisName: "Sapphire"
+ Name: "Sapphire"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4005
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4006
+ AegisName: "Topaz"
+ Name: "Topaz"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4006
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4007
+ AegisName: "Amethyst"
+ Name: "Amethyst"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 2500
+ Weight: 20
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4007
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4015
+ AegisName: "IronIngot"
+ Name: "IronIngot"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 250
+ Weight: 200
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4015
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4016
+ AegisName: "BanditHood"
+ Name: "BanditHood"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 50
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4016
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4017
+ AegisName: "RedPowder"
+ Name: "RedPowder"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4017
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4018
+ AegisName: "YellowPowder"
+ Name: "YellowPowder"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4018
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4019
+ AegisName: "BluePowder"
+ Name: "BluePowder"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4019
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4021
+ AegisName: "YellowPresentBox"
+ Name: "YellowPresentBox"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4021
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4022
+ AegisName: "WhitePresentBox"
+ Name: "WhitePresentBox"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4022
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4023
+ AegisName: "AnimalBones"
+ Name: "AnimalBones"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 25
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4023
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4024
+ AegisName: "FrozenYetiTear"
+ Name: "FrozenYetiTear"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 250
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4024
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4025
+ AegisName: "YetiClaw"
+ Name: "YetiClaw"
+ Type: "IT_ETC"
+ Buy: 150
+ Sell: 75
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4025
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4026
+ AegisName: "IceCube"
+ Name: "IceCube"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4026
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4029
+ AegisName: "GrimaceOfDementia"
+ Name: "GrimaceOfDementia"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4029
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4034
+ AegisName: "BlackPearl"
+ Name: "BlackPearl"
+ Type: "IT_ETC"
+ Buy: 8000
+ Sell: 4000
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4034
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4037
+ AegisName: "WhiteBlanket"
+ Name: "WhiteBlanket"
+ Type: "IT_ETC"
+ Buy: 600
+ Sell: 125
+ Weight: 50
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4037
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4038
+ AegisName: "WhiteSaddleRug"
+ Name: "WhiteSaddleRug"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 100
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4038
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4039
+ AegisName: "RedSaddleRug"
+ Name: "RedSaddleRug"
+ Type: "IT_ETC"
+ Buy: 1200
+ Sell: 300
+ Weight: 110
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4039
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4040
+ AegisName: "RawTalisman"
+ Name: "RawTalisman"
+ Type: "IT_ETC"
+ Buy: 800
+ Sell: 200
+ Weight: 8
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4040
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 4041
+ AegisName: "FlightTalisman"
+ Name: "FlightTalisman"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 1200
+ Weight: 12
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 4041
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5110
+ AegisName: "Bloodstone"
+ Name: "Bloodstone"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 250
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5110
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5111
+ AegisName: "BrainStem"
+ Name: "BrainStem"
+ Type: "IT_ETC"
+ Buy: 180
+ Sell: 90
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5111
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5112
+ AegisName: "CryptKey"
+ Name: "CryptKey"
+ Type: "IT_ETC"
+ Buy: 300
+ Sell: 150
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5112
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5113
+ AegisName: "Ectoplasm"
+ Name: "Ectoplasm"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 20
+ Weight: 4
+ Def: 0
+ Slots: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5113
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5114
+ AegisName: "Urn"
+ Name: "Urn"
+ Type: "IT_ETC"
+ Buy: 40
+ Sell: 20
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5114
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5115
+ AegisName: "VampireBatWing"
+ Name: "VampireBatWing"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 20
+ Weight: 4
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5115
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5116
+ AegisName: "WraithHorn"
+ Name: "WraithHorn"
+ Type: "IT_ETC"
+ Buy: 700
+ Sell: 20
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5116
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5117
+ AegisName: "AstralCube"
+ Name: "AstralCube"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 10
+ Weight: 800
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5117
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5118
+ AegisName: "RunestoneA"
+ Name: "RunestoneA"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5118
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5119
+ AegisName: "RunestoneL"
+ Name: "RunestoneL"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5119
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5120
+ AegisName: "RunestoneN"
+ Name: "RunestoneN"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5120
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5121
+ AegisName: "RunestoneT"
+ Name: "RunestoneT"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5121
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5122
+ AegisName: "RunestoneW"
+ Name: "RunestoneW"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5122
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5123
+ AegisName: "QuillOfBinding"
+ Name: "QuillOfBinding"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5123
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5124
+ AegisName: "BloodInk"
+ Name: "BloodInk"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 4
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5124
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5125
+ AegisName: "UnderworldKey"
+ Name: "UnderworldKey"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5125
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5127
+ AegisName: "JarofOwnBlood"
+ Name: "JarofOwnBlood"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 375
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5127
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1197
+ AegisName: "SkeletonCharm"
+ Name: "SkeletonCharm"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1197
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5211
+ AegisName: "ActivatedSulphur"
+ Name: "ActivatedSulphur"
+ Type: "IT_ETC"
+ Buy: 3000
+ Sell: 5
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5211
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5212
+ AegisName: "FairTradeSoil"
+ Name: "FairTradeSoil"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 23
+ Weight: 40
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5212
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5215
+ AegisName: "FreeRangeMoss"
+ Name: "FreeRangeMoss"
+ Type: "IT_ETC"
+ Buy: 830
+ Sell: 20
+ Weight: 5
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5215
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5216
+ AegisName: "JadeEgg"
+ Name: "JadeEgg"
+ Type: "IT_ETC"
+ Buy: 938
+ Sell: 250
+ Weight: 2
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5216
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5217
+ AegisName: "RawAir"
+ Name: "RawAir"
+ Type: "IT_ETC"
+ Buy: 1999
+ Sell: 10
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5217
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5218
+ AegisName: "RedTicket"
+ Name: "RedTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5218
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5219
+ AegisName: "YellowTicket"
+ Name: "YellowTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5219
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5220
+ AegisName: "GoldTicket"
+ Name: "GoldTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5220
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5221
+ AegisName: "GreenTicket"
+ Name: "GreenTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5221
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5222
+ AegisName: "AquaTicket"
+ Name: "AquaTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5222
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5223
+ AegisName: "BlueTicket"
+ Name: "BlueTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5223
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5224
+ AegisName: "PurpleTicket"
+ Name: "PurpleTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5224
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5225
+ AegisName: "PinkTicket"
+ Name: "PinkTicket"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5225
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5251
+ AegisName: "WumpusEgg"
+ Name: "WumpusEgg"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5251
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 5256
+ AegisName: "PVPCoin"
+ Name: "PVPCoin"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Gender: 0
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5256
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 521
+ AegisName: "Dagger"
+ Name: "Dagger"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 522
+ AegisName: "SharpKnife"
+ Name: "SharpKnife"
+ Type: "IT_WEAPON"
+ Buy: 100
+ Sell: 50
+ Weight: 150
+ Atk: 10
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 529
+ AegisName: "IronArrow"
+ Name: "IronArrow"
+ Type: "IT_AMMO"
+ Buy: 4
+ Sell: 2
+ Weight: 1
+ Atk: 40
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 529
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @AmmoType, AMMO_BOW;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 530
+ AegisName: "ShortBow"
+ Name: "ShortBow"
+ Type: "IT_WEAPON"
+ Buy: 2000
+ Sell: 1000
+ Weight: 600
+ Atk: 50
+ Matk: 0
+ Def: 0
+ Range: 5
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 4
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 536
+ AegisName: "ShortSword"
+ Name: "ShortSword"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 2000
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 545
+ AegisName: "ForestBow"
+ Name: "ForestBow"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 5000
+ Weight: 1200
+ Atk: 70
+ Matk: 0
+ Def: 0
+ Range: 5
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 547
+ AegisName: "Bardiche"
+ Name: "Bardiche"
+ Type: "IT_WEAPON"
+ Buy: 20
+ Sell: 10
+ Weight: 10
+ Def: 100
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 548
+ AegisName: "Halberd"
+ Name: "Halberd"
+ Type: "IT_WEAPON"
+ Buy: 20
+ Sell: 10
+ Weight: 1400
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 549
+ AegisName: "Axe"
+ Name: "Axe"
+ Type: "IT_WEAPON"
+ Buy: 20
+ Sell: 10
+ Weight: 1200
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 550
+ AegisName: "BlacksmithsAxe"
+ Name: "BlacksmithsAxe"
+ Type: "IT_WEAPON"
+ Buy: 20
+ Sell: 10
+ Weight: 1200
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 561
+ AegisName: "Sabre"
+ Name: "Sabre"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 5000
+ Weight: 300
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 570
+ AegisName: "BoneKnife"
+ Name: "BoneKnife"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 6000
+ Weight: 450
+ Atk: 115
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 571
+ AegisName: "Setzer"
+ Name: "Setzer"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 8000
+ Weight: 900
+ Atk: 110
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 572
+ AegisName: "Scimitar"
+ Name: "Scimitar"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 200
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 573
+ AegisName: "Falchion"
+ Name: "Falchion"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 300
+ Atk: 270
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ bonus bDoubleAddRate, 40;
+ bonus bHit, -25;
+ bonus bCritical, -25;
+ ">
+},
+{
+ Id: 574
+ AegisName: "Scorpion"
+ Name: "Scorpion"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 600
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 575
+ AegisName: "DesertBow"
+ Name: "DesertBow"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1200
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 576
+ AegisName: "Beheader"
+ Name: "Beheader"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 2000
+ Atk: 999
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "NoBowItem";
+ set @bStat, Int;
+ set @maxbStatVal, 1;
+ callfunc "RequireMaxStat";
+ bonus bDoubleAddRate, 50;
+ bonus bAspdRate, 10;
+ bonus bHit, -20;
+ bonus bCritical, -25;
+ ">
+},
+{
+ Id: 577
+ AegisName: "BoneDarts"
+ Name: "BoneDarts"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 300
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 578
+ AegisName: "SandCutter"
+ Name: "SandCutter"
+ Type: "IT_WEAPON"
+ Buy: 30000
+ Sell: 15000
+ Weight: 1500
+ Atk: 140
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 80
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bDoubleAddRate, 5;
+ ">
+},
+{
+ Id: 579
+ AegisName: "RockKnife"
+ Name: "RockKnife"
+ Type: "IT_WEAPON"
+ Buy: 15000
+ Sell: 7500
+ Weight: 500
+ Atk: 110
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bVit, 3;
+ ">
+},
+{
+ Id: 580
+ AegisName: "StaffOfLife"
+ Name: "StaffOfLife"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1500
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 581
+ AegisName: "CrescentRod"
+ Name: "CrescentRod"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1500
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 582
+ AegisName: "StaffOfFire"
+ Name: "StaffOfFire"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1500
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 583
+ AegisName: "StaffOfIce"
+ Name: "StaffOfIce"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 1500
+ Atk: 100
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 584
+ AegisName: "Jackal"
+ Name: "Jackal"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 100
+ Atk: 120
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ bonus bDoubleAddRate, 30;
+ ">
+},
+{
+ Id: 587
+ AegisName: "Sword"
+ Name: "Sword"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 588
+ AegisName: "BastardSword"
+ Name: "BastardSword"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 591
+ AegisName: "LongSword"
+ Name: "LongSword"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 594
+ AegisName: "Spear"
+ Name: "Spear"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 200
+ Atk: 15
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ callfunc "UnreleasedItem";
+ ">
+},
+{
+ Id: 623
+ AegisName: "Scythe"
+ Name: "Scythe"
+ Type: "IT_WEAPON"
+ Buy: 100
+ Sell: 50
+ Weight: 1200
+ Atk: 75
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 758
+ AegisName: "WoodenStaff"
+ Name: "WoodenStaff"
+ Type: "IT_WEAPON"
+ Buy: 4000
+ Sell: 2000
+ Weight: 1000
+ Atk: 50
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Int;
+ set @minbStatVal, 60;
+ callfunc "RequireStat";
+ ">
+},
+{
+ Id: 1171
+ AegisName: "Wand"
+ Name: "Wand"
+ Type: "IT_WEAPON"
+ Buy: 400
+ Sell: 200
+ Weight: 100
+ Atk: 1
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Int;
+ set @minbStatVal, 5;
+ callfunc "RequireStat";
+ ">
+},
+{
+ Id: 762
+ AegisName: "TerraniteArrow"
+ Name: "TerraniteArrow"
+ Type: "IT_AMMO"
+ Buy: 80
+ Sell: 20
+ Weight: 1
+ Atk: 50
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 762
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bCritical, 20;
+ set @AmmoType, AMMO_BOW;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 867
+ AegisName: "IceGladius"
+ Name: "IceGladius"
+ Type: "IT_WEAPON"
+ Buy: 2000
+ Sell: 1000
+ Weight: 1000
+ Atk: 110
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bLuk, 1;
+ ">
+},
+{
+ Id: 878
+ AegisName: "BansheeBow"
+ Name: "BansheeBow"
+ Type: "IT_WEAPON"
+ Buy: 101000
+ Sell: 40000
+ Weight: 900
+ Atk: 140
+ Matk: 0
+ Def: 0
+ Range: 6
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @bStat, Dex;
+ set @minbStatVal, 80;
+ callfunc "RequireStat";
+ bonus2 bHPDrainRate, 100, -2;
+ bonus bAspdRate, 20;
+ bonus bMaxHP, -150;
+ bonus bSpeedAddRate, 10;
+ bonus bDefRate, -40;
+ bonus bDef2Rate, -35;
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 903
+ AegisName: "SlingShot"
+ Name: "SlingShot"
+ Type: "IT_WEAPON"
+ Buy: 500
+ Sell: 50
+ Weight: 10
+ Atk: 5
+ Matk: 0
+ Def: 0
+ Range: 3
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_SLING;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 904
+ AegisName: "SlingBullet"
+ Name: "SlingBullet"
+ Type: "IT_AMMO"
+ Buy: 1
+ Sell: 0
+ Weight: 1
+ Atk: 3
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 904
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @AmmoType, AMMO_SLING;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 906
+ AegisName: "KidBook"
+ Name: "KidBook"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 5000
+ Weight: 100
+ Atk: 1
+ Matk: 0
+ Def: 0
+ Range: 3
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1199
+ AegisName: "Arrow"
+ Name: "Arrow"
+ Type: "IT_AMMO"
+ Buy: 1
+ Sell: 0
+ Weight: 1
+ Atk: 20
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1199
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @AmmoType, AMMO_BOW;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 1200
+ AegisName: "Bow"
+ Name: "Bow"
+ Type: "IT_WEAPON"
+ Buy: 1000
+ Sell: 500
+ Weight: 20
+ Atk: 20
+ Matk: 0
+ Def: 0
+ Range: 5
+ Slots: 0
+ Loc: 34
+ WeaponLv: 1
+ EquipLv: 4
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_BOW;
+ callfunc "CheckLauncher";
+ ">
+},
+{
+ Id: 1201
+ AegisName: "Knife"
+ Name: "Knife"
+ Type: "IT_WEAPON"
+ Buy: 50
+ Sell: 25
+ Weight: 120
+ Atk: 5
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1215
+ AegisName: "ToySabre"
+ Name: "ToySabre"
+ Type: "IT_WEAPON"
+ Buy: 2000000
+ Sell: 25
+ Weight: 1
+ Atk: 1
+ Matk: 0
+ Def: 0
+ Range: 1
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+},
+{
+ Id: 1282
+ AegisName: "BoneArrows"
+ Name: "BoneArrows"
+ Type: "IT_AMMO"
+ Buy: 50
+ Sell: 20
+ Weight: 0
+ Atk: 55
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 1282
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ bonus bCritical, 1;
+ set @AmmoType, AMMO_BOW;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 5260
+ AegisName: "Snowball"
+ Name: "Snowball"
+ Type: "IT_AMMO"
+ Buy: 1
+ Sell: 0
+ Weight: 1
+ Atk: 20
+ Matk: 0
+ Def: 0
+ Slots: 0
+ Loc: 32768
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 5260
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @AmmoType, AMMO_XMAS;
+ callfunc "CheckAmmo";
+ ">
+},
+{
+ Id: 5261
+ AegisName: "SnowLauncher"
+ Name: "SnowLauncher"
+ Type: "IT_WEAPON"
+ Buy: 500
+ Sell: 50
+ Weight: 10
+ Atk: 20
+ Matk: 0
+ Def: 0
+ Range: 3
+ Slots: 0
+ Loc: 2
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ BindOnEquip: false
+ Delay: 0
+ OnEquipScript: <"
+ set @LauncherType, AMMO_XMAS;
+ callfunc "CheckLauncher";
+ ">
},
)
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index 76ab7bf7..35c05a4c 100755
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -75,110 +75,3 @@ L_EventClear:
return;
}
-function script mapexit {
- debugmes "TRYING TO MAPEXIT IS DEPRECATED";
- return;
-}
-
-function script npcaction {
- debugmes "Deprecated unitaction (did you mean npcsit; or whatever?)";
- return;
-}
-
-function script gmlog {
- logmes(getarg(0), LOGMES_ATCOMMAND);
- return;
-}
-
-function script getx {
- getmapxy(.@m$, .@x, .@y, 0);
- return .@x;
-}
-
-function script gety {
- getmapxy(.@m$, .@x, .@y, 0);
- return .@y;
-}
-
-function script getnpcx {
- return .x;
-}
-
-function script getnpcy {
- return .y;
-}
-
-function script title {
- setnpcdialogtitle getarg(0);
- return;
-}
-
-function script camera {
- if (getarg(0, "") != "")
- setcamnpc getarg(0);
- else
- restorecam;
- return;
-}
-
-function script mapmask {
- setmapmask getmapname(), getarg(0);
- return;
-}
-
-function script getmask {
- return getmapmask(getmapname());
-}
-
-// isin( map, x1, y1, {[x2, y2][radius]} )
-function script isin {
- if (getmapxy(.@mapName$, .@xpos, .@ypos, 0) != 0)
- return false;
- if (.@mapName$ != getarg(0))
- return false;
-
- if (getarg(4,-1) < 0) {
- // Radius Based
- if (.@xpos >= getarg(1)-getarg(3) && .@xpos <= getarg(1)+getarg(3) && .@ypos >= getarg(2)-getarg(3) && .@ypos <= getarg(2)+getarg(3))
- return true;
- } else {
- // Coordinate based
- if (.@xpos >= getarg(1) && .@xpos <= getarg(3) && .@ypos >= getarg(2) && .@ypos <= getarg(4))
- return true;
- }
- return false;
-}
-
-// isat( map, x, y )
-function script isat {
- return isin(getarg(0), getarg(1), getarg(2), 0);
-}
-
-function script mesn {
- if (getargcount() > 0) {
- .@s$ = "[" + getarg(0) + "]";
- } else {
- .@s$ = "[" + strnpcinfo(1) + "]";
- }
- mes .@s$;
- return;
-}
-
-// maptimer("<map>", <tick>, "<npc>::<event>")
-function script maptimer {
- .@c = getunits(BL_PC, .@players, false, getarg(0));
- for (.@i = 0; .@i < .@c; .@i++) {
- addtimer(getarg(1), getarg(2), .@players[.@i]);
- }
- return .@i;
-}
-
-// areatimer("<map>", <x1>, <y1>, <x2>, <y2>, <tick>, "<npc>::<event>")
-function script areatimer {
- .@c = getunits(BL_PC, .@players, false, getarg(0), getarg(1), getarg(2), getarg(3), getarg(4));
- for (.@i = 0; .@i < .@c; .@i++) {
- addtimer(getarg(5), getarg(6), .@players[.@i]);
- }
- return .@i;
-}
-
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
new file mode 100644
index 00000000..5fb9e9e7
--- /dev/null
+++ b/npc/functions/main.txt
@@ -0,0 +1,572 @@
+// TMW2 Script
+// Evol functions.
+// Authors:
+// 4144
+// Travolta
+// gumi
+// Jesusalva
+// Description:
+// Built-in essential functions.
+
+function script menuimage {
+ return getarg(0) + "|" + getarg(1);
+}
+
+function script dnext {
+ if (@dnext >= GSET_LONGMENU_DENSITY) {
+ @dnext=0;
+ next;
+ } else {
+ @dnext+=1;
+ }
+ return;
+}
+
+function script menuaction {
+ return "[" + getarg(0) + "]";
+}
+
+function script setq1 {
+ // Quest, val1 , val2 , val3 , time
+ setq getarg(0), getarg(1), getq2(getarg(0)), getq3(getarg(0)), getqtime(getarg(0));
+ return;
+}
+
+function script setq2 {
+ // Quest, val1 , val2 , val3 , time
+ setq getarg(0), getq(getarg(0)), getarg(1), getq3(getarg(0)), getqtime(getarg(0));
+ return;
+}
+
+function script setq3 {
+ // Quest, val1 , val2 , val3 , time
+ setq getarg(0), getq(getarg(0)), getq2(getarg(0)), getarg(1), getqtime(getarg(0));
+ return;
+}
+
+function script setqtime {
+ // Quest, val1 , val2 , val3 , time
+ setq getarg(0), getq(getarg(0)), getq2(getarg(0)), getq3(getarg(0)), getarg(1);
+ return;
+}
+
+function script mesn {
+ if (getargcount() > 0) {
+ .@s$ = "[" + getarg(0) + "]";
+ } else {
+ .@s$ = "[" + strnpcinfo(1) + "]";
+ }
+ mes .@s$;
+ return;
+}
+
+function script mesq {
+ mes "\"" + getarg(0)+ "\"";
+ return;
+}
+
+function script g {
+ return Sex == 0 ? getarg(0) : getarg(1);
+}
+
+function script b {
+ return "##B" + getarg(0) + "##b";
+}
+
+function script col {
+ .@color = getarg(1,9);
+ if (.@color < 0) .@color = 0;
+ if (.@color > 9) .@color = 9;
+ return "##" + .@color + getarg(0) + "##0";
+}
+
+function script adddefaultskills {
+ if (getskilllv(NV_BASIC) < 6) {
+ skill NV_BASIC, 6, 0;
+ }
+ if (getskilllv(TMW2_FAKESKILL) < 1) {
+ skill TMW2_FAKESKILL, 1, 0;
+ }
+ if (getskilllv(TMW2_FAKESKILL2) < 1) {
+ skill TMW2_FAKESKILL2, 1, 0;
+ }
+ return;
+}
+
+function script addremovemapmask {
+ setmapmask getarg(0), (getmapmask(getarg(0)) | (getarg(1) + getarg(2))) ^ getarg(2);
+ return;
+}
+
+function script mesc {
+ mes col(getarg(0),getarg(1,9));
+ return;
+}
+
+function script get_race {
+ .@g=getarg(0, Class);
+ return l($@allraces$[.@g]);
+}
+
+// tutmes (message, {header=Tutorial, headerfirst=True})
+function script tutmes {
+ .@header$=getarg(1, l("TUTORIAL"));
+ .@showheader=getarg(2, true);
+ .@tcol=9; // Tutorial color code
+
+ if (TUTORIAL) {
+ dnext;
+ if (.@showheader) {
+ mesf(".:: %s ::.", .@header$);
+ mesc getarg(0), .@tcol;
+ } else {
+ mesc .@header$+": "+getarg(0), .@tcol;
+ }
+ }
+ return;
+}
+
+// Function to show narrator text. Accepts string args.
+// If first arg is a number N, then it represents bit flags.
+// Bit flags :
+// 0x1 -- blank line at beginning
+// 0x2 -- blank line at the end
+// 0x4 -- use last "next;"
+// 0x8 -- don't use first "mesn;"
+function script narrator {
+ .@start = 0;
+ .@argc = getargcount();
+ .@flags = 0;
+
+ if (.@argc > 1 && !isstr(getarg(0)))
+ {
+ .@start = 1;
+ .@flags = getarg(0);
+ }
+
+ if (.@flags & 0x1)
+ mes "";
+
+ if (!(.@flags & 0x8))
+ mesn l("Narrator");
+
+ for (.@i = .@start; .@i < .@argc; .@i++)
+ {
+ mes col(getarg(.@i), 9);
+ if (.@i < .@argc - 1)
+ next;
+ }
+
+ if (.@flags & 0x4)
+ next;
+ else if (.@flags & 0x2)
+ mes "";
+
+ return;
+}
+
+// Function to show NPC speech. Accepts string args.
+// If first arg is a number N, then it represents bit flags.
+// Bit flags :
+// 0x1 -- blank line at beginning
+// 0x2 -- blank line at the end
+// 0x4 -- use last "next;"
+// 0x8 -- don't use first "mesn;"
+function script speech {
+ .@start = 0;
+ .@argc = getargcount();
+ .@flags = 0;
+
+ if (.@argc > 1 && !isstr(getarg(0)))
+ {
+ .@start = 1;
+ .@flags = getarg(0);
+ }
+
+ if (.@flags & 0x1)
+ mes "";
+
+ if (!(.@flags & 0x8))
+ mesn;
+
+ for (.@i = .@start; .@i < .@argc; .@i++)
+ {
+ mesq getarg(.@i);
+
+ if (.@i < .@argc - 1)
+ next;
+ }
+
+ if (.@flags & 0x4)
+ next;
+ else if (.@flags & 0x2)
+ mes "";
+
+ return;
+}
+
+// Show debug message if .debug variable of NPC is set to 1
+function script npcdebug {
+ if (getvariableofnpc(.debug, strnpcinfo(3)))
+ debugmes strnpcinfo(3) + ": " + getarg(0);
+ return;
+}
+
+function script askyesno {
+ return select(menuaction(l("Yes")),
+ menuaction(l("No")));
+}
+
+// Argument:
+// 0 Quest variable
+// 1 Current value
+// 2 Next value
+function script compareandsetq {
+ if (getq(getarg(0)) == getarg(1))
+ {
+ setq getarg(0), getarg(2);
+ return true;
+ }
+ return false;
+}
+
+// Use a delay to prevent spams from NPC that display text without the
+// use of (a) close/next function(s).
+// Argument:
+// 0 Text to display
+// 1 Lock delay (default = 1)
+// 2 Message function: (default = 0)
+// 0 = npctalk3
+// 1 = npctalk
+// 2 = message
+// TODO: Use temp player var, because NPC var affect other players
+function script npctalkonce {
+ // lock mechanism
+ switch (getarg(2, 0))
+ {
+ case 1:
+ if (gettimetick(2) <= getvariableofnpc(.talk_lock, strnpcinfo(NPC_NAME_UNIQUE)))
+ return false;
+ set(getvariableofnpc(.talk_lock, strnpcinfo(NPC_NAME_UNIQUE)), gettimetick(2) + getarg(1, 1));
+ break;
+ default:
+ if (gettimetick(2) <= @NPC_TALK_LOCK[getnpcid()])
+ return false;
+ @NPC_TALK_LOCK[getnpcid()] = gettimetick(2) + getarg(1, 1);
+ }
+
+ // talk mechanism
+ switch (getarg(2, 0))
+ {
+ case 0: npctalk3(getarg(0)); break;
+ case 1: npctalk(getarg(0)); break;
+ case 2: message(strcharinfo(0), getarg(0));
+ }
+
+ return true;
+}
+
+// Randomizer functions
+/////////////////////////////////////////////
+
+// pseudo-fix randomness
+// rand2( min, max )
+function script rand2 {
+ if (getargcount() == 2) {
+ .@min=getarg(0)*100;
+ .@max=getarg(1)*100+99;
+ } else {
+ .@min=0;
+ .@max=getarg(0)*100-1;
+ }
+ return rand(.@min, .@max)/100;
+}
+
+// returns one argument randomly
+// any( <arg>{, ...<arg>} )
+function script any {
+ return getarg(rand2(getargcount()));
+}
+
+// returns any member of the array
+// any_of( <array> )
+function script any_of {
+ return getelementofarray(getarg(0), getarrayindex(getarg(0)) + rand2(getarraysize(getarg(0)) - getarrayindex(getarg(0))));
+}
+
+function script die {
+ if ($HARDCORE) {
+ @grace=true;
+ percentheal -100, -100;
+ //setparam(Hp, 1);
+ //warp "000-1", 22, 22;
+ //end; // MUST be end; to mimic official behavior
+ } else {
+ percentheal -100, -100;
+ }
+ return;
+}
+
+// TMW2 Custom Functions
+/////////////////////////////////////////////
+
+// Function meant to be used by Main Storyline Quest
+// msObjective ( condition , message )
+function script msObjective {
+ if (getarg(0))
+ mesc getarg(1), 2;
+ else
+ mesc getarg(1), 9;
+ return;
+}
+
+function script getmap {
+ if (getmapxy(.@mapName$, .@xpos, .@ypos, getarg(0,0)) != 0)
+ return false;
+ // TODO: Maybe use getmapname() instead of getmapxy?
+ return .@mapName$;
+}
+
+// isin( map, x1, y1, {[x2, y2][radius]} )
+function script isin {
+ if (getmapxy(.@mapName$, .@xpos, .@ypos, 0) != 0)
+ return false;
+ if (.@mapName$ != getarg(0))
+ return false;
+
+ if (getarg(4,-1) < 0) {
+ // Radius Based
+ if (.@xpos >= getarg(1)-getarg(3) && .@xpos <= getarg(1)+getarg(3) && .@ypos >= getarg(2)-getarg(3) && .@ypos <= getarg(2)+getarg(3))
+ return true;
+ } else {
+ // Coordinate based
+ if (.@xpos >= getarg(1) && .@xpos <= getarg(3) && .@ypos >= getarg(2) && .@ypos <= getarg(4))
+ return true;
+ }
+ return false;
+}
+
+// Clear output of getinventorylist()
+// delinventorylist()
+function script delinventorylist {
+ deletearray @inventorylist_id;
+ deletearray @inventorylist_amount;
+ deletearray @inventorylist_equip;
+ deletearray @inventorylist_refine;
+ deletearray @inventorylist_identify;
+ deletearray @inventorylist_attribute;
+ deletearray @inventorylist_card1;
+ deletearray @inventorylist_card2;
+ deletearray @inventorylist_card3;
+ deletearray @inventorylist_card4;
+ deletearray @inventorylist_expire;
+ deletearray @inventorylist_bound;
+ @inventorylist_count=0;
+ return;
+}
+
+// Get some acc id, even if offline
+// ( Name )
+function script gf_accid {
+ .@nb = query_sql("SELECT `account_id` FROM `char` WHERE `name`='"+escape_sql(getarg(0))+"' LIMIT 1", .@value);
+ return .@value[0];
+}
+
+// Get some char id, even if offline
+// ( Name )
+function script gf_charnameid {
+ .@nb = query_sql("SELECT `char_id` FROM `char` WHERE `name`='"+escape_sql(getarg(0))+"' LIMIT 1", .@value);
+ return .@value[0];
+}
+
+// Get some char name from char ID, even if offline
+// ( Name )
+function script gf_charname {
+ .@nb = query_sql("SELECT `name` FROM `char` WHERE `char_id`="+escape_sql(getarg(0))+" LIMIT 1", .@value$);
+ return .@value$[0];
+}
+
+// Get some char ID from account ID, even if offline
+// ( Name )
+function script gf_charid {
+ .@nb = query_sql("SELECT `char_id` FROM `char` WHERE `account_id`="+escape_sql(getarg(0))+" LIMIT 1", .@value$);
+ return .@value$[0];
+}
+
+// Request pincode and validate it. Use any non-4-digits code to cancel. Failure will dc you.
+// Returns 1 if pin check is OK.
+function script validatepin {
+ if (#FIRST_TIME < 2) {
+ mesc l("ERROR: You must set a PinCode to make use of this function."), 1;
+ return 0;
+ }
+ mesc l("Please insert your pincode."), 1;
+ mesc l("WARNING: If you insert wrong pincode, you'll be disconnected.");
+ mesc l("Use @@ to cancel.", "##B-1##b");
+ mes "";
+ input .@pin$;
+ if (getstrlen(.@pin$) != 4)
+ return 0;
+ query_sql("SELECT userid FROM `login` WHERE account_id="+escape_sql(getcharid(3))+" AND pincode='"+escape_sql(.@pin$)+"' LIMIT 2", .@value$);
+ if (getarraysize(.@value$) != 1) {
+ atcommand "@kick "+strcharinfo(0);
+ return 0;
+ }
+ // Enforce some cooldown to prevent an eventual exploit/abuse
+ sleep2(rand2(150, 400));
+ mesc l("Thanks, @@. We just wanted to be sure it was you.", .@value$[0]);
+ mes "";
+ return true;
+}
+
+// Something went wrong and must be reported (named after raise Exception in python)
+// Exception( BugID, {Flags{, Return Code}} )
+function script Exception {
+ // Fill variable
+ .@msg$=getarg(0);
+ .@gf=getarg(1,RB_DEFAULT);
+
+ if (.@gf & RB_DISPBOTTOM)
+ dispbottom("ERROR: "+.@msg$);
+
+ if (.@gf & RB_DEBUGMES)
+ debugmes("[Warning] "+.@msg$);
+
+ if (.@gf & RB_SPEECH)
+ mesc("ERROR, REPORT ME! "+.@msg$, 1);
+
+ if (.@gf & RB_IRCBROADCAST)
+ channelmes("#world", "Error in script: "+.@msg$);
+
+ if (.@gf & RB_GLOBALANNOUNCE)
+ announce("Error in script: "+.@msg$, bc_all);
+
+ if (.@gf & RB_PLEASEREPORT) {
+ if (.@gf & RB_DISPBOTTOM)
+ dispbottom("Please take a screenshot and report this bug, explaining how it happened.");
+
+ if (.@gf & RB_SPEECH)
+ mesc("Please take a screenshot and report this bug, explaining how it happened."), 1;
+ }
+
+ if (.@gf & RB_ISFATAL) {
+ if (.@gf & RB_DISPBOTTOM)
+ dispbottom("This error is fatal, we stop execution.");
+
+ if (.@gf & RB_DEBUGMES)
+ debugmes("[Error] The error is fatal.");
+
+ if (.@gf & RB_SPEECH) {
+ mesc l("This error is fatal, we stop execution."), 1;
+ close;
+ }
+ end;
+ }
+
+ return getarg(2, 0);
+
+}
+
+// Linking functions
+/////////////////////////////////////////////
+function script getquestlink {
+ return "[@@q" + getarg(0) + "|@@]";
+}
+
+function script getmonsterlink {
+ return "[@@m" + getarg(0) + "|@@]";
+}
+
+function script getpetlink {
+ return "[@@p" + getarg(0) + "|@@]";
+}
+
+function script getmercenarylink {
+ return "[@@M" + getarg(0) + "|@@]";
+}
+
+function script gethomunculuslink {
+ return "[@@h" + getarg(0) + "|@@]";
+}
+
+// Legacy functions
+/////////////////////////////////////////////
+function script mapexit {
+ debugmes "TRYING TO MAPEXIT IS DEPRECATED";
+ return;
+}
+
+function script npcaction {
+ debugmes "Deprecated unitaction (did you mean npcsit; or whatever?)";
+ return;
+}
+
+function script gmlog {
+ logmes(getarg(0), LOGMES_ATCOMMAND);
+ return;
+}
+
+function script getx {
+ getmapxy(.@m$, .@x, .@y, 0);
+ return .@x;
+}
+
+function script gety {
+ getmapxy(.@m$, .@x, .@y, 0);
+ return .@y;
+}
+
+function script getnpcx {
+ return .x;
+}
+
+function script getnpcy {
+ return .y;
+}
+
+function script title {
+ setnpcdialogtitle getarg(0);
+ return;
+}
+
+function script camera {
+ if (getarg(0, "") != "")
+ setcamnpc getarg(0);
+ else
+ restorecam;
+ return;
+}
+
+function script mapmask {
+ setmapmask getmapname(), getarg(0);
+ return;
+}
+
+function script getmask {
+ return getmapmask(getmapname());
+}
+
+// isat( map, x, y )
+function script isat {
+ return isin(getarg(0), getarg(1), getarg(2), 0);
+}
+
+//////////////////////////////////////////////////////////////////////
+// maptimer("<map>", <tick>, "<npc>::<event>")
+function script maptimer {
+ .@c = getunits(BL_PC, .@players, false, getarg(0));
+ for (.@i = 0; .@i < .@c; .@i++) {
+ addtimer(getarg(1), getarg(2), .@players[.@i]);
+ }
+ return .@i;
+}
+
+// areatimer("<map>", <x1>, <y1>, <x2>, <y2>, <tick>, "<npc>::<event>")
+function script areatimer {
+ .@c = getunits(BL_PC, .@players, false, getarg(0), getarg(1), getarg(2), getarg(3), getarg(4));
+ for (.@i = 0; .@i < .@c; .@i++) {
+ addtimer(getarg(5), getarg(6), .@players[.@i]);
+ }
+ return .@i;
+}
+
diff --git a/npc/scripts.conf b/npc/scripts.conf
index 42864beb..568123ff 100755
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -1,3 +1,4 @@
+"npc/functions/main.txt",
"npc/functions/clear_vars.txt",
"npc/functions/banker.txt",