From 7494c464a0936e56a884fbfb47484e66f8e9eabc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 15:45:46 -0300 Subject: Cleanup --- db/pre-re/item_db.conf | 19535 ++--------------------------------------------- db/pre-re/mob_db.conf | 12257 +++++++++-------------------- npc/functions/main.txt | 4 + 3 files changed, 4325 insertions(+), 27471 deletions(-) diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 453f5284..d8a41473 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -10,7 +10,7 @@ item_db: ( AegisName: "Aegis_Name" (string) Name: "Item Name" (string) // =================== Optional fields ================================ - Type: Item Type (int, defaults to 3 = etc item) + Type: Item Type (string, defaults to "IT_ETC") Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) Weight: Item Weight (int, defaults to 0) @@ -18,21 +18,73 @@ item_db: ( Matk: Magical Attack (int, defaults to 0, ignored in pre-re) Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) + MinRange: Minimal Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) - Upper: Upper mask (int, defaults to any = 0x3f) - Gender: Gender (int, defaults to both = 2) - Loc: Equip location (int, required value for equipment) + Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") + Gender: Gender (string, defaults to "SEX_ANY") + Loc: Equip location (bitmask array, string or int, required value for equipment) WeaponLv: Weapon Level (int, defaults to 0) EquipLv: Equip required level (int, defaults to 0) EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) - ViewSprite: ViewSprite ID (int, defaults to 0) + DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] + Subtype: Item Subtype (int, defaults to 0) + W_FIST, ///< Bare hands + W_DAGGER, //1 + W_1HSWORD, //2 + W_2HSWORD, //3 + W_1HSPEAR, //4 + W_2HSPEAR, //5 + W_1HAXE, //6 + W_2HAXE, //7 + W_MACE, //8 + W_2HMACE, //9 + W_STAFF, //10 + W_BOW, //11 + W_KNUCKLE, //12 + W_MUSICAL, //13 + W_WHIP, //14 + W_BOOK, //15 + W_KATAR, //16 + W_REVOLVER, //17 + W_RIFLE, //18 + W_GATLING, //19 + W_SHOTGUN, //20 + W_GRENADE, //21 + W_HUUMA, //22 + W_2HSTAFF, //23 + ViewSprite: Sprite view ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) + ForceSerial: true/false (boolean, defaults to false) BuyingStore: true/false (boolean, defaults to false) Delay: Delay to use item (int, defaults to 0) FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) KeepAfterUse: true/false (boolean, defaults to false) + DropAnnounce: true/false (boolean, defaults to false) + AllowPickup: true/false (boolean, defaults to true) + Charm: true/false (boolean, defaults to false) + MaxFloorOffset: [x, y] (int, defaults to 8) + MaxFloorOffset: offset (int, defaults to 8) + Identified: true/false (boolean, default to true) + RequiredStr: required strength (int, default to 0) + RequiredAgi: required agility (int, default to 0) + RequiredVit: required vitality (int, default to 0) + RequiredInt: required intellect (int, default to 0) + RequiredDex: required dexterity (int, default to 0) + RequiredLuk: required luck (int, default to 0) + RequiredMaxHp: required max hp (int, default to 0) + RequiredMaxSp: required max sp (int, default to 0) + RequiredAtk: required attack (int, default to 0) + RequiredMAtkMin: required minimal magic attack (int, default to 0) + RequiredMAtkMax: required maximum magic attack (int, default to 0) + RequiredDef: required defence (int, default to 0) + RequiredMDef: required magic defence (int, default to 0) + RequiredSkill: required skill (int, default to 0) + UseEffect: effect if use/equip item success (int, default to -1) + UseFailEffect: effect if use/equip item failed (int, default to -1) + UnequipEffect: effect if unequip item success (int, default to -1) + UnequipFailEffect: effect if unequip item failed (int, default to -1) Trade: { (defaults to no restrictions) override: GroupID (int, defaults to 100) nodrop: true/false (boolean, defaults to false) @@ -44,7 +96,6 @@ item_db: ( 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) @@ -58,6 +109,15 @@ item_db: ( "> OnEquipScript: <" OnEquip Script (can also be multi-line) "> OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> + OnDropScript: <" OnDrop Script (can also be multi-line) "> + OnTakeScript: <" OnTake Script (can also be multi-line) "> + OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> + AllowCards: { + idNUM: amount (NUM is id number, amount is amount) + } + AllowAmmo: { + idNUM: something (NUM is id number) + } }, ******************************************************************************/ @@ -80,7 +140,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_DAGGER" }, { Id: 522 @@ -101,7 +161,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_DAGGER" }, { Id: 529 @@ -116,8 +176,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 32768 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 529 BindOnEquip: false @@ -171,7 +229,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" }, { Id: 545 @@ -192,7 +250,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_BOW" OnEquipScript: <" set @LauncherType, AMMO_BOW; callfunc "CheckLauncher"; @@ -210,12 +268,10 @@ item_db: ( Range: 1 Slots: 0 Loc: 2 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSPEAR" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -239,7 +295,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSPEAR" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -263,7 +319,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HAXE" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -287,7 +343,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HAXE" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -311,7 +367,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" }, { Id: 570 @@ -332,7 +388,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_DAGGER" }, { Id: 571 @@ -353,7 +409,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_DAGGER" }, { Id: 572 @@ -374,7 +430,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -398,7 +454,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" callfunc "UnreleasedItem"; bonus bDoubleAddRate, 40; @@ -408,8 +464,8 @@ item_db: ( }, { Id: 574 - AegisName: "Scorpion" - Name: "Scorpion" + AegisName: "ScorpionKing" + Name: "Scorpion King" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 @@ -425,7 +481,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSPEAR" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -449,7 +505,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_BOW" OnEquipScript: <" callfunc "UnreleasedItem"; set @LauncherType, AMMO_BOW; @@ -475,7 +531,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" callfunc "NoBowItem"; set @bStat, Int; @@ -506,7 +562,6 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -530,7 +585,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" bonus bDoubleAddRate, 5; "> @@ -554,7 +609,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_DAGGER" OnEquipScript: <" bonus bVit, 3; "> @@ -578,7 +633,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_STAFF" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -602,7 +657,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_STAFF" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -626,7 +681,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_STAFF" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -650,7 +705,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_STAFF" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -674,7 +729,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" callfunc "UnreleasedItem"; bonus bDoubleAddRate, 30; @@ -699,7 +754,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -723,7 +778,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -747,7 +802,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -771,7 +826,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSPEAR" OnEquipScript: <" callfunc "UnreleasedItem"; "> @@ -795,7 +850,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_2HSWORD" }, { Id: 758 @@ -816,7 +871,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_2HSTAFF" OnEquipScript: <" set @bStat, Int; set @minbStatVal, 60; @@ -842,7 +897,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_STAFF" OnEquipScript: <" set @bStat, Int; set @minbStatVal, 5; @@ -862,8 +917,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 32768 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 762 BindOnEquip: false @@ -893,7 +946,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" OnEquipScript: <" bonus bLuk, 1; "> @@ -917,7 +970,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_BOW" OnEquipScript: <" set @bStat, Dex; set @minbStatVal, 80; @@ -951,7 +1004,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_BOW" OnEquipScript: <" set @LauncherType, AMMO_SLING; callfunc "CheckLauncher"; @@ -970,8 +1023,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 32768 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 904 BindOnEquip: false @@ -1000,7 +1051,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_FIST" }, { Id: 1199 @@ -1015,8 +1066,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 32768 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1199 BindOnEquip: false @@ -1045,7 +1094,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_BOW" OnEquipScript: <" set @LauncherType, AMMO_BOW; callfunc "CheckLauncher"; @@ -1070,7 +1119,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_DAGGER" }, { Id: 1215 @@ -1091,7 +1140,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_1HSWORD" }, { Id: 1282 @@ -1106,8 +1155,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 32768 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1282 BindOnEquip: false @@ -1131,8 +1178,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 32768 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5260 BindOnEquip: false @@ -1161,7 +1206,7 @@ item_db: ( Refine: false ViewSprite: 1 BindOnEquip: false - Delay: 0 + Subtype: "W_BOW" OnEquipScript: <" set @LauncherType, AMMO_XMAS; callfunc "CheckLauncher"; @@ -1178,8 +1223,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 16 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 702 BindOnEquip: false @@ -1196,8 +1239,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 742 BindOnEquip: false @@ -1217,8 +1258,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 749 BindOnEquip: false @@ -1235,8 +1274,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 829 BindOnEquip: false @@ -1256,8 +1293,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 830 BindOnEquip: false @@ -1277,8 +1312,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 831 BindOnEquip: false @@ -1298,8 +1331,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 832 BindOnEquip: false @@ -1319,8 +1350,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 865 BindOnEquip: false @@ -1362,8 +1391,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 16 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1227 BindOnEquip: false @@ -1383,8 +1410,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1244 BindOnEquip: false @@ -1404,8 +1429,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 128 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4008 BindOnEquip: false @@ -1425,8 +1448,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 128 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4009 BindOnEquip: false @@ -1446,8 +1467,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 128 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4010 BindOnEquip: false @@ -1467,8 +1486,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 128 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4011 BindOnEquip: false @@ -1488,8 +1505,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 128 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4012 BindOnEquip: false @@ -1509,8 +1524,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 128 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4013 BindOnEquip: false @@ -1530,8 +1543,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 128 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4014 BindOnEquip: false @@ -1548,8 +1559,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 8 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 677 BindOnEquip: false @@ -1566,8 +1575,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 16 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5252 BindOnEquip: false @@ -1584,8 +1591,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 128 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5253 BindOnEquip: false @@ -1605,8 +1610,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 528 BindOnEquip: false @@ -1623,8 +1626,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 655 BindOnEquip: false @@ -1641,8 +1642,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 734 BindOnEquip: false @@ -1659,8 +1658,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 735 BindOnEquip: false @@ -1677,8 +1674,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 757 BindOnEquip: false @@ -1699,8 +1694,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 792 BindOnEquip: false @@ -1717,8 +1710,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 876 BindOnEquip: false @@ -1735,8 +1726,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2150 BindOnEquip: false @@ -1753,8 +1742,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2151 BindOnEquip: false @@ -1771,8 +1758,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2152 BindOnEquip: false @@ -1789,8 +1774,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2153 BindOnEquip: false @@ -1807,8 +1790,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2154 BindOnEquip: false @@ -1825,8 +1806,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2155 BindOnEquip: false @@ -1843,8 +1822,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2156 BindOnEquip: false @@ -1861,8 +1838,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2157 BindOnEquip: false @@ -1879,8 +1854,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2158 BindOnEquip: false @@ -1897,8 +1870,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2159 BindOnEquip: false @@ -1915,8 +1886,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 64 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1188 BindOnEquip: false @@ -1933,8 +1902,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 503 BindOnEquip: false @@ -1951,8 +1918,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 504 BindOnEquip: false @@ -1969,8 +1934,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 505 BindOnEquip: false @@ -1987,8 +1950,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 507 BindOnEquip: false @@ -2005,8 +1966,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 515 BindOnEquip: false @@ -2023,8 +1982,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 516 BindOnEquip: false @@ -2041,8 +1998,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 517 BindOnEquip: false @@ -2059,8 +2014,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 518 BindOnEquip: false @@ -2077,8 +2030,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 526 BindOnEquip: false @@ -2095,8 +2046,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 537 BindOnEquip: false @@ -2112,8 +2061,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 538 BindOnEquip: false @@ -2130,8 +2077,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 540 BindOnEquip: false @@ -2148,8 +2093,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 542 BindOnEquip: false @@ -2166,8 +2109,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 551 BindOnEquip: false @@ -2184,8 +2125,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 552 BindOnEquip: false @@ -2202,8 +2141,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 553 BindOnEquip: false @@ -2220,8 +2157,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 554 BindOnEquip: false @@ -2238,8 +2173,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 555 BindOnEquip: false @@ -2256,8 +2189,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 556 BindOnEquip: false @@ -2274,8 +2205,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 557 BindOnEquip: false @@ -2292,8 +2221,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 558 BindOnEquip: false @@ -2310,8 +2237,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 559 BindOnEquip: false @@ -2328,8 +2253,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 560 BindOnEquip: false @@ -2346,8 +2269,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 569 BindOnEquip: false @@ -2364,8 +2285,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 589 BindOnEquip: false @@ -2382,8 +2301,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 611 BindOnEquip: false @@ -2400,8 +2317,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 612 BindOnEquip: false @@ -2418,8 +2333,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 613 BindOnEquip: false @@ -2436,8 +2349,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 614 BindOnEquip: false @@ -2454,8 +2365,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 631 BindOnEquip: false @@ -2472,8 +2381,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 635 BindOnEquip: false @@ -2490,8 +2397,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 640 BindOnEquip: false @@ -2508,8 +2413,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 641 BindOnEquip: false @@ -2526,8 +2429,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 660 BindOnEquip: false @@ -2544,8 +2445,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 661 BindOnEquip: false @@ -2562,8 +2461,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 662 BindOnEquip: false @@ -2580,8 +2477,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 663 BindOnEquip: false @@ -2598,8 +2493,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 664 BindOnEquip: false @@ -2616,8 +2509,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 665 BindOnEquip: false @@ -2634,8 +2525,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 666 BindOnEquip: false @@ -2652,8 +2541,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 667 BindOnEquip: false @@ -2670,8 +2557,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 668 BindOnEquip: false @@ -2688,8 +2573,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 669 BindOnEquip: false @@ -2706,8 +2589,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 670 BindOnEquip: false @@ -2724,8 +2605,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 671 BindOnEquip: false @@ -2742,8 +2621,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 672 BindOnEquip: false @@ -2760,8 +2637,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 673 BindOnEquip: false @@ -2778,8 +2653,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 674 BindOnEquip: false @@ -2796,8 +2669,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 680 BindOnEquip: false @@ -2814,8 +2685,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 681 BindOnEquip: false @@ -2832,8 +2701,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 682 BindOnEquip: false @@ -2850,8 +2717,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 683 BindOnEquip: false @@ -2867,8 +2732,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 690 BindOnEquip: false @@ -2884,8 +2747,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 691 BindOnEquip: false @@ -2901,8 +2762,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 692 BindOnEquip: false @@ -2918,8 +2777,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 693 BindOnEquip: false @@ -2935,8 +2792,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 694 BindOnEquip: false @@ -2952,8 +2807,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 695 BindOnEquip: false @@ -2969,8 +2822,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 696 BindOnEquip: false @@ -2986,8 +2837,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 697 BindOnEquip: false @@ -3003,8 +2852,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 698 BindOnEquip: false @@ -3020,8 +2867,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 699 BindOnEquip: false @@ -3037,8 +2882,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 700 BindOnEquip: false @@ -3054,8 +2897,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 701 BindOnEquip: false @@ -3071,8 +2912,6 @@ item_db: ( Weight: 2 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 703 BindOnEquip: false @@ -3088,8 +2927,6 @@ item_db: ( Weight: 3 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 704 BindOnEquip: false @@ -3106,8 +2943,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 706 BindOnEquip: false @@ -3124,8 +2959,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 707 BindOnEquip: false @@ -3142,8 +2975,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 708 BindOnEquip: false @@ -3160,8 +2991,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 709 BindOnEquip: false @@ -3178,8 +3007,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 710 BindOnEquip: false @@ -3196,8 +3023,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 711 BindOnEquip: false @@ -3214,8 +3039,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 712 BindOnEquip: false @@ -3232,8 +3055,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 713 BindOnEquip: false @@ -3250,8 +3071,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 718 BindOnEquip: false @@ -3268,8 +3087,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 727 BindOnEquip: false @@ -3286,8 +3103,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 728 BindOnEquip: false @@ -3304,8 +3119,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 729 BindOnEquip: false @@ -3322,8 +3135,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 730 BindOnEquip: false @@ -3340,8 +3151,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 732 BindOnEquip: false @@ -3358,8 +3167,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 740 BindOnEquip: false @@ -3375,8 +3182,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 746 BindOnEquip: false @@ -3393,8 +3198,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 753 BindOnEquip: false @@ -3411,8 +3214,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 754 BindOnEquip: false @@ -3429,8 +3230,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 763 BindOnEquip: false @@ -3447,8 +3246,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 772 BindOnEquip: false @@ -3465,8 +3262,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 773 BindOnEquip: false @@ -3483,8 +3278,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 774 BindOnEquip: false @@ -3501,8 +3294,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 775 BindOnEquip: false @@ -3519,8 +3310,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 776 BindOnEquip: false @@ -3537,8 +3326,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 777 BindOnEquip: false @@ -3555,8 +3342,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 778 BindOnEquip: false @@ -3573,8 +3358,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 779 BindOnEquip: false @@ -3591,8 +3374,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 780 BindOnEquip: false @@ -3608,8 +3389,6 @@ item_db: ( Weight: 3 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 799 BindOnEquip: false @@ -3625,8 +3404,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 802 BindOnEquip: false @@ -3642,8 +3419,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 803 BindOnEquip: false @@ -3659,8 +3434,6 @@ item_db: ( Weight: 2 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 804 BindOnEquip: false @@ -3676,8 +3449,6 @@ item_db: ( Weight: 3 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 805 BindOnEquip: false @@ -3693,8 +3464,6 @@ item_db: ( Weight: 7 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 806 BindOnEquip: false @@ -3710,8 +3479,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 807 BindOnEquip: false @@ -3728,8 +3495,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 819 BindOnEquip: false @@ -3746,8 +3511,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 820 BindOnEquip: false @@ -3764,8 +3527,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 821 BindOnEquip: false @@ -3782,8 +3543,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 822 BindOnEquip: false @@ -3800,8 +3559,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 823 BindOnEquip: false @@ -3818,8 +3575,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 824 BindOnEquip: false @@ -3835,8 +3590,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 833 BindOnEquip: false @@ -3852,8 +3605,6 @@ item_db: ( Weight: 15 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 834 BindOnEquip: false @@ -3869,8 +3620,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 835 BindOnEquip: false @@ -3886,8 +3635,6 @@ item_db: ( Weight: 2 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 836 BindOnEquip: false @@ -3904,8 +3651,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 841 BindOnEquip: false @@ -3922,8 +3667,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 842 BindOnEquip: false @@ -3940,8 +3683,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 843 BindOnEquip: false @@ -3958,8 +3699,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 844 BindOnEquip: false @@ -3976,8 +3715,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 845 BindOnEquip: false @@ -3994,8 +3731,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 846 BindOnEquip: false @@ -4012,8 +3747,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 847 BindOnEquip: false @@ -4030,8 +3763,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 849 BindOnEquip: false @@ -4048,8 +3779,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 850 BindOnEquip: false @@ -4066,8 +3795,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 851 BindOnEquip: false @@ -4084,8 +3811,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 852 BindOnEquip: false @@ -4102,8 +3827,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 853 BindOnEquip: false @@ -4120,8 +3843,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 858 BindOnEquip: false @@ -4138,8 +3859,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 859 BindOnEquip: false @@ -4156,8 +3875,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 860 BindOnEquip: false @@ -4174,8 +3891,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 861 BindOnEquip: false @@ -4192,8 +3907,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 862 BindOnEquip: false @@ -4210,8 +3923,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 863 BindOnEquip: false @@ -4228,8 +3939,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 864 BindOnEquip: false @@ -4246,8 +3955,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 866 BindOnEquip: false @@ -4264,8 +3971,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 869 BindOnEquip: false @@ -4282,8 +3987,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 871 BindOnEquip: false @@ -4300,8 +4003,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 872 BindOnEquip: false @@ -4318,8 +4019,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 873 BindOnEquip: false @@ -4336,8 +4035,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 874 BindOnEquip: false @@ -4354,8 +4051,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 875 BindOnEquip: false @@ -4372,8 +4067,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 891 BindOnEquip: false @@ -4390,8 +4083,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 892 BindOnEquip: false @@ -4408,8 +4099,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 893 BindOnEquip: false @@ -4426,8 +4115,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 894 BindOnEquip: false @@ -4444,8 +4131,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 895 BindOnEquip: false @@ -4462,8 +4147,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 896 BindOnEquip: false @@ -4480,8 +4163,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1191 BindOnEquip: false @@ -4498,8 +4179,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1192 BindOnEquip: false @@ -4516,8 +4195,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1193 BindOnEquip: false @@ -4534,8 +4211,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1194 BindOnEquip: false @@ -4552,8 +4227,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1195 BindOnEquip: false @@ -4570,8 +4243,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1198 BindOnEquip: false @@ -4588,8 +4259,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1207 BindOnEquip: false @@ -4606,8 +4275,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1208 BindOnEquip: false @@ -4624,8 +4291,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1209 BindOnEquip: false @@ -4642,8 +4307,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1210 BindOnEquip: false @@ -4660,8 +4323,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1211 BindOnEquip: false @@ -4678,8 +4339,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1212 BindOnEquip: false @@ -4696,8 +4355,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1213 BindOnEquip: false @@ -4714,8 +4371,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1228 BindOnEquip: false @@ -4731,8 +4386,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1233 BindOnEquip: false @@ -4748,8 +4401,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1234 BindOnEquip: false @@ -4765,8 +4416,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1235 BindOnEquip: false @@ -4782,8 +4431,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1236 BindOnEquip: false @@ -4799,8 +4446,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1237 BindOnEquip: false @@ -4816,8 +4461,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1238 BindOnEquip: false @@ -4833,8 +4476,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1239 BindOnEquip: false @@ -4850,8 +4491,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1240 BindOnEquip: false @@ -4867,8 +4506,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1241 BindOnEquip: false @@ -4884,8 +4521,6 @@ item_db: ( Weight: 3 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1245 BindOnEquip: false @@ -4901,8 +4536,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1246 BindOnEquip: false @@ -4918,8 +4551,6 @@ item_db: ( Weight: 3 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1249 BindOnEquip: false @@ -4935,8 +4566,6 @@ item_db: ( Weight: 250 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1254 BindOnEquip: false @@ -4952,8 +4581,6 @@ item_db: ( Weight: 3 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1257 BindOnEquip: false @@ -4970,8 +4597,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2250 BindOnEquip: false @@ -4988,8 +4613,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2251 BindOnEquip: false @@ -5006,8 +4629,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2252 BindOnEquip: false @@ -5024,8 +4645,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2253 BindOnEquip: false @@ -5042,8 +4661,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2254 BindOnEquip: false @@ -5060,8 +4677,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2255 BindOnEquip: false @@ -5078,8 +4693,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2256 BindOnEquip: false @@ -5096,8 +4709,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2257 BindOnEquip: false @@ -5114,8 +4725,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2258 BindOnEquip: false @@ -5132,8 +4741,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2259 BindOnEquip: false @@ -5150,8 +4757,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3000 BindOnEquip: false @@ -5168,8 +4773,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3002 BindOnEquip: false @@ -5186,8 +4789,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3003 BindOnEquip: false @@ -5204,8 +4805,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3004 BindOnEquip: false @@ -5222,8 +4821,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3011 BindOnEquip: false @@ -5240,8 +4837,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4000 BindOnEquip: false @@ -5258,8 +4853,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4001 BindOnEquip: false @@ -5276,8 +4869,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4002 BindOnEquip: false @@ -5294,8 +4885,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4003 BindOnEquip: false @@ -5312,8 +4901,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4004 BindOnEquip: false @@ -5330,8 +4917,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4005 BindOnEquip: false @@ -5348,8 +4933,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4006 BindOnEquip: false @@ -5366,8 +4949,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4007 BindOnEquip: false @@ -5384,8 +4965,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4015 BindOnEquip: false @@ -5402,8 +4981,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4016 BindOnEquip: false @@ -5420,8 +4997,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4017 BindOnEquip: false @@ -5438,8 +5013,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4018 BindOnEquip: false @@ -5456,8 +5029,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4019 BindOnEquip: false @@ -5473,8 +5044,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4021 BindOnEquip: false @@ -5490,8 +5059,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4022 BindOnEquip: false @@ -5508,8 +5075,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4023 BindOnEquip: false @@ -5526,8 +5091,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4024 BindOnEquip: false @@ -5544,8 +5107,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4025 BindOnEquip: false @@ -5562,8 +5123,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4026 BindOnEquip: false @@ -5579,8 +5138,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4029 BindOnEquip: false @@ -5597,8 +5154,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4034 BindOnEquip: false @@ -5615,8 +5170,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4037 BindOnEquip: false @@ -5633,8 +5186,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4038 BindOnEquip: false @@ -5651,8 +5202,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4039 BindOnEquip: false @@ -5669,8 +5218,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4040 BindOnEquip: false @@ -5687,8 +5234,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4041 BindOnEquip: false @@ -5705,8 +5250,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5110 BindOnEquip: false @@ -5723,8 +5266,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5111 BindOnEquip: false @@ -5741,8 +5282,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5112 BindOnEquip: false @@ -5758,8 +5297,6 @@ item_db: ( Weight: 4 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5113 BindOnEquip: false @@ -5776,8 +5313,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5114 BindOnEquip: false @@ -5794,8 +5329,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5115 BindOnEquip: false @@ -5812,8 +5345,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5116 BindOnEquip: false @@ -5830,8 +5361,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5117 BindOnEquip: false @@ -5848,8 +5377,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5118 BindOnEquip: false @@ -5866,8 +5393,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5119 BindOnEquip: false @@ -5884,8 +5409,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5120 BindOnEquip: false @@ -5902,8 +5425,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5121 BindOnEquip: false @@ -5920,8 +5441,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5122 BindOnEquip: false @@ -5938,8 +5457,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5123 BindOnEquip: false @@ -5956,8 +5473,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5124 BindOnEquip: false @@ -5974,8 +5489,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5125 BindOnEquip: false @@ -5992,8 +5505,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5127 BindOnEquip: false @@ -6010,8 +5521,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1197 BindOnEquip: false @@ -6028,8 +5537,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5211 BindOnEquip: false @@ -6046,8 +5553,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5212 BindOnEquip: false @@ -6064,8 +5569,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5215 BindOnEquip: false @@ -6082,8 +5585,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5216 BindOnEquip: false @@ -6100,8 +5601,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5217 BindOnEquip: false @@ -6118,8 +5617,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5218 BindOnEquip: false @@ -6136,8 +5633,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5219 BindOnEquip: false @@ -6154,8 +5649,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5220 BindOnEquip: false @@ -6172,8 +5665,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5221 BindOnEquip: false @@ -6190,8 +5681,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5222 BindOnEquip: false @@ -6208,8 +5697,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5223 BindOnEquip: false @@ -6226,8 +5713,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5224 BindOnEquip: false @@ -6244,8 +5729,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5225 BindOnEquip: false @@ -6262,8 +5745,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5251 BindOnEquip: false @@ -6280,8 +5761,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5256 BindOnEquip: false @@ -6298,8 +5777,6 @@ item_db: ( Def: 0 Slots: 0 Gender: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5265 BindOnEquip: false @@ -6316,8 +5793,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 523 BindOnEquip: false @@ -6334,8 +5809,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 546 BindOnEquip: false @@ -6352,8 +5825,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 564 BindOnEquip: false @@ -6370,8 +5841,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 624 BindOnEquip: false @@ -6388,8 +5857,6 @@ item_db: ( Def: 20 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 625 BindOnEquip: false @@ -6406,8 +5873,6 @@ item_db: ( Def: 25 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 626 BindOnEquip: false @@ -6424,8 +5889,6 @@ item_db: ( Def: 25 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 645 BindOnEquip: false @@ -6442,8 +5905,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 649 BindOnEquip: false @@ -6464,8 +5925,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 650 BindOnEquip: false @@ -6486,8 +5945,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 651 BindOnEquip: false @@ -6504,8 +5961,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 652 BindOnEquip: false @@ -6522,8 +5977,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 653 BindOnEquip: false @@ -6544,8 +5997,6 @@ item_db: ( Def: 27 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 658 BindOnEquip: false @@ -6562,8 +6013,6 @@ item_db: ( Def: 27 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 659 BindOnEquip: false @@ -6580,8 +6029,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 688 BindOnEquip: false @@ -6598,8 +6045,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 689 BindOnEquip: false @@ -6616,8 +6061,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 720 BindOnEquip: false @@ -6634,8 +6077,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 726 BindOnEquip: false @@ -6681,8 +6122,6 @@ item_db: ( Def: 20 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 767 BindOnEquip: false @@ -6703,8 +6142,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 782 BindOnEquip: false @@ -6724,8 +6161,6 @@ item_db: ( Def: 15 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 783 BindOnEquip: false @@ -6742,8 +6177,6 @@ item_db: ( Def: 12 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 791 BindOnEquip: false @@ -6760,8 +6193,6 @@ item_db: ( Def: 25 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 793 BindOnEquip: false @@ -6778,8 +6209,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 798 BindOnEquip: false @@ -6799,8 +6228,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 870 BindOnEquip: false @@ -6851,8 +6278,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1178 BindOnEquip: false @@ -6869,8 +6294,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1183 BindOnEquip: false @@ -6887,8 +6310,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1184 BindOnEquip: false @@ -6905,8 +6326,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1185 BindOnEquip: false @@ -6923,8 +6342,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1186 BindOnEquip: false @@ -6941,8 +6358,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1187 BindOnEquip: false @@ -6959,8 +6374,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1202 BindOnEquip: false @@ -6977,8 +6390,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2050 BindOnEquip: false @@ -6995,8 +6406,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2051 BindOnEquip: false @@ -7013,8 +6422,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2052 BindOnEquip: false @@ -7031,8 +6438,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2053 BindOnEquip: false @@ -7049,8 +6454,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2054 BindOnEquip: false @@ -7067,8 +6470,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2055 BindOnEquip: false @@ -7085,8 +6486,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2056 BindOnEquip: false @@ -7103,8 +6502,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2057 BindOnEquip: false @@ -7121,8 +6518,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2058 BindOnEquip: false @@ -7139,8 +6534,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2059 BindOnEquip: false @@ -7157,8 +6550,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2060 BindOnEquip: false @@ -7175,8 +6566,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2061 BindOnEquip: false @@ -7193,8 +6582,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2062 BindOnEquip: false @@ -7211,8 +6598,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2063 BindOnEquip: false @@ -7229,8 +6614,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2064 BindOnEquip: false @@ -7247,8 +6630,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2065 BindOnEquip: false @@ -7265,8 +6646,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2066 BindOnEquip: false @@ -7283,8 +6662,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2067 BindOnEquip: false @@ -7301,8 +6678,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2068 BindOnEquip: false @@ -7319,8 +6694,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2069 BindOnEquip: false @@ -7337,8 +6710,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2070 BindOnEquip: false @@ -7355,8 +6726,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2071 BindOnEquip: false @@ -7373,8 +6742,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2072 BindOnEquip: false @@ -7391,8 +6758,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2073 BindOnEquip: false @@ -7409,8 +6774,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2074 BindOnEquip: false @@ -7427,8 +6790,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2075 BindOnEquip: false @@ -7445,8 +6806,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2076 BindOnEquip: false @@ -7463,8 +6822,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2077 BindOnEquip: false @@ -7481,8 +6838,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2078 BindOnEquip: false @@ -7499,8 +6854,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2079 BindOnEquip: false @@ -7517,8 +6870,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2080 BindOnEquip: false @@ -7535,8 +6886,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2081 BindOnEquip: false @@ -7553,8 +6902,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2082 BindOnEquip: false @@ -7571,8 +6918,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2083 BindOnEquip: false @@ -7589,8 +6934,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2084 BindOnEquip: false @@ -7607,8 +6950,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2085 BindOnEquip: false @@ -7625,8 +6966,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2086 BindOnEquip: false @@ -7643,8 +6982,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2087 BindOnEquip: false @@ -7661,8 +6998,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2088 BindOnEquip: false @@ -7679,8 +7014,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2089 BindOnEquip: false @@ -7697,8 +7030,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2090 BindOnEquip: false @@ -7715,8 +7046,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2091 BindOnEquip: false @@ -7733,8 +7062,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2092 BindOnEquip: false @@ -7751,8 +7078,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2093 BindOnEquip: false @@ -7769,8 +7094,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2094 BindOnEquip: false @@ -7787,8 +7110,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2095 BindOnEquip: false @@ -7805,8 +7126,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2096 BindOnEquip: false @@ -7823,8 +7142,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2097 BindOnEquip: false @@ -7841,8 +7158,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2098 BindOnEquip: false @@ -7859,8 +7174,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2099 BindOnEquip: false @@ -7877,8 +7190,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2120 BindOnEquip: false @@ -7895,8 +7206,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2121 BindOnEquip: false @@ -7913,8 +7222,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2122 BindOnEquip: false @@ -7931,8 +7238,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2123 BindOnEquip: false @@ -7949,8 +7254,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2124 BindOnEquip: false @@ -7967,8 +7270,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2125 BindOnEquip: false @@ -7985,8 +7286,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2126 BindOnEquip: false @@ -8003,8 +7302,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2127 BindOnEquip: false @@ -8021,8 +7318,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2128 BindOnEquip: false @@ -8039,8 +7334,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2129 BindOnEquip: false @@ -8057,8 +7350,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2220 BindOnEquip: false @@ -8078,8 +7369,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2221 BindOnEquip: false @@ -8099,8 +7388,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2222 BindOnEquip: false @@ -8120,8 +7407,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2223 BindOnEquip: false @@ -8141,8 +7426,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2224 BindOnEquip: false @@ -8162,8 +7445,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2225 BindOnEquip: false @@ -8183,8 +7464,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2226 BindOnEquip: false @@ -8204,8 +7483,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2227 BindOnEquip: false @@ -8225,8 +7502,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2228 BindOnEquip: false @@ -8246,8 +7521,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2229 BindOnEquip: false @@ -8267,8 +7540,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2240 BindOnEquip: false @@ -8285,8 +7556,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2241 BindOnEquip: false @@ -8303,8 +7572,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2242 BindOnEquip: false @@ -8321,8 +7588,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2243 BindOnEquip: false @@ -8339,8 +7604,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2244 BindOnEquip: false @@ -8357,8 +7620,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2245 BindOnEquip: false @@ -8375,8 +7636,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2246 BindOnEquip: false @@ -8393,8 +7652,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2247 BindOnEquip: false @@ -8411,8 +7668,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2248 BindOnEquip: false @@ -8429,8 +7684,6 @@ item_db: ( Def: 8 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2249 BindOnEquip: false @@ -8447,8 +7700,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5000 BindOnEquip: false @@ -8468,8 +7719,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5001 BindOnEquip: false @@ -8489,8 +7738,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5002 BindOnEquip: false @@ -8510,8 +7757,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5003 BindOnEquip: false @@ -8531,8 +7776,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5004 BindOnEquip: false @@ -8552,8 +7795,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5005 BindOnEquip: false @@ -8573,8 +7814,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5006 BindOnEquip: false @@ -8594,8 +7833,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5007 BindOnEquip: false @@ -8615,8 +7852,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5008 BindOnEquip: false @@ -8636,8 +7871,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5009 BindOnEquip: false @@ -8657,8 +7890,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5010 BindOnEquip: false @@ -8678,8 +7909,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5011 BindOnEquip: false @@ -8699,8 +7928,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5012 BindOnEquip: false @@ -8720,8 +7947,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5013 BindOnEquip: false @@ -8741,8 +7966,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5014 BindOnEquip: false @@ -8762,8 +7985,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5015 BindOnEquip: false @@ -8783,8 +8004,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5016 BindOnEquip: false @@ -8804,8 +8023,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5017 BindOnEquip: false @@ -8825,8 +8042,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5018 BindOnEquip: false @@ -8846,8 +8061,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5019 BindOnEquip: false @@ -8867,8 +8080,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5020 BindOnEquip: false @@ -8888,8 +8099,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5021 BindOnEquip: false @@ -8909,8 +8118,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5022 BindOnEquip: false @@ -8930,8 +8137,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5023 BindOnEquip: false @@ -8951,8 +8156,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5024 BindOnEquip: false @@ -8972,8 +8175,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5025 BindOnEquip: false @@ -8993,8 +8194,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5026 BindOnEquip: false @@ -9014,8 +8213,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5027 BindOnEquip: false @@ -9035,8 +8232,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5028 BindOnEquip: false @@ -9056,8 +8251,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5029 BindOnEquip: false @@ -9077,8 +8270,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5030 BindOnEquip: false @@ -9098,8 +8289,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5031 BindOnEquip: false @@ -9119,8 +8308,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5032 BindOnEquip: false @@ -9140,8 +8327,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5033 BindOnEquip: false @@ -9161,8 +8346,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5034 BindOnEquip: false @@ -9182,8 +8365,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5035 BindOnEquip: false @@ -9203,8 +8384,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5036 BindOnEquip: false @@ -9224,8 +8403,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5037 BindOnEquip: false @@ -9245,8 +8422,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5038 BindOnEquip: false @@ -9266,8 +8441,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5039 BindOnEquip: false @@ -9287,8 +8460,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5040 BindOnEquip: false @@ -9308,8 +8479,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5041 BindOnEquip: false @@ -9329,8 +8498,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5042 BindOnEquip: false @@ -9350,8 +8517,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5043 BindOnEquip: false @@ -9371,8 +8536,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5044 BindOnEquip: false @@ -9392,8 +8555,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5045 BindOnEquip: false @@ -9413,8 +8574,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5046 BindOnEquip: false @@ -9434,8 +8593,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5047 BindOnEquip: false @@ -9455,8 +8612,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5048 BindOnEquip: false @@ -9476,8 +8631,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5049 BindOnEquip: false @@ -9497,8 +8650,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5050 BindOnEquip: false @@ -9518,8 +8669,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5051 BindOnEquip: false @@ -9539,8 +8688,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5052 BindOnEquip: false @@ -9560,8 +8707,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5053 BindOnEquip: false @@ -9581,8 +8726,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5054 BindOnEquip: false @@ -9602,8 +8745,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5055 BindOnEquip: false @@ -9623,8 +8764,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5056 BindOnEquip: false @@ -9644,8 +8783,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5057 BindOnEquip: false @@ -9665,8 +8802,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5058 BindOnEquip: false @@ -9686,8 +8821,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5059 BindOnEquip: false @@ -9707,8 +8840,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5060 BindOnEquip: false @@ -9728,8 +8859,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5061 BindOnEquip: false @@ -9749,8 +8878,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5062 BindOnEquip: false @@ -9770,8 +8897,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5063 BindOnEquip: false @@ -9791,8 +8916,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5064 BindOnEquip: false @@ -9812,8 +8935,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5065 BindOnEquip: false @@ -9833,8 +8954,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5066 BindOnEquip: false @@ -9854,8 +8973,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5067 BindOnEquip: false @@ -9875,8 +8992,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5068 BindOnEquip: false @@ -9896,8 +9011,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5069 BindOnEquip: false @@ -9917,8 +9030,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5070 BindOnEquip: false @@ -9938,8 +9049,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5071 BindOnEquip: false @@ -9959,8 +9068,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5072 BindOnEquip: false @@ -9980,8 +9087,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5073 BindOnEquip: false @@ -10001,8 +9106,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5074 BindOnEquip: false @@ -10022,8 +9125,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5075 BindOnEquip: false @@ -10043,8 +9144,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5076 BindOnEquip: false @@ -10064,8 +9163,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5077 BindOnEquip: false @@ -10085,8 +9182,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5078 BindOnEquip: false @@ -10106,8 +9201,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5079 BindOnEquip: false @@ -10127,8 +9220,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5080 BindOnEquip: false @@ -10148,8 +9239,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5081 BindOnEquip: false @@ -10169,8 +9258,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5082 BindOnEquip: false @@ -10190,8 +9277,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5083 BindOnEquip: false @@ -10211,8 +9296,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5084 BindOnEquip: false @@ -10232,8 +9315,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5085 BindOnEquip: false @@ -10253,8 +9334,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5086 BindOnEquip: false @@ -10274,8 +9353,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5087 BindOnEquip: false @@ -10295,8 +9372,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5088 BindOnEquip: false @@ -10316,8 +9391,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5089 BindOnEquip: false @@ -10337,8 +9410,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5090 BindOnEquip: false @@ -10358,8 +9429,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5091 BindOnEquip: false @@ -10379,8 +9448,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5092 BindOnEquip: false @@ -10400,8 +9467,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5093 BindOnEquip: false @@ -10421,8 +9486,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5094 BindOnEquip: false @@ -10442,8 +9505,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5095 BindOnEquip: false @@ -10463,8 +9524,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5096 BindOnEquip: false @@ -10484,8 +9543,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5097 BindOnEquip: false @@ -10505,8 +9562,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5098 BindOnEquip: false @@ -10526,8 +9581,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5099 BindOnEquip: false @@ -10547,8 +9600,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5100 BindOnEquip: false @@ -10568,8 +9619,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5101 BindOnEquip: false @@ -10589,8 +9638,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5102 BindOnEquip: false @@ -10610,8 +9657,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5103 BindOnEquip: false @@ -10631,8 +9676,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5104 BindOnEquip: false @@ -10652,8 +9695,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5105 BindOnEquip: false @@ -10673,8 +9714,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5106 BindOnEquip: false @@ -10694,8 +9733,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5107 BindOnEquip: false @@ -10715,8 +9752,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5108 BindOnEquip: false @@ -10736,8 +9771,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5109 BindOnEquip: false @@ -10757,8 +9790,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5131 BindOnEquip: false @@ -10775,8 +9806,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5132 BindOnEquip: false @@ -10793,8 +9822,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5133 BindOnEquip: false @@ -10811,8 +9838,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5134 BindOnEquip: false @@ -10829,8 +9854,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5135 BindOnEquip: false @@ -10847,8 +9870,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5136 BindOnEquip: false @@ -10865,8 +9886,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5137 BindOnEquip: false @@ -10883,8 +9902,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5138 BindOnEquip: false @@ -10901,8 +9918,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5139 BindOnEquip: false @@ -10919,8 +9934,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5140 BindOnEquip: false @@ -10937,8 +9950,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5206 BindOnEquip: false @@ -10955,8 +9966,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5207 BindOnEquip: false @@ -10973,8 +9982,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5208 BindOnEquip: false @@ -10991,8 +9998,6 @@ item_db: ( Def: 24 Slots: 0 Loc: 512 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5254 BindOnEquip: false @@ -11013,8 +10018,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 511 BindOnEquip: false @@ -11031,8 +10034,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 524 BindOnEquip: false @@ -11049,8 +10050,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 525 BindOnEquip: false @@ -11067,8 +10066,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 543 BindOnEquip: false @@ -11085,8 +10082,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 544 BindOnEquip: false @@ -11103,8 +10098,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 615 BindOnEquip: false @@ -11121,8 +10114,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 616 BindOnEquip: false @@ -11139,8 +10130,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 617 BindOnEquip: false @@ -11157,8 +10146,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 618 BindOnEquip: false @@ -11175,8 +10162,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 619 BindOnEquip: false @@ -11193,8 +10178,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 620 BindOnEquip: false @@ -11211,8 +10194,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 621 BindOnEquip: false @@ -11229,8 +10210,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 622 BindOnEquip: false @@ -11247,8 +10226,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 627 BindOnEquip: false @@ -11265,8 +10242,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 628 BindOnEquip: false @@ -11283,8 +10258,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 629 BindOnEquip: false @@ -11301,8 +10274,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 630 BindOnEquip: false @@ -11319,8 +10290,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 633 BindOnEquip: false @@ -11337,8 +10306,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 634 BindOnEquip: false @@ -11355,8 +10322,6 @@ item_db: ( Def: 18 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 636 BindOnEquip: false @@ -11373,8 +10338,6 @@ item_db: ( Def: 15 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 637 BindOnEquip: false @@ -11391,8 +10354,6 @@ item_db: ( Def: 15 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 638 BindOnEquip: false @@ -11409,8 +10370,6 @@ item_db: ( Def: 18 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 639 BindOnEquip: false @@ -11427,8 +10386,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 643 BindOnEquip: false @@ -11445,8 +10402,6 @@ item_db: ( Def: 6 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 644 BindOnEquip: false @@ -11463,8 +10418,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 646 BindOnEquip: false @@ -11481,8 +10434,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 647 BindOnEquip: false @@ -11499,8 +10450,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 654 BindOnEquip: false @@ -11517,8 +10466,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 656 BindOnEquip: false @@ -11535,8 +10482,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 675 BindOnEquip: false @@ -11553,8 +10498,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 678 BindOnEquip: false @@ -11571,8 +10514,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 679 BindOnEquip: false @@ -11589,8 +10530,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 721 BindOnEquip: false @@ -11610,8 +10549,6 @@ item_db: ( Def: 7 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 722 BindOnEquip: false @@ -11631,8 +10568,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 723 BindOnEquip: false @@ -11649,8 +10584,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 724 BindOnEquip: false @@ -11667,8 +10600,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 725 BindOnEquip: false @@ -11688,8 +10619,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 751 BindOnEquip: false @@ -11706,8 +10635,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 752 BindOnEquip: false @@ -11724,8 +10651,6 @@ item_db: ( Def: 19 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 759 BindOnEquip: false @@ -11742,8 +10667,6 @@ item_db: ( Def: 50 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 760 BindOnEquip: false @@ -11760,8 +10683,6 @@ item_db: ( Def: 21 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 761 BindOnEquip: false @@ -11778,8 +10699,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 764 BindOnEquip: false @@ -11796,8 +10715,6 @@ item_db: ( Def: 15 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 765 BindOnEquip: false @@ -11814,8 +10731,6 @@ item_db: ( Def: 15 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 766 BindOnEquip: false @@ -11835,8 +10750,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 769 BindOnEquip: false @@ -11853,8 +10766,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 770 BindOnEquip: false @@ -11874,8 +10785,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 781 BindOnEquip: false @@ -11892,8 +10801,6 @@ item_db: ( Def: 15 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 795 BindOnEquip: false @@ -11910,8 +10817,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 800 BindOnEquip: false @@ -11928,8 +10833,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 801 BindOnEquip: false @@ -11949,8 +10852,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 848 BindOnEquip: false @@ -11967,8 +10868,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 854 BindOnEquip: false @@ -11985,8 +10884,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 855 BindOnEquip: false @@ -12003,8 +10900,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 856 BindOnEquip: false @@ -12165,8 +11060,6 @@ item_db: ( Def: 60 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 888 BindOnEquip: false @@ -12192,8 +11085,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 889 BindOnEquip: false @@ -12210,8 +11101,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 890 BindOnEquip: false @@ -12228,8 +11117,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 897 BindOnEquip: false @@ -12246,8 +11133,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 898 BindOnEquip: false @@ -12264,8 +11149,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 899 BindOnEquip: false @@ -12282,8 +11165,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 900 BindOnEquip: false @@ -12300,8 +11181,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 901 BindOnEquip: false @@ -12318,8 +11197,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 902 BindOnEquip: false @@ -12336,8 +11213,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 905 BindOnEquip: false @@ -12354,8 +11229,6 @@ item_db: ( Def: 9 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1173 BindOnEquip: false @@ -12372,8 +11245,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1174 BindOnEquip: false @@ -12390,8 +11261,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1175 BindOnEquip: false @@ -12408,8 +11277,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1190 BindOnEquip: false @@ -12426,8 +11293,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1196 BindOnEquip: false @@ -12447,8 +11312,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1203 BindOnEquip: false @@ -12465,8 +11328,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1204 BindOnEquip: false @@ -12483,8 +11344,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1205 BindOnEquip: false @@ -12501,8 +11360,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1206 BindOnEquip: false @@ -12519,8 +11376,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1214 BindOnEquip: false @@ -12537,8 +11392,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1216 BindOnEquip: false @@ -12555,8 +11408,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1217 BindOnEquip: false @@ -12576,8 +11427,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1218 BindOnEquip: false @@ -12597,8 +11446,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1219 BindOnEquip: false @@ -12619,8 +11466,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1220 BindOnEquip: false @@ -12640,8 +11485,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1221 BindOnEquip: false @@ -12658,8 +11501,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1242 BindOnEquip: false @@ -12676,8 +11517,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1247 BindOnEquip: false @@ -12733,8 +11572,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1275 BindOnEquip: false @@ -12754,8 +11591,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1276 BindOnEquip: false @@ -12772,8 +11607,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1277 BindOnEquip: false @@ -12790,8 +11623,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1278 BindOnEquip: false @@ -12808,8 +11639,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1279 BindOnEquip: false @@ -12826,8 +11655,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2130 BindOnEquip: false @@ -12844,8 +11671,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2131 BindOnEquip: false @@ -12862,8 +11687,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2132 BindOnEquip: false @@ -12880,8 +11703,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2133 BindOnEquip: false @@ -12898,8 +11719,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2134 BindOnEquip: false @@ -12916,8 +11735,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2135 BindOnEquip: false @@ -12934,8 +11751,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2136 BindOnEquip: false @@ -12952,8 +11767,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2137 BindOnEquip: false @@ -12970,8 +11783,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2138 BindOnEquip: false @@ -12988,8 +11799,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2139 BindOnEquip: false @@ -13006,8 +11815,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2140 BindOnEquip: false @@ -13024,8 +11831,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2141 BindOnEquip: false @@ -13042,8 +11847,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2142 BindOnEquip: false @@ -13060,8 +11863,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2143 BindOnEquip: false @@ -13078,8 +11879,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2144 BindOnEquip: false @@ -13096,8 +11895,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2145 BindOnEquip: false @@ -13114,8 +11911,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2146 BindOnEquip: false @@ -13132,8 +11927,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2147 BindOnEquip: false @@ -13150,8 +11943,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2148 BindOnEquip: false @@ -13168,8 +11959,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2149 BindOnEquip: false @@ -13576,8 +12365,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2210 BindOnEquip: false @@ -13594,8 +12381,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2211 BindOnEquip: false @@ -13612,8 +12397,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2212 BindOnEquip: false @@ -13630,8 +12413,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2213 BindOnEquip: false @@ -13648,8 +12429,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2214 BindOnEquip: false @@ -13666,8 +12445,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2215 BindOnEquip: false @@ -13684,8 +12461,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2216 BindOnEquip: false @@ -13702,8 +12477,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2217 BindOnEquip: false @@ -13720,8 +12493,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2218 BindOnEquip: false @@ -13738,8 +12509,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2219 BindOnEquip: false @@ -13756,8 +12525,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2230 BindOnEquip: false @@ -13774,8 +12541,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2231 BindOnEquip: false @@ -13792,8 +12557,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2232 BindOnEquip: false @@ -13810,8 +12573,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2233 BindOnEquip: false @@ -13828,8 +12589,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2234 BindOnEquip: false @@ -13846,8 +12605,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2235 BindOnEquip: false @@ -13864,8 +12621,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2236 BindOnEquip: false @@ -13882,8 +12637,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2237 BindOnEquip: false @@ -13900,8 +12653,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2238 BindOnEquip: false @@ -13918,8 +12669,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2239 BindOnEquip: false @@ -13936,8 +12685,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2260 BindOnEquip: false @@ -13957,8 +12704,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2261 BindOnEquip: false @@ -13978,8 +12723,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2262 BindOnEquip: false @@ -13999,8 +12742,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2263 BindOnEquip: false @@ -14020,8 +12761,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2264 BindOnEquip: false @@ -14041,8 +12780,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2265 BindOnEquip: false @@ -14062,8 +12799,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2266 BindOnEquip: false @@ -14083,8 +12818,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2267 BindOnEquip: false @@ -14104,8 +12837,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2268 BindOnEquip: false @@ -14125,8 +12856,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2269 BindOnEquip: false @@ -14146,8 +12875,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2270 BindOnEquip: false @@ -14167,8 +12894,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2271 BindOnEquip: false @@ -14188,8 +12913,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2272 BindOnEquip: false @@ -14209,8 +12932,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2273 BindOnEquip: false @@ -14230,8 +12951,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 2274 BindOnEquip: false @@ -14251,8 +12970,6 @@ item_db: ( Def: 16 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4020 BindOnEquip: false @@ -14273,8 +12990,6 @@ item_db: ( Def: 4 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4027 BindOnEquip: false @@ -14312,8 +13027,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4030 BindOnEquip: false @@ -14330,8 +13043,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4031 BindOnEquip: false @@ -14353,8 +13064,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4032 BindOnEquip: false @@ -14371,8 +13080,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4033 BindOnEquip: false @@ -14389,8 +13096,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4042 BindOnEquip: false @@ -14407,8 +13112,6 @@ item_db: ( Def: 19 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5128 BindOnEquip: false @@ -14429,8 +13132,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5129 BindOnEquip: false @@ -14453,8 +13154,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5130 BindOnEquip: false @@ -14475,8 +13174,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5200 BindOnEquip: false @@ -14517,8 +13214,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5202 BindOnEquip: false @@ -14535,8 +13230,6 @@ item_db: ( Def: 15 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5203 BindOnEquip: false @@ -14553,8 +13246,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5204 BindOnEquip: false @@ -14571,8 +13262,6 @@ item_db: ( Def: 5 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5205 BindOnEquip: false @@ -14589,8 +13278,6 @@ item_db: ( Def: 16 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5209 BindOnEquip: false @@ -14612,8 +13299,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5226 BindOnEquip: false @@ -14630,8 +13315,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5227 BindOnEquip: false @@ -14648,8 +13331,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5228 BindOnEquip: false @@ -14666,8 +13347,6 @@ item_db: ( Def: 10 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5229 BindOnEquip: false @@ -14688,8 +13367,6 @@ item_db: ( Def: 12 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5230 BindOnEquip: false @@ -14709,8 +13386,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5231 BindOnEquip: false @@ -14727,8 +13402,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5232 BindOnEquip: false @@ -14745,8 +13418,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5233 BindOnEquip: false @@ -14763,8 +13434,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5234 BindOnEquip: false @@ -14781,8 +13450,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5238 BindOnEquip: false @@ -14799,8 +13466,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5239 BindOnEquip: false @@ -14820,8 +13485,6 @@ item_db: ( Def: 1 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5240 BindOnEquip: false @@ -14838,8 +13501,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5241 BindOnEquip: false @@ -14856,8 +13517,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5242 BindOnEquip: false @@ -14874,8 +13533,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5243 BindOnEquip: false @@ -14892,8 +13549,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5244 BindOnEquip: false @@ -14910,8 +13565,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5245 BindOnEquip: false @@ -14928,8 +13581,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5246 BindOnEquip: false @@ -14946,8 +13597,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5247 BindOnEquip: false @@ -14964,8 +13613,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5248 BindOnEquip: false @@ -14982,8 +13629,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5249 BindOnEquip: false @@ -15000,8 +13645,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5250 BindOnEquip: false @@ -15018,8 +13661,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5255 BindOnEquip: false @@ -15036,8 +13677,6 @@ item_db: ( Def: 2 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5257 BindOnEquip: false @@ -15054,8 +13693,6 @@ item_db: ( Def: 0 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5258 BindOnEquip: false @@ -15072,8 +13709,6 @@ item_db: ( Def: 13 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5259 BindOnEquip: false @@ -15093,8 +13728,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5262 BindOnEquip: false @@ -15111,8 +13744,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5264 BindOnEquip: false @@ -15129,8 +13760,6 @@ item_db: ( Def: 3 Slots: 0 Loc: 256 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5266 BindOnEquip: false @@ -15149,8 +13778,6 @@ item_db: ( Weight: 4 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 501 BindOnEquip: false @@ -15169,8 +13796,6 @@ item_db: ( Weight: 7 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 502 BindOnEquip: false @@ -15189,8 +13814,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 506 BindOnEquip: false @@ -15209,8 +13832,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 508 BindOnEquip: false @@ -15229,8 +13850,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 509 BindOnEquip: false @@ -15249,8 +13868,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 510 BindOnEquip: false @@ -15269,8 +13886,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 512 BindOnEquip: false @@ -15289,8 +13904,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 513 BindOnEquip: false @@ -15309,8 +13922,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 514 BindOnEquip: false @@ -15329,8 +13940,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 519 BindOnEquip: false @@ -15349,8 +13958,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 520 BindOnEquip: false @@ -15369,8 +13976,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 527 BindOnEquip: false @@ -15389,8 +13994,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 533 BindOnEquip: false @@ -15409,8 +14012,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 534 BindOnEquip: false @@ -15429,8 +14030,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 535 BindOnEquip: false @@ -15449,14 +14048,12 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 539 BindOnEquip: false Delay: 0 Script: <" - heal 200, 5, 1; + heal 200, 5; "> }, { @@ -15469,8 +14066,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 541 BindOnEquip: false @@ -15490,8 +14085,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 562 BindOnEquip: false @@ -15510,8 +14103,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 565 BindOnEquip: false @@ -15530,8 +14121,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 566 BindOnEquip: false @@ -15550,8 +14139,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 567 BindOnEquip: false @@ -15570,8 +14157,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 568 BindOnEquip: false @@ -15590,8 +14175,6 @@ item_db: ( Weight: 7 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 657 BindOnEquip: false @@ -15610,8 +14193,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 676 BindOnEquip: false @@ -15630,8 +14211,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 684 BindOnEquip: false @@ -15650,8 +14229,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 685 BindOnEquip: false @@ -15670,8 +14247,6 @@ item_db: ( Weight: 15 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 686 BindOnEquip: false @@ -15690,8 +14265,6 @@ item_db: ( Weight: 25 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 687 BindOnEquip: false @@ -15710,14 +14283,12 @@ item_db: ( Weight: 50 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 705 BindOnEquip: false Delay: 0 Script: <" - heal 0, 10, 1; + heal 0, 10; callfunc "MagicGainBasic"; "> }, @@ -15731,8 +14302,6 @@ item_db: ( Weight: 4 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 714 BindOnEquip: false @@ -15751,8 +14320,6 @@ item_db: ( Weight: 4 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 715 BindOnEquip: false @@ -15771,8 +14338,6 @@ item_db: ( Weight: 4 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 716 BindOnEquip: false @@ -15791,8 +14356,6 @@ item_db: ( Weight: 4 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 717 BindOnEquip: false @@ -15811,8 +14374,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 719 BindOnEquip: false @@ -15831,8 +14392,6 @@ item_db: ( Weight: 15 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 733 BindOnEquip: false @@ -15851,8 +14410,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 736 BindOnEquip: false @@ -15871,8 +14428,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 737 BindOnEquip: false @@ -15891,8 +14446,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 738 BindOnEquip: false @@ -15911,8 +14464,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 739 BindOnEquip: false @@ -15931,8 +14482,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 743 BindOnEquip: false @@ -15951,8 +14500,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 744 BindOnEquip: false @@ -15971,8 +14518,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 745 BindOnEquip: false @@ -15992,8 +14537,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 747 BindOnEquip: false @@ -16012,8 +14555,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 748 BindOnEquip: false @@ -16032,8 +14573,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 750 BindOnEquip: false @@ -16053,8 +14592,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 784 BindOnEquip: false @@ -16073,8 +14610,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 785 BindOnEquip: false @@ -16093,8 +14628,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 786 BindOnEquip: false @@ -16113,8 +14646,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 787 BindOnEquip: false @@ -16133,8 +14664,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 788 BindOnEquip: false @@ -16153,8 +14682,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 789 BindOnEquip: false @@ -16173,8 +14700,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 790 BindOnEquip: false @@ -16193,8 +14718,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 808 BindOnEquip: false @@ -16214,8 +14737,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 809 BindOnEquip: false @@ -16235,8 +14756,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 810 BindOnEquip: false @@ -16256,8 +14775,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 811 BindOnEquip: false @@ -16277,8 +14794,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 812 BindOnEquip: false @@ -16298,8 +14813,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 813 BindOnEquip: false @@ -16319,8 +14832,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 814 BindOnEquip: false @@ -16340,8 +14851,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 815 BindOnEquip: false @@ -16361,8 +14870,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 816 BindOnEquip: false @@ -16382,8 +14889,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 817 BindOnEquip: false @@ -16403,8 +14908,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 818 BindOnEquip: false @@ -16424,14 +14927,12 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 825 BindOnEquip: false Delay: 0 Script: <" - heal 0, 25, 1; + heal 0, 25; "> }, { @@ -16444,14 +14945,12 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 826 BindOnEquip: false Delay: 0 Script: <" - heal 0, 50, 1; + heal 0, 50; "> }, { @@ -16464,14 +14963,12 @@ item_db: ( Weight: 15 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 827 BindOnEquip: false Delay: 0 Script: <" - heal 0, 100, 1; + heal 0, 100; "> }, { @@ -16484,14 +14981,12 @@ item_db: ( Weight: 25 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 828 BindOnEquip: false Delay: 0 Script: <" - heal 0, 250, 1; + heal 0, 250; "> }, { @@ -16504,8 +14999,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 838 BindOnEquip: false @@ -16524,8 +15017,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 839 BindOnEquip: false @@ -16544,8 +15035,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 840 BindOnEquip: false @@ -16564,14 +15053,12 @@ item_db: ( Weight: 4 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1189 BindOnEquip: false Delay: 0 Script: <" - heal 75, 10, 1; + heal 75, 10; "> }, { @@ -16584,8 +15071,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1229 BindOnEquip: false @@ -16604,8 +15089,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1230 BindOnEquip: false @@ -16624,8 +15107,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1231 BindOnEquip: false @@ -16644,8 +15125,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1232 BindOnEquip: false @@ -16664,8 +15143,6 @@ item_db: ( Weight: 6 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1248 BindOnEquip: false @@ -16684,8 +15161,6 @@ item_db: ( Weight: 7 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1250 BindOnEquip: false @@ -16704,8 +15179,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1251 BindOnEquip: false @@ -16724,8 +15197,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1252 BindOnEquip: false @@ -16744,14 +15215,12 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1253 BindOnEquip: false Delay: 0 Script: <" - heal 200, 0, 0; + heal 200, 0; "> }, { @@ -16764,8 +15233,6 @@ item_db: ( Weight: 20 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1258 BindOnEquip: false @@ -16784,8 +15251,6 @@ item_db: ( Weight: 120 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1280 BindOnEquip: false @@ -16804,8 +15269,6 @@ item_db: ( Weight: 5 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 1281 BindOnEquip: false @@ -16824,8 +15287,6 @@ item_db: ( Weight: 30 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3001 BindOnEquip: false @@ -16844,14 +15305,12 @@ item_db: ( Weight: 2 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3006 BindOnEquip: false Delay: 0 Script: <" - heal 10, 2, 1; + heal 10, 2; "> }, { @@ -16864,8 +15323,6 @@ item_db: ( Weight: 2 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3007 BindOnEquip: false @@ -16884,8 +15341,6 @@ item_db: ( Weight: 2 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3009 BindOnEquip: false @@ -16904,8 +15359,6 @@ item_db: ( Weight: 2 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 3010 BindOnEquip: false @@ -16924,8 +15377,6 @@ item_db: ( Weight: 150 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4035 BindOnEquip: false @@ -16944,8 +15395,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 4036 BindOnEquip: false @@ -16964,8 +15413,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5126 BindOnEquip: false @@ -16985,14 +15432,12 @@ item_db: ( Weight: 2 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5210 BindOnEquip: false Delay: 0 Script: <" - heal -10, -2, 1; + heal -10, -2; "> }, { @@ -17005,8 +15450,6 @@ item_db: ( Weight: 10 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5213 BindOnEquip: false @@ -17026,8 +15469,6 @@ item_db: ( Weight: 1 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5214 BindOnEquip: false @@ -17046,8 +15487,6 @@ item_db: ( Weight: 0 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5235 BindOnEquip: false @@ -17066,14 +15505,12 @@ item_db: ( 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)); + set Sex, Sex == 3 ? rand(0, 1) : (rand(0, 1) ? 3 : !Sex); "> }, { @@ -17086,8 +15523,6 @@ item_db: ( Weight: 0 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5237 BindOnEquip: false @@ -17106,8 +15541,6 @@ item_db: ( Weight: 0 Def: 0 Slots: 0 - WeaponLv: 0 - EquipLv: 0 Refine: false ViewSprite: 5263 BindOnEquip: false @@ -17117,17632 +15550,1296 @@ item_db: ( "> }, { - Id: 511 - AegisName: "SantaHat" - Name: "SantaHat" + Id: 586 + AegisName: "CottonShorts" + Name: "CottonShorts" Type: "IT_ARMOR" - Buy: 400 - Sell: 200 - Weight: 20 + Buy: 1000 + Sell: 500 + Weight: 15 Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 511 + ViewSprite: 586 BindOnEquip: false Delay: 0 }, { - Id: 524 - AegisName: "FancyHat" - Name: "FancyHat" + Id: 610 + AegisName: "JeansShorts" + Name: "JeansShorts" Type: "IT_ARMOR" - Buy: 1600 - Sell: 800 - Weight: 20 - Def: 5 + Buy: 2000 + Sell: 1000 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 1 Refine: false - ViewSprite: 524 + ViewSprite: 610 BindOnEquip: false Delay: 0 }, { - Id: 525 - AegisName: "MinersHat" - Name: "MinersHat" + Id: 632 + AegisName: "CottonSkirt" + Name: "CottonSkirt" Type: "IT_ARMOR" - Buy: 800 - Sell: 400 - Weight: 40 + Buy: 1000 + Sell: 500 + Weight: 10 Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 525 + ViewSprite: 632 BindOnEquip: false Delay: 0 }, { - Id: 543 - AegisName: "StandardHeadband" - Name: "StandardHeadband" + Id: 642 + AegisName: "JeansChaps" + Name: "JeansChaps" Type: "IT_ARMOR" - Buy: 800 - Sell: 400 - Weight: 10 - Def: 3 + Buy: 2000 + Sell: 1000 + Weight: 60 + Def: 6 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 1 Refine: false - ViewSprite: 543 + ViewSprite: 642 BindOnEquip: false Delay: 0 }, { - Id: 544 - AegisName: "SilkHeadband" - Name: "SilkHeadband" + Id: 648 + AegisName: "CottonTrousers" + Name: "CottonTrousers" Type: "IT_ARMOR" - Buy: 5000 - Sell: 2000 - Weight: 10 - Def: 10 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 544 + ViewSprite: 648 BindOnEquip: false Delay: 0 }, { - Id: 615 - AegisName: "PumpkinHelmet" - Name: "PumpkinHelmet" + Id: 731 + AegisName: "AssassinPants" + Name: "AssassinPants" Type: "IT_ARMOR" - Buy: 2000 - Sell: 1000 - Weight: 60 + Buy: 10000 + Sell: 3000 + Weight: 20 Def: 4 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 1 Refine: false - ViewSprite: 615 + ViewSprite: 731 BindOnEquip: false Delay: 0 + OnEquipScript: <" + callfunc "BrawlingItem"; + bonus bAgi, 5; + "> }, { - Id: 616 - AegisName: "AxeHat" - Name: "AxeHat" + Id: 768 + AegisName: "TerraniteLegs" + Name: "TerraniteLegs" Type: "IT_ARMOR" - Buy: 2000 - Sell: 1000 - Weight: 50 - Def: 4 + Buy: 10000 + Sell: 3000 + Weight: 30 + Def: 5 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 1 Refine: false - ViewSprite: 616 + ViewSprite: 768 BindOnEquip: false Delay: 0 + OnEquipScript: <" + bonus bAgi, 1; + bonus bMdef, 5; + "> }, { - Id: 617 - AegisName: "PirateHat" - Name: "PirateHat" + Id: 771 + AegisName: "Miniskirt" + Name: "Miniskirt" Type: "IT_ARMOR" - Buy: 2000 - Sell: 1000 - Weight: 40 + Buy: 1000 + Sell: 500 + Weight: 8 Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 617 + ViewSprite: 771 BindOnEquip: false Delay: 0 }, { - Id: 618 - AegisName: "Goggles" - Name: "Goggles" + Id: 796 + AegisName: "BromenalLegs" + Name: "BromenalLegs" Type: "IT_ARMOR" - Buy: 500 - Sell: 100 - Weight: 20 - Def: 2 + Buy: 2000 + Sell: 1000 + Weight: 150 + Def: 6 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 1 Refine: false - ViewSprite: 618 + ViewSprite: 796 BindOnEquip: false Delay: 0 }, { - Id: 619 - AegisName: "LeatherGoggles" - Name: "LeatherGoggles" + Id: 857 + AegisName: "LeatherTrousers" + Name: "LeatherTrousers" Type: "IT_ARMOR" Buy: 1000 Sell: 500 - Weight: 20 - Def: 3 + Weight: 25 + Def: 5 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 1 Refine: false - ViewSprite: 619 + ViewSprite: 857 BindOnEquip: false Delay: 0 + OnEquipScript: <" + bonus bHit, 2; + "> }, { - Id: 620 - AegisName: "Circlet" - Name: "Circlet" + Id: 881 + AegisName: "RaggedShorts" + Name: "RaggedShorts" Type: "IT_ARMOR" - Buy: 2000 - Sell: 1000 - Weight: 25 - Def: 4 + Buy: 60 + Sell: 1 + Weight: 7 + Def: 1 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 620 + ViewSprite: 881 BindOnEquip: false Delay: 0 }, { - Id: 621 - AegisName: "Eyepatch" - Name: "Eyepatch" + Id: 1172 + AegisName: "SilkPants" + Name: "SilkPants" Type: "IT_ARMOR" - Buy: 1000 - Sell: 500 - Weight: 5 - Def: 3 + Buy: 20000 + Sell: 750 + Weight: 10 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 621 + ViewSprite: 1172 BindOnEquip: false Delay: 0 }, { - Id: 622 - AegisName: "Bandana" - Name: "Bandana" + Id: 2100 + AegisName: "RedCottonSkirt" + Name: "RedCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 - Def: 3 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 622 + ViewSprite: 2100 BindOnEquip: false Delay: 0 }, { - Id: 627 - AegisName: "TopHat" - Name: "TopHat" + Id: 2101 + AegisName: "GreenCottonSkirt" + Name: "GreenCottonSkirt" Type: "IT_ARMOR" - Buy: 2500 - Sell: 1250 - Weight: 30 - Def: 10 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 627 + ViewSprite: 2101 BindOnEquip: false Delay: 0 }, { - Id: 628 - AegisName: "FunkyHat" - Name: "FunkyHat" + Id: 2102 + AegisName: "DarkBlueCottonSkirt" + Name: "DarkBlueCottonSkirt" Type: "IT_ARMOR" - Buy: 3000 - Sell: 1500 + Buy: 1000 + Sell: 500 Weight: 20 - Def: 13 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 628 + ViewSprite: 2102 BindOnEquip: false Delay: 0 }, { - Id: 629 - AegisName: "MushHat" - Name: "MushHat" + Id: 2103 + AegisName: "YellowCottonSkirt" + Name: "YellowCottonSkirt" Type: "IT_ARMOR" - Buy: 2500 - Sell: 1250 - Weight: 30 - Def: 10 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 629 + ViewSprite: 2103 BindOnEquip: false Delay: 0 }, { - Id: 630 - AegisName: "ShroomHat" - Name: "ShroomHat" + Id: 2104 + AegisName: "LightBlueCottonSkirt" + Name: "LightBlueCottonSkirt" Type: "IT_ARMOR" - Buy: 3000 - Sell: 1500 - Weight: 30 - Def: 13 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 630 + ViewSprite: 2104 BindOnEquip: false Delay: 0 }, { - Id: 633 - AegisName: "ChristmasElfHat" - Name: "ChristmasElfHat" + Id: 2105 + AegisName: "PinkCottonSkirt" + Name: "PinkCottonSkirt" Type: "IT_ARMOR" - Buy: 3000 - Sell: 1500 - Weight: 30 - Def: 13 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 633 + ViewSprite: 2105 BindOnEquip: false Delay: 0 }, { - Id: 634 - AegisName: "FaceMask" - Name: "FaceMask" + Id: 2106 + AegisName: "BlackCottonSkirt" + Name: "BlackCottonSkirt" Type: "IT_ARMOR" - Buy: 2500 - Sell: 1250 - Weight: 50 - Def: 10 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 634 + ViewSprite: 2106 BindOnEquip: false Delay: 0 }, { - Id: 636 - AegisName: "WarlordHelmet" - Name: "WarlordHelmet" + Id: 2107 + AegisName: "OrangeCottonSkirt" + Name: "OrangeCottonSkirt" Type: "IT_ARMOR" - Buy: 30000 - Sell: 3000 - Weight: 900 - Def: 18 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 636 + ViewSprite: 2107 BindOnEquip: false Delay: 0 }, { - Id: 637 - AegisName: "KnightsHelmet" - Name: "KnightsHelmet" + Id: 2108 + AegisName: "PurpleCottonSkirt" + Name: "PurpleCottonSkirt" Type: "IT_ARMOR" - Buy: 20000 - Sell: 2000 - Weight: 600 - Def: 15 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 637 + ViewSprite: 2108 BindOnEquip: false Delay: 0 }, { - Id: 638 - AegisName: "InfantryHelmet" - Name: "InfantryHelmet" + Id: 2109 + AegisName: "DarkGreenCottonSkirt" + Name: "DarkGreenCottonSkirt" Type: "IT_ARMOR" - Buy: 15000 - Sell: 1500 - Weight: 400 - Def: 15 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 638 + ViewSprite: 2109 BindOnEquip: false Delay: 0 }, { - Id: 639 - AegisName: "CrusadeHelmet" - Name: "CrusadeHelmet" + Id: 2110 + AegisName: "RedCottonShorts" + Name: "RedCottonShorts" Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 1300 - Def: 18 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 639 + ViewSprite: 2110 BindOnEquip: false Delay: 0 }, { - Id: 643 - AegisName: "WhiteCowboyHat" - Name: "WhiteCowboyHat" + Id: 2111 + AegisName: "GreenCottonShorts" + Name: "GreenCottonShorts" Type: "IT_ARMOR" - Buy: 1800 - Sell: 900 - Weight: 30 - Def: 6 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 643 + ViewSprite: 2111 BindOnEquip: false Delay: 0 }, { - Id: 644 - AegisName: "BlackCowboyHat" - Name: "BlackCowboyHat" + Id: 2112 + AegisName: "DarkBlueCottonShorts" + Name: "DarkBlueCottonShorts" Type: "IT_ARMOR" - Buy: 1800 - Sell: 900 - Weight: 30 - Def: 6 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 644 + ViewSprite: 2112 BindOnEquip: false Delay: 0 }, { - Id: 646 - AegisName: "Crown" - Name: "Crown" + Id: 2113 + AegisName: "YellowCottonShorts" + Name: "YellowCottonShorts" Type: "IT_ARMOR" - Buy: 5000 - Sell: 1000 - Weight: 240 - Def: 4 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 646 + ViewSprite: 2113 BindOnEquip: false Delay: 0 }, { - Id: 647 - AegisName: "DevelopersCap" - Name: "DevelopersCap" + Id: 2114 + AegisName: "LightBlueCottonShorts" + Name: "LightBlueCottonShorts" Type: "IT_ARMOR" - Buy: 2000 + Buy: 1000 Sell: 500 Weight: 20 - Def: 5 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 647 + ViewSprite: 2114 BindOnEquip: false Delay: 0 }, { - Id: 654 - AegisName: "Cap" - Name: "Cap" + Id: 2115 + AegisName: "PinkCottonShorts" + Name: "PinkCottonShorts" Type: "IT_ARMOR" - Buy: 4000000 + Buy: 1000 Sell: 500 Weight: 20 - Def: 5 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 654 + ViewSprite: 2115 BindOnEquip: false Delay: 0 }, { - Id: 656 - AegisName: "SerfHat" - Name: "SerfHat" + Id: 2116 + AegisName: "BlackCottonShorts" + Name: "BlackCottonShorts" Type: "IT_ARMOR" - Buy: 500 - Sell: 100 + Buy: 1000 + Sell: 500 Weight: 20 Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 656 + ViewSprite: 2116 BindOnEquip: false Delay: 0 }, { - Id: 675 - AegisName: "GraduationCap" - Name: "GraduationCap" + Id: 2117 + AegisName: "OrangeCottonShorts" + Name: "OrangeCottonShorts" Type: "IT_ARMOR" Buy: 1000 - Sell: 250 + Sell: 500 Weight: 20 Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 675 + ViewSprite: 2117 BindOnEquip: false Delay: 0 }, { - Id: 678 - AegisName: "NohMask" - Name: "NohMask" + Id: 2118 + AegisName: "PurpleCottonShorts" + Name: "PurpleCottonShorts" Type: "IT_ARMOR" - Buy: 7000 - Sell: 1000 - Weight: 18 - Def: 3 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 678 + ViewSprite: 2118 BindOnEquip: false Delay: 0 }, { - Id: 679 - AegisName: "DemonMask" - Name: "DemonMask" + Id: 2119 + AegisName: "DarkGreenCottonShorts" + Name: "DarkGreenCottonShorts" Type: "IT_ARMOR" - Buy: 10000 - Sell: 5000 - Weight: 23 - Def: 3 + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 679 + ViewSprite: 2119 BindOnEquip: false Delay: 0 }, { - Id: 721 - AegisName: "HighPriestCrown" - Name: "HighPriestCrown" + Id: 2170 + AegisName: "RedMiniskirt" + Name: "RedMiniskirt" Type: "IT_ARMOR" - Buy: 6000000 - Sell: 5000 - Weight: 400 + Buy: 1000 + Sell: 500 + Weight: 8 Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 721 + ViewSprite: 2170 BindOnEquip: false Delay: 0 - OnEquipScript: <" - bonus bMaxSP, 20; - "> }, { - Id: 722 - AegisName: "MonsterSkullHelmet" - Name: "MonsterSkullHelmet" + Id: 2171 + AegisName: "GreenMiniskirt" + Name: "GreenMiniskirt" Type: "IT_ARMOR" - Buy: 6000000 - Sell: 3000 - Weight: 250 - Def: 7 + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 722 + ViewSprite: 2171 BindOnEquip: false Delay: 0 - OnEquipScript: <" - bonus bMdef, 20; - "> }, { - Id: 723 - AegisName: "DesertHat" - Name: "DesertHat" + Id: 2172 + AegisName: "DarkBlueMiniskirt" + Name: "DarkBlueMiniskirt" Type: "IT_ARMOR" - Buy: 2400 - Sell: 600 - Weight: 20 - Def: 3 + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 723 + ViewSprite: 2172 BindOnEquip: false Delay: 0 }, { - Id: 724 - AegisName: "CottonHeadband" - Name: "CottonHeadband" + Id: 2173 + AegisName: "YellowMiniskirt" + Name: "YellowMiniskirt" Type: "IT_ARMOR" - Buy: 3000 + Buy: 1000 Sell: 500 - Weight: 5 - Def: 2 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 724 + ViewSprite: 2173 BindOnEquip: false Delay: 0 }, { - Id: 725 - AegisName: "GMCap" - Name: "GMCap" + Id: 2174 + AegisName: "LightBlueMiniskirt" + Name: "LightBlueMiniskirt" Type: "IT_ARMOR" - Buy: 2000 + Buy: 1000 Sell: 500 - Weight: 20 - Def: 5 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 725 + ViewSprite: 2174 BindOnEquip: false Delay: 0 - OnEquipScript: <" - callfunc "RestrictedItem"; - "> }, { - Id: 751 - AegisName: "PinkieHat" - Name: "PinkieHat" + Id: 2175 + AegisName: "PinkMiniskirt" + Name: "PinkMiniskirt" Type: "IT_ARMOR" - Buy: 5000 - Sell: 1000 - Weight: 5 - Def: 1 + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 751 + ViewSprite: 2175 BindOnEquip: false Delay: 0 }, { - Id: 752 - AegisName: "FluffyHat" - Name: "FluffyHat" + Id: 2176 + AegisName: "BlackMiniskirt" + Name: "BlackMiniskirt" Type: "IT_ARMOR" - Buy: 7000 - Sell: 2000 - Weight: 10 - Def: 2 + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 752 + ViewSprite: 2176 BindOnEquip: false Delay: 0 }, { - Id: 759 - AegisName: "PaladinsHelmet" - Name: "PaladinsHelmet" + Id: 2177 + AegisName: "OrangeMiniskirt" + Name: "OrangeMiniskirt" Type: "IT_ARMOR" - Buy: 0 - Sell: 0 - Weight: 0 - Def: 19 + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 759 + ViewSprite: 2177 BindOnEquip: false Delay: 0 }, { - Id: 760 - AegisName: "OverlordsHelmet" - Name: "OverlordsHelmet" + Id: 2178 + AegisName: "PurpleMiniskirt" + Name: "PurpleMiniskirt" Type: "IT_ARMOR" - Buy: 0 - Sell: 0 - Weight: 0 - Def: 50 + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 760 + ViewSprite: 2178 BindOnEquip: false Delay: 0 }, { - Id: 761 - AegisName: "DesertHelmet" - Name: "DesertHelmet" + Id: 2179 + AegisName: "DarkGreenMiniskirt" + Name: "DarkGreenMiniskirt" Type: "IT_ARMOR" - Buy: 0 - Sell: 0 - Weight: 0 - Def: 21 + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 761 + ViewSprite: 2179 BindOnEquip: false Delay: 0 }, { - Id: 764 - AegisName: "SailorHat" - Name: "SailorHat" + Id: 2180 + AegisName: "RedCottonTrousers" + Name: "RedCottonTrousers" Type: "IT_ARMOR" - Buy: 0 - Sell: 0 - Weight: 0 - Def: 5 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 764 + ViewSprite: 2180 BindOnEquip: false Delay: 0 }, { - Id: 765 - AegisName: "CaptainsHat" - Name: "CaptainsHat" + Id: 2181 + AegisName: "GreenCottonTrousers" + Name: "GreenCottonTrousers" Type: "IT_ARMOR" - Buy: 0 - Sell: 0 - Weight: 0 - Def: 15 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 765 + ViewSprite: 2181 BindOnEquip: false Delay: 0 }, { - Id: 766 - AegisName: "TerraniteHelmet" - Name: "TerraniteHelmet" + Id: 2182 + AegisName: "DarkBlueCottonTrousers" + Name: "DarkBlueCottonTrousers" Type: "IT_ARMOR" - Buy: 30000 - Sell: 3000 - Weight: 300 - Def: 15 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 766 + ViewSprite: 2182 BindOnEquip: false Delay: 0 - OnEquipScript: <" - bonus bMdef, 5; - "> }, { - Id: 769 - AegisName: "GuyFawkesMask" - Name: "GuyFawkesMask" + Id: 2183 + AegisName: "YellowCottonTrousers" + Name: "YellowCottonTrousers" Type: "IT_ARMOR" - Buy: 1000 - Sell: 500 - Weight: 50 - Def: 3 - Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: 1 + WeaponLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 769 + ViewSprite: 2183 BindOnEquip: false Delay: 0 }, { - Id: 770 - AegisName: "FairyHat" - Name: "FairyHat" + Id: 2184 + AegisName: "LightBlueCottonTrousers" + Name: "LightBlueCottonTrousers" Type: "IT_ARMOR" - Buy: 2000 - Sell: 1000 - Weight: 20 - Def: 5 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 770 + ViewSprite: 2184 BindOnEquip: false Delay: 0 - OnEquipScript: <" - bonus bLuk, 3; - "> }, { - Id: 781 - AegisName: "WitchDoctorsMask" - Name: "WitchDoctorsMask" + Id: 2185 + AegisName: "PinkCottonTrousers" + Name: "PinkCottonTrousers" Type: "IT_ARMOR" - Buy: 20000 - Sell: 100 - Weight: 20 - Def: 3 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 781 + ViewSprite: 2185 BindOnEquip: false Delay: 0 }, { - Id: 795 - AegisName: "BromenalHelmet" - Name: "BromenalHelmet" + Id: 2186 + AegisName: "BlackCottonTrousers" + Name: "BlackCottonTrousers" Type: "IT_ARMOR" - Buy: 15000 - Sell: 1500 - Weight: 400 - Def: 15 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 795 + ViewSprite: 2186 BindOnEquip: false Delay: 0 }, { - Id: 800 - AegisName: "BowlerHatBrown" - Name: "BowlerHatBrown" + Id: 2187 + AegisName: "OrangeCottonTrousers" + Name: "OrangeCottonTrousers" Type: "IT_ARMOR" - Buy: 2500 - Sell: 1250 - Weight: 30 - Def: 10 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 800 + ViewSprite: 2187 BindOnEquip: false Delay: 0 }, { - Id: 801 - AegisName: "PinkieHelmet" - Name: "PinkieHelmet" + Id: 2188 + AegisName: "PurpleCottonTrousers" + Name: "PurpleCottonTrousers" Type: "IT_ARMOR" - Buy: 20000 - Sell: 1500 - Weight: 800 - Def: 10 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 801 + ViewSprite: 2188 BindOnEquip: false Delay: 0 - OnEquipScript: <" - bonus bLuk, 1; - "> }, { - Id: 848 - AegisName: "Earmuffs" - Name: "Earmuffs" + Id: 2189 + AegisName: "DarkGreenCottonTrousers" + Name: "DarkGreenCottonTrousers" Type: "IT_ARMOR" - Buy: 1000 - Sell: 500 - Weight: 20 - Def: 2 + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 Slots: 0 - Loc: 256 + Loc: 1 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 Refine: false - ViewSprite: 848 + ViewSprite: 2189 BindOnEquip: false Delay: 0 }, { - Id: 854 - AegisName: "ElfNightcap" - Name: "ElfNightcap" + Id: 531 + AegisName: "MinerGloves" + Name: "MinerGloves" Type: "IT_ARMOR" - Buy: 1000 - Sell: 500 - Weight: 50 - Def: 3 + Buy: 3000 + Sell: 1000 + Weight: 30 + Def: 2 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 854 + ViewSprite: 531 BindOnEquip: false Delay: 0 }, { - Id: 855 - AegisName: "Sunglasses" - Name: "Sunglasses" + Id: 532 + AegisName: "LeatherGloves" + Name: "LeatherGloves" Type: "IT_ARMOR" - Buy: 1000 - Sell: 500 - Weight: 10 - Def: 2 + Buy: 6000 + Sell: 2000 + Weight: 20 + Def: 4 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 855 + ViewSprite: 532 BindOnEquip: false Delay: 0 }, { - Id: 856 - AegisName: "KnitCap" - Name: "KnitCap" + Id: 563 + AegisName: "WinterGloves" + Name: "WinterGloves" Type: "IT_ARMOR" - Buy: 1000 - Sell: 500 - Weight: 50 + Buy: 6000 + Sell: 3000 + Weight: 20 Def: 3 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 856 + ViewSprite: 563 BindOnEquip: false Delay: 0 }, { - Id: 877 - AegisName: "BullHelmet" - Name: "BullHelmet" + Id: 741 + AegisName: "CottonGloves" + Name: "CottonGloves" Type: "IT_ARMOR" - Buy: 90000 - Sell: 45000 - Weight: 1300 - Def: 19 + Buy: 2000 + Sell: 500 + Weight: 10 + Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 90 + Loc: 4 Refine: false - ViewSprite: 877 + ViewSprite: 741 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" + Id: 756 + AegisName: "AssassinGloves" + Name: "AssassinGloves" Type: "IT_ARMOR" Buy: 7000 - Sell: 3500 - Weight: 15 - Def: 9 + Sell: 2000 + Weight: 9 + Def: 3 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 1 + Loc: 4 Refine: false - ViewSprite: 882 + ViewSprite: 756 BindOnEquip: false Delay: 0 + OnEquipScript: <" + callfunc "BrawlingItem"; + bonus bAgi, 4; + "> }, { - Id: 883 - AegisName: "BlueEggshellHat" - Name: "BlueEggshellHat" + Id: 794 + AegisName: "BromenalGloves" + Name: "BromenalGloves" Type: "IT_ARMOR" - Buy: 7000 - Sell: 3500 - Weight: 15 - Def: 9 + Buy: 6000 + Sell: 2000 + Weight: 40 + Def: 4 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 1 + Loc: 4 Refine: false - ViewSprite: 883 + ViewSprite: 794 BindOnEquip: false Delay: 0 }, { - Id: 884 - AegisName: "YellowEggshellHat" - Name: "YellowEggshellHat" + Id: 868 + AegisName: "SilkGloves" + Name: "SilkGloves" Type: "IT_ARMOR" - Buy: 7000 - Sell: 3500 - Weight: 15 - Def: 9 + Buy: 5000 + Sell: 2500 + Weight: 4 + Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 1 + Loc: 4 Refine: false - ViewSprite: 884 + ViewSprite: 868 BindOnEquip: false Delay: 0 }, { - Id: 885 - AegisName: "GreenEggshellHat" - Name: "GreenEggshellHat" + Id: 2160 + AegisName: "RedCottonGloves" + Name: "RedCottonGloves" Type: "IT_ARMOR" - Buy: 7000 - Sell: 3500 - Weight: 15 - Def: 9 + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 1 + Loc: 4 Refine: false - ViewSprite: 885 + ViewSprite: 2160 BindOnEquip: false Delay: 0 }, { - Id: 886 - AegisName: "OrangeEggshellHat" - Name: "OrangeEggshellHat" + Id: 2161 + AegisName: "GreenCottonGloves" + Name: "GreenCottonGloves" Type: "IT_ARMOR" - Buy: 7000 - Sell: 3500 - Weight: 15 - Def: 9 + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 1 + Loc: 4 Refine: false - ViewSprite: 886 + ViewSprite: 2161 BindOnEquip: false Delay: 0 }, { - Id: 887 - AegisName: "DarkEggshellHat" - Name: "DarkEggshellHat" + Id: 2162 + AegisName: "DarkBlueCottonGloves" + Name: "DarkBlueCottonGloves" Type: "IT_ARMOR" - Buy: 7000 - Sell: 3500 - Weight: 15 - Def: 9 + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 1 + Loc: 4 Refine: false - ViewSprite: 887 + ViewSprite: 2162 BindOnEquip: false Delay: 0 }, { - Id: 888 - AegisName: "MagicGMTopHat" - Name: "MagicGMTopHat" + Id: 2163 + AegisName: "YellowCottonGloves" + Name: "YellowCottonGloves" Type: "IT_ARMOR" - Buy: 4200 - Sell: 1900 - Weight: 30 - Def: 60 + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 888 + ViewSprite: 2163 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" + Id: 2164 + AegisName: "LightBlueCottonGloves" + Name: "LightBlueCottonGloves" Type: "IT_ARMOR" - Buy: 75000 - Sell: 12000 - Weight: 240 - Def: 4 + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 889 + ViewSprite: 2164 BindOnEquip: false Delay: 0 }, { - Id: 890 - AegisName: "BeanieCopter" - Name: "BeanieCopter" + Id: 2165 + AegisName: "PinkCottonGloves" + Name: "PinkCottonGloves" Type: "IT_ARMOR" - Buy: 8000 - Sell: 2000 + Buy: 2000 + Sell: 500 Weight: 20 - Def: 4 + Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 890 + ViewSprite: 2165 BindOnEquip: false Delay: 0 }, { - Id: 897 - AegisName: "RedRoseHat" - Name: "RedRoseHat" + Id: 2166 + AegisName: "BlackCottonGloves" + Name: "BlackCottonGloves" Type: "IT_ARMOR" - Buy: 5000 - Sell: 1000 - Weight: 0 + Buy: 2000 + Sell: 500 + Weight: 20 Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 897 + ViewSprite: 2166 BindOnEquip: false Delay: 0 }, { - Id: 898 - AegisName: "WhiteRoseHat" - Name: "WhiteRoseHat" + Id: 2167 + AegisName: "OrangeCottonGloves" + Name: "OrangeCottonGloves" Type: "IT_ARMOR" - Buy: 5000 - Sell: 1000 - Weight: 0 + Buy: 2000 + Sell: 500 + Weight: 20 Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 898 + ViewSprite: 2167 BindOnEquip: false Delay: 0 }, { - Id: 899 - AegisName: "PinkRoseHat" - Name: "PinkRoseHat" + Id: 2168 + AegisName: "PurpleCottonGloves" + Name: "PurpleCottonGloves" Type: "IT_ARMOR" - Buy: 5000 - Sell: 1000 - Weight: 0 + Buy: 2000 + Sell: 500 + Weight: 20 Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 899 + ViewSprite: 2168 BindOnEquip: false Delay: 0 }, { - Id: 900 - AegisName: "YellowRoseHat" - Name: "YellowRoseHat" + Id: 2169 + AegisName: "DarkGreenCottonGloves" + Name: "DarkGreenCottonGloves" Type: "IT_ARMOR" - Buy: 5000 - Sell: 1000 - Weight: 0 + Buy: 2000 + Sell: 500 + Weight: 20 Def: 1 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 4 Refine: false - ViewSprite: 900 + ViewSprite: 2169 BindOnEquip: false Delay: 0 }, { - Id: 901 - AegisName: "OrangeRoseHat" - Name: "OrangeRoseHat" + Id: 585 + AegisName: "ScarabArmlet" + Name: "ScarabArmlet" Type: "IT_ARMOR" - Buy: 5000 - Sell: 1000 - Weight: 0 - Def: 1 + Buy: 8000 + Sell: 4000 + Weight: 200 + Def: 0 Slots: 0 - Loc: 256 + Loc: 32 WeaponLv: 0 - EquipLv: 0 + EquipLv: 1 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 + ViewSprite: 585 BindOnEquip: false Delay: 0 - OnEquipScript: <" - bonus bAgi, 2; - "> }, { - Id: 1203 - AegisName: "RangerHat" - Name: "RangerHat" + Id: 601 + AegisName: "SteelShield" + Name: "SteelShield" Type: "IT_ARMOR" - Buy: 1000 - Sell: 500 - Weight: 20 - Def: 2 + Buy: 40000 + Sell: 3000 + Weight: 2500 + Def: 20 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 32 Refine: false - ViewSprite: 1203 + ViewSprite: 601 BindOnEquip: false Delay: 0 }, { - Id: 1204 - AegisName: "AntlerHat" - Name: "AntlerHat" + Id: 602 + AegisName: "WoodenShield" + Name: "WoodenShield" Type: "IT_ARMOR" - Buy: 1000 - Sell: 500 - Weight: 15 - Def: 4 + Buy: 10000 + Sell: 2000 + Weight: 1500 + Def: 14 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 32 Refine: false - ViewSprite: 1204 + ViewSprite: 602 BindOnEquip: false Delay: 0 }, { - Id: 1205 - AegisName: "ChristmasTreeHat" - Name: "ChristmasTreeHat" + Id: 603 + AegisName: "LeatherShield" + Name: "LeatherShield" 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 + Weight: 1300 + Def: 7 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 32 Refine: false - ViewSprite: 1214 + ViewSprite: 603 BindOnEquip: false Delay: 0 }, { - Id: 1216 - AegisName: "MoubooHead" - Name: "MoubooHead" + Id: 797 + AegisName: "BromenalShield" + Name: "BromenalShield" Type: "IT_ARMOR" - Buy: 10 - Sell: 1 - Weight: 80 - Def: 1 + Buy: 40000 + Sell: 3000 + Weight: 2500 + Def: 20 Slots: 0 - Loc: 256 - WeaponLv: 0 - EquipLv: 0 + Loc: 32 Refine: false - ViewSprite: 1216 + ViewSprite: 797 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/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index 232d3dec..b31f7854 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -103,7 +103,7 @@ mob_db: ( { Id: 1011 SpriteName: "FireGoblin" - Name: "FireGoblin" + Name: "The FireGoblin" Lv: 20 Hp: 220 Sp: 0 @@ -148,7 +148,7 @@ mob_db: ( { Id: 1017 SpriteName: "Bat" - Name: "Bat" + Name: "The Bat" Lv: 20 Hp: 150 Sp: 0 @@ -194,7 +194,7 @@ mob_db: ( { Id: 1131 SpriteName: "ManaBug" - Name: "ManaBug" + Name: "The ManaBug" Lv: 25 Hp: 300 Sp: 0 @@ -236,7 +236,7 @@ mob_db: ( { Id: 1018 SpriteName: "Pinkie" - Name: "Pinkie" + Name: "The Pinkie" Lv: 30 Hp: 300 Sp: 0 @@ -276,7 +276,7 @@ mob_db: ( { Id: 1019 SpriteName: "SpikyMushroom" - Name: "SpikyMushroom" + Name: "The SpikyMushroom" Lv: 30 Hp: 300 Sp: 0 @@ -318,7 +318,7 @@ mob_db: ( { Id: 1020 SpriteName: "Fluffy" - Name: "Fluffy" + Name: "The Fluffy" Lv: 30 Hp: 500 Sp: 0 @@ -360,7 +360,7 @@ mob_db: ( { Id: 1021 SpriteName: "CaveSnake" - Name: "CaveSnake" + Name: "The CaveSnake" Lv: 30 Hp: 800 Sp: 0 @@ -404,7 +404,7 @@ mob_db: ( { Id: 1025 SpriteName: "LogHead" - Name: "LogHead" + Name: "The LogHead" Lv: 30 Hp: 500 Sp: 0 @@ -446,7 +446,7 @@ mob_db: ( { Id: 1027 SpriteName: "EasterFluffy" - Name: "EasterFluffy" + Name: "The EasterFluffy" Lv: 30 Hp: 500 Sp: 0 @@ -490,7 +490,7 @@ mob_db: ( { Id: 1035 SpriteName: "Silkworm" - Name: "Silkworm" + Name: "The Silkworm" Lv: 20 Hp: 1 Sp: 0 @@ -529,7 +529,7 @@ mob_db: ( { Id: 1041 SpriteName: "Snail" - Name: "Snail" + Name: "The Snail" Lv: 30 Hp: 900 Sp: 0 @@ -573,7 +573,7 @@ mob_db: ( { Id: 1049 SpriteName: "Bee" - Name: "Bee" + Name: "The Bee" Lv: 30 Hp: 600 Sp: 0 @@ -610,7 +610,7 @@ mob_db: ( { Id: 1055 SpriteName: "Butterfly" - Name: "Butterfly" + Name: "The Butterfly" Lv: 25 Hp: 250 Sp: 0 @@ -649,7 +649,7 @@ mob_db: ( { Id: 1057 SpriteName: "AngryScorpionMob" - Name: "AngryScorpionMob" + Name: "The AngryScorpionMob" Lv: 20 Hp: 200 Sp: 0 @@ -692,7 +692,7 @@ mob_db: ( { Id: 1058 SpriteName: "IceGoblin" - Name: "IceGoblin" + Name: "The IceGoblin" Lv: 25 Hp: 330 Sp: 0 @@ -738,7 +738,7 @@ mob_db: ( { Id: 1060 SpriteName: "Archant" - Name: "Archant" + Name: "The Archant" Lv: 30 Hp: 400 Sp: 0 @@ -781,7 +781,7 @@ mob_db: ( { Id: 1064 SpriteName: "Bandit" - Name: "Bandit" + Name: "The Bandit" Lv: 20 Hp: 400 Sp: 0 @@ -825,7 +825,7 @@ mob_db: ( { Id: 1083 SpriteName: "HuntsmanSpider" - Name: "HuntsmanSpider" + Name: "The HuntsmanSpider" Lv: 30 Hp: 1500 Sp: 0 @@ -873,7 +873,7 @@ mob_db: ( { Id: 1084 SpriteName: "CrotcherScorpionMob" - Name: "CrotcherScorpionMob" + Name: "The CrotcherScorpionMob" Lv: 25 Hp: 1200 Sp: 0 @@ -917,7 +917,7 @@ mob_db: ( { Id: 1087 SpriteName: "Larvern" - Name: "Larvern" + Name: "The Larvern" Lv: 20 Hp: 550 Sp: 0 @@ -961,7 +961,7 @@ mob_db: ( { Id: 1089 SpriteName: "HungryFluffy" - Name: "HungryFluffy" + Name: "The HungryFluffy" Lv: 30 Hp: 500 Sp: 0 @@ -1003,7 +1003,7 @@ mob_db: ( { Id: 1093 SpriteName: "WhiteSlime" - Name: "WhiteSlime" + Name: "The WhiteSlime" Lv: 20 Hp: 200 Sp: 0 @@ -1047,7 +1047,7 @@ mob_db: ( { Id: 1094 SpriteName: "Reinboo" - Name: "Reinboo" + Name: "The Reinboo" Lv: 35 Hp: 1100 Sp: 0 @@ -1092,7 +1092,7 @@ mob_db: ( { Id: 1099 SpriteName: "SleepingBandit" - Name: "SleepingBandit" + Name: "The SleepingBandit" Lv: 20 Hp: 25 Sp: 0 @@ -1130,7 +1130,7 @@ mob_db: ( { Id: 1100 SpriteName: "AzulSlime" - Name: "AzulSlime" + Name: "The AzulSlime" Lv: 20 Hp: 200 Sp: 0 @@ -1167,7 +1167,7 @@ mob_db: ( { Id: 1107 SpriteName: "Bluepar" - Name: "Bluepar" + Name: "The Bluepar" Lv: 30 Hp: 350 Sp: 0 @@ -1209,7 +1209,7 @@ mob_db: ( { Id: 1108 SpriteName: "AngryFireGoblin" - Name: "AngryFireGoblin" + Name: "The AngryFireGoblin" Lv: 30 Hp: 320 Sp: 0 @@ -1255,7 +1255,7 @@ mob_db: ( { Id: 1113 SpriteName: "Pollett" - Name: "Pollett" + Name: "The Pollett" Lv: 30 Hp: 500 Sp: 0 @@ -1300,1109 +1300,1178 @@ mob_db: ( }, //ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1002 - SpriteName: "Maggot" - Name: "Maggot" - Lv: 5 - Hp: 50 + Id: 1009 + SpriteName: "BlackScorpionMob" + Name: "The BlackScorpionMob" + Lv: 100 + Hp: 600 Sp: 0 - Exp: 6 - JExp: 1 + Exp: 500 + JExp: 37 AttackRange: 1 - Attack: [5, 10] - Def: 0 - Mdef: 5 + Attack: [60, 100] + Def: 4 + Mdef: 6 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 + Str: 16 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (1, 1) + Race: 0 + Element: (0, 1) Mode: { CanMove: true + Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 1000 + AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - CactusPotion: 70 - SharpKnife: 10 + LeatherShirt: 150 + ChocolateBar: 100 + BugLeg: 800 + BlackScorpionStinger: 800 } }, { - Id: 1046 - SpriteName: "TameScorpionMob" - Name: "TameScorpionMob" - Lv: 5 - Hp: 50 + Id: 1010 + SpriteName: "Snake" + Name: "The Snake" + Lv: 115 + Hp: 850 Sp: 0 - Exp: 5 - JExp: 2 + Exp: 722 + JExp: 56 AttackRange: 1 - Attack: [7, 10] - Def: 0 - Mdef: 5 + Attack: [75, 90] + Def: 4 + Mdef: 6 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 5 + Str: 20 + Agi: 11 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 + Race: 0 Element: (0, 1) Mode: { CanMove: true + Aggressive: true CanAttack: true } - MoveSpeed: 2000 - AttackDelay: 1872 + MoveSpeed: 900 + AttackDelay: 1300 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - ScorpionStinger: 700 - Candy: 100 - ChocolateBar: 50 - BugLeg: 700 + SnakeSkin: 150 + SnakeEgg: 400 + SnakeEgg: 400 + SnakeTongue: 500 } }, { - Id: 1050 - SpriteName: "HouseMaggot" - Name: "HouseMaggot" - Lv: 5 - Hp: 50 + Id: 1012 + SpriteName: "Spider" + Name: "The Spider" + Lv: 125 + Hp: 800 Sp: 0 - Exp: 6 - JExp: 3 + Exp: 690 + JExp: 115 AttackRange: 1 - Attack: [5, 7] - Def: 0 - Mdef: 5 + Attack: [70, 85] + Def: 4 + Mdef: 6 Stats: { - Str: 5 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 + Str: 14 + Agi: 13 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (1, 1) + Race: 0 + Element: (5, 1) Mode: { CanMove: true + Looter: true Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 700 - AttackDelay: 1872 + MoveSpeed: 1000 + AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - CactusPotion: 70 - SharpKnife: 10 + TreasureKey: 500 + RedApple: 100 + InfantryHelmet: 20 + CoinBag: 200 } }, { - Id: 1003 - SpriteName: "ScorpionMob" - Name: "ScorpionMob" - Lv: 10 - Hp: 100 + Id: 1013 + SpriteName: "EvilMushroom" + Name: "The EvilMushroom" + Lv: 110 + Hp: 650 Sp: 0 - Exp: 12 - JExp: 2 + Exp: 138 + JExp: 35 AttackRange: 1 - Attack: [10, 15] - Def: 0 - Mdef: 5 + Attack: [65, 80] + Def: 4 + Mdef: 6 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 5 + Str: 16 + Agi: 12 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (0, 1) + Element: (2, 1) Mode: { CanMove: true + Assist: true CanAttack: true } - MoveSpeed: 2000 - AttackDelay: 1872 + MoveSpeed: 800 + AttackDelay: 1800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - ScorpionStinger: 700 - Candy: 100 - ChocolateBar: 50 - BugLeg: 700 + RedApple: 500 + EmptyBottle: 10 + OrangeCupcake: 100 + SmallMushroom: 1000 } }, { - Id: 1029 - SpriteName: "MauvePlant" - Name: "MauvePlant" - Lv: 1 - Hp: 1 + Id: 1014 + SpriteName: "PinkFlower" + Name: "The PinkFlower" + Lv: 115 + Hp: 700 Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 0 + Exp: 163 + JExp: 40 + AttackRange: 2 + Attack: [70, 75] + Def: 0 + Mdef: 5 Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 + Str: 16 + Agi: 12 + Vit: 20 + Int: 20 + Dex: 20 + Luk: 50 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 Race: 3 Element: (2, 1) + Mode: { + CanAttack: true + } MoveSpeed: 800 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - MauveHerb: 3000 - MauveHerb: 3000 - MauveHerb: 3000 + RedApple: 100 + EmptyBottle: 10 + Arrow: 100 + CoinBag: 400 + PinkPetal: 1000 + PinkPetal: 1000 } }, { - Id: 1030 - SpriteName: "CobaltPlant" - Name: "CobaltPlant" - Lv: 1 - Hp: 1 + Id: 1015 + SpriteName: "SantaSlime" + Name: "The SantaSlime" + Lv: 120 + Hp: 750 Sp: 0 - Exp: 1 - JExp: 1 + Exp: 166 + JExp: 58 AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 0 + Attack: [75, 80] + Def: 2 + Mdef: 7 Stats: { - Str: 0 - Agi: 0 - Vit: 0 + Str: 1 + Agi: 20 + Vit: 1 Int: 0 - Dex: 0 - Luk: 0 + Dex: 30 + Luk: 30 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Boss: true + CanAttack: true + } + MoveSpeed: 1500 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - CobaltHerb: 3000 - CobaltHerb: 3000 - CobaltHerb: 3000 + GingerBreadMan: 800 + Cake: 700 + XmasCandyCane: 600 + CherryCake: 500 + Milk: 400 + GreenPresentBox: 500 } }, { - Id: 1031 - SpriteName: "GambogePlant" - Name: "GambogePlant" - Lv: 1 - Hp: 1 + Id: 1022 + SpriteName: "JackO" + Name: "The JackO" + Lv: 175 + Hp: 10000 Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 0 + Exp: 18130 + JExp: 1241 + AttackRange: 2 + Attack: [100, 500] + Def: 40 + Mdef: 20 Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 + Str: 105 + Agi: 40 + Vit: 85 + Int: 75 + Dex: 105 + Luk: 95 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + } + MoveSpeed: 250 + AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - GambogeHerb: 3000 - GambogeHerb: 3000 - GambogeHerb: 3000 + PirateHat: 300 + Bandana: 400 + VNeckSweater: 400 + Circlet: 400 + PumpkinHelmet: 300 + RangerHat: 400 + Soul: 10000 + AxeHat: 600 } }, { - Id: 1032 - SpriteName: "AlizarinPlant" - Name: "AlizarinPlant" - Lv: 1 - Hp: 1 + Id: 1023 + SpriteName: "FireSkull" + Name: "The FireSkull" + Lv: 170 + Hp: 5000 Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 0 + Exp: 2460 + JExp: 721 + AttackRange: 2 + Attack: [75, 175] + Def: 35 + Mdef: 15 Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 + Str: 40 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 35 + Luk: 70 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 + Element: (3, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + } + MoveSpeed: 600 + AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - AlizarinHerb: 3000 - AlizarinHerb: 3000 - AlizarinHerb: 3000 + DarkCrystal: 1000 + PileOfAsh: 5000 } }, { - Id: 1037 - SpriteName: "CloverPatch" - Name: "CloverPatch" - Lv: 1 - Hp: 1 + Id: 1024 + SpriteName: "PoisonSkull" + Name: "The PoisonSkull" + Lv: 170 + Hp: 5000 Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 0 - Mdef: 5 + Exp: 2460 + JExp: 721 + AttackRange: 2 + Attack: [75, 175] + Def: 35 + Mdef: 15 Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 + Str: 40 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 35 + Luk: 70 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 + Element: (5, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + } + MoveSpeed: 600 + AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - FourLeafClover: 5 + DarkCrystal: 1000 } }, { - Id: 1038 - SpriteName: "Squirrel" - Name: "Squirrel" - Lv: 15 - Hp: 160 - Sp: 1 - Exp: 27 - JExp: 5 + Id: 1026 + SpriteName: "MountainSnake" + Name: "The MountainSnake" + Lv: 130 + Hp: 900 + Sp: 0 + Exp: 1024 + JExp: 63 AttackRange: 1 - Attack: [10, 20] - Def: 1 + Attack: [80, 125] + Def: 4 Mdef: 6 Stats: { - Str: 1 - Agi: 3 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 40 + Str: 20 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 45 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 + Race: 0 Element: (0, 1) Mode: { CanMove: true + Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 800 + MoveSpeed: 1000 + AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - Acorn: 7000 - MauveHerb: 1000 - CobaltHerb: 1000 - GambogeHerb: 1000 - AlizarinHerb: 1000 - GrassSeed: 800 - SquirrelPelt: 550 + LeatherGloves: 20 + SnakeSkin: 350 + MountainSnakeEgg: 400 + MountainSnakeEgg: 400 + MountainSnakeTongue: 500 } }, { - Id: 1056 - SpriteName: "CaveMaggot" - Name: "CaveMaggot" - Lv: 10 - Hp: 100 + Id: 1034 + SpriteName: "GrassSnake" + Name: "The GrassSnake" + Lv: 140 + Hp: 1000 Sp: 0 - Exp: 13 - JExp: 3 + Exp: 1254 + JExp: 103 AttackRange: 1 - Attack: [10, 10] - Def: 0 - Mdef: 5 + Attack: [80, 120] + Def: 2 + Mdef: 10 Stats: { - Str: 5 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 + Str: 20 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 40 + Luk: 50 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (1, 1) + Race: 0 + Element: (0, 1) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 700 - AttackDelay: 1872 + MoveSpeed: 500 + AttackDelay: 1100 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - CactusPotion: 70 - SharpKnife: 10 + GrassSnakeEgg: 400 + GrassSnakeEgg: 400 + GrassSnakeTongue: 500 + Steak: 500 + CottonCloth: 1600 + SnakeSkin: 500 } }, { - Id: 1063 - SpriteName: "Pumpkin" - Name: "Pumpkin" - Lv: 1 - Hp: 200 + Id: 1036 + SpriteName: "Zombie" + Name: "The Zombie" + Lv: 110 + Hp: 12000 Sp: 0 - Exp: 17 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 0 - Mdef: 5 + Exp: 4192 + JExp: 1393 + AttackRange: 2 + Attack: [275, 355] + Def: 20 + Mdef: 15 Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 + Str: 30 + Agi: 15 + Vit: 30 + Int: 3 + Dex: 60 + Luk: 40 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 + Race: 0 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + } + MoveSpeed: 480 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 900 MvpExp: 0 Drops: { - JackOLantern: 100 - RubberBat: 20 - RealisticBrain: 10 - JarofBlood: 15 - PumpkinSeeds: 500 - TonoriDelight: 1500 - Marshmallow: 2000 - CandyPumpkin: 2500 + DarkCrystal: 1000 + RottenRags: 700 + DiseasedHeart: 500 + UndeadEar: 200 + UndeadEye: 150 + Soul: 500 } }, { - Id: 1082 - SpriteName: "Serqet" - Name: "Serqet" - Lv: 10 - Hp: 100 + Id: 1042 + SpriteName: "Spectre" + Name: "The Spectre" + Lv: 140 + Hp: 6500 Sp: 0 - Exp: 12 - JExp: 2 - AttackRange: 1 - Attack: [10, 15] - Def: 0 - Mdef: 5 + Exp: 3978 + JExp: 359 + AttackRange: 3 + Attack: [160, 220] + Def: 40 + Mdef: 0 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 5 + Str: 35 + Agi: 70 + Vit: 22 + Int: 15 + Dex: 20 + Luk: 70 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (0, 1) + Race: 0 + Element: (9, 2) Mode: { CanMove: true + Assist: true CanAttack: true } - MoveSpeed: 2000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 + MoveSpeed: 650 + AttackDelay: 1700 + AttackMotion: 800 + DamageMotion: 500 MvpExp: 0 + Drops: { + SpectrePowder: 1000 + SulphurPowder: 150 + SulphurPowder: 120 + } }, { - Id: 1092 - SpriteName: "SlimeBlast" - Name: "SlimeBlast" - Lv: 10 - Hp: 100 + Id: 1045 + SpriteName: "Fallen" + Name: "The Fallen" + Lv: 120 + Hp: 10000 Sp: 0 - Exp: 15 - JExp: 8 - AttackRange: 1 - Attack: [10, 10] - Def: 10 - Mdef: 10 + Exp: 7812 + JExp: 1663 + AttackRange: 2 + Attack: [180, 430] + Def: 5 + Mdef: 20 Stats: { - Str: 10 - Agi: 10 - Vit: 10 - Int: 10 - Dex: 10 - Luk: 10 + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (1, 3) + Element: (9, 2) Mode: { CanMove: true - Looter: true Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 250 - AttackDelay: 1872 + MoveSpeed: 300 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 + DamageMotion: 300 + MvpExp: 1198 + Drops: { + Bone: 210 + Bone: 210 + Skull: 300 + DarkCrystal: 1000 + WarlordHelmet: 3 + WarlordPlate: 2 + LeatherGloves: 35 + DiseasedHeart: 500 + Soul: 500 + } }, { - Id: 1095 - SpriteName: "WhiteBell" - Name: "WhiteBell" - Lv: 10 - Hp: 100 + Id: 1062 + SpriteName: "Terranite" + Name: "The Terranite" + Lv: 110 + Hp: 6000 Sp: 0 - Exp: 18 - JExp: 40 - AttackRange: 2 - Attack: [70, 75] - Def: 0 - Mdef: 5 + Exp: 2484 + JExp: 889 + AttackRange: 1 + Attack: [200, 300] + Def: 20 + Mdef: 40 Stats: { - Str: 16 - Agi: 12 - Vit: 20 - Int: 20 - Dex: 20 - Luk: 50 + Str: 60 + Agi: 40 + Vit: 40 + Int: 30 + Dex: 60 + Luk: 40 } - ViewRange: 2 + ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) + Race: 0 + Element: (9, 1) Mode: { + CanMove: true + Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 800 + MoveSpeed: 400 + AttackDelay: 872 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 900 MvpExp: 0 Drops: { - RedApple: 100 - EmptyBottle: 10 - Arrow: 100 - CoinBag: 400 - WhiteBellTuber: 5000 - Snowball: 1800 + Coal: 600 + Emerald: 20 + Sapphire: 20 + Amethyst: 20 + TerraniteOre: 500 + IronOre: 500 } }, { - Id: 1105 - SpriteName: "ViciousSquirrel" - Name: "ViciousSquirrel" - Lv: 15 - Hp: 140 - Sp: 1 - Exp: 24 - JExp: 7 - AttackRange: 1 - Attack: [20, 25] - Def: 1 - Mdef: 6 + Id: 1068 + SpriteName: "Reaper" + Name: "The Reaper" + Lv: 140 + Hp: 40000 + Sp: 0 + Exp: 23960 + JExp: 156 + AttackRange: 7 + Attack: [200, 350] + Def: 30 + Mdef: 80 Stats: { - Str: 3 - Agi: 3 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 40 + Str: 100 + Agi: 120 + Vit: 70 + Int: 120 + Dex: 100 + Luk: 75 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (0, 1) + Race: 1 + Element: (9, 4) Mode: { CanMove: true Aggressive: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 + MoveSpeed: 500 + AttackDelay: 1200 + AttackMotion: 800 + DamageMotion: 300 MvpExp: 0 Drops: { - IronPowder: 7000 - MauveHerb: 1000 - CobaltHerb: 1000 - GambogeHerb: 1000 - AlizarinHerb: 1000 - GrassSeed: 800 - Sapphire: 50 + RottenRags: 1000 + Bone: 500 + Skull: 100 + SkullMask: 10 } }, { - Id: 1162 - SpriteName: "Grinchboo" - Name: "Grinchboo" - Lv: 5 - Hp: 50 + Id: 1071 + SpriteName: "IceElement" + Name: "The IceElement" + Lv: 100 + Hp: 5000 Sp: 0 - Exp: 6 - JExp: 1 - AttackRange: 1 - Attack: [5, 10] - Def: 0 - Mdef: 5 + Exp: 1508 + JExp: 689 + AttackRange: 3 + Attack: [60, 200] + Def: 5 + Mdef: 20 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 + Str: 15 + Agi: 25 + Vit: 40 + Int: 15 + Dex: 45 + Luk: 30 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (1, 1) + Race: 0 + Element: (1, 2) Mode: { CanMove: true + Looter: true + Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 330 + AttackDelay: 740 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 400 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - Milk: 50 - Milk: 30 + IceCube: 900 + TreasureKey: 750 + ConcentrationPotion: 400 + StandardHeadband: 900 + SilkHeadband: 250 } }, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1011 - SpriteName: "FireGoblin" - Name: "FireGoblin" - Lv: 20 - Hp: 220 + Id: 1072 + SpriteName: "Yeti" + Name: "The Yeti" + Lv: 100 + Hp: 8500 Sp: 0 - Exp: 33 - JExp: 4 - AttackRange: 1 - Attack: [15, 20] - Def: 0 - Mdef: 5 + Exp: 4716 + JExp: 726 + AttackRange: 2 + Attack: [100, 400] + Def: 60 + Mdef: 15 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 30 + Str: 60 + Agi: 5 + Vit: 45 + Int: 15 + Dex: 60 + Luk: 32 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (3, 1) + Race: 0 + Element: (1, 3) Mode: { CanMove: true + Looter: true + Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 220 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 900 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 800 - CactusPotion: 150 - Dagger: 70 - SharpKnife: 10 - PileOfAsh: 500 + AnimalBones: 700 + FrozenYetiTear: 300 + YetiClaw: 400 + YetiMask: 142 + YellowPresentBox: 800 + WhitePresentBox: 700 } }, { - Id: 1017 - SpriteName: "Bat" - Name: "Bat" - Lv: 20 - Hp: 150 + Id: 1075 + SpriteName: "Stalker" + Name: "The Stalker" + Lv: 120 + Hp: 20000 Sp: 0 - Exp: 22 - JExp: 3 - AttackRange: 1 - Attack: [5, 25] - Def: 0 - Mdef: 5 + Exp: 8136 + JExp: 4000 + AttackRange: 2 + Attack: [220, 500] + Def: 23 + Mdef: 30 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Str: 35 + Agi: 15 + Vit: 3 + Int: 50 + Dex: 50 + Luk: 50 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 3 - Element: (4, 1) + Race: 1 + Element: (9, 1) Mode: { CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 340 + AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 950 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - Dagger: 70 - SharpKnife: 1 - BatWing: 3000 - BatTeeth: 2000 + Bone: 75 + Bone: 115 + Skull: 135 + DarkCrystal: 40 + DiseasedHeart: 500 + Soul: 500 } }, { - Id: 1131 - SpriteName: "ManaBug" - Name: "ManaBug" - Lv: 25 - Hp: 300 + Id: 1085 + SpriteName: "IceSkull" + Name: "The IceSkull" + Lv: 170 + Hp: 7000 Sp: 0 - Exp: 42 - JExp: 5 + Exp: 3342 + JExp: 757 AttackRange: 2 - Attack: [10, 17] - Def: 4 - Mdef: 6 + Attack: [75, 400] + Def: 40 + Mdef: 15 Stats: { - Str: 1 - Agi: 4 - Vit: 1 - Int: 4 - Dex: 5 - Luk: 4 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 + Str: 40 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 35 + Luk: 44 + } + ViewRange: 1 + ChaseRange: 10 + Size: 1 Race: 3 - Element: (4, 1) + Element: (1, 1) Mode: { CanMove: true + Aggressive: true Assist: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1800 + MoveSpeed: 600 + AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - MaggotSlime: 1000 - BugLeg: 800 - RoastedMaggot: 400 + IceCube: 5000 + IcedWater: 800 } }, { - Id: 1018 - SpriteName: "Pinkie" - Name: "Pinkie" - Lv: 30 - Hp: 300 + Id: 1096 + SpriteName: "SoulSnake" + Name: "The SoulSnake" + Lv: 115 + Hp: 850 Sp: 0 - Exp: 47 - JExp: 7 - AttackRange: 2 - Attack: [15, 20] - Def: 0 - Mdef: 5 + Exp: 184 + JExp: 56 + AttackRange: 1 + Attack: [75, 90] + Def: 4 + Mdef: 6 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Str: 20 + Agi: 11 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 } - ViewRange: 2 + ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 + Race: 0 Element: (0, 1) Mode: { CanMove: true + Assist: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 900 + AttackDelay: 1300 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 - Drops: { - PinkAntenna: 1000 - PinkieHat: 40 - } }, { - Id: 1019 - SpriteName: "SpikyMushroom" - Name: "SpikyMushroom" - Lv: 30 - Hp: 300 - Sp: 0 - Exp: 43 - JExp: 5 - AttackRange: 1 - Attack: [10, 13] - Def: 0 - Mdef: 5 + Id: 1102 + SpriteName: "Luvia" + Name: "The Luvia" + Lv: 127 + Hp: 48044 + Sp: 60 + Exp: 122817 + JExp: 12172 + AttackRange: 5 + Attack: [339, 364] + Def: 50 + Mdef: 92 Stats: { Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 10 - Luk: 10 + Agi: 29 + Vit: 55 + Int: 255 + Dex: 255 + Luk: 255 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 - Race: 3 - Element: (0, 1) + Race: 0 + Element: (9, 3) Mode: { CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 220 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 - Drops: { - IronPotion: 800 - CactusDrink: 150 - BugLeg: 50 - HardSpike: 400 - } }, { - Id: 1020 - SpriteName: "Fluffy" - Name: "Fluffy" - Lv: 30 - Hp: 500 + Id: 1106 + SpriteName: "WickedMushroom" + Name: "The WickedMushroom" + Lv: 110 + Hp: 550 Sp: 0 - Exp: 76 - JExp: 7 + Exp: 117 + JExp: 30 AttackRange: 1 - Attack: [6, 10] - Def: 1 - Mdef: 5 + Attack: [70, 80] + Def: 4 + Mdef: 4 Stats: { - Str: 1 - Agi: 2 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Str: 16 + Agi: 12 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (0, 1) + Element: (2, 1) Mode: { CanMove: true + Aggressive: true CanAttack: true } MoveSpeed: 800 - AttackDelay: 1600 + AttackDelay: 1800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - WhiteFur: 800 - Milk: 150 - RedApple: 400 - FluffyHat: 20 + HardSpike: 600 + Amethyst: 50 + IronPotion: 100 + SmallMushroom: 1000 } }, +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1021 - SpriteName: "CaveSnake" - Name: "CaveSnake" - Lv: 30 - Hp: 800 + Id: 1114 + SpriteName: "Nutcracker" + Name: "The Nutcracker" + Lv: 110 + Hp: 6000 Sp: 0 - Exp: 123 - JExp: 13 + Exp: 2235 + JExp: 769 AttackRange: 1 - Attack: [20, 15] - Def: 1 - Mdef: 5 + Attack: [81, 281] + Def: 20 + Mdef: 42 Stats: { - Str: 10 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 5 - Luk: 20 + Str: 40 + Agi: 20 + Vit: 10 + Int: 5 + Dex: 60 + Luk: 40 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (0, 1) + Race: 0 + Element: (9, 1) Mode: { CanMove: true + Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 400 + AttackDelay: 872 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 900 MvpExp: 0 Drops: { - CaveSnakeLamp: 1000 - JeansShorts: 40 - CaveSnakeTongue: 500 - CaveSnakeEgg: 400 - CaveSnakeEgg: 400 - SnakeSkin: 20 + RawLog: 1000 + CottonCloth: 750 + Beer: 750 + CasinoCoins: 250 + IronOre: 200 + Emerald: 200 + Coal: 600 } }, { - Id: 1025 - SpriteName: "LogHead" - Name: "LogHead" - Lv: 30 - Hp: 500 + Id: 1119 + SpriteName: "Thug" + Name: "The Thug" + Lv: 170 + Hp: 5000 Sp: 0 - Exp: 116 - JExp: 5 + Exp: 2316 + JExp: 999 AttackRange: 1 - Attack: [10, 20] - Def: 50 - Mdef: 5 + Attack: [125, 250] + Def: 30 + Mdef: 6 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Str: 10 + Agi: 10 + Vit: 60 + Int: 10 + Dex: 50 + Luk: 70 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) + Race: 0 + Element: (0, 1) Mode: { CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 500 + AttackDelay: 1200 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - RawLog: 2000 - Root: 2500 - Acorn: 3000 - RawLog: 2000 + Beer: 1000 + Orange: 1000 + PileOfAsh: 500 + SulphurPowder: 250 + Pearl: 250 + SailorHat: 10 } }, { - Id: 1027 - SpriteName: "EasterFluffy" - Name: "EasterFluffy" - Lv: 30 - Hp: 500 + Id: 1120 + SpriteName: "Swashbuckler" + Name: "The Swashbuckler" + Lv: 170 + Hp: 5000 Sp: 0 - Exp: 77 - JExp: 7 + Exp: 2423 + JExp: 999 AttackRange: 1 - Attack: [10, 12] - Def: 0 - Mdef: 5 + Attack: [75, 250] + Def: 23 + Mdef: 27 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Str: 20 + Agi: 20 + Vit: 40 + Int: 30 + Dex: 90 + Luk: 70 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 + Race: 0 Element: (0, 1) Mode: { CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 400 + AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - RedEasterEgg: 2000 - GreenEasterEgg: 2000 - BlueEasterEgg: 2000 - YellowEasterEgg: 1000 - PinkEasterEgg: 1000 - TealEasterEgg: 200 + Beer: 1000 + Orange: 1000 + PileOfAsh: 500 + SulphurPowder: 250 + Pearl: 250 + Bandana: 500 } }, { - Id: 1035 - SpriteName: "Silkworm" - Name: "Silkworm" - Lv: 20 - Hp: 1 + Id: 1121 + SpriteName: "Grenadier" + Name: "The Grenadier" + Lv: 170 + Hp: 6000 Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 2 - Mdef: 10 + Exp: 1358 + JExp: 999 + AttackRange: 6 + Attack: [100, 200] + Def: 8 + Mdef: 60 Stats: { - Str: 20 - Agi: 11 - Vit: 10 - Int: 10 - Dex: 40 - Luk: 10 + Str: 12 + Agi: 10 + Vit: 50 + Int: 60 + Dex: 90 + Luk: 70 } ViewRange: 1 ChaseRange: 10 @@ -2411,37 +2480,46 @@ mob_db: ( Element: (0, 1) Mode: { CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 1300 - AttackDelay: 1100 + MoveSpeed: 500 + AttackDelay: 2000 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - SilkCocoon: 5000 + Beer: 1000 + Orange: 1000 + PileOfAsh: 500 + IronPowder: 250 + Pearl: 250 + CaptainsHat: 1 } }, { - Id: 1041 - SpriteName: "Snail" - Name: "Snail" - Lv: 30 - Hp: 900 + Id: 1122 + SpriteName: "DreadPirateMarley" + Name: "The DreadPirateMarley" + Lv: 180 + Hp: 10000 Sp: 0 - Exp: 114 - JExp: 18 - AttackRange: 1 - Attack: [50, 65] - Def: 20 - Mdef: 15 + Exp: 7518 + JExp: 20000 + AttackRange: 4 + Attack: [175, 250] + Def: 38 + Mdef: 32 Stats: { Str: 10 - Agi: 1 - Vit: 25 - Int: 0 - Dex: 20 - Luk: 10 + Agi: 20 + Vit: 40 + Int: 20 + Dex: 90 + Luk: 80 } ViewRange: 1 ChaseRange: 10 @@ -2450,1160 +2528,1252 @@ mob_db: ( Element: (0, 1) Mode: { CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 1800 - AttackDelay: 2500 + MoveSpeed: 400 + AttackDelay: 700 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 - Drops: { - GreenApple: 500 - ReedBundle: 400 - Pear: 1000 - Plum: 1500 - Blueberries: 500 - Cherry: 2000 - } }, { - Id: 1049 - SpriteName: "Bee" - Name: "Bee" - Lv: 30 - Hp: 600 + Id: 1123 + SpriteName: "DreadPirateMarleyClone" + Name: "The DreadPirateMarleyClone" + Lv: 150 + Hp: 2000 Sp: 0 - Exp: 124 - JExp: 32 - AttackRange: 1 - Attack: [5, 90] - Def: 12 - Mdef: 4 + Exp: 709 + JExp: 0 + AttackRange: 4 + Attack: [175, 250] + Def: 18 + Mdef: 22 Stats: { - Str: 15 - Agi: 25 - Vit: 20 - Int: 3 - Dex: 40 - Luk: 30 + Str: 10 + Agi: 40 + Vit: 30 + Int: 20 + Dex: 80 + Luk: 40 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (5, 1) + Element: (0, 1) Mode: { CanMove: true + Looter: true + Aggressive: true Assist: true + Boss: true CanAttack: true } - MoveSpeed: 380 - AttackDelay: 1500 - AttackMotion: 300 - DamageMotion: 350 + MoveSpeed: 500 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 480 MvpExp: 0 }, { - Id: 1055 - SpriteName: "Butterfly" - Name: "Butterfly" - Lv: 25 - Hp: 250 + Id: 1126 + SpriteName: "PsiBrain" + Name: "The PsiBrain" + Lv: 100 + Hp: 10000 Sp: 0 - Exp: 55 - JExp: 11 + Exp: 3952 + JExp: 4000 AttackRange: 2 - Attack: [10, 40] - Def: 3 - Mdef: 5 + Attack: [220, 500] + Def: 23 + Mdef: 30 Stats: { - Str: 10 - Agi: 45 - Vit: 10 - Int: 15 - Dex: 35 - Luk: 40 + Str: 35 + Agi: 15 + Vit: 3 + Int: 50 + Dex: 50 + Luk: 50 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 3 - Element: (4, 2) + Race: 1 + Element: (9, 1) Mode: { CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 350 - AttackDelay: 780 - AttackMotion: 300 - DamageMotion: 800 + MoveSpeed: 340 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 MvpExp: 0 Drops: { - SilkCocoon: 1000 - } -}, -{ - Id: 1057 - SpriteName: "AngryScorpionMob" - Name: "AngryScorpionMob" - Lv: 20 - Hp: 200 + Bone: 75 + Bone: 115 + Skull: 135 + DarkCrystal: 40 + BrainStem: 700 + } +}, +{ + Id: 1127 + SpriteName: "GeneralKrukan" + Name: "The GeneralKrukan" + Lv: 140 + Hp: 40000 Sp: 0 - Exp: 27 - JExp: 5 - AttackRange: 1 - Attack: [15, 15] - Def: 0 - Mdef: 5 + Exp: 12932 + JExp: 1663 + AttackRange: 2 + Attack: [180, 430] + Def: 5 + Mdef: 20 Stats: { - Str: 5 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 5 + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (0, 1) + Race: 0 + Element: (9, 2) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 1000 - AttackDelay: 1872 + MoveSpeed: 300 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 + DamageMotion: 300 + MvpExp: 778 + MvpDrops: { + Soul: 1198 + } Drops: { - AngryScorpionStinger: 700 - Candy: 100 - ChocolateBar: 50 - BugLeg: 700 + Bone: 1000 + Skull: 1000 + DarkCrystal: 1000 + DarkHelm: 2 + WarlordHelmet: 6 + KnightsHelmet: 25 + InfantryHelmet: 50 + CrusadeHelmet: 8 + DiseasedHeart: 500 + Soul: 500 } }, { - Id: 1058 - SpriteName: "IceGoblin" - Name: "IceGoblin" - Lv: 25 - Hp: 330 + Id: 1128 + SpriteName: "GeneralRazha" + Name: "The GeneralRazha" + Lv: 140 + Hp: 40000 Sp: 0 - Exp: 52 - JExp: 10 - AttackRange: 1 - Attack: [20, 25] - Def: 0 - Mdef: 5 + Exp: 12932 + JExp: 1663 + AttackRange: 2 + Attack: [180, 430] + Def: 5 + Mdef: 20 Stats: { - Str: 5 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 30 + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (1, 1) + Race: 0 + Element: (9, 2) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 700 - AttackDelay: 1872 + MoveSpeed: 300 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 + DamageMotion: 300 + MvpExp: 1198 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 800 - CactusPotion: 150 - Dagger: 70 - SharpKnife: 10 - IceCube: 500 + Bone: 210 + UnderworldMask: 5 + Skull: 300 + DarkCrystal: 1000 + WarlordHelmet: 3 + WarlordPlate: 2 + LeatherGloves: 35 + DiseasedHeart: 500 + Soul: 500 } }, { - Id: 1060 - SpriteName: "Archant" - Name: "Archant" - Lv: 30 - Hp: 400 + Id: 1129 + SpriteName: "GeneralTerogan" + Name: "The GeneralTerogan" + Lv: 140 + Hp: 40000 Sp: 0 - Exp: 61 - JExp: 14 - AttackRange: 1 - Attack: [20, 30] - Def: 4 - Mdef: 6 + Exp: 12932 + JExp: 1663 + AttackRange: 2 + Attack: [180, 430] + Def: 5 + Mdef: 20 Stats: { - Str: 10 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 12 - Luk: 10 + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (5, 1) + Element: (9, 2) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 1000 - AttackDelay: 1500 + MoveSpeed: 300 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 + DamageMotion: 300 + MvpExp: 1198 Drops: { - TreasureKey: 300 - RedApple: 100 - IronOre: 40 - Coal: 20 + Bone: 210 + Phylactery: 1 + Skull: 300 + DarkCrystal: 1000 + WarlordHelmet: 3 + WarlordPlate: 2 + LeatherGloves: 35 + DiseasedHeart: 500 + Soul: 500 } }, { - Id: 1064 - SpriteName: "Bandit" - Name: "Bandit" - Lv: 20 - Hp: 400 + Id: 1130 + SpriteName: "Moonshroom" + Name: "The Moonshroom" + Lv: 110 + Hp: 550 Sp: 0 - Exp: 65 - JExp: 21 - AttackRange: 1 - Attack: [40, 40] - Def: 5 - Mdef: 0 + Exp: 120 + JExp: 35 + AttackRange: 4 + Attack: [70, 80] + Def: 4 + Mdef: 4 Stats: { - Str: 10 - Agi: 10 + Str: 16 + Agi: 12 Vit: 10 Int: 10 - Dex: 10 + Dex: 35 Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 1) + Race: 3 + Element: (2, 1) Mode: { CanMove: true - Looter: true Aggressive: true CanAttack: true } - MoveSpeed: 500 - AttackDelay: 1500 + MoveSpeed: 800 + AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 900 + DamageMotion: 480 MvpExp: 0 Drops: { - BanditHood: 800 - Dagger: 200 - CoinBag: 500 - RedApple: 200 + SmallMushroom: 500 + BugLeg: 500 + Lifestone: 300 + EmptyBottle: 100 + SulphurPowder: 100 } }, { - Id: 1083 - SpriteName: "HuntsmanSpider" - Name: "HuntsmanSpider" - Lv: 30 - Hp: 1500 + Id: 1132 + SpriteName: "LavaSlime" + Name: "The LavaSlime" + Lv: 135 + Hp: 4144 Sp: 0 - Exp: 302 - JExp: 363 - AttackRange: 1 - Attack: [125, 150] - Def: 10 - Mdef: 45 + Exp: 6000 + JExp: 1111 + AttackRange: 2 + Attack: [105, 260] + Def: 75 + Mdef: 80 Stats: { - Str: 20 + Str: 30 Agi: 15 - Vit: 10 + Vit: 35 Int: 10 - Dex: 45 - Luk: 10 + Dex: 70 + Luk: 250 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (5, 2) + Element: (3, 2) Mode: { CanMove: true Looter: true Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 575 - AttackDelay: 1250 + MoveSpeed: 900 + AttackDelay: 1300 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 100 MvpExp: 0 Drops: { - InfantryHelmet: 100 - CoinBag: 500 - IronOre: 300 - BugLeg: 1000 - GreenApple: 500 - Coal: 150 + SlingBullet: 10000 + SulphurPowder: 2500 + IronOre: 1000 + PileOfAsh: 1000 + Coal: 1000 + TinyManaElixir: 500 } }, { - Id: 1084 - SpriteName: "CrotcherScorpionMob" - Name: "CrotcherScorpionMob" - Lv: 25 - Hp: 1200 + Id: 1133 + SpriteName: "Anne" + Name: "The Anne" + Lv: 110 + Hp: 12000 Sp: 0 - Exp: 264 - JExp: 86 + Exp: 1100 + JExp: 889 AttackRange: 1 - Attack: [75, 175] - Def: 15 - Mdef: 45 + Attack: [200, 300] + Def: 20 + Mdef: 40 Stats: { - Str: 15 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 25 - Luk: 25 + Str: 60 + Agi: 40 + Vit: 40 + Int: 30 + Dex: 60 + Luk: 40 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (5, 2) + Element: (9, 1) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 750 - AttackDelay: 1350 + MoveSpeed: 380 + AttackDelay: 872 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 900 MvpExp: 0 Drops: { - LeatherShirt: 300 - BugLeg: 1000 - ChocolateBar: 300 - GingerBreadMan: 300 - RedApple: 500 + CranberryLollipop: 6000 + GrapeLollipop: 6000 + OrangeLollipop: 6000 + CaramelApple: 200 + LollipopColor1: 500 + LollipopColor2: 500 + LollipopColor3: 500 + ShockSweet: 20 } }, { - Id: 1087 - SpriteName: "Larvern" - Name: "Larvern" - Lv: 20 - Hp: 550 + Id: 1134 + SpriteName: "SUSAN" + Name: "The SUSAN" + Lv: 255 + Hp: 696969 Sp: 0 - Exp: 122 - JExp: 26 + Exp: 69000 + JExp: 1400 AttackRange: 1 - Attack: [50, 200] - Def: 30 - Mdef: 65 + Attack: [0, 0] + Def: 69 + Mdef: 69 Stats: { - Str: 35 - Agi: 20 - Vit: 50 - Int: 0 - Dex: 70 - Luk: 20 + Str: 69 + Agi: 69 + Vit: 69 + Int: 69 + Dex: 69 + Luk: 69 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (5, 1) + Element: (9, 1) Mode: { CanMove: true - Looter: true - Assist: true + Boss: true CanAttack: true } MoveSpeed: 1500 - AttackDelay: 1500 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - GrubSlime: 2000 - BugLeg: 1000 - GrassSeed: 300 - ReedBundle: 300 + CranberryLollipop: 6000 + GrapeLollipop: 6000 + OrangeLollipop: 6000 + CaramelApple: 200 + LollipopColor1: 500 + LollipopColor2: 500 + LollipopColor3: 500 + ShockSweet: 20 } }, { - Id: 1089 - SpriteName: "HungryFluffy" - Name: "HungryFluffy" - Lv: 30 - Hp: 500 + Id: 1135 + SpriteName: "LovelyMaggot" + Name: "The LovelyMaggot" + Lv: 1 + Hp: 50 Sp: 0 - Exp: 76 - JExp: 10 + Exp: 1 + JExp: 1 AttackRange: 1 - Attack: [6, 10] - Def: 1 + Attack: [69, 6969] + Def: 0 Mdef: 5 Stats: { - Str: 1 - Agi: 2 + Str: 5 + Agi: 5 Vit: 1 Int: 0 - Dex: 20 - Luk: 25 + Dex: 6 + Luk: 5 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (0, 1) + Element: (1, 1) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1600 + MoveSpeed: 200 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - WhiteFur: 500 - Milk: 150 - FluffyHat: 20 + MaggotSlime: 400 + CactusDrink: 70 + BugLeg: 200 + RoastedMaggot: 75 + CactusPotion: 30 } }, { - Id: 1093 - SpriteName: "WhiteSlime" - Name: "WhiteSlime" - Lv: 20 - Hp: 200 + Id: 1136 + SpriteName: "LesserGhost" + Name: "The LesserGhost" + Lv: 1 + Hp: 1 Sp: 0 - Exp: 40 - JExp: 15 - AttackRange: 1 - Attack: [80, 120] - Def: 10 - Mdef: 10 + Exp: 1 + JExp: 1 + AttackRange: 0 + Attack: [150, 300] + Def: 0 + Mdef: 0 Stats: { - Str: 20 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 20 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 0 - Element: (1, 3) + Race: 1 + Element: (9, 1) Mode: { CanMove: true - Assist: true + Looter: true CanAttack: true } - MoveSpeed: 500 - AttackDelay: 1872 + MoveSpeed: 340 + AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 950 MvpExp: 0 - Drops: { - IceCube: 200 - Diamond: 20 - BottleOfWater: 500 - SilverMirror: 100 - BookPage: 200 - Snowball: 1800 - } }, { - Id: 1094 - SpriteName: "Reinboo" - Name: "Reinboo" - Lv: 35 - Hp: 1100 - Sp: 0 - Exp: 214 - JExp: 29 - AttackRange: 2 - Attack: [40, 75] - Def: 35 - Mdef: 5 + Id: 1137 + SpriteName: "Tormenta" + Name: "The Tormenta" + Lv: 200 + Hp: 18000 + Sp: 60 + Exp: 500000 + JExp: 5000 + AttackRange: 5 + Attack: [360, 374] + Def: 48 + Mdef: 90 Stats: { - Str: 15 - Agi: 5 - Vit: 15 - Int: 0 - Dex: 40 - Luk: 10 + Str: 1 + Agi: 32 + Vit: 60 + Int: 255 + Dex: 255 + Luk: 255 } - ViewRange: 2 + ViewRange: 31 ChaseRange: 10 Size: 1 - Race: 3 - Element: (0, 1) + Race: 0 + Element: (9, 3) Mode: { CanMove: true - CanAttack: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true } - MoveSpeed: 600 - AttackDelay: 1872 + MoveSpeed: 210 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 - Drops: { - GingerBreadMan: 1000 - WhiteCake: 1200 - ChocolateCake: 1200 - OrangeCake: 1200 - AppleCake: 1200 - Antlers: 50 - RedNose: 10 - } }, +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1099 - SpriteName: "SleepingBandit" - Name: "SleepingBandit" - Lv: 20 - Hp: 25 - Sp: 0 - Exp: 3 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 0 - Mdef: 0 + Id: 1138 + SpriteName: "ManaGuard" + Name: "ManaGuardian" + Lv: 180 + Hp: 20000 + Sp: 280 + Exp: 27000 + JExp: 5000 + AttackRange: 2 + Attack: [280, 324] + Def: 22 + Mdef: 67 Stats: { - Str: 10 - Agi: 10 - Vit: 10 - Int: 10 - Dex: 10 - Luk: 10 + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 95 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 1) - MoveSpeed: 500 - AttackDelay: 1500 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + } + MoveSpeed: 210 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 900 + DamageMotion: 50 MvpExp: 0 - Drops: { - BanditHood: 800 - Dagger: 200 - CoinBag: 500 - RedApple: 200 - } }, { - Id: 1100 - SpriteName: "AzulSlime" - Name: "AzulSlime" - Lv: 20 - Hp: 200 + Id: 1139 + SpriteName: "Virus" + Name: "The Virus" + Lv: 170 + Hp: 5000 Sp: 0 - Exp: 40 - JExp: 10 - AttackRange: 1 - Attack: [80, 120] - Def: 10 - Mdef: 10 + Exp: 2273 + JExp: 721 + AttackRange: 6 + Attack: [45, 75] + Def: 37 + Mdef: 12 Stats: { - Str: 20 + Str: 30 Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 20 + Vit: 20 + Int: 20 + Dex: 25 + Luk: 60 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (1, 3) + Race: 3 + Element: (5, 1) Mode: { CanMove: true Looter: true + Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 500 + MoveSpeed: 600 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 + Drops: { + Snapple: 500 + Acorn: 1100 + GumiCandy: 11 + } }, { - Id: 1107 - SpriteName: "Bluepar" - Name: "Bluepar" - Lv: 30 - Hp: 350 - Sp: 0 - Exp: 54 - JExp: 8 + Id: 1140 + SpriteName: "Tengu" + Name: "The Tengu" + Lv: 180 + Hp: 24000 + Sp: 280 + Exp: 45000 + JExp: 5000 AttackRange: 2 - Attack: [7, 15] - Def: 0 - Mdef: 5 + Attack: [180, 224] + Def: 67 + Mdef: 9 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Str: 31 + Agi: 22 + Vit: 90 + Int: 97 + Dex: 255 + Luk: 95 } - ViewRange: 2 + ViewRange: 31 ChaseRange: 10 Size: 1 - Race: 3 - Element: (0, 1) + Race: 0 + Element: (9, 3) Mode: { CanMove: true Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 310 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 - Drops: { - IronPotion: 800 - ConcentrationPotion: 800 - Diamond: 50 - } }, { - Id: 1108 - SpriteName: "AngryFireGoblin" - Name: "AngryFireGoblin" - Lv: 30 - Hp: 320 - Sp: 0 - Exp: 55 - JExp: 12 + Id: 1141 + SpriteName: "Sasquatch" + Name: "The Sasquatch" + Lv: 180 + Hp: 24000 + Sp: 280 + Exp: 45000 + JExp: 5000 AttackRange: 1 - Attack: [25, 40] - Def: 0 - Mdef: 10 + Attack: [420, 444] + Def: 12 + Mdef: 27 Stats: { - Str: 3 - Agi: 3 - Vit: 3 - Int: 2 - Dex: 10 - Luk: 50 + Str: 31 + Agi: 22 + Vit: 90 + Int: 97 + Dex: 255 + Luk: 95 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 - Race: 3 - Element: (3, 1) + Race: 0 + Element: (9, 3) Mode: { CanMove: true Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 310 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 - Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 800 - CactusPotion: 150 - Dagger: 70 - SharpKnife: 10 - PileOfAsh: 500 - } }, { - Id: 1113 - SpriteName: "Pollett" - Name: "Pollett" - Lv: 30 - Hp: 500 - Sp: 0 - Exp: 76 - JExp: 7 - AttackRange: 1 - Attack: [6, 10] - Def: 1 - Mdef: 5 + Id: 1142 + SpriteName: "Kage" + Name: "ZaxDeKagen" + Lv: 200 + Hp: 29999 + Sp: 280 + Exp: 999999 + JExp: 99999 + AttackRange: 9 + Attack: [90, 124] + Def: 74 + Mdef: 100 Stats: { - Str: 1 + Str: 199 Agi: 2 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Vit: 199 + Int: 197 + Dex: 255 + Luk: 175 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 - Race: 3 - Element: (0, 1) + Race: 0 + Element: (9, 3) Mode: { CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1600 + MoveSpeed: 210 + AttackDelay: 672 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 Drops: { - IceCube: 1000 - AnimalBones: 500 - Pearl: 300 - IcedWater: 100 - PollettEgg: 400 - PollettEgg: 400 - PollettEgg: 400 - WhiteFur: 500 + BlueRose: 10000 } }, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1009 - SpriteName: "BlackScorpionMob" - Name: "BlackScorpionMob" - Lv: 100 - Hp: 600 - Sp: 0 - Exp: 500 - JExp: 37 - AttackRange: 1 - Attack: [60, 100] - Def: 4 - Mdef: 6 + Id: 1143 + SpriteName: "ManaSlayer" + Name: "The ManaSlayer" + Lv: 180 + Hp: 24000 + Sp: 280 + Exp: 42000 + JExp: 5000 + AttackRange: 2 + Attack: [260, 274] + Def: 22 + Mdef: 67 Stats: { - Str: 16 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 95 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 Race: 0 - Element: (0, 1) + Element: (9, 3) Mode: { CanMove: true Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 1000 - AttackDelay: 1500 + MoveSpeed: 210 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 - Drops: { - LeatherShirt: 150 - ChocolateBar: 100 - BugLeg: 800 - BlackScorpionStinger: 800 - } }, { - Id: 1010 - SpriteName: "Snake" - Name: "Snake" - Lv: 115 - Hp: 850 - Sp: 0 - Exp: 722 - JExp: 56 - AttackRange: 1 - Attack: [75, 90] - Def: 4 - Mdef: 6 + Id: 1144 + SpriteName: "Dragon" + Name: "GreatDragon" + Lv: 250 + Hp: 29999 + Sp: 280 + Exp: 1 + JExp: 1 + AttackRange: 3 + Attack: [60, 90] + Def: 67 + Mdef: 67 Stats: { - Str: 20 - Agi: 11 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 + Str: 199 + Agi: 2 + Vit: 199 + Int: 197 + Dex: 255 + Luk: 95 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 Race: 0 - Element: (0, 1) + Element: (9, 3) Mode: { CanMove: true Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 900 - AttackDelay: 1300 + MoveSpeed: 210 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 Drops: { - SnakeSkin: 150 - SnakeEgg: 400 - SnakeEgg: 400 - SnakeTongue: 500 + PaladinsHelmet: 1 } }, { - Id: 1012 - SpriteName: "Spider" - Name: "Spider" - Lv: 125 - Hp: 800 - Sp: 0 - Exp: 690 - JExp: 115 - AttackRange: 1 - Attack: [70, 85] - Def: 4 - Mdef: 6 + Id: 1145 + SpriteName: "KageGolem" + Name: "The KageGolem" + Lv: 180 + Hp: 29999 + Sp: 280 + Exp: 150000 + JExp: 15000 + AttackRange: 6 + Attack: [140, 174] + Def: 72 + Mdef: 55 Stats: { - Str: 14 - Agi: 13 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 125 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 Race: 0 - Element: (5, 1) + Element: (9, 3) Mode: { CanMove: true - Looter: true Aggressive: true - Assist: true + CastSensorIdle: true Boss: true CanAttack: true } - MoveSpeed: 1000 - AttackDelay: 1500 + MoveSpeed: 410 + AttackDelay: 1000 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 Drops: { - TreasureKey: 500 - RedApple: 100 - InfantryHelmet: 20 - CoinBag: 200 + WumpusEgg: 10000 } }, { - Id: 1013 - SpriteName: "EvilMushroom" - Name: "EvilMushroom" - Lv: 110 - Hp: 650 - Sp: 0 - Exp: 138 - JExp: 35 + Id: 1146 + SpriteName: "Flashmob" + Name: "The Flashmob" + Lv: 181 + Hp: 27000 + Sp: 280 + Exp: 72000 + JExp: 5000 AttackRange: 1 - Attack: [65, 80] - Def: 4 - Mdef: 6 + Attack: [40, 60] + Def: 57 + Mdef: 57 Stats: { - Str: 16 - Agi: 12 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 95 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) + Race: 0 + Element: (9, 3) Mode: { CanMove: true - Assist: true + Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1800 + MoveSpeed: 160 + AttackDelay: 600 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 - Drops: { - RedApple: 500 - EmptyBottle: 10 - OrangeCupcake: 100 - SmallMushroom: 1000 - } }, { - Id: 1014 - SpriteName: "PinkFlower" - Name: "PinkFlower" - Lv: 115 - Hp: 700 - Sp: 0 - Exp: 163 - JExp: 40 - AttackRange: 2 - Attack: [70, 75] - Def: 0 - Mdef: 5 - Stats: { - Str: 16 - Agi: 12 - Vit: 20 - Int: 20 - Dex: 20 - Luk: 50 + Id: 1147 + SpriteName: "Koyntety" + Name: "The Koyntety" + Lv: 181 + Hp: 27000 + Sp: 280 + Exp: 72000 + JExp: 5000 + AttackRange: 4 + Attack: [220, 240] + Def: 52 + Mdef: 52 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 105 } - ViewRange: 2 + ViewRange: 31 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) + Race: 0 + Element: (9, 3) Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 800 + MoveSpeed: 240 + AttackDelay: 1400 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 - Drops: { - RedApple: 100 - EmptyBottle: 10 - Arrow: 100 - CoinBag: 400 - PinkPetal: 1000 - PinkPetal: 1000 - } }, { - Id: 1015 - SpriteName: "SantaSlime" - Name: "SantaSlime" - Lv: 120 - Hp: 750 - Sp: 0 - Exp: 166 - JExp: 58 - AttackRange: 1 - Attack: [75, 80] - Def: 2 - Mdef: 7 + Id: 1148 + SpriteName: "DoomGolem" + Name: "The DoomGolem" + Lv: 180 + Hp: 22000 + Sp: 280 + Exp: 65000 + JExp: 2000 + AttackRange: 3 + Attack: [160, 180] + Def: 60 + Mdef: 30 Stats: { - Str: 1 - Agi: 20 - Vit: 1 - Int: 0 - Dex: 30 - Luk: 30 + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 105 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 Race: 0 - Element: (1, 1) + Element: (9, 3) Mode: { CanMove: true + Aggressive: true + CastSensorIdle: true Boss: true CanAttack: true } - MoveSpeed: 1500 - AttackDelay: 1872 + MoveSpeed: 320 + AttackDelay: 1000 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 Drops: { - GingerBreadMan: 800 - Cake: 700 - XmasCandyCane: 600 - CherryCake: 500 - Milk: 400 - GreenPresentBox: 500 + MageRing: 4 + BlackRose: 30 + TreasureKey: 800 + UndeadEar: 150 + UndeadEye: 150 + RottenRags: 70 + Soul: 50 + BlinkingHocus: 1 } }, { - Id: 1022 - SpriteName: "JackO" - Name: "JackO" - Lv: 175 - Hp: 10000 - Sp: 0 - Exp: 18130 - JExp: 1241 - AttackRange: 2 - Attack: [100, 500] - Def: 40 - Mdef: 20 + Id: 1149 + SpriteName: "Enchanter" + Name: "The Enchanter" + Lv: 181 + Hp: 19000 + Sp: 280 + Exp: 55000 + JExp: 2000 + AttackRange: 8 + Attack: [140, 180] + Def: 30 + Mdef: 60 Stats: { - Str: 105 - Agi: 40 - Vit: 85 - Int: 75 - Dex: 105 - Luk: 95 + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 105 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 Race: 0 - Element: (0, 1) + Element: (9, 3) Mode: { CanMove: true Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 250 - AttackDelay: 1500 + MoveSpeed: 240 + AttackDelay: 800 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 Drops: { - PirateHat: 300 - Bandana: 400 - VNeckSweater: 400 - Circlet: 400 - PumpkinHelmet: 300 - RangerHat: 400 - Soul: 10000 - AxeHat: 600 + EnchantersAmulet: 2 + BlackRose: 30 + TreasureKey: 800 + UndeadEar: 90 + UndeadEye: 80 + RottenRags: 70 + Soul: 50 } }, { - Id: 1023 - SpriteName: "FireSkull" - Name: "FireSkull" - Lv: 170 - Hp: 5000 - Sp: 0 - Exp: 2460 - JExp: 721 + Id: 1150 + SpriteName: "ManaTyrant" + Name: "The ManaTyrant" + Lv: 180 + Hp: 24000 + Sp: 280 + Exp: 27000 + JExp: 5000 AttackRange: 2 - Attack: [75, 175] - Def: 35 - Mdef: 15 + Attack: [300, 325] + Def: 42 + Mdef: 67 Stats: { - Str: 40 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 35 - Luk: 70 + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 95 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 - Race: 3 - Element: (3, 1) + Race: 0 + Element: (9, 3) Mode: { CanMove: true - Looter: true Aggressive: true - Assist: true + CastSensorIdle: true Boss: true CanAttack: true } - MoveSpeed: 600 - AttackDelay: 1600 + MoveSpeed: 180 + AttackDelay: 1050 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 50 MvpExp: 0 Drops: { - DarkCrystal: 1000 - PileOfAsh: 5000 + PaladinsHelmet: 1 + CaramelCandy: 20 + GoldenDeliciousApple: 5 + SilkRobe: 100 + TinyManaElixir: 500 + SilkGloves: 20 + SilkPants: 15 } }, +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1024 - SpriteName: "PoisonSkull" - Name: "PoisonSkull" - Lv: 170 - Hp: 5000 + Id: 1151 + SpriteName: "VoidFlower" + Name: "The VoidFlower" + Lv: 115 + Hp: 7000 Sp: 0 - Exp: 2460 - JExp: 721 - AttackRange: 2 - Attack: [75, 175] - Def: 35 - Mdef: 15 + Exp: 1068 + JExp: 40 + AttackRange: 12 + Attack: [400, 420] + Def: 0 + Mdef: 5 Stats: { - Str: 40 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 35 - Luk: 70 + Str: 16 + Agi: 12 + Vit: 20 + Int: 20 + Dex: 255 + Luk: 50 } - ViewRange: 1 + ViewRange: 12 ChaseRange: 10 Size: 1 Race: 3 + Element: (2, 1) + Mode: { + CanAttack: true + } + MoveSpeed: 800 + AttackDelay: 2000 + AttackMotion: 672 + DamageMotion: 180 + MvpExp: 0 + Drops: { + RedApple: 100 + EmptyBottle: 10 + Arrow: 100 + CoinBag: 400 + PinkPetal: 1000 + PinkPetal: 1000 + } +}, +{ + Id: 1152 + SpriteName: "VoidArchant" + Name: "The VoidArchant" + Lv: 130 + Hp: 6000 + Sp: 0 + Exp: 1598 + JExp: 14 + AttackRange: 1 + Attack: [140, 180] + Def: 36 + Mdef: 6 + Stats: { + Str: 10 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 12 + Luk: 10 + } + ViewRange: 1 + ChaseRange: 10 + Size: 1 + Race: 0 Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + } + MoveSpeed: 800 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 200 + MvpExp: 0 + Drops: { + TreasureKey: 300 + RedApple: 100 + IronOre: 40 + Coal: 20 + } +}, +{ + Id: 1153 + SpriteName: "VoidSlime" + Name: "The VoidSlime" + Lv: 135 + Hp: 4144 + Sp: 0 + Exp: 6000 + JExp: 70 + AttackRange: 2 + Attack: [105, 160] + Def: 75 + Mdef: 40 + Stats: { + Str: 30 + Agi: 15 + Vit: 35 + Int: 10 + Dex: 70 + Luk: 250 + } + ViewRange: 1 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (3, 2) Mode: { CanMove: true Looter: true Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 600 - AttackDelay: 1600 + MoveSpeed: 1100 + AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 200 MvpExp: 0 Drops: { - DarkCrystal: 1000 + SlingBullet: 10000 + SulphurPowder: 2500 + IronOre: 1000 + PileOfAsh: 1000 + Coal: 1000 + TinyManaElixir: 500 } }, { - Id: 1026 - SpriteName: "MountainSnake" - Name: "MountainSnake" + Id: 1154 + SpriteName: "VoidSnake" + Name: "The VoidSnake" Lv: 130 - Hp: 900 + Hp: 2000 Sp: 0 - Exp: 1024 + Exp: 541 JExp: 63 AttackRange: 1 - Attack: [80, 125] + Attack: [80, 120] Def: 4 Mdef: 6 Stats: { @@ -3624,10 +3794,10 @@ mob_db: ( Aggressive: true CanAttack: true } - MoveSpeed: 1000 + MoveSpeed: 320 AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 200 MvpExp: 0 Drops: { LeatherGloves: 20 @@ -3638,115 +3808,117 @@ mob_db: ( } }, { - Id: 1034 - SpriteName: "GrassSnake" - Name: "GrassSnake" - Lv: 140 - Hp: 1000 + Id: 1155 + SpriteName: "VoidBat" + Name: "The VoidBat" + Lv: 100 + Hp: 400 Sp: 0 - Exp: 1254 - JExp: 103 + Exp: 81 + JExp: 3 AttackRange: 1 - Attack: [80, 120] - Def: 2 - Mdef: 10 + Attack: [10, 25] + Def: 0 + Mdef: 5 Stats: { - Str: 20 - Agi: 40 - Vit: 10 - Int: 10 - Dex: 40 - Luk: 50 + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (0, 1) + Race: 3 + Element: (4, 1) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 500 - AttackDelay: 1100 + MoveSpeed: 200 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - GrassSnakeEgg: 400 - GrassSnakeEgg: 400 - GrassSnakeTongue: 500 - Steak: 500 - CottonCloth: 1600 - SnakeSkin: 500 + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + Dagger: 70 + SharpKnife: 1 + BatWing: 3000 + BatTeeth: 2000 } }, { - Id: 1036 - SpriteName: "Zombie" - Name: "Zombie" - Lv: 110 - Hp: 12000 + Id: 1156 + SpriteName: "VoidMaggot" + Name: "The VoidMaggot" + Lv: 100 + Hp: 400 Sp: 0 - Exp: 4192 - JExp: 1393 - AttackRange: 2 - Attack: [275, 355] - Def: 20 - Mdef: 15 + Exp: 74 + JExp: 1 + AttackRange: 1 + Attack: [10, 25] + Def: 0 + Mdef: 5 Stats: { - Str: 30 - Agi: 15 - Vit: 30 - Int: 3 - Dex: 60 - Luk: 40 + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 1) + Race: 3 + Element: (1, 1) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 480 + MoveSpeed: 800 AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 900 + DamageMotion: 480 MvpExp: 0 Drops: { - DarkCrystal: 1000 - RottenRags: 700 - DiseasedHeart: 500 - UndeadEar: 200 - UndeadEye: 150 - Soul: 500 + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 } }, { - Id: 1042 - SpriteName: "Spectre" - Name: "Spectre" - Lv: 140 - Hp: 6500 + Id: 1157 + SpriteName: "VoidSoldier" + Name: "The VoidSoldier" + Lv: 120 + Hp: 8000 Sp: 0 - Exp: 3978 - JExp: 359 - AttackRange: 3 - Attack: [160, 220] - Def: 40 - Mdef: 0 + Exp: 1957 + JExp: 663 + AttackRange: 7 + Attack: [20, 30] + Def: 5 + Mdef: 20 Stats: { - Str: 35 - Agi: 70 - Vit: 22 - Int: 15 - Dex: 20 - Luk: 70 + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 } ViewRange: 1 ChaseRange: 10 @@ -3755,60 +3927,18 @@ mob_db: ( Element: (9, 2) Mode: { CanMove: true - Assist: true + Aggressive: true CanAttack: true } - MoveSpeed: 650 - AttackDelay: 1700 - AttackMotion: 800 - DamageMotion: 500 - MvpExp: 0 - Drops: { - SpectrePowder: 1000 - SulphurPowder: 150 - SulphurPowder: 120 - } -}, -{ - Id: 1045 - SpriteName: "Fallen" - Name: "Fallen" - Lv: 120 - Hp: 10000 - Sp: 0 - Exp: 7812 - JExp: 1663 - AttackRange: 2 - Attack: [180, 430] - Def: 5 - Mdef: 20 - Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 2) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 300 - AttackDelay: 1200 + MoveSpeed: 500 + AttackDelay: 1600 AttackMotion: 672 DamageMotion: 300 MvpExp: 1198 Drops: { - Bone: 210 - Bone: 210 - Skull: 300 + UndeadEar: 210 + UndeadEye: 210 + PurpleDye: 200 DarkCrystal: 1000 WarlordHelmet: 3 WarlordPlate: 2 @@ -3818,685 +3948,671 @@ mob_db: ( } }, { - Id: 1062 - SpriteName: "Terranite" - Name: "Terranite" - Lv: 110 - Hp: 6000 + Id: 1158 + SpriteName: "VoidMouboo" + Name: "The VoidMouboo" + Lv: 100 + Hp: 5000 Sp: 0 - Exp: 2484 - JExp: 889 - AttackRange: 1 - Attack: [200, 300] - Def: 20 - Mdef: 40 + Exp: 1338 + JExp: 16 + AttackRange: 2 + Attack: [50, 65] + Def: 60 + Mdef: 5 Stats: { - Str: 60 - Agi: 40 - Vit: 40 - Int: 30 - Dex: 60 - Luk: 40 + Str: 15 + Agi: 5 + Vit: 15 + Int: 0 + Dex: 40 + Luk: 10 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 1) + Race: 3 + Element: (0, 1) Mode: { CanMove: true - Aggressive: true CanAttack: true } - MoveSpeed: 400 - AttackDelay: 872 + MoveSpeed: 600 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 900 + DamageMotion: 480 MvpExp: 0 Drops: { - Coal: 600 - Emerald: 20 - Sapphire: 20 - Amethyst: 20 - TerraniteOre: 500 - IronOre: 500 + CottonCloth: 1000 + CottonCloth: 500 + BottleOfWater: 750 + CottonCloth: 50 + ReedBundle: 500 } }, { - Id: 1068 - SpriteName: "Reaper" - Name: "Reaper" - Lv: 140 - Hp: 40000 + Id: 1159 + SpriteName: "VoidScorpionMob" + Name: "The VoidScorpionMob" + Lv: 110 + Hp: 6000 Sp: 0 - Exp: 23960 - JExp: 156 - AttackRange: 7 - Attack: [200, 350] - Def: 30 - Mdef: 80 + Exp: 1327 + JExp: 37 + AttackRange: 1 + Attack: [60, 90] + Def: 4 + Mdef: 6 Stats: { - Str: 100 - Agi: 120 - Vit: 70 - Int: 120 - Dex: 100 - Luk: 75 + Str: 16 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 1 - Element: (9, 4) + Race: 0 + Element: (0, 1) Mode: { CanMove: true Aggressive: true - Boss: true CanAttack: true } - MoveSpeed: 500 - AttackDelay: 1200 - AttackMotion: 800 - DamageMotion: 300 + MoveSpeed: 700 + AttackDelay: 1700 + AttackMotion: 672 + DamageMotion: 480 MvpExp: 0 Drops: { - RottenRags: 1000 - Bone: 500 - Skull: 100 - SkullMask: 10 + LeatherShirt: 150 + ChocolateBar: 100 + BugLeg: 800 + BlackScorpionStinger: 800 } }, { - Id: 1071 - SpriteName: "IceElement" - Name: "IceElement" - Lv: 100 - Hp: 5000 + Id: 1160 + SpriteName: "VoidShroom" + Name: "The VoidShroom" + Lv: 110 + Hp: 5500 Sp: 0 - Exp: 1508 - JExp: 689 + Exp: 1223 + JExp: 30 AttackRange: 3 - Attack: [60, 200] - Def: 5 - Mdef: 20 + Attack: [70, 80] + Def: 4 + Mdef: 4 Stats: { - Str: 15 - Agi: 25 - Vit: 40 - Int: 15 - Dex: 45 - Luk: 30 + Str: 16 + Agi: 12 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (1, 2) + Race: 3 + Element: (2, 1) Mode: { CanMove: true - Looter: true Aggressive: true CanAttack: true } - MoveSpeed: 330 - AttackDelay: 740 + MoveSpeed: 550 + AttackDelay: 1700 AttackMotion: 672 - DamageMotion: 400 + DamageMotion: 480 MvpExp: 0 Drops: { - IceCube: 900 - TreasureKey: 750 - ConcentrationPotion: 400 - StandardHeadband: 900 - SilkHeadband: 250 + HardSpike: 600 + Amethyst: 50 + IronPotion: 100 + SmallMushroom: 1000 } }, { - Id: 1072 - SpriteName: "Yeti" - Name: "Yeti" - Lv: 100 - Hp: 8500 - Sp: 0 - Exp: 4716 - JExp: 726 - AttackRange: 2 - Attack: [100, 400] - Def: 60 - Mdef: 15 + Id: 1161 + SpriteName: "Xakelbael" + Name: "The Xakelbael" + Lv: 200 + Hp: 29999 + Sp: 280 + Exp: 999999 + JExp: 99999 + AttackRange: 9 + Attack: [90, 124] + Def: 74 + Mdef: 100 Stats: { - Str: 60 - Agi: 5 - Vit: 45 - Int: 15 - Dex: 60 - Luk: 32 + Str: 199 + Agi: 2 + Vit: 199 + Int: 197 + Dex: 255 + Luk: 175 } - ViewRange: 1 + ViewRange: 31 ChaseRange: 10 Size: 1 Race: 0 - Element: (1, 3) + Element: (9, 3) Mode: { CanMove: true - Looter: true Aggressive: true + CastSensorIdle: true + Boss: true CanAttack: true } - MoveSpeed: 220 - AttackDelay: 1200 + MoveSpeed: 210 + AttackDelay: 672 AttackMotion: 672 - DamageMotion: 900 + DamageMotion: 50 MvpExp: 0 Drops: { - AnimalBones: 700 - FrozenYetiTear: 300 - YetiClaw: 400 - YetiMask: 142 - YellowPresentBox: 800 - WhitePresentBox: 700 + BlueRose: 10000 } }, + +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1075 - SpriteName: "Stalker" - Name: "Stalker" - Lv: 120 - Hp: 20000 + Id: 1004 + SpriteName: "RedScorpionMob" + Name: "The RedScorpionMob" + Lv: 90 + Hp: 550 Sp: 0 - Exp: 8136 - JExp: 4000 - AttackRange: 2 - Attack: [220, 500] - Def: 23 - Mdef: 30 + Exp: 107 + JExp: 16 + AttackRange: 1 + Attack: [50, 55] + Def: 4 + Mdef: 6 Stats: { - Str: 35 - Agi: 15 - Vit: 3 - Int: 50 - Dex: 50 - Luk: 50 + Str: 8 + Agi: 8 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 10 } - ViewRange: 2 + ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 1 - Element: (9, 1) + Race: 0 + Element: (0, 1) Mode: { CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 340 - AttackDelay: 1800 + MoveSpeed: 1000 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 950 + DamageMotion: 480 MvpExp: 0 Drops: { - Bone: 75 - Bone: 115 - Skull: 135 - DarkCrystal: 40 - DiseasedHeart: 500 - Soul: 500 + RedScorpionStinger: 2000 + ChocolateBar: 100 + BugLeg: 500 + Bow: 10 + Arrow: 760 + Knife: 540 + FancyHat: 25 } }, { - Id: 1085 - SpriteName: "IceSkull" - Name: "IceSkull" - Lv: 170 - Hp: 7000 + Id: 1006 + SpriteName: "GiantMaggot" + Name: "The GiantMaggot" + Lv: 80 + Hp: 500 Sp: 0 - Exp: 3342 - JExp: 757 + Exp: 91 + JExp: 14 AttackRange: 2 - Attack: [75, 400] - Def: 40 - Mdef: 15 + Attack: [45, 75] + Def: 2 + Mdef: 7 Stats: { - Str: 40 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 35 - Luk: 44 + Str: 8 + Agi: 6 + Vit: 2 + Int: 1 + Dex: 22 + Luk: 1 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 3 - Element: (1, 1) + Race: 0 + Element: (1, 2) Mode: { CanMove: true - Aggressive: true - Assist: true CanAttack: true } - MoveSpeed: 600 - AttackDelay: 1600 + MoveSpeed: 2000 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - IceCube: 5000 - IcedWater: 800 + Arrow: 900 + CherryCake: 100 + BugLeg: 750 + CactusDrink: 5000 + CactusPotion: 3000 + CasinoCoins: 11 + CoinBag: 200 } }, { - Id: 1096 - SpriteName: "SoulSnake" - Name: "SoulSnake" - Lv: 115 - Hp: 850 + Id: 1028 + SpriteName: "Mouboo" + Name: "The Mouboo" + Lv: 85 + Hp: 1200 Sp: 0 - Exp: 184 - JExp: 56 - AttackRange: 1 - Attack: [75, 90] - Def: 4 - Mdef: 6 + Exp: 326 + JExp: 16 + AttackRange: 2 + Attack: [30, 75] + Def: 65 + Mdef: 5 Stats: { - Str: 20 - Agi: 11 - Vit: 10 - Int: 10 - Dex: 35 + Str: 15 + Agi: 5 + Vit: 15 + Int: 0 + Dex: 40 Luk: 10 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 0 + Race: 3 Element: (0, 1) Mode: { CanMove: true - Assist: true CanAttack: true } - MoveSpeed: 900 - AttackDelay: 1300 + MoveSpeed: 600 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 + Drops: { + CottonCloth: 1000 + CottonCloth: 500 + BottleOfWater: 750 + CottonCloth: 50 + ReedBundle: 500 + } }, { - Id: 1102 - SpriteName: "Luvia" - Name: "Luvia" - Lv: 127 - Hp: 48044 - Sp: 60 - Exp: 122817 - JExp: 12172 - AttackRange: 5 - Attack: [339, 364] - Def: 50 - Mdef: 92 + Id: 1043 + SpriteName: "Skeleton" + Name: "The Skeleton" + Lv: 90 + Hp: 6800 + Sp: 0 + Exp: 2102 + JExp: 1467 + AttackRange: 1 + Attack: [51, 284] + Def: 12 + Mdef: 10 Stats: { - Str: 1 - Agi: 29 - Vit: 55 - Int: 255 - Dex: 255 - Luk: 255 + Str: 35 + Agi: 18 + Vit: 3 + Int: 8 + Dex: 71 + Luk: 65 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (9, 1) Mode: { CanMove: true + Looter: true Aggressive: true - CastSensorIdle: true + Assist: true Boss: true CanAttack: true } - MoveSpeed: 220 - AttackDelay: 1200 + MoveSpeed: 340 + AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 950 MvpExp: 0 + Drops: { + Bone: 200 + Bone: 280 + Skull: 300 + DarkCrystal: 1000 + DiseasedHeart: 250 + } }, { - Id: 1106 - SpriteName: "WickedMushroom" - Name: "WickedMushroom" - Lv: 110 - Hp: 550 + Id: 1044 + SpriteName: "LadySkeleton" + Name: "The LadySkeleton" + Lv: 90 + Hp: 5500 Sp: 0 - Exp: 117 - JExp: 30 - AttackRange: 1 - Attack: [70, 80] - Def: 4 - Mdef: 4 + Exp: 2135 + JExp: 957 + AttackRange: 2 + Attack: [73, 146] + Def: 31 + Mdef: 8 Stats: { - Str: 16 - Agi: 12 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 + Str: 20 + Agi: 25 + Vit: 15 + Int: 8 + Dex: 43 + Luk: 48 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) + Race: 0 + Element: (9, 1) Mode: { CanMove: true + Looter: true Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1800 + MoveSpeed: 650 + AttackDelay: 750 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 700 MvpExp: 0 Drops: { - HardSpike: 600 - Amethyst: 50 - IronPotion: 100 - SmallMushroom: 1000 + Bone: 200 + Bone: 280 + Skull: 300 + DarkCrystal: 1000 + DiseasedHeart: 250 } }, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1114 - SpriteName: "Nutcracker" - Name: "Nutcracker" - Lv: 110 - Hp: 6000 + Id: 1047 + SpriteName: "Poltergeist" + Name: "The Poltergeist" + Lv: 90 + Hp: 9000 Sp: 0 - Exp: 2235 - JExp: 769 - AttackRange: 1 - Attack: [81, 281] - Def: 20 - Mdef: 42 + Exp: 2605 + JExp: 1306 + AttackRange: 3 + Attack: [110, 150] + Def: 0 + Mdef: 20 Stats: { - Str: 40 - Agi: 20 - Vit: 10 - Int: 5 - Dex: 60 - Luk: 40 + Str: 35 + Agi: 0 + Vit: 15 + Int: 15 + Dex: 75 + Luk: 50 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 1) + Element: (7, 1) Mode: { CanMove: true - Aggressive: true + Assist: true CanAttack: true } - MoveSpeed: 400 - AttackDelay: 872 + MoveSpeed: 330 + AttackDelay: 740 AttackMotion: 672 - DamageMotion: 900 + DamageMotion: 400 MvpExp: 0 Drops: { - RawLog: 1000 - CottonCloth: 750 - Beer: 750 - CasinoCoins: 250 - IronOre: 200 - Emerald: 200 - Coal: 600 + PoltergeistPowder: 1000 + SulphurPowder: 150 + SulphurPowder: 120 } }, { - Id: 1119 - SpriteName: "Thug" - Name: "Thug" - Lv: 170 - Hp: 5000 + Id: 1059 + SpriteName: "GCMaggot" + Name: "GiantCaveMaggot" + Lv: 90 + Hp: 2000 Sp: 0 - Exp: 2316 - JExp: 999 - AttackRange: 1 - Attack: [125, 250] - Def: 30 - Mdef: 6 + Exp: 395 + JExp: 102 + AttackRange: 2 + Attack: [60, 80] + Def: 2 + Mdef: 7 Stats: { Str: 10 Agi: 10 - Vit: 60 - Int: 10 - Dex: 50 - Luk: 70 + Vit: 2 + Int: 1 + Dex: 22 + Luk: 1 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 Race: 0 - Element: (0, 1) + Element: (1, 2) Mode: { CanMove: true - Looter: true Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 500 - AttackDelay: 1200 + MoveSpeed: 1000 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - Beer: 1000 - Orange: 1000 - PileOfAsh: 500 - SulphurPowder: 250 - Pearl: 250 - SailorHat: 10 + Iten: 10000 } }, { - Id: 1120 - SpriteName: "Swashbuckler" - Name: "Swashbuckler" - Lv: 170 - Hp: 5000 + Id: 1066 + SpriteName: "VampireBat" + Name: "The VampireBat" + Lv: 80 + Hp: 800 Sp: 0 - Exp: 2423 - JExp: 999 + Exp: 164 + JExp: 9 AttackRange: 1 - Attack: [75, 250] - Def: 23 - Mdef: 27 + Attack: [55, 150] + Def: 10 + Mdef: 8 Stats: { - Str: 20 - Agi: 20 - Vit: 40 - Int: 30 - Dex: 90 - Luk: 70 + Str: 8 + Agi: 8 + Vit: 1 + Int: 4 + Dex: 20 + Luk: 4 } - ViewRange: 1 + ViewRange: 6 ChaseRange: 10 Size: 1 - Race: 0 - Element: (0, 1) + Race: 3 + Element: (4, 1) Mode: { CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 400 - AttackDelay: 800 + MoveSpeed: 800 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - Beer: 1000 - Orange: 1000 - PileOfAsh: 500 - SulphurPowder: 250 - Pearl: 250 - Bandana: 500 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + Dagger: 70 + SharpKnife: 1 + VampireBatWing: 3000 + BatTeeth: 2000 } }, { - Id: 1121 - SpriteName: "Grenadier" - Name: "Grenadier" - Lv: 170 - Hp: 6000 + Id: 1069 + SpriteName: "Scythe" + Name: "The Scythe" + Lv: 80 + Hp: 3000 Sp: 0 - Exp: 1358 - JExp: 999 - AttackRange: 6 - Attack: [100, 200] - Def: 8 - Mdef: 60 + Exp: 2496 + JExp: 617 + AttackRange: 1 + Attack: [200, 350] + Def: 30 + Mdef: 10 Stats: { - Str: 12 - Agi: 10 - Vit: 50 - Int: 60 - Dex: 90 - Luk: 70 + Str: 100 + Agi: 250 + Vit: 1 + Int: 1 + Dex: 150 + Luk: 90 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (0, 1) + Element: (0, 2) Mode: { CanMove: true - Looter: true Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 500 - AttackDelay: 2000 + MoveSpeed: 220 + AttackDelay: 700 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 500 MvpExp: 0 - Drops: { - Beer: 1000 - Orange: 1000 - PileOfAsh: 500 - IronPowder: 250 - Pearl: 250 - CaptainsHat: 1 - } }, { - Id: 1122 - SpriteName: "DreadPirateMarley" - Name: "DreadPirateMarley" - Lv: 180 - Hp: 10000 + Id: 1070 + SpriteName: "BallLightning" + Name: "The BallLightning" + Lv: 80 + Hp: 300 Sp: 0 - Exp: 7518 - JExp: 20000 - AttackRange: 4 - Attack: [175, 250] - Def: 38 - Mdef: 32 + Exp: 77 + JExp: 1 + AttackRange: 1 + Attack: [5, 10] + Def: 40 + Mdef: 65 Stats: { - Str: 10 - Agi: 20 - Vit: 40 - Int: 20 - Dex: 90 - Luk: 80 + Str: 1 + Agi: 200 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (0, 1) + Element: (7, 2) Mode: { CanMove: true - Looter: true Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 400 - AttackDelay: 700 + MoveSpeed: 110 + AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 0 MvpExp: 0 }, { - Id: 1123 - SpriteName: "DreadPirateMarleyClone" - Name: "DreadPirateMarleyClone" - Lv: 150 - Hp: 2000 + Id: 1073 + SpriteName: "TheLost" + Name: "The TheLost" + Lv: 83 + Hp: 5000 Sp: 0 - Exp: 709 - JExp: 0 - AttackRange: 4 - Attack: [175, 250] - Def: 18 - Mdef: 22 + Exp: 8750 + JExp: 2840 + AttackRange: 5 + Attack: [125, 150] + Def: 10 + Mdef: 70 Stats: { - Str: 10 + Str: 5 Agi: 40 - Vit: 30 - Int: 20 - Dex: 80 + Vit: 10 + Int: 70 + Dex: 70 Luk: 40 } - ViewRange: 1 + ViewRange: 4 ChaseRange: 10 Size: 1 - Race: 0 - Element: (0, 1) + Race: 1 + Element: (9, 3) Mode: { CanMove: true - Looter: true Aggressive: true Assist: true - Boss: true CanAttack: true } MoveSpeed: 500 - AttackDelay: 1200 + AttackDelay: 2000 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 300 MvpExp: 0 + Drops: { + Bloodstone: 500 + Bloodstone: 500 + DarkCrystal: 500 + SmallMushroom: 500 + DiseasedHeart: 800 + } }, { - Id: 1126 - SpriteName: "PsiBrain" - Name: "PsiBrain" - Lv: 100 - Hp: 10000 + Id: 1074 + SpriteName: "RedBone" + Name: "The RedBone" + Lv: 90 + Hp: 8000 Sp: 0 - Exp: 3952 - JExp: 4000 + Exp: 9750 + JExp: 3434 AttackRange: 2 - Attack: [220, 500] - Def: 23 + Attack: [100, 330] + Def: 24 Mdef: 30 Stats: { Str: 35 - Agi: 15 + Agi: 25 Vit: 3 Int: 50 - Dex: 50 - Luk: 50 + Dex: 80 + Luk: 75 } ViewRange: 2 ChaseRange: 10 @@ -4520,324 +4636,307 @@ mob_db: ( Bone: 75 Bone: 115 Skull: 135 - DarkCrystal: 40 - BrainStem: 700 + DarkCrystal: 4 + DiseasedHeart: 250 } }, { - Id: 1127 - SpriteName: "GeneralKrukan" - Name: "GeneralKrukan" - Lv: 140 - Hp: 40000 + Id: 1077 + SpriteName: "DrunkenSkeleton" + Name: "The DrunkenSkeleton" + Lv: 90 + Hp: 7200 Sp: 0 - Exp: 12932 - JExp: 1663 - AttackRange: 2 - Attack: [180, 430] - Def: 5 - Mdef: 20 + Exp: 2912 + JExp: 530 + AttackRange: 1 + Attack: [55, 284] + Def: 30 + Mdef: 10 Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 + Str: 35 + Agi: 10 + Vit: 3 + Int: 8 + Dex: 71 + Luk: 65 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 2) + Element: (9, 1) Mode: { CanMove: true - Aggressive: true + Assist: true CanAttack: true } - MoveSpeed: 300 - AttackDelay: 1200 + MoveSpeed: 350 + AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 300 - MvpExp: 778 - MvpDrops: { - Soul: 1198 - } + DamageMotion: 950 + MvpExp: 0 Drops: { - Bone: 1000 - Skull: 1000 - DarkCrystal: 1000 - DarkHelm: 2 - WarlordHelmet: 6 - KnightsHelmet: 25 - InfantryHelmet: 50 - CrusadeHelmet: 8 - DiseasedHeart: 500 - Soul: 500 + BloodWine: 300 + GutBuster: 280 + JarofBlood: 100 + JackOLantern: 50 + JellySkull: 250 + TonoriDelight: 400 + DiseasedHeart: 250 } }, { - Id: 1128 - SpriteName: "GeneralRazha" - Name: "GeneralRazha" - Lv: 140 - Hp: 40000 + Id: 1078 + SpriteName: "TipsySkeleton" + Name: "The TipsySkeleton" + Lv: 90 + Hp: 7000 Sp: 0 - Exp: 12932 - JExp: 1663 - AttackRange: 2 - Attack: [180, 430] - Def: 5 - Mdef: 20 + Exp: 2987 + JExp: 493 + AttackRange: 1 + Attack: [60, 284] + Def: 33 + Mdef: 10 Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 + Str: 35 + Agi: 10 + Vit: 3 + Int: 8 + Dex: 71 + Luk: 65 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 2) + Element: (9, 1) Mode: { CanMove: true - Aggressive: true + Assist: true CanAttack: true } - MoveSpeed: 300 - AttackDelay: 1200 + MoveSpeed: 350 + AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 300 - MvpExp: 1198 + DamageMotion: 950 + MvpExp: 0 Drops: { - Bone: 210 - UnderworldMask: 5 - Skull: 300 - DarkCrystal: 1000 - WarlordHelmet: 3 - WarlordPlate: 2 - LeatherGloves: 35 - DiseasedHeart: 500 - Soul: 500 + Snapple: 300 + BeetleJuice: 280 + RealisticBrain: 100 + JackOLantern: 50 + Marshmallow: 400 + CandyPumpkin: 250 + DiseasedHeart: 250 } }, { - Id: 1129 - SpriteName: "GeneralTerogan" - Name: "GeneralTerogan" - Lv: 140 - Hp: 40000 + Id: 1079 + SpriteName: "DrunkenLadySkeleton" + Name: "The DrunkenLadySkeleton" + Lv: 90 + Hp: 6000 Sp: 0 - Exp: 12932 - JExp: 1663 + Exp: 2660 + JExp: 389 AttackRange: 2 - Attack: [180, 430] - Def: 5 - Mdef: 20 + Attack: [75, 146] + Def: 40 + Mdef: 8 Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 + Str: 20 + Agi: 20 + Vit: 15 + Int: 8 + Dex: 51 + Luk: 48 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 2) + Element: (9, 1) Mode: { CanMove: true - Aggressive: true + Assist: true CanAttack: true } - MoveSpeed: 300 - AttackDelay: 1200 + MoveSpeed: 660 + AttackDelay: 750 AttackMotion: 672 - DamageMotion: 300 - MvpExp: 1198 + DamageMotion: 700 + MvpExp: 0 Drops: { - Bone: 210 - Phylactery: 1 - Skull: 300 - DarkCrystal: 1000 - WarlordHelmet: 3 - WarlordPlate: 2 - LeatherGloves: 35 - DiseasedHeart: 500 - Soul: 500 + LadyFingers: 300 + JellAhh: 280 + RubberBat: 100 + JackOLantern: 50 + CandyPumpkin: 250 + JellySkull: 250 + DiseasedHeart: 250 } }, { - Id: 1130 - SpriteName: "Moonshroom" - Name: "Moonshroom" - Lv: 110 - Hp: 550 + Id: 1097 + SpriteName: "SoulEater" + Name: "The SoulEater" + Lv: 90 + Hp: 6800 Sp: 0 - Exp: 120 - JExp: 35 - AttackRange: 4 - Attack: [70, 80] - Def: 4 - Mdef: 4 + Exp: 2232 + JExp: 1746 + AttackRange: 1 + Attack: [129, 354] + Def: 12 + Mdef: 10 Stats: { - Str: 16 - Agi: 12 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 + Str: 35 + Agi: 18 + Vit: 3 + Int: 8 + Dex: 71 + Luk: 65 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) + Race: 0 + Element: (9, 1) Mode: { CanMove: true + Looter: true Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 800 + MoveSpeed: 340 AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 950 MvpExp: 0 Drops: { - SmallMushroom: 500 - BugLeg: 500 - Lifestone: 300 - EmptyBottle: 100 - SulphurPowder: 100 + DiseasedHeart: 250 } }, { - Id: 1132 - SpriteName: "LavaSlime" - Name: "LavaSlime" - Lv: 135 - Hp: 4144 + Id: 1103 + SpriteName: "WitchGuard" + Name: "The WitchGuard" + Lv: 84 + Hp: 9742 Sp: 0 - Exp: 6000 - JExp: 1111 + Exp: 4313 + JExp: 1060 AttackRange: 2 - Attack: [105, 260] - Def: 75 - Mdef: 80 + Attack: [200, 220] + Def: 25 + Mdef: 50 Stats: { - Str: 30 - Agi: 15 - Vit: 35 - Int: 10 - Dex: 70 - Luk: 250 + Str: 90 + Agi: 65 + Vit: 45 + Int: 5 + Dex: 120 + Luk: 69 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (3, 2) + Element: (9, 4) Mode: { CanMove: true - Looter: true Aggressive: true CanAttack: true } - MoveSpeed: 900 - AttackDelay: 1300 + MoveSpeed: 290 + AttackDelay: 1200 AttackMotion: 672 - DamageMotion: 100 + DamageMotion: 30 MvpExp: 0 Drops: { - SlingBullet: 10000 - SulphurPowder: 2500 - IronOre: 1000 - PileOfAsh: 1000 - Coal: 1000 - TinyManaElixir: 500 + DarkCrystal: 2000 + DarkCrystal: 500 + DiseasedHeart: 250 } }, { - Id: 1133 - SpriteName: "Anne" - Name: "Anne" - Lv: 110 - Hp: 12000 + Id: 1104 + SpriteName: "DemonicMouboo" + Name: "The DemonicMouboo" + Lv: 85 + Hp: 800 Sp: 0 - Exp: 1100 - JExp: 889 - AttackRange: 1 - Attack: [200, 300] - Def: 20 - Mdef: 40 + Exp: 176 + JExp: 32 + AttackRange: 2 + Attack: [40, 70] + Def: 35 + Mdef: 15 Stats: { - Str: 60 - Agi: 40 - Vit: 40 - Int: 30 - Dex: 60 - Luk: 40 + Str: 15 + Agi: 5 + Vit: 15 + Int: 0 + Dex: 40 + Luk: 10 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 1) + Race: 3 + Element: (0, 1) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 380 - AttackDelay: 872 + MoveSpeed: 600 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 900 + DamageMotion: 480 MvpExp: 0 Drops: { - CranberryLollipop: 6000 - GrapeLollipop: 6000 - OrangeLollipop: 6000 - CaramelApple: 200 - LollipopColor1: 500 - LollipopColor2: 500 - LollipopColor3: 500 - ShockSweet: 20 + CottonCloth: 1000 + CottonCloth: 500 + SulphurPowder: 750 + Emerald: 50 + ReedBundle: 500 } }, { - Id: 1134 - SpriteName: "SUSAN" - Name: "SUSAN" - Lv: 255 - Hp: 696969 + Id: 1109 + SpriteName: "AngrySeaSlime" + Name: "The AngrySeaSlime" + Lv: 80 + Hp: 1200 Sp: 0 - Exp: 69000 - JExp: 1400 + Exp: 268 + JExp: 42 AttackRange: 1 - Attack: [0, 0] - Def: 69 - Mdef: 69 + Attack: [40, 70] + Def: 13 + Mdef: 17 Stats: { - Str: 69 - Agi: 69 - Vit: 69 - Int: 69 - Dex: 69 - Luk: 69 + Str: 3 + Agi: 30 + Vit: 3 + Int: 0 + Dex: 35 + Luk: 35 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 1) + Element: (1, 2) Mode: { CanMove: true - Boss: true + Looter: true + Aggressive: true CanAttack: true } MoveSpeed: 1500 @@ -4846,1365 +4945,1378 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 Drops: { - CranberryLollipop: 6000 - GrapeLollipop: 6000 - OrangeLollipop: 6000 - CaramelApple: 200 - LollipopColor1: 500 - LollipopColor2: 500 - LollipopColor3: 500 - ShockSweet: 20 + RedApple: 800 + Orange: 800 + BugLeg: 500 + Candy: 1000 + Pearl: 100 + Arrow: 5000 + ConcentrationPotion: 100 + BottleOfWater: 50 } }, { - Id: 1135 - SpriteName: "LovelyMaggot" - Name: "LovelyMaggot" - Lv: 1 - Hp: 50 + Id: 1115 + SpriteName: "SeaSlimeMother" + Name: "The SeaSlimeMother" + Lv: 90 + Hp: 8000 Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [69, 6969] - Def: 0 - Mdef: 5 + Exp: 1784 + JExp: 900 + AttackRange: 5 + Attack: [100, 150] + Def: 10 + Mdef: 20 Stats: { - Str: 5 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 + Str: 1 + Agi: 15 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (1, 1) + Race: 0 + Element: (4, 2) Mode: { CanMove: true + Looter: true Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 200 + MoveSpeed: 1500 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - MaggotSlime: 400 - CactusDrink: 70 - BugLeg: 200 - RoastedMaggot: 75 - CactusPotion: 30 + RedApple: 800 + Orange: 800 + BugLeg: 500 + Candy: 1000 + Pearl: 100 + Arrow: 5000 + ConcentrationPotion: 100 + BottleOfWater: 50 } }, { - Id: 1136 - SpriteName: "LesserGhost" - Name: "LesserGhost" - Lv: 1 - Hp: 1 + Id: 1116 + SpriteName: "UndeadWitch" + Name: "The UndeadWitch" + Lv: 80 + Hp: 4200 Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 0 - Attack: [150, 300] - Def: 0 - Mdef: 0 + Exp: 1012 + JExp: 722 + AttackRange: 3 + Attack: [50, 110] + Def: 8 + Mdef: 31 Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 + Str: 15 + Agi: 20 + Vit: 10 + Int: 25 + Dex: 50 + Luk: 40 } - ViewRange: 2 + ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 1 + Race: 0 Element: (9, 1) Mode: { CanMove: true Looter: true + Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 340 - AttackDelay: 1800 + MoveSpeed: 550 + AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 950 + DamageMotion: 700 MvpExp: 0 + Drops: { + DarkCrystal: 1000 + Bone: 400 + Skull: 300 + IronPowder: 100 + } }, { - Id: 1137 - SpriteName: "Tormenta" - Name: "Tormenta" - Lv: 200 - Hp: 18000 - Sp: 60 - Exp: 500000 - JExp: 5000 + Id: 1118 + SpriteName: "GreenSlimeMother" + Name: "The GreenSlimeMother" + Lv: 90 + Hp: 8000 + Sp: 0 + Exp: 1942 + JExp: 900 AttackRange: 5 - Attack: [360, 374] - Def: 48 - Mdef: 90 + Attack: [100, 150] + Def: 15 + Mdef: 20 Stats: { - Str: 1 - Agi: 32 - Vit: 60 - Int: 255 - Dex: 255 - Luk: 255 + Str: 20 + Agi: 25 + Vit: 20 + Int: 30 + Dex: 20 + Luk: 20 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (1, 1) Mode: { CanMove: true + Looter: true Aggressive: true - CastSensorIdle: true + Assist: true Boss: true CanAttack: true } - MoveSpeed: 210 - AttackDelay: 1200 + MoveSpeed: 1400 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 + Drops: { + CactusPotion: 200 + Emerald: 20 + CactusDrink: 100 + Dagger: 250 + SharpKnife: 200 + CoinBag: 500 + CasinoCoins: 500 + RedApple: 750 + } }, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1138 - SpriteName: "ManaGuard" - Name: "ManaGuardian" - Lv: 180 - Hp: 20000 - Sp: 280 - Exp: 27000 - JExp: 5000 + Id: 1124 + SpriteName: "Wight" + Name: "The Wight" + Lv: 90 + Hp: 8000 + Sp: 0 + Exp: 9000 + JExp: 1900 AttackRange: 2 - Attack: [280, 324] - Def: 22 - Mdef: 67 + Attack: [56, 294] + Def: 32 + Mdef: 15 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 95 + Str: 28 + Agi: 25 + Vit: 15 + Int: 15 + Dex: 50 + Luk: 65 } - ViewRange: 31 + ViewRange: 3 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 3) + Race: 1 + Element: (9, 1) Mode: { CanMove: true + Looter: true Aggressive: true - CastSensorIdle: true + Assist: true Boss: true CanAttack: true } - MoveSpeed: 210 - AttackDelay: 1200 + MoveSpeed: 340 + AttackDelay: 1400 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 950 MvpExp: 0 + Drops: { + Bone: 100 + Bone: 140 + Skull: 150 + DarkCrystal: 50 + DarkCrystal: 500 + DiseasedHeart: 250 + } }, { - Id: 1139 - SpriteName: "Virus" - Name: "Virus" - Lv: 170 - Hp: 5000 + Id: 1125 + SpriteName: "ManaGhost" + Name: "The ManaGhost" + Lv: 82 + Hp: 8000 Sp: 0 - Exp: 2273 - JExp: 721 - AttackRange: 6 - Attack: [45, 75] - Def: 37 - Mdef: 12 + Exp: 7500 + JExp: 2400 + AttackRange: 3 + Attack: [150, 300] + Def: 23 + Mdef: 30 Stats: { - Str: 30 - Agi: 30 - Vit: 20 - Int: 20 - Dex: 25 - Luk: 60 + Str: 35 + Agi: 15 + Vit: 3 + Int: 50 + Dex: 50 + Luk: 40 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 3 - Element: (5, 1) + Race: 1 + Element: (9, 1) Mode: { CanMove: true Looter: true - Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 600 - AttackDelay: 1872 + MoveSpeed: 340 + AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 950 MvpExp: 0 Drops: { - Snapple: 500 - Acorn: 1100 - GumiCandy: 11 + Bone: 75 + Bone: 115 + Skull: 135 + DarkCrystal: 40 + Bloodstone: 700 + DarkCrystal: 800 } }, +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1140 - SpriteName: "Tengu" - Name: "Tengu" - Lv: 180 - Hp: 24000 - Sp: 280 - Exp: 45000 - JExp: 5000 - AttackRange: 2 - Attack: [180, 224] - Def: 67 - Mdef: 9 + Id: 1007 + SpriteName: "YellowSlime" + Name: "The YellowSlime" + Lv: 60 + Hp: 400 + Sp: 0 + Exp: 66 + JExp: 9 + AttackRange: 1 + Attack: [35, 40] + Def: 2 + Mdef: 7 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 97 - Dex: 255 - Luk: 95 + Str: 9 + Agi: 6 + Vit: 2 + Int: 1 + Dex: 34 + Luk: 1 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (1, 1) Mode: { CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true + Looter: true CanAttack: true } - MoveSpeed: 310 - AttackDelay: 1200 + MoveSpeed: 1400 + AttackDelay: 1800 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 + Drops: { + OrangeCupcake: 200 + CherryCake: 100 + CactusDrink: 350 + CactusPotion: 250 + SharpKnife: 10 + IronOre: 450 + Topaz: 20 + Coal: 450 + } }, { - Id: 1141 - SpriteName: "Sasquatch" - Name: "Sasquatch" - Lv: 180 - Hp: 24000 - Sp: 280 - Exp: 45000 - JExp: 5000 + Id: 1008 + SpriteName: "RedSlime" + Name: "The RedSlime" + Lv: 70 + Hp: 450 + Sp: 0 + Exp: 79 + JExp: 17 AttackRange: 1 - Attack: [420, 444] - Def: 12 - Mdef: 27 + Attack: [40, 45] + Def: 2 + Mdef: 7 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 97 - Dex: 255 - Luk: 95 + Str: 12 + Agi: 8 + Vit: 2 + Int: 1 + Dex: 25 + Luk: 1 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (1, 1) Mode: { CanMove: true + Looter: true Aggressive: true - CastSensorIdle: true - Boss: true CanAttack: true } - MoveSpeed: 310 - AttackDelay: 1200 + MoveSpeed: 1300 + AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 + Drops: { + Knife: 300 + ChocolateBar: 110 + Dagger: 200 + Ruby: 20 + MinersHat: 80 + RedApple: 750 + Boots: 250 + MinerGloves: 150 + } }, { - Id: 1142 - SpriteName: "Kage" - Name: "ZaxDeKagen" - Lv: 200 - Hp: 29999 - Sp: 280 - Exp: 999999 - JExp: 99999 - AttackRange: 9 - Attack: [90, 124] - Def: 74 - Mdef: 100 + Id: 1033 + SpriteName: "SeaSlime" + Name: "The SeaSlime" + Lv: 70 + Hp: 600 + Sp: 0 + Exp: 116 + JExp: 13 + AttackRange: 1 + Attack: [30, 50] + Def: 3 + Mdef: 7 Stats: { - Str: 199 - Agi: 2 - Vit: 199 - Int: 197 - Dex: 255 - Luk: 175 + Str: 1 + Agi: 25 + Vit: 1 + Int: 0 + Dex: 30 + Luk: 30 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (1, 2) Mode: { CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true + Looter: true CanAttack: true } - MoveSpeed: 210 - AttackDelay: 672 + MoveSpeed: 1500 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 Drops: { - BlueRose: 10000 + RedApple: 800 + Orange: 800 + BugLeg: 500 + Candy: 1000 + Pearl: 100 + Arrow: 5000 + ConcentrationPotion: 100 + BottleOfWater: 50 } }, { - Id: 1143 - SpriteName: "ManaSlayer" - Name: "ManaSlayer" - Lv: 180 - Hp: 24000 - Sp: 280 - Exp: 42000 - JExp: 5000 + Id: 1040 + SpriteName: "Wisp" + Name: "The Wisp" + Lv: 70 + Hp: 9300 + Sp: 0 + Exp: 1514 + JExp: 1210 AttackRange: 2 - Attack: [260, 274] - Def: 22 - Mdef: 67 + Attack: [215, 350] + Def: 0 + Mdef: 20 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 95 + Str: 45 + Agi: 12 + Vit: 13 + Int: 15 + Dex: 0 + Luk: 45 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (7, 1) Mode: { CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true + Assist: true CanAttack: true } - MoveSpeed: 210 - AttackDelay: 1200 + MoveSpeed: 380 + AttackDelay: 2000 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 1500 MvpExp: 0 + Drops: { + WispPowder: 1000 + SulphurPowder: 150 + SulphurPowder: 120 + } }, { - Id: 1144 - SpriteName: "Dragon" - Name: "GreatDragon" - Lv: 250 - Hp: 29999 - Sp: 280 - Exp: 1 - JExp: 1 - AttackRange: 3 - Attack: [60, 90] - Def: 67 - Mdef: 67 + Id: 1054 + SpriteName: "Troll" + Name: "The Troll" + Lv: 65 + Hp: 2000 + Sp: 0 + Exp: 503 + JExp: 129 + AttackRange: 1 + Attack: [70, 100] + Def: 20 + Mdef: 10 Stats: { - Str: 199 - Agi: 2 - Vit: 199 - Int: 197 - Dex: 255 - Luk: 95 + Str: 50 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 30 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (0, 1) Mode: { CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true + Assist: true CanAttack: true } - MoveSpeed: 210 - AttackDelay: 1200 + MoveSpeed: 600 + AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 Drops: { - PaladinsHelmet: 1 + Arrow: 2000 + IronArrow: 500 + Beer: 300 + CoinBag: 250 + GingerBreadMan: 200 + KidBook: 10 } }, { - Id: 1145 - SpriteName: "KageGolem" - Name: "KageGolem" - Lv: 180 - Hp: 29999 - Sp: 280 - Exp: 150000 - JExp: 15000 - AttackRange: 6 - Attack: [140, 174] - Def: 72 - Mdef: 55 + Id: 1061 + SpriteName: "Moggun" + Name: "The Moggun" + Lv: 60 + Hp: 800 + Sp: 0 + Exp: 174 + JExp: 52 + AttackRange: 1 + Attack: [70, 90] + Def: 20 + Mdef: 10 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 125 + Str: 50 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (5, 1) Mode: { CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true + Assist: true CanAttack: true } - MoveSpeed: 410 - AttackDelay: 1000 + MoveSpeed: 600 + AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 Drops: { - WumpusEgg: 10000 + WhiteFur: 600 + Coal: 1000 + Diamond: 20 } }, { - Id: 1146 - SpriteName: "Flashmob" - Name: "Flashmob" - Lv: 181 - Hp: 27000 - Sp: 280 - Exp: 72000 - JExp: 5000 + Id: 1101 + SpriteName: "DemonicSpirit" + Name: "The DemonicSpirit" + Lv: 72 + Hp: 1505 + Sp: 0 + Exp: 478 + JExp: 270 AttackRange: 1 - Attack: [40, 60] - Def: 57 - Mdef: 57 + Attack: [125, 175] + Def: 4 + Mdef: 6 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 95 + Str: 20 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 110 + Luk: 45 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (9, 4) Mode: { CanMove: true Aggressive: true - CastSensorIdle: true - Boss: true CanAttack: true } - MoveSpeed: 160 - AttackDelay: 600 + MoveSpeed: 230 + AttackDelay: 900 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 + Drops: { + DarkCrystal: 1000 + } }, { - Id: 1147 - SpriteName: "Koyntety" - Name: "Koyntety" - Lv: 181 - Hp: 27000 - Sp: 280 - Exp: 72000 - JExp: 5000 - AttackRange: 4 - Attack: [220, 240] - Def: 52 - Mdef: 52 + Id: 1110 + SpriteName: "AngryGreenSlime" + Name: "The AngryGreenSlime" + Lv: 60 + Hp: 1000 + Sp: 0 + Exp: 249 + JExp: 135 + AttackRange: 1 + Attack: [100, 160] + Def: 20 + Mdef: 30 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 105 + Str: 20 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 30 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (1, 1) Mode: { CanMove: true + Looter: true Aggressive: true - CastSensorIdle: true + Assist: true Boss: true CanAttack: true } - MoveSpeed: 240 - AttackDelay: 1400 + MoveSpeed: 1200 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 + Drops: { + CactusPotion: 200 + Emerald: 20 + CactusDrink: 100 + Dagger: 250 + SharpKnife: 200 + CoinBag: 500 + CasinoCoins: 500 + RedApple: 750 + } }, { - Id: 1148 - SpriteName: "DoomGolem" - Name: "DoomGolem" - Lv: 180 - Hp: 22000 - Sp: 280 - Exp: 65000 - JExp: 2000 - AttackRange: 3 - Attack: [160, 180] - Def: 60 - Mdef: 30 + Id: 1117 + SpriteName: "UndeadTroll" + Name: "The UndeadTroll" + Lv: 75 + Hp: 3100 + Sp: 0 + Exp: 910 + JExp: 179 + AttackRange: 2 + Attack: [60, 140] + Def: 20 + Mdef: 10 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 105 + Str: 50 + Agi: 40 + Vit: 20 + Int: 10 + Dex: 40 + Luk: 49 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (0, 1) Mode: { CanMove: true Aggressive: true - CastSensorIdle: true - Boss: true CanAttack: true } - MoveSpeed: 320 - AttackDelay: 1000 + MoveSpeed: 650 + AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 Drops: { - MageRing: 4 - BlackRose: 30 - TreasureKey: 800 - UndeadEar: 150 - UndeadEye: 150 - RottenRags: 70 - Soul: 50 - BlinkingHocus: 1 + Arrow: 2000 + DarkCrystal: 1000 + IronArrow: 500 + Beer: 300 + CoinBag: 250 + AnimalBones: 200 + KidBook: 20 } }, +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1149 - SpriteName: "Enchanter" - Name: "Enchanter" - Lv: 181 - Hp: 19000 - Sp: 280 - Exp: 55000 - JExp: 2000 - AttackRange: 8 - Attack: [140, 180] - Def: 30 - Mdef: 60 + Id: 1002 + SpriteName: "Maggot" + Name: "The Maggot" + Lv: 5 + Hp: 50 + Sp: 0 + Exp: 6 + JExp: 1 + AttackRange: 1 + Attack: [5, 10] + Def: 0 + Mdef: 5 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 105 + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 5 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 3) + Race: 3 + Element: (1, 1) Mode: { CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true CanAttack: true } - MoveSpeed: 240 - AttackDelay: 800 + MoveSpeed: 800 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 Drops: { - EnchantersAmulet: 2 - BlackRose: 30 - TreasureKey: 800 - UndeadEar: 90 - UndeadEye: 80 - RottenRags: 70 - Soul: 50 + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 } }, { - Id: 1150 - SpriteName: "ManaTyrant" - Name: "ManaTyrant" - Lv: 180 - Hp: 24000 - Sp: 280 - Exp: 27000 - JExp: 5000 - AttackRange: 2 - Attack: [300, 325] - Def: 42 - Mdef: 67 + Id: 1046 + SpriteName: "TameScorpionMob" + Name: "The TameScorpionMob" + Lv: 5 + Hp: 50 + Sp: 0 + Exp: 5 + JExp: 2 + AttackRange: 1 + Attack: [7, 10] + Def: 0 + Mdef: 5 Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 95 + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 5 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 3) + Race: 3 + Element: (0, 1) Mode: { CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true CanAttack: true } - MoveSpeed: 180 - AttackDelay: 1050 + MoveSpeed: 2000 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 Drops: { - PaladinsHelmet: 1 - CaramelCandy: 20 - GoldenDeliciousApple: 5 - SilkRobe: 100 - TinyManaElixir: 500 - SilkGloves: 20 - SilkPants: 15 + ScorpionStinger: 700 + Candy: 100 + ChocolateBar: 50 + BugLeg: 700 } }, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1151 - SpriteName: "VoidFlower" - Name: "VoidFlower" - Lv: 115 - Hp: 7000 + Id: 1050 + SpriteName: "HouseMaggot" + Name: "The HouseMaggot" + Lv: 5 + Hp: 50 Sp: 0 - Exp: 1068 - JExp: 40 - AttackRange: 12 - Attack: [400, 420] + Exp: 6 + JExp: 3 + AttackRange: 1 + Attack: [5, 7] Def: 0 Mdef: 5 Stats: { - Str: 16 - Agi: 12 - Vit: 20 - Int: 20 - Dex: 255 - Luk: 50 + Str: 5 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 5 } - ViewRange: 12 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (2, 1) + Element: (1, 1) Mode: { + CanMove: true + Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 2000 + MoveSpeed: 700 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 180 + DamageMotion: 480 MvpExp: 0 Drops: { - RedApple: 100 - EmptyBottle: 10 - Arrow: 100 - CoinBag: 400 - PinkPetal: 1000 - PinkPetal: 1000 + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 } }, { - Id: 1152 - SpriteName: "VoidArchant" - Name: "VoidArchant" - Lv: 130 - Hp: 6000 + Id: 1003 + SpriteName: "ScorpionMob" + Name: "The ScorpionMob" + Lv: 10 + Hp: 100 Sp: 0 - Exp: 1598 - JExp: 14 + Exp: 12 + JExp: 2 AttackRange: 1 - Attack: [140, 180] - Def: 36 - Mdef: 6 + Attack: [10, 15] + Def: 0 + Mdef: 5 Stats: { - Str: 10 - Agi: 5 + Str: 1 + Agi: 1 Vit: 1 Int: 0 - Dex: 12 - Luk: 10 + Dex: 15 + Luk: 5 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (5, 1) + Race: 3 + Element: (0, 1) Mode: { CanMove: true - Aggressive: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1500 + MoveSpeed: 2000 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 200 + DamageMotion: 480 MvpExp: 0 Drops: { - TreasureKey: 300 - RedApple: 100 - IronOre: 40 - Coal: 20 + ScorpionStinger: 700 + Candy: 100 + ChocolateBar: 50 + BugLeg: 700 } }, { - Id: 1153 - SpriteName: "VoidSlime" - Name: "VoidSlime" - Lv: 135 - Hp: 4144 + Id: 1029 + SpriteName: "MauvePlant" + Name: "The MauvePlant" + Lv: 1 + Hp: 1 Sp: 0 - Exp: 6000 - JExp: 70 - AttackRange: 2 - Attack: [105, 160] - Def: 75 - Mdef: 40 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 0 Stats: { - Str: 30 - Agi: 15 - Vit: 35 - Int: 10 - Dex: 70 - Luk: 250 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (3, 2) - Mode: { - CanMove: true - Looter: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 1100 - AttackDelay: 1500 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 AttackMotion: 672 - DamageMotion: 200 + DamageMotion: 480 MvpExp: 0 Drops: { - SlingBullet: 10000 - SulphurPowder: 2500 - IronOre: 1000 - PileOfAsh: 1000 - Coal: 1000 - TinyManaElixir: 500 + MauveHerb: 3000 + MauveHerb: 3000 + MauveHerb: 3000 } }, { - Id: 1154 - SpriteName: "VoidSnake" - Name: "VoidSnake" - Lv: 130 - Hp: 2000 + Id: 1030 + SpriteName: "CobaltPlant" + Name: "The CobaltPlant" + Lv: 1 + Hp: 1 Sp: 0 - Exp: 541 - JExp: 63 + Exp: 1 + JExp: 1 AttackRange: 1 - Attack: [80, 120] - Def: 4 - Mdef: 6 + Attack: [0, 0] + Def: 1 + Mdef: 0 Stats: { - Str: 20 - Agi: 40 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 45 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 320 - AttackDelay: 1500 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 AttackMotion: 672 - DamageMotion: 200 + DamageMotion: 480 MvpExp: 0 Drops: { - LeatherGloves: 20 - SnakeSkin: 350 - MountainSnakeEgg: 400 - MountainSnakeEgg: 400 - MountainSnakeTongue: 500 + CobaltHerb: 3000 + CobaltHerb: 3000 + CobaltHerb: 3000 } }, { - Id: 1155 - SpriteName: "VoidBat" - Name: "VoidBat" - Lv: 100 - Hp: 400 + Id: 1031 + SpriteName: "GambogePlant" + Name: "The GambogePlant" + Lv: 1 + Hp: 1 Sp: 0 - Exp: 81 - JExp: 3 + Exp: 1 + JExp: 1 AttackRange: 1 - Attack: [10, 25] - Def: 0 - Mdef: 5 + Attack: [0, 0] + Def: 1 + Mdef: 0 Stats: { - Str: 1 - Agi: 1 - Vit: 1 + Str: 0 + Agi: 0 + Vit: 0 Int: 0 - Dex: 20 - Luk: 25 + Dex: 0 + Luk: 0 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (4, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + GambogeHerb: 3000 + GambogeHerb: 3000 + GambogeHerb: 3000 } - MoveSpeed: 200 - AttackDelay: 1872 +}, +{ + Id: 1032 + SpriteName: "AlizarinPlant" + Name: "The AlizarinPlant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 1 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - Dagger: 70 - SharpKnife: 1 - BatWing: 3000 - BatTeeth: 2000 + AlizarinHerb: 3000 + AlizarinHerb: 3000 + AlizarinHerb: 3000 } }, { - Id: 1156 - SpriteName: "VoidMaggot" - Name: "VoidMaggot" - Lv: 100 - Hp: 400 + Id: 1037 + SpriteName: "CloverPatch" + Name: "The CloverPatch" + Lv: 1 + Hp: 1 Sp: 0 - Exp: 74 + Exp: 1 JExp: 1 AttackRange: 1 - Attack: [10, 25] + Attack: [0, 0] Def: 0 Mdef: 5 Stats: { - Str: 1 - Agi: 1 - Vit: 1 + Str: 0 + Agi: 0 + Vit: 0 Int: 0 - Dex: 20 - Luk: 25 + Dex: 0 + Luk: 0 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (1, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } + Element: (2, 1) MoveSpeed: 800 - AttackDelay: 1872 + AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - CactusPotion: 70 - SharpKnife: 10 + FourLeafClover: 5 } }, { - Id: 1157 - SpriteName: "VoidSoldier" - Name: "VoidSoldier" - Lv: 120 - Hp: 8000 - Sp: 0 - Exp: 1957 - JExp: 663 - AttackRange: 7 - Attack: [20, 30] - Def: 5 - Mdef: 20 + Id: 1038 + SpriteName: "Squirrel" + Name: "The Squirrel" + Lv: 15 + Hp: 160 + Sp: 1 + Exp: 27 + JExp: 5 + AttackRange: 1 + Attack: [10, 20] + Def: 1 + Mdef: 6 Stats: { - Str: 40 + Str: 1 Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 40 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 2) + Race: 3 + Element: (0, 1) Mode: { CanMove: true - Aggressive: true CanAttack: true } - MoveSpeed: 500 - AttackDelay: 1600 + MoveSpeed: 800 + AttackDelay: 800 AttackMotion: 672 - DamageMotion: 300 - MvpExp: 1198 + DamageMotion: 480 + MvpExp: 0 Drops: { - UndeadEar: 210 - UndeadEye: 210 - PurpleDye: 200 - DarkCrystal: 1000 - WarlordHelmet: 3 - WarlordPlate: 2 - LeatherGloves: 35 - DiseasedHeart: 500 - Soul: 500 + Acorn: 7000 + MauveHerb: 1000 + CobaltHerb: 1000 + GambogeHerb: 1000 + AlizarinHerb: 1000 + GrassSeed: 800 + SquirrelPelt: 550 } }, { - Id: 1158 - SpriteName: "VoidMouboo" - Name: "VoidMouboo" - Lv: 100 - Hp: 5000 + Id: 1056 + SpriteName: "CaveMaggot" + Name: "The CaveMaggot" + Lv: 10 + Hp: 100 Sp: 0 - Exp: 1338 - JExp: 16 - AttackRange: 2 - Attack: [50, 65] - Def: 60 + Exp: 13 + JExp: 3 + AttackRange: 1 + Attack: [10, 10] + Def: 0 Mdef: 5 Stats: { - Str: 15 + Str: 5 Agi: 5 - Vit: 15 + Vit: 1 Int: 0 - Dex: 40 - Luk: 10 + Dex: 6 + Luk: 5 } - ViewRange: 2 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (0, 1) + Element: (1, 1) Mode: { CanMove: true + Aggressive: true CanAttack: true } - MoveSpeed: 600 + MoveSpeed: 700 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - CottonCloth: 1000 - CottonCloth: 500 - BottleOfWater: 750 - CottonCloth: 50 - ReedBundle: 500 - } + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + } }, { - Id: 1159 - SpriteName: "VoidScorpionMob" - Name: "VoidScorpionMob" - Lv: 110 - Hp: 6000 + Id: 1063 + SpriteName: "Pumpkin" + Name: "The Pumpkin" + Lv: 1 + Hp: 200 Sp: 0 - Exp: 1327 - JExp: 37 + Exp: 17 + JExp: 1 AttackRange: 1 - Attack: [60, 90] - Def: 4 - Mdef: 6 + Attack: [0, 0] + Def: 0 + Mdef: 5 Stats: { - Str: 16 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 700 - AttackDelay: 1700 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - LeatherShirt: 150 - ChocolateBar: 100 - BugLeg: 800 - BlackScorpionStinger: 800 + JackOLantern: 100 + RubberBat: 20 + RealisticBrain: 10 + JarofBlood: 15 + PumpkinSeeds: 500 + TonoriDelight: 1500 + Marshmallow: 2000 + CandyPumpkin: 2500 } }, { - Id: 1160 - SpriteName: "VoidShroom" - Name: "VoidShroom" - Lv: 110 - Hp: 5500 + Id: 1082 + SpriteName: "Serqet" + Name: "The Serqet" + Lv: 10 + Hp: 100 Sp: 0 - Exp: 1223 - JExp: 30 - AttackRange: 3 - Attack: [70, 80] - Def: 4 - Mdef: 4 + Exp: 12 + JExp: 2 + AttackRange: 1 + Attack: [10, 15] + Def: 0 + Mdef: 5 Stats: { - Str: 16 - Agi: 12 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 5 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 - Element: (2, 1) + Element: (0, 1) Mode: { CanMove: true - Aggressive: true CanAttack: true } - MoveSpeed: 550 - AttackDelay: 1700 + MoveSpeed: 2000 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 - Drops: { - HardSpike: 600 - Amethyst: 50 - IronPotion: 100 - SmallMushroom: 1000 - } }, { - Id: 1161 - SpriteName: "Xakelbael" - Name: "Xakelbael" - Lv: 200 - Hp: 29999 - Sp: 280 - Exp: 999999 - JExp: 99999 - AttackRange: 9 - Attack: [90, 124] - Def: 74 - Mdef: 100 + Id: 1092 + SpriteName: "SlimeBlast" + Name: "The SlimeBlast" + Lv: 10 + Hp: 100 + Sp: 0 + Exp: 15 + JExp: 8 + AttackRange: 1 + Attack: [10, 10] + Def: 10 + Mdef: 10 Stats: { - Str: 199 - Agi: 2 - Vit: 199 - Int: 197 - Dex: 255 - Luk: 175 + Str: 10 + Agi: 10 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 } - ViewRange: 31 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 3) + Element: (1, 3) Mode: { CanMove: true + Looter: true Aggressive: true - CastSensorIdle: true + Assist: true Boss: true CanAttack: true } - MoveSpeed: 210 - AttackDelay: 672 + MoveSpeed: 250 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 - Drops: { - BlueRose: 10000 - } }, - -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1005 - SpriteName: "GreenSlime" - Name: "GreenSlime" - Lv: 40 - Hp: 800 + Id: 1095 + SpriteName: "WhiteBell" + Name: "The WhiteBell" + Lv: 10 + Hp: 100 Sp: 0 - Exp: 185 - JExp: 96 - AttackRange: 1 - Attack: [80, 120] - Def: 20 - Mdef: 30 + Exp: 18 + JExp: 40 + AttackRange: 2 + Attack: [70, 75] + Def: 0 + Mdef: 5 Stats: { - Str: 20 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 30 + Str: 16 + Agi: 12 + Vit: 20 + Int: 20 + Dex: 20 + Luk: 50 } - ViewRange: 1 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 0 - Element: (1, 1) + Race: 3 + Element: (2, 1) Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true CanAttack: true } - MoveSpeed: 1200 - AttackDelay: 1872 + MoveSpeed: 800 + AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - CactusPotion: 200 - Emerald: 20 - CactusDrink: 100 - Dagger: 250 - SharpKnife: 200 - CoinBag: 500 - CasinoCoins: 500 - GreenApple: 750 + RedApple: 100 + EmptyBottle: 10 + Arrow: 100 + CoinBag: 400 + WhiteBellTuber: 5000 } }, { - Id: 1016 - SpriteName: "RudolphSlime" - Name: "RudolphSlime" - Lv: 50 - Hp: 350 - Sp: 0 - Exp: 67 - JExp: 8 + Id: 1105 + SpriteName: "ViciousSquirrel" + Name: "The ViciousSquirrel" + Lv: 15 + Hp: 140 + Sp: 1 + Exp: 24 + JExp: 7 AttackRange: 1 - Attack: [30, 35] - Def: 10 - Mdef: 7 + Attack: [20, 25] + Def: 1 + Mdef: 6 Stats: { - Str: 1 - Agi: 20 + Str: 3 + Agi: 3 Vit: 1 Int: 0 - Dex: 30 - Luk: 30 + Dex: 15 + Luk: 40 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (1, 1) + Race: 3 + Element: (0, 1) Mode: { CanMove: true - Looter: true + Aggressive: true CanAttack: true } - MoveSpeed: 1000 - AttackDelay: 1872 - AttackMotion: 672 + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - DecorCandy: 800 - CandyCane: 500 - XmasCake: 200 - ChocolateBar: 300 - Candy: 600 - PurplePresentBox: 800 - BluePresentBox: 500 + IronPowder: 7000 + MauveHerb: 1000 + CobaltHerb: 1000 + GambogeHerb: 1000 + AlizarinHerb: 1000 + GrassSeed: 800 + Sapphire: 50 } }, { - Id: 1065 - SpriteName: "BanditLord" - Name: "BanditLord" - Lv: 40 - Hp: 2000 + Id: 1162 + SpriteName: "Grinchboo" + Name: "The Grinchboo" + Lv: 5 + Hp: 50 Sp: 0 - Exp: 407 - JExp: 103 - AttackRange: 5 - Attack: [50, 50] - Def: 15 - Mdef: 15 + Exp: 6 + JExp: 1 + AttackRange: 1 + Attack: [5, 10] + Def: 0 + Mdef: 5 Stats: { - Str: 15 - Agi: 15 - Vit: 15 - Int: 15 - Dex: 15 - Luk: 15 + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 5 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 1) + Race: 3 + Element: (1, 1) Mode: { CanMove: true - Looter: true - Aggressive: true CanAttack: true } - MoveSpeed: 400 - AttackDelay: 1500 + MoveSpeed: 800 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 900 + DamageMotion: 480 MvpExp: 0 -}, -{ - Id: 1080 - SpriteName: "BlueSpark" - Name: "BlueSpark" - Lv: 40 - Hp: 10000 - Sp: 0 - Exp: 2431 - JExp: 392 - AttackRange: 2 - Attack: [40, 40] - Def: 20 - Mdef: 40 - Stats: { - Str: 30 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + Milk: 50 + Milk: 30 } - MoveSpeed: 190 - AttackDelay: 1500 - AttackMotion: 800 - DamageMotion: 800 - MvpExp: 0 }, +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength { - Id: 1081 - SpriteName: "RedSpark" - Name: "RedSpark" + Id: 1005 + SpriteName: "GreenSlime" + Name: "The GreenSlime" Lv: 40 - Hp: 10000 + Hp: 800 Sp: 0 - Exp: 2431 - JExp: 392 - AttackRange: 2 - Attack: [40, 40] + Exp: 185 + JExp: 96 + AttackRange: 1 + Attack: [80, 120] Def: 20 - Mdef: 40 + Mdef: 30 Stats: { - Str: 30 + Str: 20 Agi: 30 - Vit: 30 - Int: 30 + Vit: 10 + Int: 10 Dex: 30 Luk: 30 } @@ -6212,5526 +6324,135 @@ mob_db: ( ChaseRange: 10 Size: 1 Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 190 - AttackDelay: 1500 - AttackMotion: 800 - DamageMotion: 800 - MvpExp: 0 -}, -{ - Id: 1086 - SpriteName: "FeyElement" - Name: "FeyElement" - Lv: 50 - Hp: 5000 - Sp: 0 - Exp: 12500 - JExp: 901 - AttackRange: 5 - Attack: [50, 125] - Def: 25 - Mdef: 50 - Stats: { - Str: 20 - Agi: 70 - Vit: 10 - Int: 20 - Dex: 80 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (4, 4) + Element: (1, 1) Mode: { CanMove: true + Looter: true Aggressive: true + Assist: true Boss: true CanAttack: true } - MoveSpeed: 330 - AttackDelay: 740 - AttackMotion: 672 - DamageMotion: 400 - MvpExp: 0 - Drops: { - BrokenDoll: 5000 - MauveHerb: 1000 - MauveHerb: 1000 - CobaltHerb: 1000 - CobaltHerb: 1000 - GambogeHerb: 1000 - GambogeHerb: 1000 - AlizarinHerb: 1000 - } -}, -{ - Id: 1088 - SpriteName: "Hyvern" - Name: "Hyvern" - Lv: 40 - Hp: 2250 - Sp: 0 - Exp: 572 - JExp: 346 - AttackRange: 1 - Attack: [50, 125] - Def: 0 - Mdef: 10 - Stats: { - Str: 10 - Agi: 45 - Vit: 5 - Int: 0 - Dex: 35 - Luk: 35 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (5, 4) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 250 - AttackDelay: 800 + MoveSpeed: 1200 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - HyvernStinger: 2000 - BugLeg: 1000 - Orange: 600 - IronArrow: 3000 + CactusPotion: 200 + Emerald: 20 + CactusDrink: 100 + Dagger: 250 + SharpKnife: 200 + CoinBag: 500 + CasinoCoins: 500 + GreenApple: 750 } }, { - Id: 1090 - SpriteName: "Wolvern" - Name: "Wolvern" - Lv: 40 - Hp: 900 + Id: 1016 + SpriteName: "RudolphSlime" + Name: "The RudolphSlime" + Lv: 50 + Hp: 350 Sp: 0 - Exp: 185 - JExp: 86 + Exp: 67 + JExp: 8 AttackRange: 1 - Attack: [50, 80] - Def: 5 - Mdef: 5 + Attack: [30, 35] + Def: 10 + Mdef: 7 Stats: { - Str: 15 - Agi: 10 - Vit: 5 - Int: 0 - Dex: 20 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 425 - AttackDelay: 770 - AttackMotion: 500 - DamageMotion: 200 - MvpExp: 0 - Drops: { - WolvernTooth: 1000 - WolvernPelt: 400 - AnimalBones: 200 - Steak: 1300 - Snowball: 1800 - } -}, -{ - Id: 1091 - SpriteName: "BlueSlime" - Name: "BlueSlime" - Lv: 40 - Hp: 2000 - Sp: 0 - Exp: 511 - JExp: 77 - AttackRange: 1 - Attack: [100, 150] - Def: 20 - Mdef: 40 - Stats: { - Str: 40 - Agi: 30 - Vit: 50 - Int: 10 - Dex: 50 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 3) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 1200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - IceCube: 200 - Sapphire: 20 - CactusDrink: 500 - IcedWater: 700 - SilverMirror: 100 - BookPage: 500 - } -}, -{ - Id: 1098 - SpriteName: "CopperSlime" - Name: "CopperSlime" - Lv: 40 - Hp: 600 - Sp: 0 - Exp: 134 - JExp: 18 - AttackRange: 1 - Attack: [60, 90] - Def: 20 - Mdef: 30 - Stats: { - Str: 20 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 1200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - IronOre: 1500 - TreasureKey: 1000 - Coal: 300 - } -}, -{ - Id: 1111 - SpriteName: "CandiedSlime" - Name: "CandiedSlime" - Lv: 50 - Hp: 800 - Sp: 0 - Exp: 800 - JExp: 66 - AttackRange: 3 - Attack: [50, 50] - Def: 20 - Mdef: 30 - Stats: { - Str: 20 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 1200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Candy: 1000 - ChocolateBar: 1000 - PurplePresentBox: 200 - BluePresentBox: 200 - GreenPresentBox: 200 - GingerBreadMan: 200 - XmasCake: 500 - XmasCandyCane: 750 - } -}, -{ - Id: 1112 - SpriteName: "Santaboo" - Name: "Santaboo" - Lv: 50 - Hp: 2200 - Sp: 0 - Exp: 734 - JExp: 59 - AttackRange: 2 - Attack: [80, 125] - Def: 50 - Mdef: 10 - Stats: { - Str: 25 - Agi: 10 - Vit: 25 - Int: 0 - Dex: 60 - Luk: 30 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - GingerBreadMan: 1000 - WhiteCake: 1200 - ChocolateCake: 1200 - OrangeCake: 1200 - AppleCake: 1200 - SantaHat: 50 - RedNose: 10 - Snowball: 1800 - } -}, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -{ - Id: 1004 - SpriteName: "RedScorpionMob" - Name: "RedScorpionMob" - Lv: 90 - Hp: 550 - Sp: 0 - Exp: 107 - JExp: 16 - AttackRange: 1 - Attack: [50, 55] - Def: 4 - Mdef: 6 - Stats: { - Str: 8 - Agi: 8 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - RedScorpionStinger: 2000 - ChocolateBar: 100 - BugLeg: 500 - Bow: 10 - Arrow: 760 - Knife: 540 - FancyHat: 25 - } -}, -{ - Id: 1006 - SpriteName: "GiantMaggot" - Name: "GiantMaggot" - Lv: 80 - Hp: 500 - Sp: 0 - Exp: 91 - JExp: 14 - AttackRange: 2 - Attack: [45, 75] - Def: 2 - Mdef: 7 - Stats: { - Str: 8 - Agi: 6 - Vit: 2 - Int: 1 - Dex: 22 - Luk: 1 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 2) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 2000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Arrow: 900 - CherryCake: 100 - BugLeg: 750 - CactusDrink: 5000 - CactusPotion: 3000 - CasinoCoins: 11 - CoinBag: 200 - } -}, -{ - Id: 1028 - SpriteName: "Mouboo" - Name: "Mouboo" - Lv: 85 - Hp: 1200 - Sp: 0 - Exp: 326 - JExp: 16 - AttackRange: 2 - Attack: [30, 75] - Def: 65 - Mdef: 5 - Stats: { - Str: 15 - Agi: 5 - Vit: 15 - Int: 0 - Dex: 40 - Luk: 10 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - CottonCloth: 1000 - CottonCloth: 500 - BottleOfWater: 750 - CottonCloth: 50 - ReedBundle: 500 - } -}, -{ - Id: 1043 - SpriteName: "Skeleton" - Name: "Skeleton" - Lv: 90 - Hp: 6800 - Sp: 0 - Exp: 2102 - JExp: 1467 - AttackRange: 1 - Attack: [51, 284] - Def: 12 - Mdef: 10 - Stats: { - Str: 35 - Agi: 18 - Vit: 3 - Int: 8 - Dex: 71 - Luk: 65 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 340 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - Bone: 200 - Bone: 280 - Skull: 300 - DarkCrystal: 1000 - DiseasedHeart: 250 - } -}, -{ - Id: 1044 - SpriteName: "LadySkeleton" - Name: "LadySkeleton" - Lv: 90 - Hp: 5500 - Sp: 0 - Exp: 2135 - JExp: 957 - AttackRange: 2 - Attack: [73, 146] - Def: 31 - Mdef: 8 - Stats: { - Str: 20 - Agi: 25 - Vit: 15 - Int: 8 - Dex: 43 - Luk: 48 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 650 - AttackDelay: 750 - AttackMotion: 672 - DamageMotion: 700 - MvpExp: 0 - Drops: { - Bone: 200 - Bone: 280 - Skull: 300 - DarkCrystal: 1000 - DiseasedHeart: 250 - } -}, -{ - Id: 1047 - SpriteName: "Poltergeist" - Name: "Poltergeist" - Lv: 90 - Hp: 9000 - Sp: 0 - Exp: 2605 - JExp: 1306 - AttackRange: 3 - Attack: [110, 150] - Def: 0 - Mdef: 20 - Stats: { - Str: 35 - Agi: 0 - Vit: 15 - Int: 15 - Dex: 75 - Luk: 50 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (7, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 330 - AttackDelay: 740 - AttackMotion: 672 - DamageMotion: 400 - MvpExp: 0 - Drops: { - PoltergeistPowder: 1000 - SulphurPowder: 150 - SulphurPowder: 120 - } -}, -{ - Id: 1059 - SpriteName: "GCMaggot" - Name: "GiantCaveMaggot" - Lv: 90 - Hp: 2000 - Sp: 0 - Exp: 395 - JExp: 102 - AttackRange: 2 - Attack: [60, 80] - Def: 2 - Mdef: 7 - Stats: { - Str: 10 - Agi: 10 - Vit: 2 - Int: 1 - Dex: 22 - Luk: 1 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 2) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Iten: 10000 - } -}, -{ - Id: 1066 - SpriteName: "VampireBat" - Name: "VampireBat" - Lv: 80 - Hp: 800 - Sp: 0 - Exp: 164 - JExp: 9 - AttackRange: 1 - Attack: [55, 150] - Def: 10 - Mdef: 8 - Stats: { - Str: 8 - Agi: 8 - Vit: 1 - Int: 4 - Dex: 20 - Luk: 4 - } - ViewRange: 6 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (4, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - Dagger: 70 - SharpKnife: 1 - VampireBatWing: 3000 - BatTeeth: 2000 - } -}, -{ - Id: 1069 - SpriteName: "Scythe" - Name: "Scythe" - Lv: 80 - Hp: 3000 - Sp: 0 - Exp: 2496 - JExp: 617 - AttackRange: 1 - Attack: [200, 350] - Def: 30 - Mdef: 10 - Stats: { - Str: 100 - Agi: 250 - Vit: 1 - Int: 1 - Dex: 150 - Luk: 90 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 2) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 220 - AttackDelay: 700 - AttackMotion: 672 - DamageMotion: 500 - MvpExp: 0 -}, -{ - Id: 1070 - SpriteName: "BallLightning" - Name: "BallLightning" - Lv: 80 - Hp: 300 - Sp: 0 - Exp: 77 - JExp: 1 - AttackRange: 1 - Attack: [5, 10] - Def: 40 - Mdef: 65 - Stats: { - Str: 1 - Agi: 200 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (7, 2) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 110 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 0 - MvpExp: 0 -}, -{ - Id: 1073 - SpriteName: "TheLost" - Name: "TheLost" - Lv: 83 - Hp: 5000 - Sp: 0 - Exp: 8750 - JExp: 2840 - AttackRange: 5 - Attack: [125, 150] - Def: 10 - Mdef: 70 - Stats: { - Str: 5 - Agi: 40 - Vit: 10 - Int: 70 - Dex: 70 - Luk: 40 - } - ViewRange: 4 - ChaseRange: 10 - Size: 1 - Race: 1 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - Assist: true - CanAttack: true - } - MoveSpeed: 500 - AttackDelay: 2000 - AttackMotion: 672 - DamageMotion: 300 - MvpExp: 0 - Drops: { - Bloodstone: 500 - Bloodstone: 500 - DarkCrystal: 500 - SmallMushroom: 500 - DiseasedHeart: 800 - } -}, -{ - Id: 1074 - SpriteName: "RedBone" - Name: "RedBone" - Lv: 90 - Hp: 8000 - Sp: 0 - Exp: 9750 - JExp: 3434 - AttackRange: 2 - Attack: [100, 330] - Def: 24 - Mdef: 30 - Stats: { - Str: 35 - Agi: 25 - Vit: 3 - Int: 50 - Dex: 80 - Luk: 75 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 1 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 340 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - Bone: 75 - Bone: 115 - Skull: 135 - DarkCrystal: 4 - DiseasedHeart: 250 - } -}, -{ - Id: 1077 - SpriteName: "DrunkenSkeleton" - Name: "DrunkenSkeleton" - Lv: 90 - Hp: 7200 - Sp: 0 - Exp: 2912 - JExp: 530 - AttackRange: 1 - Attack: [55, 284] - Def: 30 - Mdef: 10 - Stats: { - Str: 35 - Agi: 10 - Vit: 3 - Int: 8 - Dex: 71 - Luk: 65 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 350 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - BloodWine: 300 - GutBuster: 280 - JarofBlood: 100 - JackOLantern: 50 - JellySkull: 250 - TonoriDelight: 400 - DiseasedHeart: 250 - } -}, -{ - Id: 1078 - SpriteName: "TipsySkeleton" - Name: "TipsySkeleton" - Lv: 90 - Hp: 7000 - Sp: 0 - Exp: 2987 - JExp: 493 - AttackRange: 1 - Attack: [60, 284] - Def: 33 - Mdef: 10 - Stats: { - Str: 35 - Agi: 10 - Vit: 3 - Int: 8 - Dex: 71 - Luk: 65 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 350 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - Snapple: 300 - BeetleJuice: 280 - RealisticBrain: 100 - JackOLantern: 50 - Marshmallow: 400 - CandyPumpkin: 250 - DiseasedHeart: 250 - } -}, -{ - Id: 1079 - SpriteName: "DrunkenLadySkeleton" - Name: "DrunkenLadySkeleton" - Lv: 90 - Hp: 6000 - Sp: 0 - Exp: 2660 - JExp: 389 - AttackRange: 2 - Attack: [75, 146] - Def: 40 - Mdef: 8 - Stats: { - Str: 20 - Agi: 20 - Vit: 15 - Int: 8 - Dex: 51 - Luk: 48 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 660 - AttackDelay: 750 - AttackMotion: 672 - DamageMotion: 700 - MvpExp: 0 - Drops: { - LadyFingers: 300 - JellAhh: 280 - RubberBat: 100 - JackOLantern: 50 - CandyPumpkin: 250 - JellySkull: 250 - DiseasedHeart: 250 - } -}, -{ - Id: 1097 - SpriteName: "SoulEater" - Name: "SoulEater" - Lv: 90 - Hp: 6800 - Sp: 0 - Exp: 2232 - JExp: 1746 - AttackRange: 1 - Attack: [129, 354] - Def: 12 - Mdef: 10 - Stats: { - Str: 35 - Agi: 18 - Vit: 3 - Int: 8 - Dex: 71 - Luk: 65 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 340 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - DiseasedHeart: 250 - } -}, -{ - Id: 1103 - SpriteName: "WitchGuard" - Name: "WitchGuard" - Lv: 84 - Hp: 9742 - Sp: 0 - Exp: 4313 - JExp: 1060 - AttackRange: 2 - Attack: [200, 220] - Def: 25 - Mdef: 50 - Stats: { - Str: 90 - Agi: 65 - Vit: 45 - Int: 5 - Dex: 120 - Luk: 69 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 4) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 290 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 30 - MvpExp: 0 - Drops: { - DarkCrystal: 2000 - DarkCrystal: 500 - DiseasedHeart: 250 - } -}, -{ - Id: 1104 - SpriteName: "DemonicMouboo" - Name: "DemonicMouboo" - Lv: 85 - Hp: 800 - Sp: 0 - Exp: 176 - JExp: 32 - AttackRange: 2 - Attack: [40, 70] - Def: 35 - Mdef: 15 - Stats: { - Str: 15 - Agi: 5 - Vit: 15 - Int: 0 - Dex: 40 - Luk: 10 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - CottonCloth: 1000 - CottonCloth: 500 - SulphurPowder: 750 - Emerald: 50 - ReedBundle: 500 - } -}, -{ - Id: 1109 - SpriteName: "AngrySeaSlime" - Name: "AngrySeaSlime" - Lv: 80 - Hp: 1200 - Sp: 0 - Exp: 268 - JExp: 42 - AttackRange: 1 - Attack: [40, 70] - Def: 13 - Mdef: 17 - Stats: { - Str: 3 - Agi: 30 - Vit: 3 - Int: 0 - Dex: 35 - Luk: 35 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 2) - Mode: { - CanMove: true - Looter: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 1500 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - RedApple: 800 - Orange: 800 - BugLeg: 500 - Candy: 1000 - Pearl: 100 - Arrow: 5000 - ConcentrationPotion: 100 - BottleOfWater: 50 - } -}, -{ - Id: 1115 - SpriteName: "SeaSlimeMother" - Name: "SeaSlimeMother" - Lv: 90 - Hp: 8000 - Sp: 0 - Exp: 1784 - JExp: 900 - AttackRange: 5 - Attack: [100, 150] - Def: 10 - Mdef: 20 - Stats: { - Str: 1 - Agi: 15 - Vit: 10 - Int: 10 - Dex: 10 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (4, 2) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 1500 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - RedApple: 800 - Orange: 800 - BugLeg: 500 - Candy: 1000 - Pearl: 100 - Arrow: 5000 - ConcentrationPotion: 100 - BottleOfWater: 50 - } -}, -{ - Id: 1116 - SpriteName: "UndeadWitch" - Name: "UndeadWitch" - Lv: 80 - Hp: 4200 - Sp: 0 - Exp: 1012 - JExp: 722 - AttackRange: 3 - Attack: [50, 110] - Def: 8 - Mdef: 31 - Stats: { - Str: 15 - Agi: 20 - Vit: 10 - Int: 25 - Dex: 50 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 550 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 700 - MvpExp: 0 - Drops: { - DarkCrystal: 1000 - Bone: 400 - Skull: 300 - IronPowder: 100 - } -}, -{ - Id: 1118 - SpriteName: "GreenSlimeMother" - Name: "GreenSlimeMother" - Lv: 90 - Hp: 8000 - Sp: 0 - Exp: 1942 - JExp: 900 - AttackRange: 5 - Attack: [100, 150] - Def: 15 - Mdef: 20 - Stats: { - Str: 20 - Agi: 25 - Vit: 20 - Int: 30 - Dex: 20 - Luk: 20 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 1400 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - CactusPotion: 200 - Emerald: 20 - CactusDrink: 100 - Dagger: 250 - SharpKnife: 200 - CoinBag: 500 - CasinoCoins: 500 - RedApple: 750 - } -}, -{ - Id: 1124 - SpriteName: "Wight" - Name: "Wight" - Lv: 90 - Hp: 8000 - Sp: 0 - Exp: 9000 - JExp: 1900 - AttackRange: 2 - Attack: [56, 294] - Def: 32 - Mdef: 15 - Stats: { - Str: 28 - Agi: 25 - Vit: 15 - Int: 15 - Dex: 50 - Luk: 65 - } - ViewRange: 3 - ChaseRange: 10 - Size: 1 - Race: 1 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 340 - AttackDelay: 1400 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - Bone: 100 - Bone: 140 - Skull: 150 - DarkCrystal: 50 - DarkCrystal: 500 - DiseasedHeart: 250 - } -}, -{ - Id: 1125 - SpriteName: "ManaGhost" - Name: "ManaGhost" - Lv: 82 - Hp: 8000 - Sp: 0 - Exp: 7500 - JExp: 2400 - AttackRange: 3 - Attack: [150, 300] - Def: 23 - Mdef: 30 - Stats: { - Str: 35 - Agi: 15 - Vit: 3 - Int: 50 - Dex: 50 - Luk: 40 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 1 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 340 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - Bone: 75 - Bone: 115 - Skull: 135 - DarkCrystal: 40 - Bloodstone: 700 - DarkCrystal: 800 - } -}, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -{ - Id: 1007 - SpriteName: "YellowSlime" - Name: "YellowSlime" - Lv: 60 - Hp: 400 - Sp: 0 - Exp: 66 - JExp: 9 - AttackRange: 1 - Attack: [35, 40] - Def: 2 - Mdef: 7 - Stats: { - Str: 9 - Agi: 6 - Vit: 2 - Int: 1 - Dex: 34 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 1400 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - OrangeCupcake: 200 - CherryCake: 100 - CactusDrink: 350 - CactusPotion: 250 - SharpKnife: 10 - IronOre: 450 - Topaz: 20 - Coal: 450 - } -}, -{ - Id: 1008 - SpriteName: "RedSlime" - Name: "RedSlime" - Lv: 70 - Hp: 450 - Sp: 0 - Exp: 79 - JExp: 17 - AttackRange: 1 - Attack: [40, 45] - Def: 2 - Mdef: 7 - Stats: { - Str: 12 - Agi: 8 - Vit: 2 - Int: 1 - Dex: 25 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 1300 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Knife: 300 - ChocolateBar: 110 - Dagger: 200 - Ruby: 20 - MinersHat: 80 - RedApple: 750 - Boots: 250 - MinerGloves: 150 - } -}, -{ - Id: 1033 - SpriteName: "SeaSlime" - Name: "SeaSlime" - Lv: 70 - Hp: 600 - Sp: 0 - Exp: 116 - JExp: 13 - AttackRange: 1 - Attack: [30, 50] - Def: 3 - Mdef: 7 - Stats: { - Str: 1 - Agi: 25 - Vit: 1 - Int: 0 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 2) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 1500 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - RedApple: 800 - Orange: 800 - BugLeg: 500 - Candy: 1000 - Pearl: 100 - Arrow: 5000 - ConcentrationPotion: 100 - BottleOfWater: 50 - } -}, -{ - Id: 1040 - SpriteName: "Wisp" - Name: "Wisp" - Lv: 70 - Hp: 9300 - Sp: 0 - Exp: 1514 - JExp: 1210 - AttackRange: 2 - Attack: [215, 350] - Def: 0 - Mdef: 20 - Stats: { - Str: 45 - Agi: 12 - Vit: 13 - Int: 15 - Dex: 0 - Luk: 45 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (7, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 380 - AttackDelay: 2000 - AttackMotion: 672 - DamageMotion: 1500 - MvpExp: 0 - Drops: { - WispPowder: 1000 - SulphurPowder: 150 - SulphurPowder: 120 - } -}, -{ - Id: 1054 - SpriteName: "Troll" - Name: "Troll" - Lv: 65 - Hp: 2000 - Sp: 0 - Exp: 503 - JExp: 129 - AttackRange: 1 - Attack: [70, 100] - Def: 20 - Mdef: 10 - Stats: { - Str: 50 - Agi: 40 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Arrow: 2000 - IronArrow: 500 - Beer: 300 - CoinBag: 250 - GingerBreadMan: 200 - KidBook: 10 - } -}, -{ - Id: 1061 - SpriteName: "Moggun" - Name: "Moggun" - Lv: 60 - Hp: 800 - Sp: 0 - Exp: 174 - JExp: 52 - AttackRange: 1 - Attack: [70, 90] - Def: 20 - Mdef: 10 - Stats: { - Str: 50 - Agi: 40 - Vit: 10 - Int: 10 - Dex: 10 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (5, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - WhiteFur: 600 - Coal: 1000 - Diamond: 20 - } -}, -{ - Id: 1101 - SpriteName: "DemonicSpirit" - Name: "DemonicSpirit" - Lv: 72 - Hp: 1505 - Sp: 0 - Exp: 478 - JExp: 270 - AttackRange: 1 - Attack: [125, 175] - Def: 4 - Mdef: 6 - Stats: { - Str: 20 - Agi: 40 - Vit: 10 - Int: 10 - Dex: 110 - Luk: 45 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 4) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 230 - AttackDelay: 900 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - DarkCrystal: 1000 - } -}, -{ - Id: 1110 - SpriteName: "AngryGreenSlime" - Name: "AngryGreenSlime" - Lv: 60 - Hp: 1000 - Sp: 0 - Exp: 249 - JExp: 135 - AttackRange: 1 - Attack: [100, 160] - Def: 20 - Mdef: 30 - Stats: { - Str: 20 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 1200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - CactusPotion: 200 - Emerald: 20 - CactusDrink: 100 - Dagger: 250 - SharpKnife: 200 - CoinBag: 500 - CasinoCoins: 500 - RedApple: 750 - } -}, -{ - Id: 1117 - SpriteName: "UndeadTroll" - Name: "UndeadTroll" - Lv: 75 - Hp: 3100 - Sp: 0 - Exp: 910 - JExp: 179 - AttackRange: 2 - Attack: [60, 140] - Def: 20 - Mdef: 10 - Stats: { - Str: 50 - Agi: 40 - Vit: 20 - Int: 10 - Dex: 40 - Luk: 49 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 650 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Arrow: 2000 - DarkCrystal: 1000 - IronArrow: 500 - Beer: 300 - CoinBag: 250 - AnimalBones: 200 - KidBook: 20 - } -}, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -{ - Id: 1002 - SpriteName: "Maggot" - Name: "Maggot" - Lv: 5 - Hp: 50 - Sp: 0 - Exp: 6 - JExp: 1 - AttackRange: 1 - Attack: [5, 10] - Def: 0 - Mdef: 5 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - CactusPotion: 70 - SharpKnife: 10 - } -}, -{ - Id: 1046 - SpriteName: "TameScorpionMob" - Name: "TameScorpionMob" - Lv: 5 - Hp: 50 - Sp: 0 - Exp: 5 - JExp: 2 - AttackRange: 1 - Attack: [7, 10] - Def: 0 - Mdef: 5 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 2000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - ScorpionStinger: 700 - Candy: 100 - ChocolateBar: 50 - BugLeg: 700 - } -}, -{ - Id: 1050 - SpriteName: "HouseMaggot" - Name: "HouseMaggot" - Lv: 5 - Hp: 50 - Sp: 0 - Exp: 6 - JExp: 3 - AttackRange: 1 - Attack: [5, 7] - Def: 0 - Mdef: 5 - Stats: { - Str: 5 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (1, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 700 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - CactusPotion: 70 - SharpKnife: 10 - } -}, -{ - Id: 1003 - SpriteName: "ScorpionMob" - Name: "ScorpionMob" - Lv: 10 - Hp: 100 - Sp: 0 - Exp: 12 - JExp: 2 - AttackRange: 1 - Attack: [10, 15] - Def: 0 - Mdef: 5 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 2000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - ScorpionStinger: 700 - Candy: 100 - ChocolateBar: 50 - BugLeg: 700 - } -}, -{ - Id: 1029 - SpriteName: "MauvePlant" - Name: "MauvePlant" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 0 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - MauveHerb: 3000 - MauveHerb: 3000 - MauveHerb: 3000 - } -}, -{ - Id: 1030 - SpriteName: "CobaltPlant" - Name: "CobaltPlant" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 0 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - CobaltHerb: 3000 - CobaltHerb: 3000 - CobaltHerb: 3000 - } -}, -{ - Id: 1031 - SpriteName: "GambogePlant" - Name: "GambogePlant" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 0 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - GambogeHerb: 3000 - GambogeHerb: 3000 - GambogeHerb: 3000 - } -}, -{ - Id: 1032 - SpriteName: "AlizarinPlant" - Name: "AlizarinPlant" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 0 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - AlizarinHerb: 3000 - AlizarinHerb: 3000 - AlizarinHerb: 3000 - } -}, -{ - Id: 1037 - SpriteName: "CloverPatch" - Name: "CloverPatch" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 0 - Mdef: 5 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - FourLeafClover: 5 - } -}, -{ - Id: 1038 - SpriteName: "Squirrel" - Name: "Squirrel" - Lv: 15 - Hp: 160 - Sp: 1 - Exp: 27 - JExp: 5 - AttackRange: 1 - Attack: [10, 20] - Def: 1 - Mdef: 6 - Stats: { - Str: 1 - Agi: 3 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Acorn: 7000 - MauveHerb: 1000 - CobaltHerb: 1000 - GambogeHerb: 1000 - AlizarinHerb: 1000 - GrassSeed: 800 - SquirrelPelt: 550 - } -}, -{ - Id: 1056 - SpriteName: "CaveMaggot" - Name: "CaveMaggot" - Lv: 10 - Hp: 100 - Sp: 0 - Exp: 13 - JExp: 3 - AttackRange: 1 - Attack: [10, 10] - Def: 0 - Mdef: 5 - Stats: { - Str: 5 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (1, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 700 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - CactusPotion: 70 - SharpKnife: 10 - } -}, -{ - Id: 1063 - SpriteName: "Pumpkin" - Name: "Pumpkin" - Lv: 1 - Hp: 200 - Sp: 0 - Exp: 17 - JExp: 1 - AttackRange: 1 - Attack: [0, 0] - Def: 0 - Mdef: 5 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - JackOLantern: 100 - RubberBat: 20 - RealisticBrain: 10 - JarofBlood: 15 - PumpkinSeeds: 500 - TonoriDelight: 1500 - Marshmallow: 2000 - CandyPumpkin: 2500 - } -}, -{ - Id: 1082 - SpriteName: "Serqet" - Name: "Serqet" - Lv: 10 - Hp: 100 - Sp: 0 - Exp: 12 - JExp: 2 - AttackRange: 1 - Attack: [10, 15] - Def: 0 - Mdef: 5 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 2000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 -}, -{ - Id: 1092 - SpriteName: "SlimeBlast" - Name: "SlimeBlast" - Lv: 10 - Hp: 100 - Sp: 0 - Exp: 15 - JExp: 8 - AttackRange: 1 - Attack: [10, 10] - Def: 10 - Mdef: 10 - Stats: { - Str: 10 - Agi: 10 - Vit: 10 - Int: 10 - Dex: 10 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 3) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 250 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 -}, -{ - Id: 1095 - SpriteName: "WhiteBell" - Name: "WhiteBell" - Lv: 10 - Hp: 100 - Sp: 0 - Exp: 18 - JExp: 40 - AttackRange: 2 - Attack: [70, 75] - Def: 0 - Mdef: 5 - Stats: { - Str: 16 - Agi: 12 - Vit: 20 - Int: 20 - Dex: 20 - Luk: 50 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - RedApple: 100 - EmptyBottle: 10 - Arrow: 100 - CoinBag: 400 - WhiteBellTuber: 5000 - } -}, -{ - Id: 1105 - SpriteName: "ViciousSquirrel" - Name: "ViciousSquirrel" - Lv: 15 - Hp: 140 - Sp: 1 - Exp: 24 - JExp: 7 - AttackRange: 1 - Attack: [20, 25] - Def: 1 - Mdef: 6 - Stats: { - Str: 3 - Agi: 3 - Vit: 1 - Int: 0 - Dex: 15 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - IronPowder: 7000 - MauveHerb: 1000 - CobaltHerb: 1000 - GambogeHerb: 1000 - AlizarinHerb: 1000 - GrassSeed: 800 - Sapphire: 50 - } -}, -{ - Id: 1162 - SpriteName: "Grinchboo" - Name: "Grinchboo" - Lv: 5 - Hp: 50 - Sp: 0 - Exp: 6 - JExp: 1 - AttackRange: 1 - Attack: [5, 10] - Def: 0 - Mdef: 5 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - Milk: 50 - Milk: 30 - } -}, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -{ - Id: 1005 - SpriteName: "GreenSlime" - Name: "GreenSlime" - Lv: 40 - Hp: 800 - Sp: 0 - Exp: 185 - JExp: 96 - AttackRange: 1 - Attack: [80, 120] - Def: 20 - Mdef: 30 - Stats: { - Str: 20 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 1200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - CactusPotion: 200 - Emerald: 20 - CactusDrink: 100 - Dagger: 250 - SharpKnife: 200 - CoinBag: 500 - CasinoCoins: 500 - GreenApple: 750 - } -}, -{ - Id: 1016 - SpriteName: "RudolphSlime" - Name: "RudolphSlime" - Lv: 50 - Hp: 350 - Sp: 0 - Exp: 67 - JExp: 8 - AttackRange: 1 - Attack: [30, 35] - Def: 10 - Mdef: 7 - Stats: { - Str: 1 - Agi: 20 - Vit: 1 - Int: 0 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - DecorCandy: 800 - CandyCane: 500 - XmasCake: 200 - ChocolateBar: 300 - Candy: 600 - PurplePresentBox: 800 - BluePresentBox: 500 - } -}, -{ - Id: 1065 - SpriteName: "BanditLord" - Name: "BanditLord" - Lv: 40 - Hp: 2000 - Sp: 0 - Exp: 407 - JExp: 103 - AttackRange: 5 - Attack: [50, 50] - Def: 15 - Mdef: 15 - Stats: { - Str: 15 - Agi: 15 - Vit: 15 - Int: 15 - Dex: 15 - Luk: 15 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 400 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 900 - MvpExp: 0 -}, -{ - Id: 1080 - SpriteName: "BlueSpark" - Name: "BlueSpark" - Lv: 40 - Hp: 10000 - Sp: 0 - Exp: 2431 - JExp: 392 - AttackRange: 2 - Attack: [40, 40] - Def: 20 - Mdef: 40 - Stats: { - Str: 30 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 190 - AttackDelay: 1500 - AttackMotion: 800 - DamageMotion: 800 - MvpExp: 0 -}, -{ - Id: 1081 - SpriteName: "RedSpark" - Name: "RedSpark" - Lv: 40 - Hp: 10000 - Sp: 0 - Exp: 2431 - JExp: 392 - AttackRange: 2 - Attack: [40, 40] - Def: 20 - Mdef: 40 - Stats: { - Str: 30 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 190 - AttackDelay: 1500 - AttackMotion: 800 - DamageMotion: 800 - MvpExp: 0 -}, -{ - Id: 1086 - SpriteName: "FeyElement" - Name: "FeyElement" - Lv: 50 - Hp: 5000 - Sp: 0 - Exp: 12500 - JExp: 901 - AttackRange: 5 - Attack: [50, 125] - Def: 25 - Mdef: 50 - Stats: { - Str: 20 - Agi: 70 - Vit: 10 - Int: 20 - Dex: 80 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (4, 4) - Mode: { - CanMove: true - Aggressive: true - Boss: true - CanAttack: true - } - MoveSpeed: 330 - AttackDelay: 740 - AttackMotion: 672 - DamageMotion: 400 - MvpExp: 0 - Drops: { - BrokenDoll: 5000 - MauveHerb: 1000 - MauveHerb: 1000 - CobaltHerb: 1000 - CobaltHerb: 1000 - GambogeHerb: 1000 - GambogeHerb: 1000 - AlizarinHerb: 1000 - } -}, -{ - Id: 1088 - SpriteName: "Hyvern" - Name: "Hyvern" - Lv: 40 - Hp: 2250 - Sp: 0 - Exp: 572 - JExp: 346 - AttackRange: 1 - Attack: [50, 125] - Def: 0 - Mdef: 10 - Stats: { - Str: 10 - Agi: 45 - Vit: 5 - Int: 0 - Dex: 35 - Luk: 35 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (5, 4) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 250 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - HyvernStinger: 2000 - BugLeg: 1000 - Orange: 600 - IronArrow: 3000 - } -}, -{ - Id: 1090 - SpriteName: "Wolvern" - Name: "Wolvern" - Lv: 40 - Hp: 900 - Sp: 0 - Exp: 185 - JExp: 86 - AttackRange: 1 - Attack: [50, 80] - Def: 5 - Mdef: 5 - Stats: { - Str: 15 - Agi: 10 - Vit: 5 - Int: 0 - Dex: 20 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 425 - AttackDelay: 770 - AttackMotion: 500 - DamageMotion: 200 - MvpExp: 0 - Drops: { - WolvernTooth: 1000 - WolvernPelt: 400 - AnimalBones: 200 - Steak: 1300 - } -}, -{ - Id: 1091 - SpriteName: "BlueSlime" - Name: "BlueSlime" - Lv: 40 - Hp: 2000 - Sp: 0 - Exp: 511 - JExp: 77 - AttackRange: 1 - Attack: [100, 150] - Def: 20 - Mdef: 40 - Stats: { - Str: 40 - Agi: 30 - Vit: 50 - Int: 10 - Dex: 50 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 3) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 1200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - IceCube: 200 - Sapphire: 20 - CactusDrink: 500 - IcedWater: 700 - SilverMirror: 100 - BookPage: 500 - } -}, -{ - Id: 1098 - SpriteName: "CopperSlime" - Name: "CopperSlime" - Lv: 40 - Hp: 600 - Sp: 0 - Exp: 134 - JExp: 18 - AttackRange: 1 - Attack: [60, 90] - Def: 20 - Mdef: 30 - Stats: { - Str: 20 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 1200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - IronOre: 1500 - TreasureKey: 1000 - Coal: 300 - } -}, -{ - Id: 1111 - SpriteName: "CandiedSlime" - Name: "CandiedSlime" - Lv: 50 - Hp: 800 - Sp: 0 - Exp: 800 - JExp: 66 - AttackRange: 3 - Attack: [50, 50] - Def: 20 - Mdef: 30 - Stats: { - Str: 20 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 1200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Candy: 1000 - ChocolateBar: 1000 - PurplePresentBox: 200 - BluePresentBox: 200 - GreenPresentBox: 200 - GingerBreadMan: 200 - XmasCake: 500 - XmasCandyCane: 750 - } -}, -{ - Id: 1112 - SpriteName: "Santaboo" - Name: "Santaboo" - Lv: 50 - Hp: 2200 - Sp: 0 - Exp: 734 - JExp: 59 - AttackRange: 2 - Attack: [80, 125] - Def: 50 - Mdef: 10 - Stats: { - Str: 25 - Agi: 10 - Vit: 25 - Int: 0 - Dex: 60 - Luk: 30 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (0, 1) - Mode: { - CanMove: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - GingerBreadMan: 1000 - WhiteCake: 1200 - ChocolateCake: 1200 - OrangeCake: 1200 - AppleCake: 1200 - SantaHat: 50 - RedNose: 10 - } -}, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -{ - Id: 1009 - SpriteName: "BlackScorpionMob" - Name: "BlackScorpionMob" - Lv: 100 - Hp: 600 - Sp: 0 - Exp: 500 - JExp: 37 - AttackRange: 1 - Attack: [60, 100] - Def: 4 - Mdef: 6 - Stats: { - Str: 16 - Agi: 30 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - LeatherShirt: 150 - ChocolateBar: 100 - BugLeg: 800 - BlackScorpionStinger: 800 - } -}, -{ - Id: 1010 - SpriteName: "Snake" - Name: "Snake" - Lv: 115 - Hp: 850 - Sp: 0 - Exp: 722 - JExp: 56 - AttackRange: 1 - Attack: [75, 90] - Def: 4 - Mdef: 6 - Stats: { - Str: 20 - Agi: 11 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 900 - AttackDelay: 1300 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - SnakeSkin: 150 - SnakeEgg: 400 - SnakeEgg: 400 - SnakeTongue: 500 - } -}, -{ - Id: 1012 - SpriteName: "Spider" - Name: "Spider" - Lv: 125 - Hp: 800 - Sp: 0 - Exp: 690 - JExp: 115 - AttackRange: 1 - Attack: [70, 85] - Def: 4 - Mdef: 6 - Stats: { - Str: 14 - Agi: 13 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (5, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - TreasureKey: 500 - RedApple: 100 - InfantryHelmet: 20 - CoinBag: 200 - } -}, -{ - Id: 1013 - SpriteName: "EvilMushroom" - Name: "EvilMushroom" - Lv: 110 - Hp: 650 - Sp: 0 - Exp: 138 - JExp: 35 - AttackRange: 1 - Attack: [65, 80] - Def: 4 - Mdef: 6 - Stats: { - Str: 16 - Agi: 12 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - RedApple: 500 - EmptyBottle: 10 - OrangeCupcake: 100 - SmallMushroom: 1000 - } -}, -{ - Id: 1014 - SpriteName: "PinkFlower" - Name: "PinkFlower" - Lv: 115 - Hp: 700 - Sp: 0 - Exp: 163 - JExp: 40 - AttackRange: 2 - Attack: [70, 75] - Def: 0 - Mdef: 5 - Stats: { - Str: 16 - Agi: 12 - Vit: 20 - Int: 20 - Dex: 20 - Luk: 50 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - RedApple: 100 - EmptyBottle: 10 - Arrow: 100 - CoinBag: 400 - PinkPetal: 1000 - PinkPetal: 1000 - } -}, -{ - Id: 1015 - SpriteName: "SantaSlime" - Name: "SantaSlime" - Lv: 120 - Hp: 750 - Sp: 0 - Exp: 166 - JExp: 58 - AttackRange: 1 - Attack: [75, 80] - Def: 2 - Mdef: 7 - Stats: { - Str: 1 - Agi: 20 - Vit: 1 - Int: 0 - Dex: 30 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 1) - Mode: { - CanMove: true - Boss: true - CanAttack: true - } - MoveSpeed: 1500 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - GingerBreadMan: 800 - Cake: 700 - XmasCandyCane: 600 - CherryCake: 500 - Milk: 400 - GreenPresentBox: 500 - Snowball: 1800 - } -}, -{ - Id: 1022 - SpriteName: "JackO" - Name: "JackO" - Lv: 175 - Hp: 10000 - Sp: 0 - Exp: 18130 - JExp: 1241 - AttackRange: 2 - Attack: [100, 500] - Def: 40 - Mdef: 20 - Stats: { - Str: 105 - Agi: 40 - Vit: 85 - Int: 75 - Dex: 105 - Luk: 95 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 250 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - PirateHat: 300 - Bandana: 400 - VNeckSweater: 400 - Circlet: 400 - PumpkinHelmet: 300 - RangerHat: 400 - Soul: 10000 - AxeHat: 600 - } -}, -{ - Id: 1023 - SpriteName: "FireSkull" - Name: "FireSkull" - Lv: 170 - Hp: 5000 - Sp: 0 - Exp: 2460 - JExp: 721 - AttackRange: 2 - Attack: [75, 175] - Def: 35 - Mdef: 15 - Stats: { - Str: 40 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 35 - Luk: 70 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (3, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1600 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - DarkCrystal: 1000 - PileOfAsh: 5000 - } -}, -{ - Id: 1024 - SpriteName: "PoisonSkull" - Name: "PoisonSkull" - Lv: 170 - Hp: 5000 - Sp: 0 - Exp: 2460 - JExp: 721 - AttackRange: 2 - Attack: [75, 175] - Def: 35 - Mdef: 15 - Stats: { - Str: 40 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 35 - Luk: 70 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (5, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1600 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - DarkCrystal: 1000 - } -}, -{ - Id: 1026 - SpriteName: "MountainSnake" - Name: "MountainSnake" - Lv: 130 - Hp: 900 - Sp: 0 - Exp: 1024 - JExp: 63 - AttackRange: 1 - Attack: [80, 125] - Def: 4 - Mdef: 6 - Stats: { - Str: 20 - Agi: 40 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 45 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - LeatherGloves: 20 - SnakeSkin: 350 - MountainSnakeEgg: 400 - MountainSnakeEgg: 400 - MountainSnakeTongue: 500 - } -}, -{ - Id: 1034 - SpriteName: "GrassSnake" - Name: "GrassSnake" - Lv: 140 - Hp: 1000 - Sp: 0 - Exp: 1254 - JExp: 103 - AttackRange: 1 - Attack: [80, 120] - Def: 2 - Mdef: 10 - Stats: { - Str: 20 - Agi: 40 - Vit: 10 - Int: 10 - Dex: 40 - Luk: 50 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 500 - AttackDelay: 1100 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - GrassSnakeEgg: 400 - GrassSnakeEgg: 400 - GrassSnakeTongue: 500 - Steak: 500 - CottonCloth: 1600 - SnakeSkin: 500 - } -}, -{ - Id: 1036 - SpriteName: "Zombie" - Name: "Zombie" - Lv: 110 - Hp: 12000 - Sp: 0 - Exp: 4192 - JExp: 1393 - AttackRange: 2 - Attack: [275, 355] - Def: 20 - Mdef: 15 - Stats: { - Str: 30 - Agi: 15 - Vit: 30 - Int: 3 - Dex: 60 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 480 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 900 - MvpExp: 0 - Drops: { - DarkCrystal: 1000 - RottenRags: 700 - DiseasedHeart: 500 - UndeadEar: 200 - UndeadEye: 150 - Soul: 500 - } -}, -{ - Id: 1042 - SpriteName: "Spectre" - Name: "Spectre" - Lv: 140 - Hp: 6500 - Sp: 0 - Exp: 3978 - JExp: 359 - AttackRange: 3 - Attack: [160, 220] - Def: 40 - Mdef: 0 - Stats: { - Str: 35 - Agi: 70 - Vit: 22 - Int: 15 - Dex: 20 - Luk: 70 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 2) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 650 - AttackDelay: 1700 - AttackMotion: 800 - DamageMotion: 500 - MvpExp: 0 - Drops: { - SpectrePowder: 1000 - SulphurPowder: 150 - SulphurPowder: 120 - } -}, -{ - Id: 1045 - SpriteName: "Fallen" - Name: "Fallen" - Lv: 120 - Hp: 10000 - Sp: 0 - Exp: 7812 - JExp: 1663 - AttackRange: 2 - Attack: [180, 430] - Def: 5 - Mdef: 20 - Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 2) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 300 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 300 - MvpExp: 1198 - Drops: { - Bone: 210 - Bone: 210 - Skull: 300 - DarkCrystal: 1000 - WarlordHelmet: 3 - WarlordPlate: 2 - LeatherGloves: 35 - DiseasedHeart: 500 - Soul: 500 - } -}, -{ - Id: 1062 - SpriteName: "Terranite" - Name: "Terranite" - Lv: 110 - Hp: 6000 - Sp: 0 - Exp: 2484 - JExp: 889 - AttackRange: 1 - Attack: [200, 300] - Def: 20 - Mdef: 40 - Stats: { - Str: 60 - Agi: 40 - Vit: 40 - Int: 30 - Dex: 60 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 400 - AttackDelay: 872 - AttackMotion: 672 - DamageMotion: 900 - MvpExp: 0 - Drops: { - Coal: 600 - Emerald: 20 - Sapphire: 20 - Amethyst: 20 - TerraniteOre: 500 - IronOre: 500 - } -}, -{ - Id: 1068 - SpriteName: "Reaper" - Name: "Reaper" - Lv: 140 - Hp: 40000 - Sp: 0 - Exp: 23960 - JExp: 156 - AttackRange: 7 - Attack: [200, 350] - Def: 30 - Mdef: 80 - Stats: { - Str: 100 - Agi: 120 - Vit: 70 - Int: 120 - Dex: 100 - Luk: 75 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 1 - Element: (9, 4) - Mode: { - CanMove: true - Aggressive: true - Boss: true - CanAttack: true - } - MoveSpeed: 500 - AttackDelay: 1200 - AttackMotion: 800 - DamageMotion: 300 - MvpExp: 0 - Drops: { - RottenRags: 1000 - Bone: 500 - Skull: 100 - SkullMask: 10 - } -}, -{ - Id: 1071 - SpriteName: "IceElement" - Name: "IceElement" - Lv: 100 - Hp: 5000 - Sp: 0 - Exp: 1508 - JExp: 689 - AttackRange: 3 - Attack: [60, 200] - Def: 5 - Mdef: 20 - Stats: { - Str: 15 - Agi: 25 - Vit: 40 - Int: 15 - Dex: 45 - Luk: 30 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 2) - Mode: { - CanMove: true - Looter: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 330 - AttackDelay: 740 - AttackMotion: 672 - DamageMotion: 400 - MvpExp: 0 - Drops: { - IceCube: 900 - TreasureKey: 750 - ConcentrationPotion: 400 - StandardHeadband: 900 - SilkHeadband: 250 - Snowball: 1800 - } -}, -{ - Id: 1072 - SpriteName: "Yeti" - Name: "Yeti" - Lv: 100 - Hp: 8500 - Sp: 0 - Exp: 4716 - JExp: 726 - AttackRange: 2 - Attack: [100, 400] - Def: 60 - Mdef: 15 - Stats: { - Str: 60 - Agi: 5 - Vit: 45 - Int: 15 - Dex: 60 - Luk: 32 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (1, 3) - Mode: { - CanMove: true - Looter: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 220 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 900 - MvpExp: 0 - Drops: { - AnimalBones: 700 - FrozenYetiTear: 300 - YetiClaw: 400 - YetiMask: 142 - YellowPresentBox: 800 - WhitePresentBox: 700 - Snowball: 1800 - } -}, -{ - Id: 1075 - SpriteName: "Stalker" - Name: "Stalker" - Lv: 120 - Hp: 20000 - Sp: 0 - Exp: 8136 - JExp: 4000 - AttackRange: 2 - Attack: [220, 500] - Def: 23 - Mdef: 30 - Stats: { - Str: 35 - Agi: 15 - Vit: 3 - Int: 50 - Dex: 50 - Luk: 50 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 1 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 340 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - Bone: 75 - Bone: 115 - Skull: 135 - DarkCrystal: 40 - DiseasedHeart: 500 - Soul: 500 - } -}, -{ - Id: 1085 - SpriteName: "IceSkull" - Name: "IceSkull" - Lv: 170 - Hp: 7000 - Sp: 0 - Exp: 3342 - JExp: 757 - AttackRange: 2 - Attack: [75, 400] - Def: 40 - Mdef: 15 - Stats: { - Str: 40 - Agi: 30 - Vit: 30 - Int: 30 - Dex: 35 - Luk: 44 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (1, 1) - Mode: { - CanMove: true - Aggressive: true - Assist: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1600 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - IceCube: 5000 - IcedWater: 800 - Snowball: 1800 - } -}, -{ - Id: 1096 - SpriteName: "SoulSnake" - Name: "SoulSnake" - Lv: 115 - Hp: 850 - Sp: 0 - Exp: 184 - JExp: 56 - AttackRange: 1 - Attack: [75, 90] - Def: 4 - Mdef: 6 - Stats: { - Str: 20 - Agi: 11 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - } - MoveSpeed: 900 - AttackDelay: 1300 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 -}, -{ - Id: 1102 - SpriteName: "Luvia" - Name: "Luvia" - Lv: 127 - Hp: 48044 - Sp: 60 - Exp: 122817 - JExp: 12172 - AttackRange: 5 - Attack: [339, 364] - Def: 50 - Mdef: 92 - Stats: { - Str: 1 - Agi: 29 - Vit: 55 - Int: 255 - Dex: 255 - Luk: 255 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 220 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 -}, -{ - Id: 1106 - SpriteName: "WickedMushroom" - Name: "WickedMushroom" - Lv: 110 - Hp: 550 - Sp: 0 - Exp: 117 - JExp: 30 - AttackRange: 1 - Attack: [70, 80] - Def: 4 - Mdef: 4 - Stats: { - Str: 16 - Agi: 12 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - HardSpike: 600 - Amethyst: 50 - IronPotion: 100 - SmallMushroom: 1000 - } -}, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -{ - Id: 1114 - SpriteName: "Nutcracker" - Name: "Nutcracker" - Lv: 110 - Hp: 6000 - Sp: 0 - Exp: 2235 - JExp: 769 - AttackRange: 1 - Attack: [81, 281] - Def: 20 - Mdef: 42 - Stats: { - Str: 40 - Agi: 20 - Vit: 10 - Int: 5 - Dex: 60 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 400 - AttackDelay: 872 - AttackMotion: 672 - DamageMotion: 900 - MvpExp: 0 - Drops: { - RawLog: 1000 - CottonCloth: 750 - Beer: 750 - CasinoCoins: 250 - IronOre: 200 - Emerald: 200 - Coal: 600 - } -}, -{ - Id: 1119 - SpriteName: "Thug" - Name: "Thug" - Lv: 170 - Hp: 5000 - Sp: 0 - Exp: 2316 - JExp: 999 - AttackRange: 1 - Attack: [125, 250] - Def: 30 - Mdef: 6 - Stats: { - Str: 10 - Agi: 10 - Vit: 60 - Int: 10 - Dex: 50 - Luk: 70 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 500 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Beer: 1000 - Orange: 1000 - PileOfAsh: 500 - SulphurPowder: 250 - Pearl: 250 - SailorHat: 10 - } -}, -{ - Id: 1120 - SpriteName: "Swashbuckler" - Name: "Swashbuckler" - Lv: 170 - Hp: 5000 - Sp: 0 - Exp: 2423 - JExp: 999 - AttackRange: 1 - Attack: [75, 250] - Def: 23 - Mdef: 27 - Stats: { - Str: 20 - Agi: 20 - Vit: 40 - Int: 30 - Dex: 90 - Luk: 70 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 400 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Beer: 1000 - Orange: 1000 - PileOfAsh: 500 - SulphurPowder: 250 - Pearl: 250 - Bandana: 500 - } -}, -{ - Id: 1121 - SpriteName: "Grenadier" - Name: "Grenadier" - Lv: 170 - Hp: 6000 - Sp: 0 - Exp: 1358 - JExp: 999 - AttackRange: 6 - Attack: [100, 200] - Def: 8 - Mdef: 60 - Stats: { - Str: 12 - Agi: 10 - Vit: 50 - Int: 60 - Dex: 90 - Luk: 70 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 500 - AttackDelay: 2000 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Beer: 1000 - Orange: 1000 - PileOfAsh: 500 - IronPowder: 250 - Pearl: 250 - CaptainsHat: 1 - } -}, -{ - Id: 1122 - SpriteName: "DreadPirateMarley" - Name: "DreadPirateMarley" - Lv: 180 - Hp: 10000 - Sp: 0 - Exp: 7518 - JExp: 20000 - AttackRange: 4 - Attack: [175, 250] - Def: 38 - Mdef: 32 - Stats: { - Str: 10 - Agi: 20 - Vit: 40 - Int: 20 - Dex: 90 - Luk: 80 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 400 - AttackDelay: 700 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 -}, -{ - Id: 1123 - SpriteName: "DreadPirateMarleyClone" - Name: "DreadPirateMarleyClone" - Lv: 150 - Hp: 2000 - Sp: 0 - Exp: 709 - JExp: 0 - AttackRange: 4 - Attack: [175, 250] - Def: 18 - Mdef: 22 - Stats: { - Str: 10 - Agi: 40 - Vit: 30 - Int: 20 - Dex: 80 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (0, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 500 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 -}, -{ - Id: 1126 - SpriteName: "PsiBrain" - Name: "PsiBrain" - Lv: 100 - Hp: 10000 - Sp: 0 - Exp: 3952 - JExp: 4000 - AttackRange: 2 - Attack: [220, 500] - Def: 23 - Mdef: 30 - Stats: { - Str: 35 - Agi: 15 - Vit: 3 - Int: 50 - Dex: 50 - Luk: 50 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 1 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 340 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 - Drops: { - Bone: 75 - Bone: 115 - Skull: 135 - DarkCrystal: 40 - BrainStem: 700 - } -}, -{ - Id: 1127 - SpriteName: "GeneralKrukan" - Name: "GeneralKrukan" - Lv: 140 - Hp: 40000 - Sp: 0 - Exp: 12932 - JExp: 1663 - AttackRange: 2 - Attack: [180, 430] - Def: 5 - Mdef: 20 - Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 2) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 300 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 300 - MvpExp: 778 - MvpDrops: { - Soul: 1198 - } - Drops: { - Bone: 1000 - Skull: 1000 - DarkCrystal: 1000 - DarkHelm: 2 - WarlordHelmet: 6 - KnightsHelmet: 25 - InfantryHelmet: 50 - CrusadeHelmet: 8 - DiseasedHeart: 500 - Soul: 500 - } -}, -{ - Id: 1128 - SpriteName: "GeneralRazha" - Name: "GeneralRazha" - Lv: 140 - Hp: 40000 - Sp: 0 - Exp: 12932 - JExp: 1663 - AttackRange: 2 - Attack: [180, 430] - Def: 5 - Mdef: 20 - Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 2) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 300 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 300 - MvpExp: 1198 - Drops: { - Bone: 210 - UnderworldMask: 5 - Skull: 300 - DarkCrystal: 1000 - WarlordHelmet: 3 - WarlordPlate: 2 - LeatherGloves: 35 - DiseasedHeart: 500 - Soul: 500 - } -}, -{ - Id: 1129 - SpriteName: "GeneralTerogan" - Name: "GeneralTerogan" - Lv: 140 - Hp: 40000 - Sp: 0 - Exp: 12932 - JExp: 1663 - AttackRange: 2 - Attack: [180, 430] - Def: 5 - Mdef: 20 - Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 2) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 300 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 300 - MvpExp: 1198 - Drops: { - Bone: 210 - Phylactery: 1 - Skull: 300 - DarkCrystal: 1000 - WarlordHelmet: 3 - WarlordPlate: 2 - LeatherGloves: 35 - DiseasedHeart: 500 - Soul: 500 - } -}, -{ - Id: 1130 - SpriteName: "Moonshroom" - Name: "Moonshroom" - Lv: 110 - Hp: 550 - Sp: 0 - Exp: 120 - JExp: 35 - AttackRange: 4 - Attack: [70, 80] - Def: 4 - Mdef: 4 - Stats: { - Str: 16 - Agi: 12 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - SmallMushroom: 500 - BugLeg: 500 - Lifestone: 300 - EmptyBottle: 100 - SulphurPowder: 100 - } -}, -{ - Id: 1132 - SpriteName: "LavaSlime" - Name: "LavaSlime" - Lv: 135 - Hp: 4144 - Sp: 0 - Exp: 6000 - JExp: 1111 - AttackRange: 2 - Attack: [105, 260] - Def: 75 - Mdef: 80 - Stats: { - Str: 30 - Agi: 15 - Vit: 35 - Int: 10 - Dex: 70 - Luk: 250 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (3, 2) - Mode: { - CanMove: true - Looter: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 900 - AttackDelay: 1300 - AttackMotion: 672 - DamageMotion: 100 - MvpExp: 0 - Drops: { - SlingBullet: 10000 - SulphurPowder: 2500 - IronOre: 1000 - PileOfAsh: 1000 - Coal: 1000 - TinyManaElixir: 500 - } -}, -{ - Id: 1133 - SpriteName: "Anne" - Name: "Anne" - Lv: 110 - Hp: 12000 - Sp: 0 - Exp: 1100 - JExp: 889 - AttackRange: 1 - Attack: [200, 300] - Def: 20 - Mdef: 40 - Stats: { - Str: 60 - Agi: 40 - Vit: 40 - Int: 30 - Dex: 60 - Luk: 40 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 380 - AttackDelay: 872 - AttackMotion: 672 - DamageMotion: 900 - MvpExp: 0 - Drops: { - CranberryLollipop: 6000 - GrapeLollipop: 6000 - OrangeLollipop: 6000 - CaramelApple: 200 - LollipopColor1: 500 - LollipopColor2: 500 - LollipopColor3: 500 - ShockSweet: 20 - } -}, -{ - Id: 1134 - SpriteName: "SUSAN" - Name: "SUSAN" - Lv: 255 - Hp: 696969 - Sp: 0 - Exp: 69000 - JExp: 1400 - AttackRange: 1 - Attack: [0, 0] - Def: 69 - Mdef: 69 - Stats: { - Str: 69 - Agi: 69 - Vit: 69 - Int: 69 - Dex: 69 - Luk: 69 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 1) - Mode: { - CanMove: true - Boss: true - CanAttack: true - } - MoveSpeed: 1500 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - CranberryLollipop: 6000 - GrapeLollipop: 6000 - OrangeLollipop: 6000 - CaramelApple: 200 - LollipopColor1: 500 - LollipopColor2: 500 - LollipopColor3: 500 - ShockSweet: 20 - } -}, -{ - Id: 1135 - SpriteName: "LovelyMaggot" - Name: "LovelyMaggot" - Lv: 1 - Hp: 50 - Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 1 - Attack: [69, 6969] - Def: 0 - Mdef: 5 - Stats: { - Str: 5 - Agi: 5 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (1, 1) - Mode: { - CanMove: true - Aggressive: true - CanAttack: true - } - MoveSpeed: 200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - MaggotSlime: 400 - CactusDrink: 70 - BugLeg: 200 - RoastedMaggot: 75 - CactusPotion: 30 - } -}, -{ - Id: 1136 - SpriteName: "LesserGhost" - Name: "LesserGhost" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 0 - Attack: [150, 300] - Def: 0 - Mdef: 0 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } - ViewRange: 2 - ChaseRange: 10 - Size: 1 - Race: 1 - Element: (9, 1) - Mode: { - CanMove: true - Looter: true - CanAttack: true - } - MoveSpeed: 340 - AttackDelay: 1800 - AttackMotion: 672 - DamageMotion: 950 - MvpExp: 0 -}, -{ - Id: 1137 - SpriteName: "Tormenta" - Name: "Tormenta" - Lv: 200 - Hp: 18000 - Sp: 60 - Exp: 500000 - JExp: 5000 - AttackRange: 5 - Attack: [360, 374] - Def: 48 - Mdef: 90 - Stats: { - Str: 1 - Agi: 32 - Vit: 60 - Int: 255 - Dex: 255 - Luk: 255 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 210 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 -}, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -{ - Id: 1138 - SpriteName: "ManaGuard" - Name: "ManaGuardian" - Lv: 180 - Hp: 20000 - Sp: 280 - Exp: 27000 - JExp: 5000 - AttackRange: 2 - Attack: [280, 324] - Def: 22 - Mdef: 67 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 95 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 210 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 -}, -{ - Id: 1139 - SpriteName: "Virus" - Name: "Virus" - Lv: 170 - Hp: 5000 - Sp: 0 - Exp: 2273 - JExp: 721 - AttackRange: 6 - Attack: [45, 75] - Def: 37 - Mdef: 12 - Stats: { - Str: 30 - Agi: 30 - Vit: 20 - Int: 20 - Dex: 25 - Luk: 60 - } - ViewRange: 1 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (5, 1) - Mode: { - CanMove: true - Looter: true - Aggressive: true - Assist: true - Boss: true - CanAttack: true - } - MoveSpeed: 600 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - MvpExp: 0 - Drops: { - Snapple: 500 - Acorn: 1100 - GumiCandy: 11 - } -}, -{ - Id: 1140 - SpriteName: "Tengu" - Name: "Tengu" - Lv: 180 - Hp: 24000 - Sp: 280 - Exp: 45000 - JExp: 5000 - AttackRange: 2 - Attack: [180, 224] - Def: 67 - Mdef: 9 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 97 - Dex: 255 - Luk: 95 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 310 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 -}, -{ - Id: 1141 - SpriteName: "Sasquatch" - Name: "Sasquatch" - Lv: 180 - Hp: 24000 - Sp: 280 - Exp: 45000 - JExp: 5000 - AttackRange: 1 - Attack: [420, 444] - Def: 12 - Mdef: 27 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 97 - Dex: 255 - Luk: 95 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 310 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 -}, -{ - Id: 1142 - SpriteName: "Kage" - Name: "ZaxDeKagen" - Lv: 200 - Hp: 29999 - Sp: 280 - Exp: 999999 - JExp: 99999 - AttackRange: 9 - Attack: [90, 124] - Def: 74 - Mdef: 100 - Stats: { - Str: 199 - Agi: 2 - Vit: 199 - Int: 197 - Dex: 255 - Luk: 175 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 210 - AttackDelay: 672 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 - Drops: { - BlueRose: 10000 - } -}, -{ - Id: 1143 - SpriteName: "ManaSlayer" - Name: "ManaSlayer" - Lv: 180 - Hp: 24000 - Sp: 280 - Exp: 42000 - JExp: 5000 - AttackRange: 2 - Attack: [260, 274] - Def: 22 - Mdef: 67 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 95 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 210 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 -}, -{ - Id: 1144 - SpriteName: "Dragon" - Name: "GreatDragon" - Lv: 250 - Hp: 29999 - Sp: 280 - Exp: 1 - JExp: 1 - AttackRange: 3 - Attack: [60, 90] - Def: 67 - Mdef: 67 - Stats: { - Str: 199 - Agi: 2 - Vit: 199 - Int: 197 - Dex: 255 - Luk: 95 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 210 - AttackDelay: 1200 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 - Drops: { - PaladinsHelmet: 1 - } -}, -{ - Id: 1145 - SpriteName: "KageGolem" - Name: "KageGolem" - Lv: 180 - Hp: 29999 - Sp: 280 - Exp: 150000 - JExp: 15000 - AttackRange: 6 - Attack: [140, 174] - Def: 72 - Mdef: 55 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 125 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 410 - AttackDelay: 1000 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 - Drops: { - WumpusEgg: 10000 - } -}, -{ - Id: 1146 - SpriteName: "Flashmob" - Name: "Flashmob" - Lv: 181 - Hp: 27000 - Sp: 280 - Exp: 72000 - JExp: 5000 - AttackRange: 1 - Attack: [40, 60] - Def: 57 - Mdef: 57 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 95 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 160 - AttackDelay: 600 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 -}, -{ - Id: 1147 - SpriteName: "Koyntety" - Name: "Koyntety" - Lv: 181 - Hp: 27000 - Sp: 280 - Exp: 72000 - JExp: 5000 - AttackRange: 4 - Attack: [220, 240] - Def: 52 - Mdef: 52 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 105 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 240 - AttackDelay: 1400 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 -}, -{ - Id: 1148 - SpriteName: "DoomGolem" - Name: "DoomGolem" - Lv: 180 - Hp: 22000 - Sp: 280 - Exp: 65000 - JExp: 2000 - AttackRange: 3 - Attack: [160, 180] - Def: 60 - Mdef: 30 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 105 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 320 - AttackDelay: 1000 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 - Drops: { - MageRing: 4 - BlackRose: 30 - TreasureKey: 800 - UndeadEar: 150 - UndeadEye: 150 - RottenRags: 70 - Soul: 50 - BlinkingHocus: 1 - } -}, -{ - Id: 1149 - SpriteName: "Enchanter" - Name: "Enchanter" - Lv: 181 - Hp: 19000 - Sp: 280 - Exp: 55000 - JExp: 2000 - AttackRange: 8 - Attack: [140, 180] - Def: 30 - Mdef: 60 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 105 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 240 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 - Drops: { - EnchantersAmulet: 2 - BlackRose: 30 - TreasureKey: 800 - UndeadEar: 90 - UndeadEye: 80 - RottenRags: 70 - Soul: 50 - } -}, -{ - Id: 1150 - SpriteName: "ManaTyrant" - Name: "ManaTyrant" - Lv: 180 - Hp: 24000 - Sp: 280 - Exp: 27000 - JExp: 5000 - AttackRange: 2 - Attack: [300, 325] - Def: 42 - Mdef: 67 - Stats: { - Str: 31 - Agi: 22 - Vit: 90 - Int: 127 - Dex: 255 - Luk: 95 - } - ViewRange: 31 - ChaseRange: 10 - Size: 1 - Race: 0 - Element: (9, 3) - Mode: { - CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true - CanAttack: true - } - MoveSpeed: 180 - AttackDelay: 1050 - AttackMotion: 672 - DamageMotion: 50 - MvpExp: 0 - Drops: { - PaladinsHelmet: 1 - CaramelCandy: 20 - GoldenDeliciousApple: 5 - SilkRobe: 100 - TinyManaElixir: 500 - SilkGloves: 20 - SilkPants: 15 - } -}, -//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -{ - Id: 1151 - SpriteName: "VoidFlower" - Name: "VoidFlower" - Lv: 115 - Hp: 7000 - Sp: 0 - Exp: 1068 - JExp: 40 - AttackRange: 12 - Attack: [400, 420] - Def: 0 - Mdef: 5 - Stats: { - Str: 16 - Agi: 12 - Vit: 20 - Int: 20 - Dex: 255 - Luk: 50 - } - ViewRange: 12 - ChaseRange: 10 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - CanAttack: true - } - MoveSpeed: 800 - AttackDelay: 2000 - AttackMotion: 672 - DamageMotion: 180 - MvpExp: 0 - Drops: { - RedApple: 100 - EmptyBottle: 10 - Arrow: 100 - CoinBag: 400 - PinkPetal: 1000 - PinkPetal: 1000 - } -}, -{ - Id: 1152 - SpriteName: "VoidArchant" - Name: "VoidArchant" - Lv: 130 - Hp: 6000 - Sp: 0 - Exp: 1598 - JExp: 14 - AttackRange: 1 - Attack: [140, 180] - Def: 36 - Mdef: 6 - Stats: { - Str: 10 - Agi: 5 + Str: 1 + Agi: 20 Vit: 1 Int: 0 - Dex: 12 - Luk: 10 + Dex: 30 + Luk: 30 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (5, 1) + Element: (1, 1) Mode: { CanMove: true - Aggressive: true + Looter: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1500 + MoveSpeed: 1000 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 200 + DamageMotion: 480 MvpExp: 0 Drops: { - TreasureKey: 300 - RedApple: 100 - IronOre: 40 - Coal: 20 + DecorCandy: 800 + CandyCane: 500 + XmasCake: 200 + ChocolateBar: 300 + Candy: 600 + PurplePresentBox: 800 + BluePresentBox: 500 } }, { - Id: 1153 - SpriteName: "VoidSlime" - Name: "VoidSlime" - Lv: 135 - Hp: 4144 + Id: 1065 + SpriteName: "BanditLord" + Name: "The BanditLord" + Lv: 40 + Hp: 2000 Sp: 0 - Exp: 6000 - JExp: 70 - AttackRange: 2 - Attack: [105, 160] - Def: 75 - Mdef: 40 + Exp: 407 + JExp: 103 + AttackRange: 5 + Attack: [50, 50] + Def: 15 + Mdef: 15 Stats: { - Str: 30 + Str: 15 Agi: 15 - Vit: 35 - Int: 10 - Dex: 70 - Luk: 250 + Vit: 15 + Int: 15 + Dex: 15 + Luk: 15 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (3, 2) + Element: (9, 1) Mode: { CanMove: true Looter: true Aggressive: true CanAttack: true } - MoveSpeed: 1100 + MoveSpeed: 400 AttackDelay: 1500 AttackMotion: 672 - DamageMotion: 200 + DamageMotion: 900 MvpExp: 0 - Drops: { - SlingBullet: 10000 - SulphurPowder: 2500 - IronOre: 1000 - PileOfAsh: 1000 - Coal: 1000 - TinyManaElixir: 500 - } }, { - Id: 1154 - SpriteName: "VoidSnake" - Name: "VoidSnake" - Lv: 130 - Hp: 2000 + Id: 1080 + SpriteName: "BlueSpark" + Name: "The BlueSpark" + Lv: 40 + Hp: 10000 Sp: 0 - Exp: 541 - JExp: 63 - AttackRange: 1 - Attack: [80, 120] - Def: 4 - Mdef: 6 + Exp: 2431 + JExp: 392 + AttackRange: 2 + Attack: [40, 40] + Def: 20 + Mdef: 40 Stats: { - Str: 20 - Agi: 40 - Vit: 10 - Int: 10 - Dex: 35 - Luk: 45 + Str: 30 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 30 + Luk: 30 } ViewRange: 1 ChaseRange: 10 @@ -11740,332 +6461,364 @@ mob_db: ( Element: (0, 1) Mode: { CanMove: true - Aggressive: true CanAttack: true } - MoveSpeed: 320 + MoveSpeed: 190 AttackDelay: 1500 - AttackMotion: 672 - DamageMotion: 200 + AttackMotion: 800 + DamageMotion: 800 MvpExp: 0 - Drops: { - LeatherGloves: 20 - SnakeSkin: 350 - MountainSnakeEgg: 400 - MountainSnakeEgg: 400 - MountainSnakeTongue: 500 - } }, { - Id: 1155 - SpriteName: "VoidBat" - Name: "VoidBat" - Lv: 100 - Hp: 400 + Id: 1081 + SpriteName: "RedSpark" + Name: "The RedSpark" + Lv: 40 + Hp: 10000 Sp: 0 - Exp: 81 - JExp: 3 - AttackRange: 1 - Attack: [10, 25] - Def: 0 - Mdef: 5 + Exp: 2431 + JExp: 392 + AttackRange: 2 + Attack: [40, 40] + Def: 20 + Mdef: 40 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Str: 30 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 30 + Luk: 30 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (4, 1) + Race: 0 + Element: (0, 1) Mode: { CanMove: true - Aggressive: true CanAttack: true } - MoveSpeed: 200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 + MoveSpeed: 190 + AttackDelay: 1500 + AttackMotion: 800 + DamageMotion: 800 MvpExp: 0 - Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - Dagger: 70 - SharpKnife: 1 - BatWing: 3000 - BatTeeth: 2000 - } }, { - Id: 1156 - SpriteName: "VoidMaggot" - Name: "VoidMaggot" - Lv: 100 - Hp: 400 + Id: 1086 + SpriteName: "FeyElement" + Name: "The FeyElement" + Lv: 50 + Hp: 5000 Sp: 0 - Exp: 74 - JExp: 1 - AttackRange: 1 - Attack: [10, 25] - Def: 0 - Mdef: 5 + Exp: 12500 + JExp: 901 + AttackRange: 5 + Attack: [50, 125] + Def: 25 + Mdef: 50 Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 20 - Luk: 25 + Str: 20 + Agi: 70 + Vit: 10 + Int: 20 + Dex: 80 + Luk: 1 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (1, 1) + Race: 0 + Element: (4, 4) Mode: { CanMove: true Aggressive: true + Boss: true CanAttack: true } - MoveSpeed: 800 - AttackDelay: 1872 + MoveSpeed: 330 + AttackDelay: 740 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 400 MvpExp: 0 Drops: { - MaggotSlime: 800 - CactusDrink: 150 - BugLeg: 400 - RoastedMaggot: 150 - CactusPotion: 70 - SharpKnife: 10 + BrokenDoll: 5000 + MauveHerb: 1000 + MauveHerb: 1000 + CobaltHerb: 1000 + CobaltHerb: 1000 + GambogeHerb: 1000 + GambogeHerb: 1000 + AlizarinHerb: 1000 } }, { - Id: 1157 - SpriteName: "VoidSoldier" - Name: "VoidSoldier" - Lv: 120 - Hp: 8000 + Id: 1088 + SpriteName: "Hyvern" + Name: "The Hyvern" + Lv: 40 + Hp: 2250 Sp: 0 - Exp: 1957 - JExp: 663 - AttackRange: 7 - Attack: [20, 30] - Def: 5 - Mdef: 20 - Stats: { - Str: 40 - Agi: 3 - Vit: 25 - Int: 5 - Dex: 80 - Luk: 45 + Exp: 572 + JExp: 346 + AttackRange: 1 + Attack: [50, 125] + Def: 0 + Mdef: 10 + Stats: { + Str: 10 + Agi: 45 + Vit: 5 + Int: 0 + Dex: 35 + Luk: 35 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (9, 2) + Element: (5, 4) Mode: { CanMove: true Aggressive: true CanAttack: true } - MoveSpeed: 500 - AttackDelay: 1600 + MoveSpeed: 250 + AttackDelay: 800 AttackMotion: 672 - DamageMotion: 300 - MvpExp: 1198 + DamageMotion: 480 + MvpExp: 0 Drops: { - UndeadEar: 210 - UndeadEye: 210 - PurpleDye: 200 - DarkCrystal: 1000 - WarlordHelmet: 3 - WarlordPlate: 2 - LeatherGloves: 35 - DiseasedHeart: 500 - Soul: 500 + HyvernStinger: 2000 + BugLeg: 1000 + Orange: 600 + IronArrow: 3000 } }, { - Id: 1158 - SpriteName: "VoidMouboo" - Name: "VoidMouboo" - Lv: 100 - Hp: 5000 + Id: 1090 + SpriteName: "Wolvern" + Name: "The Wolvern" + Lv: 40 + Hp: 900 Sp: 0 - Exp: 1338 - JExp: 16 - AttackRange: 2 - Attack: [50, 65] - Def: 60 + Exp: 185 + JExp: 86 + AttackRange: 1 + Attack: [50, 80] + Def: 5 Mdef: 5 Stats: { Str: 15 - Agi: 5 - Vit: 15 + Agi: 10 + Vit: 5 Int: 0 - Dex: 40 + Dex: 20 Luk: 10 } - ViewRange: 2 + ViewRange: 1 ChaseRange: 10 Size: 1 Race: 3 Element: (0, 1) Mode: { CanMove: true + Aggressive: true CanAttack: true } - MoveSpeed: 600 + MoveSpeed: 425 + AttackDelay: 770 + AttackMotion: 500 + DamageMotion: 200 + MvpExp: 0 + Drops: { + WolvernTooth: 1000 + WolvernPelt: 400 + AnimalBones: 200 + Steak: 1300 + } +}, +{ + Id: 1091 + SpriteName: "BlueSlime" + Name: "The BlueSlime" + Lv: 40 + Hp: 2000 + Sp: 0 + Exp: 511 + JExp: 77 + AttackRange: 1 + Attack: [100, 150] + Def: 20 + Mdef: 40 + Stats: { + Str: 40 + Agi: 30 + Vit: 50 + Int: 10 + Dex: 50 + Luk: 40 + } + ViewRange: 1 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 1200 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - CottonCloth: 1000 - CottonCloth: 500 - BottleOfWater: 750 - CottonCloth: 50 - ReedBundle: 500 + IceCube: 200 + Sapphire: 20 + CactusDrink: 500 + IcedWater: 700 + SilverMirror: 100 + BookPage: 500 } }, { - Id: 1159 - SpriteName: "VoidScorpionMob" - Name: "VoidScorpionMob" - Lv: 110 - Hp: 6000 + Id: 1098 + SpriteName: "CopperSlime" + Name: "The CopperSlime" + Lv: 40 + Hp: 600 Sp: 0 - Exp: 1327 - JExp: 37 + Exp: 134 + JExp: 18 AttackRange: 1 Attack: [60, 90] - Def: 4 - Mdef: 6 + Def: 20 + Mdef: 30 Stats: { - Str: 16 + Str: 20 Agi: 30 Vit: 10 Int: 10 - Dex: 35 - Luk: 10 + Dex: 30 + Luk: 30 } ViewRange: 1 ChaseRange: 10 Size: 1 Race: 0 - Element: (0, 1) + Element: (1, 1) Mode: { CanMove: true - Aggressive: true + Looter: true CanAttack: true } - MoveSpeed: 700 - AttackDelay: 1700 + MoveSpeed: 1200 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - LeatherShirt: 150 - ChocolateBar: 100 - BugLeg: 800 - BlackScorpionStinger: 800 + IronOre: 1500 + TreasureKey: 1000 + Coal: 300 } }, { - Id: 1160 - SpriteName: "VoidShroom" - Name: "VoidShroom" - Lv: 110 - Hp: 5500 + Id: 1111 + SpriteName: "CandiedSlime" + Name: "The CandiedSlime" + Lv: 50 + Hp: 800 Sp: 0 - Exp: 1223 - JExp: 30 + Exp: 800 + JExp: 66 AttackRange: 3 - Attack: [70, 80] - Def: 4 - Mdef: 4 + Attack: [50, 50] + Def: 20 + Mdef: 30 Stats: { - Str: 16 - Agi: 12 + Str: 20 + Agi: 30 Vit: 10 Int: 10 - Dex: 35 - Luk: 10 + Dex: 30 + Luk: 30 } ViewRange: 1 ChaseRange: 10 Size: 1 - Race: 3 - Element: (2, 1) + Race: 0 + Element: (1, 1) Mode: { CanMove: true + Looter: true Aggressive: true + Assist: true + Boss: true CanAttack: true } - MoveSpeed: 550 - AttackDelay: 1700 + MoveSpeed: 1200 + AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - HardSpike: 600 - Amethyst: 50 - IronPotion: 100 - SmallMushroom: 1000 + Candy: 1000 + ChocolateBar: 1000 + PurplePresentBox: 200 + BluePresentBox: 200 + GreenPresentBox: 200 + GingerBreadMan: 200 + XmasCake: 500 + XmasCandyCane: 750 } }, { - Id: 1161 - SpriteName: "Xakelbael" - Name: "Xakelbael" - Lv: 200 - Hp: 29999 - Sp: 280 - Exp: 999999 - JExp: 99999 - AttackRange: 9 - Attack: [90, 124] - Def: 74 - Mdef: 100 + Id: 1112 + SpriteName: "Santaboo" + Name: "The Santaboo" + Lv: 50 + Hp: 2200 + Sp: 0 + Exp: 734 + JExp: 59 + AttackRange: 2 + Attack: [80, 125] + Def: 50 + Mdef: 10 Stats: { - Str: 199 - Agi: 2 - Vit: 199 - Int: 197 - Dex: 255 - Luk: 175 + Str: 25 + Agi: 10 + Vit: 25 + Int: 0 + Dex: 60 + Luk: 30 } - ViewRange: 31 + ViewRange: 2 ChaseRange: 10 Size: 1 - Race: 0 - Element: (9, 3) + Race: 3 + Element: (0, 1) Mode: { CanMove: true - Aggressive: true - CastSensorIdle: true - Boss: true CanAttack: true } - MoveSpeed: 210 - AttackDelay: 672 + MoveSpeed: 600 + AttackDelay: 1872 AttackMotion: 672 - DamageMotion: 50 + DamageMotion: 480 MvpExp: 0 Drops: { - BlueRose: 10000 + GingerBreadMan: 1000 + WhiteCake: 1200 + ChocolateCake: 1200 + OrangeCake: 1200 + AppleCake: 1200 + SantaHat: 50 + RedNose: 10 } }, - ) diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 5fb9e9e7..89b2cff7 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -551,6 +551,10 @@ function script isat { return isin(getarg(0), getarg(1), getarg(2), 0); } +function script if_then_else { + return (getarg(0) ? getarg(1) : getarg(2)); +} + ////////////////////////////////////////////////////////////////////// // maptimer("", , "::") function script maptimer { -- cgit v1.2.3-60-g2f50