//================= Hercules Database ===================================== //= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //========================================================================= // This file is generated automatically. // Please do not edit it directly. //================= License =============================================== //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= //= Copyright (C) 2014-2015 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by //= the Free Software Foundation, either version 3 of the License, or //= (at your option) any later version. //= //= This program is distributed in the hope that it will be useful, //= but WITHOUT ANY WARRANTY; without even the implied warranty of //= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //= GNU General Public License for more details. //= //= You should have received a copy of the GNU General Public License //= along with this program. If not, see . //========================================================================= //= Items Database //========================================================================= item_db: ( // Items Database // /****************************************************************************** ************* Entry structure ************************************************ ****************************************************************************** { // =================== Mandatory fields =============================== Id: ID (int) AegisName: "Aegis_Name" (string) Name: "Item Name" (string) // =================== Optional fields ================================ Type: Item Type (string, defaults to "IT_ETC") Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) Weight: Item Weight (int, defaults to 0) Atk: Attack (int, defaults to 0) Matk: Magical Attack (int, defaults to 0, ignored in pre-re) Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) MinRange: Minimal Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") Gender: Gender (string, defaults to "SEX_ANY") Loc: Equip location (bitmask array, string or int, required value for equipment) WeaponLv: Weapon Level (int, defaults to 0) EquipLv: Equip required level (int, defaults to 0) EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] Subtype: Item Subtype (int, defaults to 0) W_FIST, ///< Bare hands W_DAGGER, //1 W_1HSWORD, //2 W_2HSWORD, //3 W_1HSPEAR, //4 W_2HSPEAR, //5 W_1HAXE, //6 W_2HAXE, //7 W_MACE, //8 W_2HMACE, //9 W_STAFF, //10 W_BOW, //11 W_KNUCKLE, //12 W_MUSICAL, //13 W_WHIP, //14 W_BOOK, //15 W_KATAR, //16 W_REVOLVER, //17 W_RIFLE, //18 W_GATLING, //19 W_SHOTGUN, //20 W_GRENADE, //21 W_HUUMA, //22 W_2HSTAFF, //23 ViewSprite: Sprite view ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) ForceSerial: true/false (boolean, defaults to false) BuyingStore: true/false (boolean, defaults to false) Delay: Delay to use item (int, defaults to 0) FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) KeepAfterUse: true/false (boolean, defaults to false) DropAnnounce: true/false (boolean, defaults to false) AllowPickup: true/false (boolean, defaults to true) Charm: true/false (boolean, defaults to false) MaxFloorOffset: [x, y] (int, defaults to 8) MaxFloorOffset: offset (int, defaults to 8) Identified: true/false (boolean, default to true) RequiredStr: required strength (int, default to 0) RequiredAgi: required agility (int, default to 0) RequiredVit: required vitality (int, default to 0) RequiredInt: required intellect (int, default to 0) RequiredDex: required dexterity (int, default to 0) RequiredLuk: required luck (int, default to 0) RequiredMaxHp: required max hp (int, default to 0) RequiredMaxSp: required max sp (int, default to 0) RequiredAtk: required attack (int, default to 0) RequiredMAtkMin: required minimal magic attack (int, default to 0) RequiredMAtkMax: required maximum magic attack (int, default to 0) RequiredDef: required defence (int, default to 0) RequiredMDef: required magic defence (int, default to 0) RequiredSkill: required skill (int, default to 0) UseEffect: effect if use/equip item success (int, default to -1) UseFailEffect: effect if use/equip item failed (int, default to -1) UnequipEffect: effect if unequip item success (int, default to -1) UnequipFailEffect: effect if unequip item failed (int, default to -1) Trade: { (defaults to no restrictions) override: GroupID (int, defaults to 100) nodrop: true/false (boolean, defaults to false) notrade: true/false (boolean, defaults to false) partneroverride: true/false (boolean, defaults to false) noselltonpc: true/false (boolean, defaults to false) nocart: true/false (boolean, defaults to false) nostorage: true/false (boolean, defaults to false) nogstorage: true/false (boolean, defaults to false) nomail: true/false (boolean, defaults to false) noauction: true/false (boolean, defaults to false) } Nouse: { (defaults to no restrictions) override: GroupID (int, defaults to 100) sitting: true/false (boolean, defaults to false) } Stack: [amount, type] (int, defaults to 0) Sprite: SpriteID (int, defaults to 0) Script: <" Script (it can be multi-line) "> OnEquipScript: <" OnEquip Script (can also be multi-line) "> OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> OnDropScript: <" OnDrop Script (can also be multi-line) "> OnTakeScript: <" OnTake Script (can also be multi-line) "> OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> AllowCards: { idNUM: amount (NUM is id number, amount is amount) } AllowAmmo: { idNUM: something (NUM is id number) } }, ******************************************************************************/ /* 501 699 = Usable Items 700 999 = Generic Items 1000 1149 = Necklaces 1150 1299 = Charms 1300 1799 = Chest Armors 1800 1999 = Boots 2000 2199 = Gloves 2200 2499 = Pants 2500 2699 = Rings 2700 2899 = Shields 2900 3199 = Head Gears 3200 3499 = Neck Armors 3500 3999 = Melee Weapons 4000 4999 = Pets 5000 5999 = Cards 6000 6499 = Ranged Weapons 6500 6999 = Ammo 7000 7399 = Magical Weapons (MAtk weapons) 7400 9999 = Others */ { Id: 501 AegisName: "Acorn" Name: "Acorn" Type: "IT_HEALING" Buy: 20 Sell: 7 Weight: 3 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" if (@useType == 1) { getmapxy(.@map$, .@x, .@y, 0); if (rand(1,10) != 3) { monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); $TREE_PLANTED+=+1; callfunc "SaggyScoreUpdate", callfunc("rand2", 1, 2); } else { monster(.@map$, .@x, .@y, l("Not An Oak"), SpringSquirrel, 1); } } else { callfunc("ItHeal2", 0, 1); } "> }, { Id: 502 AegisName: "Bread" Name: "Bread" Type: "IT_HEALING" Buy: 46 Sell: 17 Weight: 25 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" //sc_start SC_INCATKRATE, 10000, 100; callfunc("ItHeal2", 1, 2); "> }, { Id: 503 AegisName: "Fungus" Name: "Fungus" Type: "IT_HEALING" Buy: 45 Sell: 15 Weight: 8 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" sc_end SC_POISON; callfunc("ItHeal2", 1, 3); "> }, { Id: 504 AegisName: "Cheese" Name: "Cheese" Type: "IT_HEALING" Buy: 55 Sell: 17 Weight: 3 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 3); "> }, { Id: 505 AegisName: "PiouLegs" Name: "Piou Legs" Type: "IT_HEALING" Buy: 15 Sell: 5 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 1); "> }, { Id: 506 AegisName: "LettuceLeaf" Name: "Lettuce Leaf" Type: "IT_HEALING" Buy: 30 Sell: 10 Weight: 1 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 1); "> }, { Id: 507 AegisName: "Piberries" Name: "Piberries" Type: "IT_HEALING" Buy: 20 Sell: 9 Weight: 2 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 3); "> }, { Id: 508 AegisName: "SeaDrops" Name: "Sea Drops" Type: "IT_HEALING" Buy: 6 Sell: 2 Weight: 4 Refine: false UseEffect: "EFFECT_HEAL" Script: <" if (rand(10000) < 1000) sc_start SC_POISON, 7000, 0; callfunc("ItHeal2", 1, 2); "> }, { Id: 509 AegisName: "Aquada" Name: "Aquada" Type: "IT_HEALING" Buy: 120 Sell: 42 Weight: 16 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 5); "> }, { Id: 510 AegisName: "PinkBlobime" Name: "Pink Blobime" Type: "IT_HEALING" Buy: 10 Sell: 4 Weight: 10 Refine: false UseEffect: "EFFECT_HEAL" Script: <" sc_start2 SC_POISON, 1, 30, 3333; callfunc("ItHeal2", 0, 2); "> }, { Id: 511 AegisName: "PurpleBlobime" Name: "Purple Blobime" Type: "IT_HEALING" Buy: 20 Sell: 7 Weight: 10 Refine: false UseEffect: "EFFECT_HEAL" Script: <" sc_start2 SC_POISON, 1, 30, 6666; callfunc("ItHeal2", 0, 3); "> }, { Id: 512 AegisName: "HalfCroconut" Name: "Half Croconut" Type: "IT_HEALING" Buy: 75 Sell: 26 Weight: 38 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 513 AegisName: "Croconut" Name: "Croconut" Type: "IT_USABLE" Buy: 100 Sell: 35 Weight: 80 Refine: false Script: <" doevent "Croconut::OnUse"; "> }, { Id: 514 AegisName: "CaramelCandy" Name: "Caramel Candy" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 3 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @type = 0; @rarity=1; if ($@SEASON == WINTER) { @rarity = 10; } doevent "rand_sc_heal::OnUse"; "> }, { Id: 515 AegisName: "Plushroom" Name: "Plushroom" Type: "IT_HEALING" Buy: 42 Sell: 5 Weight: 7 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" callfunc("SC_Bonus", 15, SC_ATTHASTE_POTION1, 5); callfunc("ItHeal", 3, 30, 60); "> }, { Id: 516 AegisName: "PumpkishJuice" Name: "Pumpkish Juice" Type: "IT_HEALING" Buy: 200 Sell: 5 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 4, 30, 50); "> }, { Id: 517 AegisName: "DeliciousCookie" Name: "Delicious Cookie" Type: "IT_ARMOR" Buy: 30 Sell: 10 Weight: 2 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 518 AegisName: "UrchinMeat" Name: "Urchin Meat" Type: "IT_HEALING" Buy: 50 Sell: 18 Weight: 1 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 8); "> }, { Id: 519 AegisName: "EasterEgg" Name: "Easter Egg" Type: "IT_HEALING" Buy: 100 Sell: 20 Weight: 10 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @type = 3; @rarity=2; if ($EVENT$ == "Easter") { @rarity=6; callfunc("SC_Bonus", 10, SC_INCHIT, 10); } doevent "rand_sc_heal::OnUse"; "> }, { Id: 520 AegisName: "PiberriesInfusion" Name: "Piberries Infusion" Type: "IT_HEALING" Buy: 140 Sell: 47 Weight: 15 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 4, 2); "> }, { Id: 521 AegisName: "FatesPotion" Name: "Fates Potion" Type: "IT_HEALING" Buy: 250 Sell: 84 Weight: 17 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 4, 4); "> }, { Id: 522 AegisName: "ClothoLiquor" Name: "Clotho Liquor" Type: "IT_HEALING" Buy: 600 Sell: 200 Weight: 16 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 4, 6); "> }, { Id: 523 AegisName: "LachesisBrew" Name: "Lachesis Brew" Type: "IT_HEALING" Buy: 1000 Sell: 330 Weight: 14 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 4, 8); "> }, { Id: 524 AegisName: "AtroposMixture" Name: "Atropos Mixture" Type: "IT_HEALING" Buy: 2450 Sell: 815 Weight: 15 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 4, 10); "> }, { Id: 525 AegisName: "ElixirOfLife" Name: "Elixir Of Life" Type: "IT_HEALING" Buy: 50000 Sell: 500 Weight: 20 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" sc_end SC_STONE; sc_end SC_FREEZE; sc_end SC_STUN; sc_end SC_SLEEP; sc_end SC_POISON; sc_end SC_CURSE; sc_end SC_SILENCE; sc_end SC_CONFUSION; sc_end SC_BLIND; sc_end SC_BLOODING; // FIXME: Failing? sc_end SC_DPOISON; sc_end SC_FEAR; sc_end SC_COLD; sc_end SC_BURNING; sc_end SC_DEEP_SLEEP; sc_end SC_DEC_AGI; sc_end SC_FROSTMISTY; sc_end SC_VENOMBLEED; sc_end SC_QUAGMIRE; sc_end SC_FROSTMISTY; sc_end SC_HALT_REGENERATION; percentheal 100, 100; callfunc("SC_Bonus", 180, SC_KAIZEL, 1); // Revives with 1% HP if you die // Protects you for 30 seconds from map ailments @coolio=max(gettimetick(2), @coolio)+30; @sickio=max(gettimetick(2), @sickio)+30; @purifio=max(gettimetick(2), @purifio)+30; @bleedio=max(gettimetick(2), @bleedio)+30; "> }, { Id: 526 AegisName: "IronShovel" Name: "Iron Shovel" Type: "IT_USABLE" Buy: 5000 Sell: 750 Weight: 210 Refine: false KeepAfterUse: true Script: <" if (@useType == 1) { doevent "Shovel::OnBury"; } else { doevent "Shovel::OnDig"; } "> }, { Id: 527 AegisName: "SteelShovel" Name: "Steel Shovel" Type: "IT_USABLE" Buy: 30000 Sell: 10000 Weight: 210 Refine: false KeepAfterUse: true Script: <" if (@useType == 1) { doevent "Shovel::OnBury"; } else { doevent "Shovel::OnDig"; } "> }, { Id: 528 AegisName: "Manana" Name: "Manana" Type: "IT_HEALING" Buy: 100 Sell: 35 Weight: 10 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 2); "> }, { Id: 529 AegisName: "Curshroom" Name: "Curshroom" Type: "IT_HEALING" Buy: 150 Sell: 25 Weight: 10 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" callfunc("SC_Bonus", 30, SC_INCATKRATE, 10); //callfunc("SC_Bonus", 30, SC_ATTHASTE_POTION1, 5); sc_end SC_POISON; callfunc("ItHeal2", 1, 9); "> }, { Id: 530 AegisName: "Carrot" Name: "Carrot" Type: "IT_HEALING" Buy: 300 Sell: 80 Weight: 3 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @type = 1; @rarity=3; if ($EVENT$ == "Easter" || $EVENT$ == "Valentine") { @rarity=9; } doevent "rand_sc_heal::OnUse"; "> }, { Id: 531 AegisName: "RedPlushWine" Name: "Red Plush Wine" Type: "IT_HEALING" Buy: 400 Sell: 110 Weight: 10 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @taste = 25; @Alcohol = 16; doevent "alcohol_sc::OnUse"; "> }, { Id: 532 AegisName: "DwarvenSake" Name: "Dwarven Sake" Type: "IT_HEALING" Buy: 800 Sell: 220 Weight: 14 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @taste = 50; @Alcohol = 25; doevent "alcohol_sc::OnUse"; "> }, { Id: 533 AegisName: "CrazyRum" Name: "Crazy Rum" Type: "IT_HEALING" Buy: 1600 Sell: 440 Weight: 25 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @taste = 70; @Alcohol = 40; doevent "alcohol_sc::OnUse"; "> }, { Id: 534 AegisName: "WhiskeyAle" Name: "Whiskey Ale" Type: "IT_HEALING" Buy: 3200 Sell: 880 Weight: 55 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @taste = 100; @Alcohol = 70; doevent "alcohol_sc::OnUse"; "> }, { Id: 535 AegisName: "JesusalvaGrimorium" Name: "Jesusaves's Grimorium" Type: "IT_USABLE" Buy: 64000 Sell: 1 Weight: 25 KeepAfterUse: true Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: true nogstorage: true nomail: true noauction: true } Script: <" doevent "#Book-JGrimorium::OnUse"; "> }, { Id: 536 AegisName: "PetcaringGuide" Name: "Fluffy Animals who Love Their Owners" Type: "IT_USABLE" Buy: 70 Sell: 10 Weight: 20 KeepAfterUse: true Script: <" doevent "#Book-Petcaring::OnUse"; "> }, { Id: 537 AegisName: "BookOfLaws" Name: "The Book of Laws" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 10 KeepAfterUse: true Refine: false Script: <" doevent "@rules::OnUseBook"; "> }, { Id: 538 AegisName: "FishingGuideVolI" Name: "Fishing Guide Vol. I" Type: "IT_USABLE" Buy: 60 Sell: 10 Weight: 30 KeepAfterUse: true Refine: false Script: <" doevent "#Book-Fishing1::OnUse"; "> }, { Id: 539 AegisName: "RoastedMaggot" Name: "Roasted Maggot" Type: "IT_HEALING" Buy: 110 Sell: 55 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 3); "> }, { Id: 540 AegisName: "RedApple" Name: "Red Apple" Type: "IT_HEALING" Buy: 99 Sell: 8 Weight: 5 Refine: false Delay: 400 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 541 AegisName: "CactusPotion" Name: "Cactus Potion" Type: "IT_HEALING" Buy: 70 Sell: 35 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 542 AegisName: "CactusDrink" Name: "Cactus Drink" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 3); "> }, { Id: 543 AegisName: "ApanaCake" Name: "Apana Cake" Type: "IT_HEALING" Buy: 50 Sell: 10 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 3, 9, 5); "> }, { Id: 544 AegisName: "Beer" Name: "Beer" Type: "IT_HEALING" Buy: 195 Sell: 55 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @taste = 10; @Alcohol = 7; doevent "alcohol_sc::OnUse"; "> }, { Id: 545 AegisName: "Blueberries" Name: "Blueberries" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @type = 0; @rarity=1; if ($EVENT$ == "SPRING") { @rarity=10; } doevent "rand_sc_heal::OnUse"; "> }, { Id: 546 AegisName: "Candy" Name: "Candy" Type: "IT_HEALING" Buy: 75 Sell: 25 Weight: 1 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 0, 2); "> }, { Id: 547 AegisName: "BottleOfSeaWater" Name: "Bottle Of Sea Water" Type: "IT_HEALING" Buy: 80 Sell: 35 Weight: 70 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); if (rand(1,8) != 4) getitem EmptyBottle, 1; "> }, { Id: 548 AegisName: "CandyCane" Name: "Candy Cane" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 0, 4); "> }, { Id: 549 AegisName: "Cherry" Name: "Cherry" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 550 AegisName: "CherryCake" Name: "Cherry Cake" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 4); "> }, { Id: 551 AegisName: "ChickenLeg" Name: "Chicken Leg" Type: "IT_HEALING" Buy: 200 Sell: 65 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 5); "> }, { Id: 552 AegisName: "ChocolateMouboo" Name: "Chocolate Mouboo" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 12 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 5, rand(1,8)); "> }, { Id: 553 AegisName: "GingerBreadMan" Name: "Ginger Bread Man" Type: "IT_HEALING" Buy: 50 Sell: 20 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @type = 0; @rarity=4; if ($@SEASON == WINTER) { @rarity=10; } doevent "rand_sc_heal::OnUse"; "> }, { Id: 554 AegisName: "GoldenApple" Name: "Golden Apple" Type: "IT_HEALING" Buy: 50000 Sell: 5000 Weight: 7 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" // Gives you 5 extra minutes of cooldown @bleedio=max(gettimetick(2), @bleedio)+300; @delay = rand(30,90); @type = 4; @rarity=6; doevent "rand_sc_heal::OnUse"; "> }, { Id: 555 AegisName: "JarOfBlood" Name: "Jar Of Blood" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 556 AegisName: "JellyBeans" Name: "Jelly Beans" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 0, 4); "> }, { Id: 557 AegisName: "RecipeBook" Name: "Recipe Book" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 20 KeepAfterUse: true Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" doevent "#RecipeBook::OnUse"; "> }, { Id: 558 AegisName: "Mashmallow" Name: "Mashmallow" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 0, 7); "> }, { Id: 559 AegisName: "Milk" Name: "Milk" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 560 AegisName: "Orange" Name: "Orange" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 3, 75, 120); "> }, { Id: 561 AegisName: "OrangeCupcake" Name: "Orange Cupcake" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 2, 200, 400); "> }, { Id: 562 AegisName: "Pear" Name: "Pear" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 563 AegisName: "Honey" Name: "Honey" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 564 AegisName: "PumpkinJuice" Name: "Pumpkin Juice" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 565 AegisName: "PumpkinSeed" Name: "Pumpkin Seed" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 2); "> }, { Id: 566 AegisName: "BigPumpkinSeed" Name: "Big Pumpkin Seed" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 3); "> }, { Id: 567 AegisName: "SkullBloodyMug" Name: "Skull Bloody Mug" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 3, 4); "> }, { Id: 568 AegisName: "DeathPotion" Name: "Death Potion" Type: "IT_USABLE" Buy: 5000 Sell: 250 Weight: 25 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc "die"; "> }, { Id: 569 AegisName: "SmallMushroom" Name: "Small Mushroom" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 5); "> }, { Id: 570 AegisName: "MoubooSteak" Name: "Mouboo Steak" Type: "IT_HEALING" Buy: 200 Sell: 65 Weight: 75 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 5); "> }, { Id: 571 AegisName: "TonoriDelight" Name: "Tonori Delight" Type: "IT_HEALING" Buy: 50 Sell: 20 Weight: 2 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @type = 3; @rarity=2; .@val=rand(32,96); // Re-roll if (.@val > 64) .@val=rand(32,96); itemheal 0, .@val; callfunc("SC_Bonus", 10, SC_ATTHASTE_POTION1, 3); doevent "rand_sc_heal::OnUse"; "> }, { Id: 572 AegisName: "XmasCake" Name: "Xmas Cake" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 100; @max = 400; if ($EVENT$ == "Christmas") { @min=300; @max=1200; } @delay = 3; doevent "legacy_heal::OnUse"; "> }, { Id: 573 AegisName: "XmasCandyCane" Name: "Xmas Candy Cane" Type: "IT_HEALING" Buy: 50 Sell: 18 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 80; @max = 350; if ($EVENT$ == "Christmas") { @min=240; @max=1050; } @delay = 4; @type = 1; doevent "legacy_heal::OnUse"; "> }, { Id: 574 AegisName: "ZombieNachos" Name: "Zombie Nachos" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 1); "> }, { Id: 583 AegisName: "ChocolateBiscuit" Name: "Chocolate Biscuit" Type: "IT_HEALING" Buy: 50 Sell: 25 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 9); "> }, { Id: 584 AegisName: "ChocolateBar" Name: "Chocolate Bar" Type: "IT_HEALING" Buy: 90 Sell: 40 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 0, 9); "> }, { Id: 585 AegisName: "CaveSnakeEgg" Name: "Cave Snake Egg" Type: "IT_HEALING" Buy: 100 Sell: 50 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 4); "> }, { Id: 586 AegisName: "SmokeGrenade" Name: "SmokeGrenade" Type: "IT_USABLE" Buy: 700 Sell: 350 Weight: 40 Refine: false Delay: 500 UseEffect: "FX_SMOKEBOMB" Script: <" callfunc "areasc", 3, 800+(BaseLevel*30), SC_SLEEP, BL_MOB; //itemskill AS_CLOAKING,1,1; //itemskill SM_MAGNUM,1; // Fallback: ~~TF_HIDING AS_CLOAKING SC_INVISIBILITY RA_CAMOUFLAGE~~ None work? //itemskill(, 1, 1); "> }, { Id: 587 AegisName: "BugLeg" Name: "Bug Leg" Type: "IT_HEALING" Buy: 30 Sell: 10 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 1, 8, 14); "> }, { Id: 588 AegisName: "Toothbrush" Name: "Toothbrush" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 1 KeepAfterUse: false Refine: false Trade: { notrade: true noselltonpc: true nocart: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" announce l("@@ has the clear smile of victory!", strcharinfo(0)), bc_all; .@r=rand(1,5); if (.@r % 2 == 1) getitem StrangeCoin, 10; else getitem BronzeGift, 1; "> }, { Id: 589 AegisName: "BronzeGift" Name: "Bronze Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 25 KeepAfterUse: false Refine: false Trade: { noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" setarray .@r, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, SharpKnife, RedApple, Cheese, Aquada, BronzeGladius, Aquada, Lockpicks, IronAmmoBox, ArrowAmmoBox, ElixirOfLife; .@n=rand(getarraysize(.@r)); if (.@n > 3) getitem .@r[.@n], 1; else getitem .@r[.@n], rand(5,10); "> }, { Id: 590 AegisName: "SilverGift" Name: "Silver Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 45 KeepAfterUse: false Refine: false Trade: { noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" setarray .@r, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, SnakeEgg, StrengthPotion, HastePotion, Dagger, Wurtzite, RedPlushWine, MoubooSteak, IronOre, CelestiaTea, CursedAmmoBox, IronAmmoBox, SilverRing; .@n=rand(getarraysize(.@r)); if (.@n > 4) getitem .@r[.@n], 1; else getitem .@r[.@n], rand(9,21); "> }, { Id: 591 AegisName: "GoldenGift" Name: "Golden Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 65 KeepAfterUse: false Refine: false Trade: { noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" setarray .@r, StrangeCoin, StrangeCoin, CasinoCoins, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, Graphene, PoisonAmmoBox, CursedAmmoBox, MercBoxA, AncientBlueprint, HeadHood, SacredLifePotion, SacredManaPotion; .@n=rand(getarraysize(.@r)); if (.@n > 2) getitem .@r[.@n], 1; else getitem .@r[.@n], rand(20,40); "> }, { Id: 592 AegisName: "PrismGift" Name: "Prism Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 85 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" setarray .@r, StrangeCoin, StrangeCoin, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, FourLeafClover, MercBoxB, MercBoxC, ThornAmmoBox, PoisonAmmoBox, PolishedDiamond, PolishedRuby, PolishedEmerald, PolishedSapphire, PolishedAmethyst, PolishedTopaz, SacredLifePotion, SacredManaPotion, SacredImmortalityPotion, AncientBlueprint, ArcmageBoxset, MysteriousFruit, MercBoxD, MercBoxE; .@n=rand(getarraysize(.@r)); if (.@n > 1) getitem .@r[.@n], 1; else getitem .@r[.@n], rand(40,60); "> }, { Id: 593 AegisName: "SupremeGift" Name: "Supreme Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 115 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" setarray .@r, StrangeCoin, StrangeCoin, StrangeCoin, Googles, BlueManaPearl, BlackPearl, Bloodstone, LavaManaPearl, SaviorBlueprint, DivineApple, BowlerHat, Butterfly, BoneAmmoBox, CrystallizedMaggot, MylarinDust, MercBoxDD, MercBoxE, MysteriousFruit, MercBoxEE; .@n=rand(getarraysize(.@r)); if (.@n > 2) getitem .@r[.@n], 1; else getitem .@r[.@n], rand(67,88); "> }, { Id: 594 AegisName: "DesertTablet" Name: "Desert Tablet" Type: "IT_USABLE" Buy: 90000 Sell: 10000 Weight: 860 // For the moment yes, but will be removed when quest is released KeepAfterUse: true Refine: false Script: <" dispbottom l("Impossible to read."); "> }, { Id: 595 AegisName: "BottleOfDivineWater" Name: "Bottle Of Divine Water" Type: "IT_HEALING" Buy: 500 Sell: 50 Weight: 69 Refine: false Delay: 400 UseEffect: "EFFECT_HEAL" Script: <" @type = 1; @rarity=10; // Effect up on Aeros getmapxy(.@ma$,.@xa,.@ya,0); if (strpos(.@ma$, "001-") >= 0) @type=3; doevent "rand_sc_heal::OnUse"; getitem EmptyBottle, 1; "> }, { Id: 596 AegisName: "BottleOfTonoriWater" Name: "Bottle Of Tonori Water" Type: "IT_HEALING" Buy: 400 Sell: 70 Weight: 70 Refine: false Delay: 450 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 3, 180, 800); if (rand(1,7) != 4) getitem EmptyBottle, 1; "> }, { Id: 597 AegisName: "ChocolateBunny" Name: "Chocolate Bunny" Type: "IT_HEALING" Buy: 400 Sell: 100 Weight: 96 Refine: false Delay: 800 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 6); "> }, { Id: 598 AegisName: "DivineApple" Name: "Divine Apple" Type: "IT_HEALING" Buy: 40000 Sell: 10000 Weight: 16 Refine: false Delay: 100 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 4, 7); "> }, { Id: 599 AegisName: "SnakeEgg" Name: "Snake Egg" Type: "IT_HEALING" Buy: 400 Sell: 70 Weight: 8 Refine: false Delay: 800 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 5); "> }, { Id: 600 AegisName: "MountainSnakeEgg" Name: "Moutain Snake Egg" Type: "IT_HEALING" Buy: 400 Sell: 80 Weight: 9 Refine: false Delay: 800 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 6); "> }, { Id: 601 AegisName: "Chagashroom" Name: "Chagashroom" Type: "IT_HEALING" Buy: 42 Sell: 13 Weight: 7 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" // SC_PLUSATTACKPOWER is not caught by client but works. // SC_STRUP is caught by client, but raises STR in a weird way. // SC_INCATKRATE works best of all ^.^ callfunc("SC_Bonus", 15, SC_PLUSATTACKPOWER, 5); callfunc("ItHeal", 3, 30, 60); "> }, { Id: 602 AegisName: "PinkieLeg" Name: "Pinkie Leg" Type: "IT_HEALING" Buy: 35 Sell: 15 Weight: 12 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 6, 45, 75); "> }, { Id: 603 AegisName: "HastePotion" Name: "Haste Potion" Type: "IT_USABLE" Buy: 820 Sell: 240 Weight: 12 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("SC_Bonus", 120, SC_ATTHASTE_POTION1, 30); "> }, { Id: 604 AegisName: "StrengthPotion" Name: "Strength Potion" Type: "IT_USABLE" Buy: 820 Sell: 240 Weight: 12 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("SC_Bonus", 120, SC_PLUSATTACKPOWER, 30); "> }, { Id: 605 AegisName: "BottleOfSewerWater" Name: "Bottle Of Sewer Water" Type: "IT_HEALING" Buy: 40 Sell: 20 Weight: 65 Refine: false Delay: 450 UseEffect: "EFFECT_HEAL" Script: <" // Read the documentation, Saulc // Example: // This will poison the invoking character for 10 minutes at 50% chance. // sc_start(SC_POISON, 600000, 0, 5000); // Usage: // sc_start(, , {, , {, }}) sc_start SC_POISON, 9000, 0, 3200; callfunc("ItHeal", 3, 18, 40); getitem EmptyBottle, 1; "> }, { Id: 606 AegisName: "PirateTreasureMap" Name: "Pirate Treasure Map" Type: "IT_USABLE" Buy: 450000 Sell: 5000 Weight: 14 KeepAfterUse: true Refine: false Script: <" dispbottom ("Illegible. We should ask a pirate about this."); callfunc "compareandsetq", HurnscaldQuest_PirateCave, 0, 1; "> }, { Id: 607 AegisName: "MysteriousBottle" Name: "Mysterious Bottle" Type: "IT_USABLE" Buy: 500 Sell: 100 Weight: 25 KeepAfterUse: false Refine: false Script: <" // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 setarray .@r, StrangeCoin, SilkCocoon, MushroomSpores, RattoTeeth, BottleOfSeaWater, SpellBookPage, SpellBookPage, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, CrazyRum, Pearl; .@n=rand(getarraysize(.@r)); if (.@n > 3) getitem .@r[.@n], 1; else getitem .@r[.@n], rand(1,3); "> }, { Id: 608 AegisName: "CelestiaTea" Name: "Celestia Tea" Type: "IT_HEALING" Buy: 28000 Sell: 60 Weight: 20 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" percentheal -50, 100; itemheal -1, 0; "> }, { Id: 609 AegisName: "CactusCocktail" Name: "Cactus Cocktail" Type: "IT_HEALING" Buy: 300 Sell: 3 Weight: 12 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 90; @max = 260; if ($@SEASON == SUMMER) { @min = 270; @max = 780; } @delay = 3; doevent "legacy_heal::OnUse"; "> }, { Id: 610 AegisName: "AppleCocktail" Name: "Apple Cocktail" Type: "IT_HEALING" Buy: 300 Sell: 5 Weight: 13 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 130; @max = 307; if ($@SEASON == SUMMER) { @min = 390; @max = 921; } @delay = 3; doevent "legacy_heal::OnUse"; "> }, { Id: 611 AegisName: "CherryCocktail" Name: "Cherry Cocktail" Type: "IT_HEALING" Buy: 300 Sell: 10 Weight: 14 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 165; @max = 395; if ($@SEASON == SUMMER) { @min = 495; @max = 1185; } @delay = 3; doevent "legacy_heal::OnUse"; "> }, { Id: 612 AegisName: "FriendGift" Name: "Friend Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 0 KeepAfterUse: false Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" if (BaseLevel < 5) { dispbottom l("You must reach level 5 to open this gift."); getitembound FriendGift, 1, 1; } else { getitem ScorpionStinger, rand(1,3); getitem BugLeg, rand(1,3); getitem MaggotSlime, rand(1,3); Zeny=Zeny+50; if (rand(1,2) == 1) getitem Beer, 1; else getitem CottonCloth, 1; .@it=PiouLegs; switch(rand(1,3)) { case 1: .@it=PiouLegs;break; case 2: .@it=Piberries;break; case 3: .@it=Cheese;break; } getitem .@it, rand(2,3); dispbottom l("Dear @@, I send you this gift in hopes you do well in TMW2.", strcharinfo(0)); //rodex_sendmail_acc(#REFERRAL_PROG, "TMW2 Team", "Invite Accepted", strcharinfo(0)+" accepted your invite and got level 5!\nThe one who invites most will win the recruitment event!", rand(50,150)); $REFERRAL_IDS[#REFERRAL_PROG]=$REFERRAL_IDS[#REFERRAL_PROG]+1; // I can't warrant this won't break stuff so I left commented out //message(#REFERRAL_PROG, strcharinfo(0)+" accepted your invite to play TMW2."); .@charid=callfunc("gf_charid", #REFERRAL_PROG); rodex_sendmail(.@charid, "TMW2 Team", "Invite Accepted", strcharinfo(0)+" accepted your invite and got level 5!\nAs they get stronger, more rewards will be sent to you!", rand(25,50)); } "> }, { Id: 613 AegisName: "BlackMambaEgg" Name: "Black Mamba Egg" Type: "IT_HEALING" Buy: 200 Sell: 20 Weight: 4 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 2, 7); "> }, { Id: 614 AegisName: "TimeFlask" Name: "Time Flask" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 KeepAfterUse: true Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" doevent "LoF Teleporter::OnUse"; "> }, { Id: 615 AegisName: "HerbalTea" Name: "Nightshade Tea" Type: "IT_USABLE" Buy: 1240 Sell: 480 Weight: 12 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("SC_Bonus", 90, SC_ATTHASTE_POTION1, 70); // 70% bonus if (rand(10000) < 6000) sc_start callfunc("any", SC_POISON, SC_SILENCE, SC_POISON, SC_CONFUSE, SC_POISON, SC_POISON), rand(10000, 30000), 0; itemheal 0, rand(10,200); "> }, { Id: 616 AegisName: "BottleOfWoodlandWater" Name: "Bottle Of Woodland Water" Type: "IT_HEALING" Buy: 400 Sell: 80 Weight: 70 Refine: false Delay: 450 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 3, 300, 700); if (rand(1,7) != 4) getitem EmptyBottle, 1; "> }, { Id: 617 AegisName: "FertilizedSpores" Name: "Fertilized Spores" Type: "IT_USABLE" Buy: 100 Sell: 10 Weight: 2 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" switch (rand(1,3)) { case 1: .@mid=CloverPatch; break; case 2: .@mid=ChagashroomField; break; default: .@mid=PlushroomField; break; } .@am=rand(1,2); .@name$=strmobinfo(1, .@mid); if (@useType == 1) { if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, .@name$, .@mid, .@am); } } "> }, { Id: 618 AegisName: "Potatoz" Name: "Potatoz" Type: "IT_HEALING" Buy: 200 Sell: 20 Weight: 88 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 1, 4); "> }, { Id: 619 AegisName: "Manapple" Name: "Manapple" Type: "IT_HEALING" Buy: 20000 Sell: 5000 Weight: 10 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc "MPHeal", 3, 320, 992; callfunc("ItHeal2", 4, 6); "> }, { Id: 620 AegisName: "Lockpicks" Name: "Lockpicks" Type: "IT_USABLE" Buy: 1000 Sell: 50 Weight: 20 Refine: false KeepAfterUse: true Script: <" dispbottom l("Lockpicks are the basic tools for thiefs. Talk to a vault in order to attempt lockpicking."); "> }, { Id: 621 AegisName: "Lawncandy" Name: "Lawncandy" Type: "IT_HEALING" Buy: 75 Sell: 26 Weight: 2 Refine: false Delay: 400 UseEffect: "EFFECT_HEAL" Script: <" @min = 33; @max = 99; if ($@SEASON == AUTUMN) { @min = 330; @max = 990; } @delay = 3; doevent "legacy_heal::OnUse"; "> }, { Id: 622 AegisName: "Saulcandy" Name: "Saulcandy" Type: "IT_HEALING" Buy: 75 Sell: 30 Weight: 2 Refine: false Delay: 400 UseEffect: "EFFECT_HEAL" Script: <" @min = 33; @max = 99; if ($@SEASON == AUTUMN) { @min = 330; @max = 990; } @delay = 3; doevent "legacy_heal::OnUse"; "> }, { Id: 623 AegisName: "Poocandy" Name: "Poocandy" Type: "IT_HEALING" Buy: 75 Sell: 18 Weight: 2 Refine: false Delay: 400 UseEffect: "EFFECT_HEAL" Script: <" @min = 33; @max = 99; if ($@SEASON == AUTUMN) { @min = 330; @max = 990; } @delay = 3; doevent "legacy_heal::OnUse"; "> }, { Id: 624 AegisName: "PumpkandySeed" Name: "Pumpkandy Seed" Type: "IT_USABLE" Buy: 50 Sell: 5 Weight: 1 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, l("Pumpkandy"), Pumpkandy, 1); if ($EVENT$ == "Halloween") monster(.@map$, .@x, .@y, l("Pumpkandy"), Pumpkandy, 1); } "> }, { Id: 625 AegisName: "SmallChocolateBar" Name: "Small Chocolate Bar" Type: "IT_HEALING" Buy: 42 Sell: 13 Weight: 1 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal", 2, 70, 150); "> }, { Id: 626 AegisName: "PumpkinLollipop" Name: "Pumpkin Lollipop" Type: "IT_HEALING" Buy: 42 Sell: 13 Weight: 1 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" callfunc("SC_Bonus", 17, SC_ATTHASTE_POTION1, 10); callfunc("ItHeal", 4, 40, 70); "> }, { Id: 627 AegisName: "LoveLollipop" Name: "Love Lollipop" Type: "IT_HEALING" Buy: 42 Sell: 13 Weight: 1 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" callfunc("SC_Bonus", 17, SC_PLUSATTACKPOWER, 5); @min = 1; @max = rand(100, 500); @delay = 4; doevent "legacy_heal::OnUse"; "> }, { Id: 628 AegisName: "Manapop" Name: "Manapop" Type: "IT_HEALING" Buy: 42 Sell: 13 Weight: 1 Refine: false Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" callfunc("MPHeal", 3, 9, 30); // delay, min, max @min = 1; @max = rand(250, 500); @delay = 4; doevent "legacy_heal::OnUse"; "> }, { Id: 629 AegisName: "ScholarshipTuition" Name: "Scholarship Tuition" Type: "IT_USABLE" Buy: 250000 Sell: 7500 Weight: 1 Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" callfunc("AutoTitulate"); "> }, { Id: 630 AegisName: "XmasGift" Name: "Christmas Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 25 KeepAfterUse: false Refine: false Trade: { noselltonpc: true } Script: <" setarray .@s, SantaGlobe, SnowmanGlobe, UglyChristmasSweater, MercBoxB, IceGladius; setarray .@r, SantaGlobe, SnowmanGlobe, UglyChristmasSweater, TneckSweater, MercBoxA, MercBoxA, MercBoxB, ElixirOfLife, NoviceWand, LeadOre, DarkDesertMushroom; setarray .@c, BronzeGift, IcedBottle, TneckSweater, MercBoxA, MercBoxA, ClothoLiquor, Dagger, Coal, HastePotion, HerbalTea, StrengthPotion, TrainingWand; .@al=rand(0,100); // 1% super rare chance if (.@al < 1) { .@n=rand(getarraysize(.@s)); getitem .@s[.@n], 1; // 26% rare chance } else if (rand(0,100) < 27) { .@n=rand(getarraysize(.@r)); getitem .@r[.@n], 1; } else { .@n=rand(getarraysize(.@c)); getitem .@c[.@n], 1; } "> }, { Id: 631 AegisName: "EmptyBox" Name: "Empty Box" Type: "IT_USABLE" Buy: 25 Sell: 5 Weight: 80 Refine: false KeepAfterUse: true Script: <" doevent "Empty Box#it::OnUse"; "> }, { Id: 632 AegisName: "TolchiAmmoBox" Name: "Tolchi Ammo Box" Type: "IT_USABLE" Buy: 250 Sell: 100 Weight: 215 Refine: false Script: <" getitem TolchiArrow, rand(190, 210); "> }, { Id: 633 AegisName: "TrainingAmmoBox" Name: "Training Ammo Box" Type: "IT_USABLE" Buy: 350 Sell: 100 Weight: 215 Refine: false Script: <" getitem TrainingArrow, rand(190, 210); "> }, { Id: 634 AegisName: "ArrowAmmoBox" Name: "Arrow Ammo Box" Type: "IT_USABLE" Buy: 450 Sell: 100 Weight: 215 Refine: false Script: <" getitem Arrow, rand(190, 210); "> }, { Id: 635 AegisName: "IronAmmoBox" Name: "Iron Ammo Box" Type: "IT_USABLE" Buy: 600 Sell: 100 Weight: 215 Refine: false Script: <" getitem IronArrow, rand(190, 210); "> }, { Id: 636 AegisName: "CursedAmmoBox" Name: "Cursed Ammo Box" Type: "IT_USABLE" Buy: 750 Sell: 200 Weight: 215 Refine: false Script: <" getitem CursedArrow, rand(190, 210); "> }, { Id: 637 AegisName: "PoisonAmmoBox" Name: "Poison Ammo Box" Type: "IT_USABLE" Buy: 1150 Sell: 300 Weight: 430 Refine: false Script: <" getitem PoisonArrow, rand(190, 210); "> }, { Id: 638 AegisName: "ThornAmmoBox" Name: "Thorn Ammo Box" Type: "IT_USABLE" Buy: 1750 Sell: 400 Weight: 430 Refine: false Script: <" getitem ThornArrow, rand(190, 210); "> }, { Id: 639 AegisName: "BoneAmmoBox" Name: "Bone Ammo Box" Type: "IT_USABLE" Buy: 3650 Sell: 800 Weight: 1100 Refine: false Script: <" getitem BoneArrow, rand(190, 210); "> }, { Id: 640 AegisName: "ReturnPotion" Name: "Return Potion" Type: "IT_USABLE" Buy: 1800 Sell: 0 Weight: 11 Refine: false Delay: 30000 UseEffect: 64 Script: <" // We would want warp to be delayed a bit but meh sleep2(rand(1000,2500)); @timer_navio_running=0; warp "Save", 0, 0; "> }, { Id: 641 AegisName: "BoxOfChocolates" Name: "Box Of Chocolates" Type: "IT_USABLE" Buy: 3700 Sell: 0 Weight: 11 Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc("EatValentineChocolate"); "> }, { Id: 642 AegisName: "HousingLetterI" Name: "Housing Letter I" Type: "IT_USABLE" Buy: 10000 Sell: 0 Weight: 11 Refine: false Script: <" REAL_ESTATE_CREDITS+=10000; "> }, { Id: 643 AegisName: "HousingLetterII" Name: "Housing Letter II" Type: "IT_USABLE" Buy: 100000 Sell: 0 Weight: 11 Refine: false Script: <" REAL_ESTATE_CREDITS+=100000; "> }, { Id: 644 AegisName: "HousingLetterIII" Name: "Housing Letter III" Type: "IT_USABLE" Buy: 1000000 Sell: 0 Weight: 11 Refine: false Script: <" REAL_ESTATE_CREDITS+=1000000; "> }, { Id: 645 AegisName: "StatusResetPotion" Name: "Status Reset Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 Weight: 20 Refine: false Script: <" callfunc("StatusResetReinvest", false); //resetstatus; dispbottom l("Your status points were reset."); "> }, { Id: 646 AegisName: "MoveSpeedPotion" Name: "Move Speed Potion" Type: "IT_USABLE" Buy: 500000 Sell: 0 Weight: 45 Refine: false Delay: 500 Script: <" callfunc "SC_Bonus", rand(60, 120), SC_WALKSPEED, 150; "> }, { Id: 647 AegisName: "PrecisionPotion" Name: "Precision Potion" Type: "IT_USABLE" Buy: 10000 Sell: 100 Weight: 20 Refine: false Delay: 500 Script: <" callfunc "SC_Bonus", 120, SC_INCHIT, 40; "> }, { Id: 648 AegisName: "LukPotionA" Name: "Luck Potion" Type: "IT_USABLE" Buy: 1000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" callfunc "SC_Bonus", 120, SC_INCLUK, 5, 10; "> }, { Id: 649 AegisName: "LukPotionB" Name: "Luck+ Potion" Type: "IT_USABLE" Buy: 10000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" callfunc "SC_Bonus", 105, SC_INCLUK, 10, 20; "> }, { Id: 650 AegisName: "LukPotionC" Name: "Luck++ Potion" Type: "IT_USABLE" Buy: 100000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" callfunc "SC_Bonus", 90, SC_INCLUK, 20, 30; "> }, { Id: 651 AegisName: "DexPotionA" Name: "Dex Potion" Type: "IT_USABLE" Buy: 1000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" callfunc "SC_Bonus", 120, SC_INCDEX, 5, 10; "> }, { Id: 652 AegisName: "DexPotionB" Name: "Dex+ Potion" Type: "IT_USABLE" Buy: 10000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" callfunc "SC_Bonus", 105, SC_INCDEX, 10, 20; "> }, { Id: 653 AegisName: "DexPotionC" Name: "Dex++ Potion" Type: "IT_USABLE" Buy: 100000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" callfunc "SC_Bonus", 90, SC_INCDEX, 20, 30; "> }, { Id: 654 AegisName: "IntPotionA" Name: "Int Potion" Type: "IT_USABLE" Buy: 1000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 5; @max = 10; @delay = 120; @type = SC_INCINT; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 655 AegisName: "IntPotionB" Name: "Int+ Potion" Type: "IT_USABLE" Buy: 10000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 10; @max = 20; @delay = 105; @type = SC_INCINT; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 656 AegisName: "IntPotionC" Name: "Int++ Potion" Type: "IT_USABLE" Buy: 100000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 20; @max = 30; @delay = 90; @type = SC_INCINT; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 657 AegisName: "VitPotionA" Name: "Vit Potion" Type: "IT_USABLE" Buy: 1000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 5; @max = 10; @delay = 120; @type = SC_INCVIT; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 658 AegisName: "VitPotionB" Name: "Vit+ Potion" Type: "IT_USABLE" Buy: 10000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 10; @max = 20; @delay = 105; @type = SC_INCVIT; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 659 AegisName: "VitPotionC" Name: "Vit++ Potion" Type: "IT_USABLE" Buy: 100000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 20; @max = 30; @delay = 90; @type = SC_INCVIT; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 660 AegisName: "AgiPotionA" Name: "Agi Potion" Type: "IT_USABLE" Buy: 1000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 5; @max = 10; @delay = 120; @type = SC_INCAGI; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 661 AegisName: "AgiPotionB" Name: "Agi+ Potion" Type: "IT_USABLE" Buy: 10000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 10; @max = 20; @delay = 105; @type = SC_INCAGI; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 662 AegisName: "AgiPotionC" Name: "Agi++ Potion" Type: "IT_USABLE" Buy: 100000 Sell: 0 Weight: 20 Refine: false Delay: 500 Script: <" @min = 20; @max = 30; @delay = 90; @type = SC_INCAGI; doevent "inc_sc_bonus::OnUse"; "> }, // Id 663~665 reserved Str+ potions // Id 666 reserved (change sex candy) { Id: 667 AegisName: "SacredLifePotion" Name: "Sacred Life Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 5600 Weight: 50 Refine: false Delay: 500 Script: <" @min = 15; @max = 15; @delay = 300; @type = SC_INCMHPRATE; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 668 AegisName: "SacredManaPotion" Name: "Sacred Mana Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 5600 Weight: 50 Refine: false Delay: 500 Script: <" @min = 15; @max = 15; @delay = 300; @type = SC_INCMSPRATE; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 669 AegisName: "DodgePotion" Name: "Dodge Potion" Type: "IT_USABLE" Buy: 10000 Sell: 100 Weight: 20 Refine: false Delay: 500 Script: <" @min = 40; @max = 40; @delay = 120; @type = SC_INCFLEE; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 670 AegisName: "CandorWarpCrystal" Name: "Candor Warp Crystal" Type: "IT_USABLE" Buy: 1000 Sell: 0 Weight: 40 Delay: 500 Script: <" @dest$="Candor"; @itemid=670; doevent "Warp Crystal::OnUse"; "> }, { Id: 671 AegisName: "TulimWarpCrystal" Name: "Tulim Warp Crystal" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Delay: 500 Script: <" @dest$="Tulim"; @itemid=671; doevent "Warp Crystal::OnUse"; "> }, { Id: 672 AegisName: "HalinWarpCrystal" Name: "Halin Warp Crystal" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Delay: 500 Script: <" @dest$="Halin"; @itemid=672; doevent "Warp Crystal::OnUse"; "> }, { Id: 673 AegisName: "HurnsWarpCrystal" Name: "Hurns Warp Crystal" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Delay: 500 Script: <" @dest$="Hurns"; @itemid=673; doevent "Warp Crystal::OnUse"; "> }, { Id: 674 AegisName: "LoFWarpCrystal" Name: "LoF Warp Crystal" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Delay: 500 Script: <" @dest$="LoF"; @itemid=674; doevent "Warp Crystal::OnUse"; "> }, { Id: 675 AegisName: "NivalWarpCrystal" Name: "Nivalis Warp Crystal" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Delay: 500 Script: <" @dest$="Nival"; @itemid=675; doevent "Warp Crystal::OnUse"; "> }, { Id: 676 AegisName: "FrostiaWarpCrystal" Name: "Frostia Warp Crystal" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Delay: 500 Script: <" @dest$="Frostia"; @itemid=676; doevent "Warp Crystal::OnUse"; "> }, { Id: 677 AegisName: "LilitWarpCrystal" Name: "Lilit Warp Crystal" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Delay: 500 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" @dest$="Lilit"; @itemid=677; doevent "Warp Crystal::OnUse"; "> }, { Id: 678 AegisName: "ArtisWarpCrystal" Name: "Artis Warp Crystal" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Delay: 500 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" @dest$="Artis"; @itemid=678; doevent "Warp Crystal::OnUse"; "> }, { Id: 679 AegisName: "DungeonMap" Name: "Dungeon Map" Type: "IT_USABLE" Buy: 45000 Sell: 300 Weight: 14 KeepAfterUse: true Refine: false Script: <" // ShovelQuests_Dungeon → Coordinates for Treasure Map if (!ShovelQuests_DungeonX) { callfunc "shovel_genranddungeon"; } dispbottom l("A dungeon is burried in @@, (@@, @@)", ShovelQuests_DungeonMAP$, ShovelQuests_DungeonX, ShovelQuests_DungeonY); "> }, { Id: 680 AegisName: "TreasureMap" Name: "Treasure Map" Type: "IT_USABLE" Buy: 45000 Sell: 300 Weight: 14 KeepAfterUse: true Refine: false Script: <" // ShovelQuests_Assigned → Coordinates for Treasure Map if (!ShovelQuests_AssignedX) { callfunc "shovel_genrandtreasure"; } dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY); "> }, { Id: 681 AegisName: "Coffee" Name: "Coffee" Type: "IT_HEALING" Buy: 500 Sell: 120 Weight: 10 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" sc_end SC_SLEEP; sc_end SC_CURSE; sc_end SC_BLIND; percentheal 1, 10; "> }, { Id: 682 AegisName: "Grenade" Name: "Grenade" Type: "IT_USABLE" Buy: 900 Sell: 400 Weight: 40 Refine: false Delay: 500 UseEffect: "FX_GRENADE" Script: <" //itemskill WZ_STORMGUST,3,0; //callfunc "grenade", 3, rand(500,700); callfunc "grenade", 3, rand(100,150)+BaseLevel*6, false; "> }, { Id: 683 AegisName: "MagicApple" Name: "Magic Apple" Type: "IT_USABLE" Buy: 1000000 Sell: 15000 Weight: 10 Refine: false Delay: 500 Script: <" @min = 3500; @max = 3500; @delay = 600; @type = SC_INCMHP; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 684 AegisName: "TulimMap" Name: "Tulimshar Map" Type: "IT_USABLE" Buy: 9 Sell: 4 Weight: 6 KeepAfterUse: true Refine: false Script: <" callfunc "wmap", "Tulim"; "> }, // Mounts (690 to 699, probably there will be extra IDs) { Id: 696 AegisName: "RidingMouboo" Name: "Riding Mouboo" Type: "IT_ARMOR" Loc: ["EQP_HAND_R", "EQP_HAND_L", "EQP_SHADOW_SHOES"] Buy: 7500000 Sell: 50000 Weight: 500 Refine: false WeaponLv: 1 EquipLv: 1 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" bonus bNoRegen,1; bonus bNoRegen,2; bonus bFlee,50; bonus bNoKnockback,1; bonus bSpeedAddRate, 20; bonus bAtkRate,-100; bonus bMatkRate,-100; bonus bBaseAtk,-700; "> OnEquipScript: <" setmount 1; "> OnUnequipScript: <" setmount 0; "> }, { Id: 697 AegisName: "RidingTortuga" Name: "Riding Tortuga" Type: "IT_ARMOR" Loc: ["EQP_HAND_R", "EQP_HAND_L", "EQP_SHADOW_SHOES"] Buy: 7500000 Sell: 50000 Weight: 500 Refine: false WeaponLv: 1 EquipLv: 1 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" bonus bNoRegen,1; bonus bNoRegen,2; bonus bFlee,50; bonus bNoKnockback,1; bonus bSpeedAddRate, 19; bonus bAtkRate,-100; bonus bMatkRate,-100; bonus bBaseAtk,-700; "> OnEquipScript: <" setmount 2; "> OnUnequipScript: <" setmount 0; "> }, { Id: 698 AegisName: "LegendaryMouboo" Name: "Epic Mouboo" Type: "IT_ARMOR" Loc: "EQP_SHADOW_SHOES" Buy: 7500000 Sell: 50000 Weight: 500 Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" bonus bNoRegen,1; bonus bNoRegen,2; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 1) bonus bAtkRange,-1; bonus bFlee,50; bonus bAtkRate,-50; bonus bHitRate,-30; bonus bNoKnockback,0; bonus bSpeedAddRate, 32; /* We can use them to protect mount from bows, for example bonus bNearAtkDef,-50; bonus bLongAtkDef,-50; bonus bMagicAtkDef,-50; bonus bCriticalDef,-50; */ "> OnEquipScript: <" setmount 1; "> OnUnequipScript: <" setmount 0; "> }, { Id: 699 AegisName: "LegendaryTortuga" Name: "Epic Tortuga" Type: "IT_ARMOR" Loc: "EQP_SHADOW_SHOES" Buy: 7500000 Sell: 50000 Weight: 500 Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" bonus bNoRegen,1; bonus bNoRegen,2; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 1) bonus bAtkRange,-1; bonus bFlee,50; bonus bAtkRate,-50; bonus bHitRate,-30; bonus bNoKnockback,0; bonus bSpeedAddRate, 30; /* We can use them to protect mount from bows, for example bonus bNearAtkDef,-50; bonus bLongAtkDef,-50; bonus bMagicAtkDef,-50; bonus bCriticalDef,-50; */ "> OnEquipScript: <" setmount 2; "> OnUnequipScript: <" setmount 0; "> }, // Generic { Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" Type: "IT_ETC" Buy: 50 Sell: 16 Weight: 5 Refine: false }, { Id: 701 AegisName: "PiouFeathers" Name: "Piou Feathers" Type: "IT_ETC" Buy: 10 Sell: 3 Weight: 1 Refine: false }, { Id: 702 AegisName: "TortugaShellFragment" Name: "Tortuga Shell Fragment" Type: "IT_ETC" Buy: 25 Sell: 8 Weight: 25 Refine: false }, { Id: 703 AegisName: "HalfEggshell" Name: "Half Eggshell" Type: "IT_ETC" Buy: 40 Sell: 13 Weight: 2 Refine: false }, { Id: 704 AegisName: "RattoTail" Name: "Ratto Tail" Type: "IT_ETC" Buy: 30 Sell: 10 Weight: 1 Refine: false }, { Id: 705 AegisName: "RattoTeeth" Name: "Ratto Teeth" Type: "IT_ETC" Buy: 30 Sell: 10 Weight: 1 Refine: false }, { Id: 706 AegisName: "CrocClaw" Name: "Croc Claw" Type: "IT_ETC" Buy: 60 Sell: 22 Weight: 45 Refine: false }, { Id: 707 AegisName: "SquichyClaws" Name: "Squichy Claws" Type: "IT_ETC" Buy: 250 Sell: 40 Weight: 1 Refine: false }, { Id: 708 AegisName: "TortugaShell" Name: "Tortuga Shell" Type: "IT_ETC" Buy: 90 Sell: 30 Weight: 95 Refine: false }, { Id: 709 AegisName: "TortugaTongue" Name: "Tortuga Tongue" Type: "IT_ETC" Buy: 18 Sell: 6 Weight: 2 Refine: false }, { Id: 710 AegisName: "Pearl" Name: "Pearl" Type: "IT_ETC" Buy: 1000 Sell: 400 Weight: 1 Refine: false }, { Id: 711 AegisName: "Coral" Name: "Coral" Type: "IT_ETC" Buy: 100 Sell: 28 Weight: 10 Refine: false }, { Id: 712 AegisName: "BlueCoral" Name: "Blue Coral" Type: "IT_ETC" Buy: 120 Sell: 38 Weight: 10 Refine: false }, { Id: 713 AegisName: "FishBox" Name: "Fish Box" Type: "IT_ETC" Buy: 3600 Sell: 1200 Weight: 1250 Refine: false }, { Id: 714 AegisName: "Emperium" Name: "Emperium" Buy: 2000000 Sell: 1 Weight: 5 }, // ID 714 Aquada Box moved to ID 864 { Id: 715 AegisName: "CroconutBox" Name: "Croconut Box" Type: "IT_ETC" Buy: 800 Sell: 350 Weight: 680 Refine: false }, { Id: 716 AegisName: "PlushroomBox" Name: "Plushroom Box" Type: "IT_ETC" Buy: 2000 Sell: 800 Weight: 720 Refine: false }, { Id: 717 AegisName: "PoisonedDish" Name: "Poisoned Dish" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 20 Refine: false Trade: { nodrop: true noselltonpc: true } }, { Id: 718 AegisName: "SilverKey" Name: "Silver Key" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 1 Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: true nogstorage: true nomail: true noauction: true } }, { Id: 719 AegisName: "LeftCraftyWing" Name: "Left Crafty Wing" Type: "IT_ETC" Buy: 10000 Sell: 520 Weight: 35 Refine: false }, { Id: 720 AegisName: "BatTeeth" Name: "Bat Teeth" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 3 Refine: false }, { Id: 721 AegisName: "RightCraftyWing" Name: "Right Crafty Wing" Type: "IT_ETC" Buy: 10000 Sell: 520 Weight: 35 Refine: false }, { Id: 722 AegisName: "Pumpkin" Name: "Pumpkin" Type: "IT_ETC" Buy: 15 Sell: 5 Weight: 530 Refine: false }, { Id: 723 AegisName: "MushroomSpores" Name: "Mushroom Spores" Type: "IT_ETC" Buy: 50 Sell: 8 Weight: 1 Refine: false }, { Id: 724 AegisName: "Moss" Name: "Moss" Type: "IT_ETC" Buy: 20 Sell: 2 Weight: 2 Refine: false }, { Id: 725 AegisName: "Tentacles" Name: "Tentacles" Type: "IT_ETC" Buy: 100 Sell: 30 Weight: 8 Refine: false }, { Id: 726 AegisName: "CommonCarp" Name: "Common Carp" Type: "IT_ETC" Buy: 114 Sell: 57 Weight: 150 Refine: false }, { Id: 727 AegisName: "GrassCarp" Name: "Grass Carp" Type: "IT_ETC" Buy: 500 Sell: 150 Weight: 150 Refine: false }, { Id: 728 AegisName: "FishingRod" Name: "Fishing Rod" Type: "IT_ETC" Buy: 5000 Sell: 150 Weight: 60 Refine: false }, { Id: 729 AegisName: "Snowflake" Name: "Snowflake" Type: "IT_ETC" Buy: 500 Sell: 1 Weight: 0 Refine: false }, { Id: 730 AegisName: "ArtichokeHerb" Name: "Artichoke Herb" Type: "IT_ETC" Buy: 50 Sell: 4 Weight: 2 }, { Id: 731 AegisName: "Diamond" Name: "Diamond" Type: "IT_ETC" Buy: 4000 Sell: 1333 Weight: 20 Refine: false }, { Id: 732 AegisName: "Ruby" Name: "Ruby" Type: "IT_ETC" Buy: 2000 Sell: 667 Weight: 20 Refine: false }, { Id: 733 AegisName: "Emerald" Name: "Emerald" Type: "IT_ETC" Buy: 3000 Sell: 1000 Weight: 20 Refine: false }, { Id: 734 AegisName: "Sapphire" Name: "Sapphire" Type: "IT_ETC" Buy: 12000 Sell: 2200 Weight: 20 Refine: false }, { Id: 735 AegisName: "Topaz" Name: "Topaz" Type: "IT_ETC" Buy: 2400 Sell: 800 Weight: 20 Refine: false }, { Id: 736 AegisName: "Amethyst" Name: "Amethyst" Type: "IT_ETC" Buy: 6000 Sell: 1500 Weight: 20 Refine: false }, { Id: 737 AegisName: "BlackPearl" Name: "Black Pearl" Type: "IT_ETC" Buy: 90000 Sell: 10000 Weight: 200 Refine: false }, { Id: 738 AegisName: "Bloodstone" Name: "Blooodstone" Type: "IT_ETC" Buy: 10000 Sell: 5000 Weight: 25 Refine: false }, { Id: 739 AegisName: "CoinBag" Name: "Coin Bag" Type: "IT_ETC" Buy: 1500 Sell: 475 Weight: 50 Refine: false }, { Id: 740 AegisName: "WolvernTooth" Name: "Wolvern Tooth" Type: "IT_ETC" Buy: 500 Sell: 250 Weight: 30 Refine: false }, { Id: 741 AegisName: "IronPowder" Name: "Iron Powder" Type: "IT_ETC" Buy: 500 Sell: 66 Weight: 7 Refine: false }, { Id: 742 AegisName: "PinkAntenna" Name: "Pink Antenna" Type: "IT_ETC" Buy: 50 Sell: 12 Weight: 10 Refine: false }, { Id: 743 AegisName: "AnimalBones" Name: "Animal Bones" Type: "IT_ETC" Buy: 500 Sell: 70 Weight: 10 Refine: false }, { Id: 744 AegisName: "Antlers" Name: "Antlers" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 745 AegisName: "BanditHood" Name: "Bandit Hood" Type: "IT_ETC" Buy: 100 Sell: 31 Weight: 10 Refine: false }, { Id: 746 AegisName: "BatWing" Name: "Bat Wing" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 747 AegisName: "BentNeedle" Name: "Bent Needle" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 748 AegisName: "BeeStinger" Name: "Bee Stinger" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 5 Refine: false }, { Id: 749 AegisName: "Bone" Name: "Bone" Type: "IT_ETC" Buy: 500 Sell: 80 Weight: 10 Refine: false }, { Id: 750 AegisName: "BottleOfSand" Name: "Bottle Of Sand" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 751 AegisName: "Brainstem" Name: "Brainstem" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 752 AegisName: "CasinoCoins" Name: "Casino Coins" Type: "IT_ETC" Buy: 100 Sell: 10 Weight: 2 Refine: false }, { Id: 753 AegisName: "CaveSnakeLamp" Name: "Cave Snake Lamp" Type: "IT_ETC" Buy: 80 Sell: 36 Weight: 10 Refine: false }, { Id: 754 AegisName: "ClosedChristmasBox" Name: "Closed Christmas Box" Type: "IT_ETC" Buy: 50000 Sell: 10 Weight: 100 Refine: false }, { Id: 755 AegisName: "Coal" Name: "Coal" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 40 Refine: false }, { Id: 756 AegisName: "KamelotKey" Name: "Kamelot Key" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 757 AegisName: "DarkPetal" Name: "Dark Petal" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 758 AegisName: "ZombieEar" Name: "Zombie Ear" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 759 AegisName: "Ectoplasm" Name: "Ectoplasm" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 760 AegisName: "FrozenYetiTear" Name: "Frozen Yeti Tear" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 761 AegisName: "CobaltHerb" Name: "Cobalt Herb" Type: "IT_ETC" Buy: 50 Sell: 5 Weight: 3 }, { Id: 762 AegisName: "SnakeSkin" Name: "Snake Skin" Type: "IT_ETC" Buy: 500 Sell: 160 Weight: 17 Refine: false }, { Id: 763 AegisName: "UndeadEye" Name: "Undead Eye" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 764 AegisName: "CottonCloth" Name: "Cotton Cloth" Type: "IT_ETC" Buy: 180 Sell: 60 Weight: 10 Refine: false }, { Id: 765 AegisName: "GrassSeeds" Name: "Grass Seeds" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 766 AegisName: "HardSpike" Name: "Hard Spike" Type: "IT_ETC" Buy: 50 Sell: 18 Weight: 10 Refine: false }, { Id: 767 AegisName: "DiseasedHeart" Name: "Diseased Heart" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 768 AegisName: "GambogeHerb" Name: "Gamboge Herb" Type: "IT_ETC" Buy: 50 Sell: 5 Weight: 3 }, { Id: 769 AegisName: "MauveHerb" Name: "Mauve Herb" Type: "IT_ETC" Buy: 50 Sell: 5 Weight: 3 }, { Id: 770 AegisName: "IronIngot" Name: "Iron Ingot" Type: "IT_ETC" Buy: 37500 Sell: 1680 Weight: 260 Refine: false }, { Id: 771 AegisName: "IronOre" Name: "Iron Ore" Type: "IT_ETC" Buy: 450 Sell: 120 Weight: 50 Refine: false }, { Id: 772 AegisName: "MaggotSlime" Name: "Maggot Slime" Type: "IT_ETC" Buy: 50 Sell: 5 Weight: 2 Refine: false }, { Id: 773 AegisName: "RottenRags" Name: "Rotten Rags" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 774 AegisName: "RawLog" Name: "Raw Log" Type: "IT_ETC" Buy: 50 Sell: 17 Weight: 100 Refine: false }, { Id: 775 AegisName: "Brain" Name: "Brain" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 10 Refine: false }, { Id: 776 AegisName: "ReedBundle" Name: "Reed Bundle" Type: "IT_ETC" Buy: 50 Sell: 10 Weight: 7 Refine: false }, { Id: 777 AegisName: "Root" Name: "Root" Type: "IT_ETC" Buy: 200 Sell: 67 Weight: 10 Refine: false }, { Id: 778 AegisName: "ScorpionStinger" Name: "Scorpion Stinger" Type: "IT_ETC" Buy: 50 Sell: 23 Weight: 1 Refine: false }, { Id: 779 AegisName: "SilkCocoon" Name: "Silk Cocoon" Type: "IT_ETC" Buy: 60 Sell: 4 Weight: 1 Refine: false }, { Id: 780 AegisName: "SnakeTongue" Name: "Snake Tongue" Type: "IT_ETC" Buy: 180 Sell: 90 Weight: 1 Refine: false }, { Id: 781 AegisName: "TreasureKey" Name: "Treasure Key" Type: "IT_ETC" Buy: 500 Sell: 110 Weight: 2 Refine: false }, { Id: 782 AegisName: "VampireBatWing" Name: "Vampire Bat Wing" Type: "IT_ETC" Buy: 150 Sell: 28 Weight: 20 Refine: false }, { Id: 783 AegisName: "YetiClaw" Name: "Yeti Claw" Type: "IT_ETC" Buy: 15 Sell: 5 Weight: 20 Refine: false }, { Id: 784 AegisName: "WolvernPelt" Name: "Wolvern Pelt" Type: "IT_ETC" Buy: 1500 Sell: 200 Weight: 57 Refine: false }, { Id: 785 AegisName: "LavaManaPearl" Name: "Lava Mana Pearl" Type: "IT_ETC" Buy: 90000 Sell: 10000 Weight: 0 Refine: false }, { Id: 786 AegisName: "Tulip" Name: "Tulip" Type: "IT_ETC" Buy: 450 Sell: 50 Weight: 7 Refine: false }, { Id: 787 AegisName: "SpellBookPage" Name: "Spell Book Page" Type: "IT_ETC" Buy: 1500 Sell: 200 Weight: 20 Refine: false }, { Id: 789 AegisName: "Skull" Name: "Skull" Type: "IT_ETC" Buy: 240 Sell: 80 Weight: 20 Refine: false }, { Id: 790 AegisName: "SilverBell" Name: "Silver Bell" Type: "IT_ETC" Buy: 120 Sell: 40 Weight: 20 Refine: false }, { Id: 791 AegisName: "BrokenFourLeafAmulet" Name: "Broken Four Leaf Amulet" Type: "IT_ETC" Buy: 5 Sell: 1 Weight: 20 Refine: false }, { Id: 792 AegisName: "GemPowder" Name: "Gem powder" Type: "IT_ETC" Buy: 18000 Sell: 6000 Weight: 20 Refine: false }, { Id: 793 AegisName: "GoldPieces" Name: "Gold Pieces" Type: "IT_ETC" Buy: 90000 Sell: 8000 Weight: 6 Refine: false }, { Id: 794 AegisName: "GrassLiner" Name: "Grass Liner" Type: "IT_ETC" Buy: 150 Sell: 50 Weight: 20 Refine: false }, { Id: 795 AegisName: "IceCube" Name: "Ice Cube" Type: "IT_ETC" Buy: 600 Sell: 200 Weight: 20 Refine: false }, { Id: 796 AegisName: "Iten" Name: "Iten" Type: "IT_ETC" Buy: 15000 Sell: 5000 Weight: 2000 Refine: false }, { Id: 797 AegisName: "JackOLantern" Name: "Jack'O Lantern" Type: "IT_ETC" Buy: 1500 Sell: 500 Weight: 20 Refine: false }, { Id: 798 AegisName: "LazuriteShard" Name: "Lazurite Shard" Type: "IT_ETC" Buy: 2100 Sell: 7 Weight: 20 Refine: false }, { Id: 799 AegisName: "LazuriteCrystal" Name: "Lazurite Cristal" Type: "IT_ETC" Buy: 6300 Sell: 21 Weight: 20 Refine: false }, { Id: 800 AegisName: "LazuriteHeart" Name: "Lazurite Heart" Type: "IT_ETC" Buy: 18900 Sell: 63 Weight: 20 Refine: false }, { Id: 801 AegisName: "LeatherSuitcase" Name: "Leather Suitcase" Type: "IT_ETC" Buy: 100 Sell: 40 Weight: 2000 Refine: false }, { Id: 802 AegisName: "TerraniteIngot" Name: "Terranite Ingot" Type: "IT_ETC" Buy: 18000 Sell: 4000 Weight: 1800 }, { Id: 803 AegisName: "LoveLetter" Name: "Love Letter" Type: "IT_ETC" Buy: 10000 Sell: 500 Weight: 20 Refine: false }, { Id: 804 AegisName: "MylarinDust" Name: "Mylarin Dust" Type: "IT_ETC" Buy: 1000000 Sell: 50000 Weight: 20 Refine: false }, { Id: 805 AegisName: "OpenedChristmasBox" Name: "Opened Christmas Box" Type: "IT_ETC" Buy: 10000 Sell: 5 Weight: 10 Refine: false }, { Id: 806 AegisName: "LeatherPatch" Name: "Leather Patch" Type: "IT_ETC" Buy: 800 Sell: 340 Weight: 20 Refine: false }, { Id: 807 AegisName: "Petal" Name: "Petal" Type: "IT_ETC" Buy: 10000 Sell: 500 Weight: 20 Refine: false }, { Id: 808 AegisName: "SulfurPowder" Name: "Sulfur Powder" Type: "IT_ETC" Buy: 1000 Sell: 84 Weight: 4 Refine: false }, { Id: 809 AegisName: "PresentBox" Name: "Present Box" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 20 Refine: false }, { Id: 810 AegisName: "Quill" Name: "Quill" Type: "IT_ETC" Buy: 10000 Sell: 2500 Weight: 20 Refine: false }, { Id: 811 AegisName: "Rose" Name: "Rose" Type: "IT_ETC" Buy: 10000 Sell: 50 Weight: 7 Refine: false }, { Id: 812 AegisName: "SealedSoul" Name: "Sealed Soul" Type: "IT_ETC" Buy: 10000 Sell: 500 Weight: 20 Refine: false }, { Id: 813 AegisName: "SilverMirror" Name: "Silver Mirror" Type: "IT_ETC" Buy: 60000 Sell: 4000 Weight: 20 Refine: false }, { Id: 814 AegisName: "TerraniteOre" Name: "Terranite Ore" Type: "IT_ETC" Buy: 10000 Sell: 500 Weight: 200 Refine: false }, { Id: 815 AegisName: "Tuber" Name: "Tuber" Type: "IT_ETC" Buy: 10000 Sell: 500 Weight: 20 Refine: false }, // ID 816 is free { Id: 816 AegisName: "Item816" Name: "Item 816" }, { Id: 817 AegisName: "SaxsoKey" Name: "Saxso Key" Type: "IT_ETC" Buy: 200 Sell: 100 Weight: 1 Refine: false }, { Id: 818 AegisName: "BlueManaPearl" Name: "Blue Mana Pearl" Type: "IT_ETC" Buy: 90000 Sell: 10000 Weight: 0 Refine: false }, { Id: 819 AegisName: "CrystallizedMaggot" Name: "Crystallized Maggot" Type: "IT_ETC" Buy: 90000 Sell: 9000 Weight: 10 Refine: false }, { Id: 820 AegisName: "DarkCrystal" Name: "Dark Crystal" Type: "IT_ETC" Buy: 10000 Sell: 750 Weight: 10 Refine: false }, { Id: 821 AegisName: "SunnyCrystal" Name: "Sunny Crystal" Type: "IT_ETC" Buy: 5000000 Sell: 200000 Weight: 300 Refine: false }, { Id: 822 AegisName: "DruidTreeBranch" Name: "Druid Tree Branch" Type: "IT_ETC" Buy: 10000 Sell: 1000 Weight: 10 Refine: false }, { Id: 823 AegisName: "DragonScales" Name: "Dragon Scales" Type: "IT_ETC" Buy: 8000 Sell: 750 Weight: 40 Refine: false }, { Id: 824 AegisName: "LightGreenDiamond" Name: "Light Green Diamond" Type: "IT_ETC" Buy: 60000 Sell: 20000 Weight: 10 Refine: false //DropAnnounce: true }, { Id: 825 AegisName: "EarthPowder" Name: "Earth Powder" Type: "IT_ETC" Buy: 10000 Sell: 400 Weight: 18 Refine: false }, { Id: 826 AegisName: "FluoPowder" Name: "Fluo Powder" Type: "IT_ETC" Buy: 10000 Sell: 600 Weight: 10 Refine: false }, { Id: 827 AegisName: "BrokenMedal" Name: "Broken Medal" Type: "IT_ETC" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 828 AegisName: "StrangeCoin" Name: "Strange Coin" Type: "IT_ETC" Buy: 100000 Sell: 40 Weight: 0 Refine: false }, { Id: 829 AegisName: "Butterfly" Name: "Butterfly" Type: "IT_ETC" Buy: 12000 Sell: 4000 Weight: 1 Refine: false }, { Id: 830 AegisName: "CaveSnakeTongue" Name: "Cave Snake Tongue" Type: "IT_ETC" Buy:100 Sell: 60 Weight: 1 Refine: false }, { Id: 831 AegisName: "RedScorpionStinger" Name: "Red Scorpion Stinger" Type: "IT_ETC" Buy: 1000 Sell: 70 Weight: 1 Refine: false }, { Id: 832 AegisName: "BlackScorpionStinger" Name: "Black Scorpion Stinger" Type: "IT_ETC" Buy: 1000 Sell: 100 Weight: 1 Refine: false }, { Id: 833 AegisName: "EmptyBottle" Name: "EmptyBottle" Type: "IT_ETC" Buy: 100 Sell: 20 Weight: 5 Refine: false }, { Id: 834 AegisName: "GoldenEasteregg" Name: "Golden Easteregg" Type: "IT_ETC" Buy: 1000 Sell: 100 Weight: 0 Refine: false Trade: { nostorage: true } }, { Id: 835 AegisName: "SilverEasteregg" Name: "Silver Easteregg" Type: "IT_ETC" Buy: 250 Sell: 25 Weight: 5 Refine: false }, { Id: 836 AegisName: "PileOfAsh" Name: "Pile Of Ash" Type: "IT_ETC" Buy: 1000 Sell: 80 Weight: 6 Refine: false }, { Id: 837 AegisName: "DuckFeather" Name: "Duck Feather" Type: "IT_ETC" Buy: 1000 Sell: 70 Weight: 1 Refine: false }, { Id: 838 AegisName: "TulimsharGuardCard" Name: "Tulimshar Guard Card" Type: "IT_ETC" Buy: 10 Sell: 5 Weight: 1 Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: true nogstorage: true nomail: true noauction: true } }, { Id: 839 AegisName: "Roach" Name: "Roach" Type: "IT_ETC" Buy: 100 Sell: 23 Weight: 85 Refine: false }, { Id: 840 AegisName: "Tench" Name: "Tench" Type: "IT_ETC" Buy: 150 Sell: 56 Weight: 120 Refine: false }, { Id: 841 AegisName: "Lifestone" Name: "Lifestone" Type: "IT_ETC" Buy: 1500 Sell: 55 Weight: 80 Refine: false }, { Id: 842 AegisName: "CopperOre" Name: "Copper Ore" Type: "IT_ETC" Buy: 900 Sell: 225 Weight: 700 }, { Id: 843 AegisName: "LeadOre" Name: "Lead Ore" Type: "IT_ETC" Buy: 3600 Sell: 900 Weight: 700 }, { Id: 844 AegisName: "TinOre" Name: "Tin Ore" Type: "IT_ETC" Buy: 3240 Sell: 810 Weight: 700 }, { Id: 845 AegisName: "SilverOre" Name: "Silver Ore" Type: "IT_ETC" Buy: 1800 Sell: 450 Weight: 700 }, { Id: 846 AegisName: "GoldOre" Name: "Gold Ore" Type: "IT_ETC" Buy: 2700 Sell: 675 Weight: 700 }, { Id: 847 AegisName: "PlatinumOre" Name: "Platinum Ore" Type: "IT_ETC" Buy: 21600 Sell: 5400 Weight: 700 }, { Id: 848 AegisName: "IridiumOre" Name: "Iridium Ore" Type: "IT_ETC" Buy: 14400 Sell: 3600 Weight: 700 }, { Id: 849 AegisName: "TitaniumOre" Name: "Titanium Ore" Type: "IT_ETC" Buy: 5400 Sell: 1350 Weight: 700 }, { Id: 850 AegisName: "CopperIngot" Name: "Copper Ingot" Type: "IT_ETC" Buy: 18000 Sell: 1350 Weight: 800 }, { Id: 851 AegisName: "LeadIngot" Name: "Lead Ingot" Type: "IT_ETC" Buy: 19800 Sell: 3330 Weight: 800 }, { Id: 852 AegisName: "TinIngot" Name: "Tin Ingot" Type: "IT_ETC" Buy: 16200 Sell: 3510 Weight: 800 }, { Id: 853 AegisName: "SilverIngot" Name: "Silver Ingot" Type: "IT_ETC" Buy: 18000 Sell: 1980 Weight: 800 }, { Id: 854 AegisName: "GoldIngot" Name: "Gold Ingot" Type: "IT_ETC" Buy: 21600 Sell: 2700 Weight: 800 }, { Id: 855 AegisName: "PlatinumIngot" Name: "Platinum Ingot" Type: "IT_ETC" Buy: 162000 Sell: 17100 Weight: 800 }, { Id: 856 AegisName: "IridiumIngot" Name: "Iridium Ingot" Type: "IT_ETC" Buy: 90000 Sell: 15300 Weight: 800 }, { Id: 857 AegisName: "TitaniumIngot" Name: "Titanium Ingot" Type: "IT_ETC" Buy: 18000 Sell: 6210 Weight: 800 }, { Id: 858 AegisName: "DiamondPowder" Name: "Diamond Powder" Type: "IT_ETC" Buy: 8000 Sell: 80 Weight: 12 }, { Id: 859 AegisName: "RubyPowder" Name: "Ruby Powder" Type: "IT_ETC" Buy: 5000 Sell: 50 Weight: 12 }, { Id: 860 AegisName: "EmeraldPowder" Name: "Emerald Powder" Type: "IT_ETC" Buy: 7500 Sell: 75 Weight: 12 }, { Id: 861 AegisName: "SapphirePowder" Name: "Sapphire Powder" Type: "IT_ETC" Buy: 12500 Sell: 125 Weight: 12 }, { Id: 862 AegisName: "TopazPowder" Name: "Topaz Powder" Type: "IT_ETC" Buy: 6000 Sell: 60 Weight: 12 }, { Id: 863 AegisName: "AmethystPowder" Name: "Amethyst Powder" Type: "IT_ETC" Buy: 10000 Sell: 100 Weight: 12 }, { Id: 864 AegisName: "AquadaBox" Name: "Aquada Box" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 850 Refine: false Trade: { nodrop: true noselltonpc: true } }, { Id: 865 AegisName: "MountainSnakeTongue" Name: "Mountain Snake Tongue" Type: "IT_ETC" Buy: 200 Sell: 111 Weight: 2 }, { Id: 866 AegisName: "MountainSnakeSkin" Name: "Mountain Snake Skin" Type: "IT_ETC" Buy: 800 Sell: 320 Weight: 22 }, { Id: 867 AegisName: "CaveSnakeSkin" Name: "Cave Snake Skin" Type: "IT_ETC" Buy: 600 Sell: 95 Weight: 13 }, { Id: 868 AegisName: "ScorpionClaw" Name: "Scorpion Claw" Type: "IT_ETC" Buy: 60 Sell: 15 Weight: 15 Refine: false }, { Id: 869 AegisName: "RedScorpionClaw" Name: "Red Scorpion Claw" Type: "IT_ETC" Buy: 60 Sell: 20 Weight: 20 Refine: false }, { Id: 870 AegisName: "BlackScorpionClaw" Name: "Black Scorpion Claw" Type: "IT_ETC" Buy: 60 Sell: 28 Weight: 25 Refine: false }, { Id: 871 AegisName: "GoldenScorpionClaw" Name: "Golden Scorpion Claw" Type: "IT_ETC" Buy: 600 Sell: 75 Weight: 65 Refine: false }, { Id: 872 AegisName: "OceanCrocClaw" Name: "Ocean Croc Claw" Type: "IT_ETC" Buy: 900 Sell: 60 Weight: 61 Refine: false }, { Id: 873 AegisName: "WhiteFur" Name: "White Fur" Type: "IT_ETC" Buy: 90 Sell: 30 Weight: 1 Refine: false }, { Id: 874 AegisName: "EverburnPowder" Name: "Everburn Powder" Type: "IT_ETC" Buy: 15000 Sell: 3500 Weight: 100 Refine: false }, { Id: 875 AegisName: "DarkDesertMushroom" Name: "Dark Desert Mushroom" Type: "IT_ETC" Buy: 20000 Sell: 8000 Weight: 40 Refine: false }, { Id: 876 AegisName: "WoodenLog" Name: "Wooden Log" Type: "IT_ETC" Buy: 100 Sell: 45 Weight: 80 Refine: false }, { Id: 877 AegisName: "ManaPiouFeathers" Name: "Mana Piou Feathers" Type: "IT_ETC" Buy: 20 Sell: 8 Weight: 1 Refine: false }, { Id: 878 AegisName: "BlackMambaTongue" Name: "Black Mamba Tongue" Type: "IT_ETC" Buy: 200 Sell: 111 Weight: 2 }, { Id: 879 AegisName: "BlackMambaSkin" Name: "Black Mamba Skin" Type: "IT_ETC" Buy: 800 Sell: 370 Weight: 22 }, { Id: 880 AegisName: "SquirrelPelt" Name: "Squirrel Pelt" Type: "IT_ETC" Buy: 100 Sell: 21 Weight: 19 }, { Id: 881 AegisName: "AlizarinHerb" Name: "Alizarin Herb" Type: "IT_ETC" Buy: 50 Sell: 5 Weight: 3 }, { Id: 882 AegisName: "ShadowHerb" Name: "Shadow Herb" Type: "IT_ETC" Buy: 50 Sell: 5 Weight: 3 }, { Id: 883 AegisName: "WarpedLog" Name: "Warped Log" Type: "IT_ETC" Buy: 15 Sell: 5 Weight: 8 }, { Id: 884 AegisName: "MoubooFigurine" Name: "Mouboo Figurine" Type: "IT_ETC" Buy: 45 Sell: 15 Weight: 16 }, { Id: 885 AegisName: "CopperKey" Name: "Copper Key" Type: "IT_ETC" Buy: 2000 Sell: 1000 Weight: 1 }, { Id: 886 AegisName: "BottledDust" Name: "Dust In A Bottle" Type: "IT_ETC" Buy: 180 Sell: 60 Weight: 5 }, { Id: 887 AegisName: "HeroCoin" Name: "Hero Coin" Type: "IT_ETC" Buy: 100000 Sell: 0 Weight: 0 }, { Id: 888 AegisName: "ForestPiouFeathers" Name: "Forest Piou Feathers" Type: "IT_ETC" Buy: 30 Sell: 7 Weight: 1 Refine: false }, { Id: 889 AegisName: "BrokenWarpCrystal" Name: "Broken Warp Crystal" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 40 Refine: false }, { Id: 890 AegisName: "SmallFishingNet" Name: "Small Fishing Net" Type: "IT_ETC" Buy: 5000 Sell: 150 Weight: 60 Refine: false }, // { Id: 911 AegisName: "ScholarshipBadge" Name: "Scholarship Badge" Type: "IT_ETC" Buy: 10000 Sell: 3500 Weight: 1 Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: true nogstorage: true nomail: true noauction: true } }, { Id: 912 AegisName: "Wurtzite" Name: "Wurtzite Ore" Type: "IT_ETC" Buy: 5000 Sell: 500 Weight: 1 }, { Id: 913 AegisName: "Graphene" Name: "Graphene Stone" Type: "IT_ETC" Buy: 25000 Sell: 1500 Weight: 1 }, { Id: 914 AegisName: "Arcanum" Name: "Arcanum Stone" Type: "IT_ETC" Buy: 125000 Sell: 7500 Weight: 1 }, { Id: 915 AegisName: "GuildCoin" Name: "Guild Coin" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 }, { Id: 916 AegisName: "LOFCoin" Name: "LoF Coin" Type: "IT_ETC" Buy: 10000 Sell: 3500 Weight: 0 }, { Id: 917 AegisName: "EventTreasure1" Name: "Treasure (Low Quality)" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 918 AegisName: "EventTreasure2" Name: "Treasure (Med Quality)" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 919 AegisName: "EventTreasure3" Name: "Treasure (High Quality)" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 920 AegisName: "EventFish" Name: "Gold Fish" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 921 AegisName: "EventOre" Name: "Mysterious Ore" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 922 AegisName: "Insurance" Name: "Insurance" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 923 AegisName: "Almanac" Name: "Almanac" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 }, { Id: 924 AegisName: "EventDreamTicket" Name: "Dream Ticket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 925 AegisName: "EventNaftalin" Name: "Naftalin" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 926 AegisName: "WumpusEgg" Name: "Wumpus Egg" Type: "IT_ETC" Buy: 750000 Sell: 100000 Weight: 10 Refine: false //DropAnnounce: true }, // { Id: 1000 AegisName: "BromenalFourLeafAmulet" Name: "Bromenal Four-Leaf Amulet" Type: "IT_ARMOR" Buy: 50000 Sell: 7000 Weight: 10 Loc: 1024 EquipLv: 45 Refine: false Script: <" bonus bDef2Rate,10; bonus bLuk,1; "> }, { Id: 1001 AegisName: "SilverFourLeafAmulet" Name: "Silver Four-Leaf Amulet" Type: "IT_ARMOR" Buy: 40000 Sell: 6000 Weight: 75 Loc: 1024 EquipLv: 55 Refine: false Script: <" bonus bDef2Rate,5; bonus bLuk,1; "> }, { Id: 1002 AegisName: "GoldenFourLeafAmulet" Name: "Golden Four-Leaf Amulet" Type: "IT_ARMOR" Buy: 100000 Sell: 10000 Weight: 35 Loc: 1024 EquipLv: 45 Refine: false Script: <" bonus bDef2Rate,7; bonus bLuk,2; "> }, { Id: 1003 AegisName: "CrozeniteFourLeafAmulet" Name: "Crozenite Four-Leaf Amulet" Type: "IT_ARMOR" Buy: 120000 Sell: 12000 Weight: 55 Loc: 1024 EquipLv: 45 Refine: false Script: <" bonus bDef2Rate,3; "> }, { Id: 1004 AegisName: "PlatinumFourLeafAmulet" Name: "Platinum Four-Leaf Amulet" Type: "IT_ARMOR" Buy: 1000000 Sell: 30000 Weight: 35 Loc: 1024 EquipLv: 45 Refine: false Script: <" bonus bCriticalDef,12; bonus bDef2Rate,10; bonus bLuk,5; bonus bCritical,2; "> }, { Id: 1005 AegisName: "JacksSkeletonCharm" Name: "Jack's Skeleton Charm" Type: "IT_ARMOR" Buy: 16000 Sell: 100 Weight: 10 Def: 1 Loc: 1024 EquipLv: 60 Refine: false }, { Id: 1006 AegisName: "LifestonePendant" Name: "Lifestone Pendant" Type: "IT_ARMOR" Buy: 10000 Sell: 2000 Weight: 60 Def: 0 Loc: 1024 EquipLv: 10 Refine: false Script: <" bonus bHPrecovRate,5; bonus bSPrecovRate,1; bonus2 bSkillHeal2,142,800; bonus bDef,-2; "> }, { Id: 1007 AegisName: "BloodstonePendant" Name: "Bloodstone Pendant" Type: "IT_ARMOR" Buy: 18000 Sell: 1800 Weight: 100 Def: 1 Loc: 1024 EquipLv: 45 Refine: false Script: <" bonus bMaxHPrate,-20; bonus bAtkRate,30; "> }, { Id: 1008 AegisName: "RawTalisman" Name: "Raw Talisman" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 100 Def: 1 Loc: 1024 EquipLv: 65 Refine: false }, { Id: 1009 AegisName: "DarkTalisman" Name: "Dark Talisman" Type: "IT_ARMOR" Buy: 150000 Sell: 15000 Weight: 1000 Def: 1 Loc: 1024 EquipLv: 85 Refine: false }, { Id: 1010 AegisName: "FlightTalisman" Name: "Flight Talisman" Type: "IT_ARMOR" Buy: 22000 Sell: 4200 Weight: 500 Def: 1 Loc: 1024 EquipLv: 75 Refine: false }, { Id: 1011 AegisName: "ToothNecklace" Name: "Tooth Necklace" Type: "IT_ARMOR" Buy: 4000 Sell: 500 Weight: 50 Def: 0 Loc: 1024 EquipLv: 8 Refine: false Script: <" bonus bMaxHP,-200; bonus bStr,2; bonus bAtkRate,5; "> }, { Id: 1012 AegisName: "WolvernTeethNecklace" Name: "Wolvern Teeth Necklace" Type: "IT_ARMOR" Buy: 8000 Sell: 1000 Weight: 150 Def: 3 Loc: 1024 EquipLv: 24 Refine: false Script: <" bonus bMaxHP,-250; bonus bStr,4; bonus bAtkRate,7; "> }, { Id: 1013 AegisName: "ClawPendant" Name: "Claw Pendant" Type: "IT_ARMOR" Buy: 8000 Sell: 1000 Weight: 150 Def: 3 Loc: 1024 EquipLv: 24 Refine: false Script: <" bonus bMaxHP,-250; bonus bStr,4; bonus bAtkRate,10; "> }, { Id: 1014 AegisName: "BarbarianAmulet" Name: "Barbarian Amulet" Type: "IT_ARMOR" Buy: 11000 Sell: 2000 Weight: 350 Def: 1 Loc: 1024 EquipLv: 44 Refine: false Script: <" bonus bMaxHP,-300; bonus bStr,7; bonus bAtkRate,10; "> }, { Id: 1015 AegisName: "BarbarianMasterAmulet" Name: "Barbarian Master Amulet" Type: "IT_ARMOR" Buy: 100000 Sell: 10000 Weight: 450 Def: 1 Loc: 1024 EquipLv: 54 Refine: false Script: <" bonus bMaxHP,-400; bonus bStr,11; bonus bAtkRate,12; "> }, { Id: 1016 AegisName: "MonkPendant" Name: "Monk Pendant" Type: "IT_ARMOR" Buy: 100000 Sell: 10000 Weight: 450 Def: 4 Loc: 1024 EquipLv: 54 Refine: false }, { Id: 1017 AegisName: "AngelAmulet" Name: "Angel Amulet" Type: "IT_ARMOR" Buy: 100000 Sell: 10000 Weight: 450 Def: 1 Loc: 1024 EquipLv: 54 Refine: false }, { Id: 1018 AegisName: "SponsorNecklace" Name: "Sponsor Necklace" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Loc: "EQP_SHADOW_ACC_R" Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 1019 AegisName: "MoubooPendant" Name: "Mouboo Pendant" Type: "IT_ARMOR" Buy: 10000 Sell: 4500 Weight: 3 Def: 5 Loc: 1024 EquipLv: 55 Refine: false Script: <" bonus bHPrecovRate,6; bonus bSPrecovRate,3; bonus bMaxHP,150; bonus bInt,1; "> }, { Id: 1020 AegisName: "AlvasusPendant" Name: "Alvasus Pendant" Type: "IT_ARMOR" Buy: 4000 Sell: 500 Weight: 50 Def: 0 Loc: 1024 EquipLv: 21 Refine: false Script: <" bonus bDex,1; "> }, { Id: 1021 AegisName: "HeartNecklace" Name: "Heart Necklace" Type: "IT_ARMOR" Buy: 75000 Sell: 10000 Weight: 100 Def: 0 Loc: 1024 EquipLv: 9 Refine: false }, { Id: 1022 AegisName: "DiscordNecklace" Name: "Discord Necklace" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Loc: "EQP_SHADOW_ACC_R" Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, // { Id: 1150 AegisName: "FourLeafClover" Name: "Four Leaf Clover" Type: "IT_ARMOR" Buy: 200000 Sell: 10000 Weight: 5 Def: 0 Loc: "EQP_ACC_L" EquipLv: 30 Refine: false Script: <" bonus bCriticalDef,12; bonus bLuk,3; "> }, { Id: 1151 AegisName: "AshUrn" Name: "Ash Urn" Type: "IT_ARMOR" Buy: 8000 Sell: 2600 Weight: 450 Def: 5 Loc: "EQP_ACC_L" EquipLv: 40 Refine: false Script: <" bonus bDefRate, 15; bonus bDef2Rate, 15; "> }, { Id: 1152 AegisName: "AstralCube" Name: "Astral Cube" Type: "IT_ARMOR" Buy: 70000 Sell: 5000 Weight: 450 Def: 15 Loc: "EQP_ACC_L" EquipLv: 85 Refine: false Script: <" bonus bDefEle,Ele_Ghost; "> }, { Id: 1153 AegisName: "BrokenDoll" Name: "Broken Doll" Type: "IT_ARMOR" Buy: 7000 Sell: 2500 Weight: 450 Def: 2 Loc: "EQP_ACC_L" EquipLv: 54 Refine: false }, { Id: 1154 AegisName: "Doll" Name: "Doll" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 60 Def: 0 Loc: "EQP_ACC_L" EquipLv: 30 Refine: false Script: <" bonus bCritical,10; "> }, { Id: 1155 AegisName: "FireScroll" Name: "Fire Scroll" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 40 Def: 1 Loc: "EQP_ACC_L" EquipLv: 1 Refine: false Script: <" bonus bDefRatioAtkEle,Ele_Fire; bonus bAtkEle, Ele_Fire; bonus bDefEle, Ele_Fire; bonus2 bMagicAddEle, Ele_Fire, 25; bonus2 bMagicAtkEle, Ele_Fire, 25; skill TMW2_OVHFIRE, 1; "> }, { Id: 1156 AegisName: "HeartOfIsis" Name: "Heart Of Isis" Type: "IT_ARMOR" Buy: 10000000 Sell: 60000 Weight: 450 Def: 1 Loc: "EQP_ACC_L" EquipLv: 54 Refine: false }, { Id: 1157 AegisName: "LeatherBall" Name: "Leather Ball" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 45 Def: 0 Loc: "EQP_ACC_L" EquipLv: 26 Refine: false Script: <" bonus bHitRate,15; "> }, { Id: 1158 AegisName: "ZarkorScroll" Name: "Zarkor Scroll" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 37 Def: 0 Loc: "EQP_ACC_L" EquipLv: 31 Refine: false Script: <" skill TMW2_ZARKOR,1; bonus bCritical,1; bonus bHPrecovRate,4; "> }, { Id: 1159 AegisName: "OldTowel" Name: "Old Towel" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 45 Def: 1 Loc: "EQP_ACC_L" EquipLv: 20 Refine: false Script: <" bonus bCastrate,-10; bonus bUseSPrate,-10; addtoskill(TMW2_MPREGEN, 1, 2); "> }, { Id: 1160 AegisName: "PlushMouboo" Name: "Plush Mouboo" Type: "IT_ARMOR" Buy: 70000 Sell: 0 Weight: 50 Loc: "EQP_ACC_L" EquipLv: 90 Refine: false Script: <" bonus3 bSPDrainRate,10,5,1; bonus bAspdRate,-15; bonus bHitRate, 100; bonus2 bSubRace, RC_Legendary, 30; "> }, { Id: 1161 AegisName: "RedStocking" Name: "Red Stocking" Type: "IT_ARMOR" Buy: 7000 Sell: 230 Weight: 32 Def: 5 Loc: "EQP_ACC_L" EquipLv: 25 Refine: false Script: <" bonus2 bAddEle,Ele_Water,11; bonus2 bSubEle,Ele_Water,11; "> }, { Id: 1162 AegisName: "SantaGlobe" Name: "Santa Globe" Type: "IT_ARMOR" Buy: 7000 Sell: 180 Weight: 32 Def: 4 Loc: "EQP_ACC_L" EquipLv: 24 Refine: false Script: <" bonus2 bAddEle,Ele_Water,5; bonus2 bSubEle,Ele_Water,15; "> }, { Id: 1163 AegisName: "SnowmanGlobe" Name: "Snowman Globe" Type: "IT_ARMOR" Buy: 7000 Sell: 140 Weight: 32 Def: 4 Loc: "EQP_ACC_L" EquipLv: 24 Refine: false Script: <" bonus2 bAddEle,Ele_Water,5; bonus2 bSubEle,Ele_Water,10; "> }, { Id: 1164 AegisName: "SpectralOrb" Name: "Spectral Orb" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 450 Def: 10 Loc: "EQP_ACC_L" EquipLv: 80 Refine: false Script: <" bonus2 bSubEle,Ele_Holy,-25; bonus2 bAddEle,Ele_Ghost,50; "> }, { Id: 1165 AegisName: "ThetaBook" Name: "Theta Book" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 450 Def: 1 Loc: "EQP_ACC_L" EquipLv: 37 Refine: false Script: <" bonus bMaxSP,20; bonus bSPrecovRate,10; bonus bMatk,10; "> }, { Id: 1166 AegisName: "Blanket" Name: "Blanket" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 45 Def: 0 Loc: "EQP_ACC_L" EquipLv: 70 Refine: false Script: <" addtoskill(TMW2_SPEECH, 1, 2); bonus bHitRate, -10; bonus bFleeRate, -10; "> OnUnequipScript: <" dispbottom "Slumber falls over you."; callfunc "SC_Bonus", rand(4), SC_SLEEP, 1; "> }, { Id: 1167 AegisName: "EarthScroll" Name: "Earth Scroll" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 450 Loc: "EQP_ACC_L" EquipLv: 54 Refine: false Script: <" bonus bMdef, 5; bonus bMdefRate, 15; bonus bMdef2Rate, 15; "> }, { Id: 1168 AegisName: "CursedSkull" Name: "Cursed Skull" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 450 Loc: "EQP_ACC_L" EquipLv: 58 Refine: false Script: <" bonus2 bSubEle,Ele_Holy,-50; bonus2 bAddRace,RC_Undead,25; bonus2 bMagicAddRace,RC_Undead,25; "> }, { Id: 1169 AegisName: "GoldMedal" Name: "Gold Medal" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 450 Def: 3 Loc: "EQP_ACC_L" EquipLv: 54 Refine: false }, { Id: 1170 AegisName: "SilverMedal" Name: "SilverMedal" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 450 Def: 2 Loc: "EQP_ACC_L" EquipLv: 54 Refine: false }, { Id: 1171 AegisName: "BronzeMedal" Name: "Bronze Medal" Type: "IT_ARMOR" Buy: 7000 Sell: 1800 Weight: 450 Def: 1 Loc: "EQP_ACC_L" EquipLv: 54 Refine: false }, { Id: 1172 AegisName: "LeatherQuiver" Name: "Leather Quiver" Type: "IT_ARMOR" Buy: 120000 Sell: 1500 Weight: 60 Def: 0 Loc: "EQP_ACC_L" EquipLv: 30 RequiredAgi: 15 Refine: false Script: <" // Bow: Subtype W_BOW (ITEMINFO_SUBTYPE) // Arrow: EQP_AMMO // Check if you are using bow and arrows /* debugmes "Quiver info! Bow Getequip id is "+getequipid(EQI_HAND_R); debugmes "Quiver info! Item subtype is "+getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE); debugmes "Quiver info! Target subtype: "+W_BOW; */ if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,10; bonus bAddMaxWeight,100; bonus bMaxSPrate,-10; } "> }, { Id: 1173 AegisName: "IronQuiver" Name: "Iron Quiver" Type: "IT_ARMOR" Buy: 240000 Sell: 3000 Weight: 140 Def: 0 Loc: "EQP_ACC_L" EquipLv: 50 RequiredAgi: 21 Refine: false Script: <" if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,16; bonus bAddMaxWeight,200; bonus bMaxSPrate,-20; } "> }, { Id: 1174 AegisName: "BronzeQuiver" Name: "Bronze Quiver" Type: "IT_ARMOR" Buy: 240000 Sell: 3200 Weight: 200 Def: 0 Loc: "EQP_ACC_L" EquipLv: 70 RequiredAgi: 37 Refine: false Script: <" if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,23; bonus bAddMaxWeight,300; bonus bMaxSPrate,-30; } "> }, { Id: 1175 AegisName: "PlatinumQuiver" Name: "Platinum Quiver" Type: "IT_ARMOR" Buy: 480000 Sell: 6300 Weight: 210 Def: 0 Loc: "EQP_ACC_L" EquipLv: 90 RequiredAgi: 49 Refine: false Script: <" if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,30; bonus bAddMaxWeight,400; bonus bMaxSPrate,-40; } "> }, { Id: 1176 AegisName: "DragonStar" Name: "Dragon Star" Type: "IT_ARMOR" Buy: 27000 Sell: 8000 Weight: 30 Loc: "EQP_ACC_L" EquipLv: 54 Refine: false Script: <" bonus bAddMaxWeight,700; bonus bDefRate, -12; bonus bDef2Rate, -12; "> }, { Id: 1177 AegisName: "MichelSoul" Name: "Michel Soul" Type: "IT_ARMOR" Buy: 2700 Sell: 1200 Weight: 120 Loc: "EQP_ACC_L" EquipLv: 45 Refine: false Script: <" bonus bInt,7; bonus bMdef,25; "> }, { Id: 1178 AegisName: "GraduationAlbum" Name: "Graduation Album" Type: "IT_ARMOR" Buy: 21000 Sell: 7000 Weight: 900 Def: 3 Loc: "EQP_ACC_L" EquipLv: 100 Refine: false Script: <" bonus bSPrecovRate,28; bonus bMatk,30; "> }, { Id: 1179 AegisName: "RubberDucky" Name: "Rubber Ducky" Type: "IT_ARMOR" Buy: 15000 Sell: 7500 Weight: 500 Def: 0 Loc: "EQP_ACC_L" EquipLv: 50 Refine: false Script: <" skill TMW2_DUCKY, cap_value(0, 10, 1+REBIRTH*2); bonus bAllStats,5; bonus bHPrecovRate,-50; bonus bDefRate,-50; bonus bDef2Rate,-50; bonus bMaxSPrate,-35; bonus bFleeRate,-15; "> }, /////////////////////////// // Chest Armors { Id: 1300 AegisName: "CreasedShirt" Name: "Creased Shirt" Type: "IT_ARMOR" Buy: 70 Sell: 18 Weight: 17 Def: 1 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: true }, { Id: 1301 AegisName: "VneckJumper" Name: "V-neck Jumper" Type: "IT_ARMOR" Buy: 1800 Sell: 200 Weight: 30 Def: 43 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 49 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bDef2,4; "> }, { Id: 1302 AegisName: "ArtisTankTop" Name: "Artis Tank Top" Type: "IT_ARMOR" Buy: 1200 Sell: 120 Weight: 11 Def: 5 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 5 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,3; "> }, { Id: 1303 AegisName: "SailorShirt" Name: "SailorShirt" Type: "IT_ARMOR" Buy: 1900 Sell: 950 Weight: 110 Def: 19 Loc: "EQP_HEAD_MID" EquipLv: 26 Refine: true Script: <" bonus bMaxHP,32; bonus bStr,1; bonus bDef2,2; "> }, { Id: 1304 AegisName: "LieutenantArmor" Name: "Lieutenant Armor" Type: "IT_ARMOR" Buy: 4500 Sell: 300 Weight: 120 Def: 23 Loc: "EQP_HEAD_MID" EquipLv: 30 Refine: true Script: <" bonus bMaxHP,40; bonus bDef2,3; "> }, { Id: 1305 AegisName: "CopperArmor" Name: "Lieutenant Copper Armor" Type: "IT_ARMOR" Buy: 12000 Sell: 800 Weight: 340 Def: 50 Loc: "EQP_HEAD_MID" EquipLv: 55 Refine: true Script: <" bonus bMaxHP,106; bonus bDef2,5; "> }, { Id: 1306 AegisName: "WarlordPlate" Name: "Warlord Plate" Type: "IT_ARMOR" Buy: 200000 Sell: 18000 Weight: 2600 Def: 89 Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: true Script: <" bonus bMaxHP,240; bonus bSpeedAddRate, -7; bonus bDef2,14; "> }, { Id: 1307 AegisName: "BromenalChest" Name: "Bromenal Chest" Type: "IT_ARMOR" Buy: 160000 Sell: 16000 Weight: 3600 Def: 71 Loc: "EQP_HEAD_MID" EquipLv: 73 Refine: true Script: <" bonus bMaxHP,171; bonus bDef2,7; "> }, { Id: 1308 AegisName: "ForestArmor" Name: "Forest Armor" Type: "IT_ARMOR" Buy: 12000 Sell: 4000 Weight: 510 Def: 44 Loc: "EQP_HEAD_MID" EquipLv: 50 Refine: true Script: <" bonus bMaxHP,90; bonus bDex, 2; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAgi, 2; } bonus bDef2,5; "> }, { Id: 1309 AegisName: "ContributorSweater" Name: "Contributor Sweater" Type: "IT_ARMOR" Buy: 12000 Sell: 700 Weight: 25 Def: 5 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 5 Refine: true Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,3; "> }, { Id: 1310 AegisName: "Chainmail" Name: "Chainmail" Type: "IT_ARMOR" Buy: 14000 Sell: 8000 Weight: 1200 Def: 51 Loc: "EQP_HEAD_MID" EquipLv: 45 Refine: true Script: <" bonus bMaxHP,115; bonus bSpeedAddRate, -2; bonus bDef2,9; "> }, { Id: 1311 AegisName: "TerraniteArmor" Name: "Terranite Armor" Type: "IT_ARMOR" Buy: 12000 Sell: 800 Weight: 3600 Def: 82 Loc: "EQP_HEAD_MID" EquipLv: 82 Refine: true Script: <" bonus bMaxHP,210; bonus bMdef,41; bonus bDef2,8; "> }, { Id: 1312 AegisName: "LightPlatemail" Name: "Light Platemail" Type: "IT_ARMOR" Buy: 12000 Sell: 800 Weight: 2000 Def: 74 Loc: "EQP_HEAD_MID" EquipLv: 60 Refine: true Script: <" bonus bMaxHP,185; bonus bSpeedAddRate, -6; bonus bDef2,12; "> }, { Id: 1313 AegisName: "ShortTankTop" Name: "Short Tank Top" Type: "IT_ARMOR" Buy: 1200 Sell: 80 Weight: 5 Def: 6 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 8 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,6; "> }, { Id: 1314 AegisName: "LeatherShirt" Name: "Leather Shirt" Type: "IT_ARMOR" Buy: 1200 Sell: 550 Weight: 310 Def: 15 Loc: "EQP_HEAD_MID" EquipLv: 21 Refine: true Script: <" bonus bMaxHP,23; bonus bDef2,2; "> }, { Id: 1315 AegisName: "TneckSweater" Name: "Tneck Sweater" Type: "IT_ARMOR" Buy: 12000 Sell: 80 Weight: 30 Def: 8 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 13 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,12; bonus bDef2,1; "> }, { Id: 1316 AegisName: "SilkRobe" Name: "Silk Robe" Type: "IT_ARMOR" Buy: 20000 Sell: 1000 Weight: 25 Def: 7 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 20 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMatk,20; bonus bMdef,25; bonus bMaxSP,40; bonus bSPrecovRate,5; addtoskill(TMW2_MPREGEN, 1, 2); "> }, { Id: 1317 AegisName: "SorcererRobe" Name: "Sorcerer Robe" Type: "IT_ARMOR" Buy: 12000 Sell: 800 Weight: 40 Def: 25 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 55 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMatk,40; bonus bMdef,50; bonus bMaxSP,80; bonus bSPrecovRate,8; addtoskill(TMW2_MPREGEN, 2, 2); "> }, { Id: 1318 AegisName: "UglyChristmasSweater" Name: "Christmas Sweater" Type: "IT_ARMOR" Buy: 12000 Sell: 800 Weight: 350 Def: 17 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 40 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxSP,10; bonus bMatk,15; bonus bMdef,20; bonus bSPrecovRate,4; addtoskill(TMW2_MPREGEN, 1, 2); "> }, { Id: 1319 AegisName: "ValentineDress" Name: "Valentine Dress" Type: "IT_ARMOR" Buy: 12000 Sell: 800 Weight: 100 Def: 10 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 15 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,14; bonus bDef2,1; "> }, { Id: 1320 AegisName: "VneckSweater" Name: "Vneck Sweater" Type: "IT_ARMOR" Buy: 12000 Sell: 800 Weight: 36 Def: 25 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 32 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,44; bonus bDef2,3; "> }, { Id: 1321 AegisName: "CandorShirt" Name: "Candor Shirt" Type: "IT_ARMOR" Buy: 120 Sell: 50 Weight: 36 Def: 3 Loc: "EQP_HEAD_MID" EquipLv: 3 Refine: true Script: <" bonus bMaxHP,1; "> }, { Id: 1322 AegisName: "GMRobe" Name: "GM Robe" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 0 Atk: 0 Def: 20 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Nouse: { override: 60 } BindOnEquip: true }, { Id: 1323 AegisName: "RedknightArmor" Name: "Red Knight Armor" Type: "IT_ARMOR" Buy: 12000 Sell: 5000 Weight: 500 Def: 82 Loc: "EQP_HEAD_MID" EquipLv: 82 Refine: true Script: <" bonus bMaxHP,210; bonus bDefEle,Ele_Fire; bonus bDef2,8; "> }, { Id: 1324 AegisName: "DesertShirt" Name: "Desert Shirt" Type: "IT_ARMOR" Buy: 5000 Sell: 800 Weight: 390 Def: 30 Loc: "EQP_HEAD_MID" EquipLv: 37 Refine: true Script: <" bonus bMaxHP,56; bonus bDef2,3; "> }, { Id: 1325 AegisName: "YetiTankTop" Name: "Yety Tank Top" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 1 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: true Script: <" bonus bMaxHP,1; bonus bDef2,1; "> }, { Id: 1326 AegisName: "MoonshroomRobe" Name: "Moonshroom Robe" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 1 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: true Script: <" bonus bMaxHP,1; bonus bDef2,1; "> }, { Id: 1327 AegisName: "GoldenChainmail" Name: "Golden Chainmail" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 1 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: true Script: <" bonus bMaxHP,1; bonus bDef2,1; "> }, { Id: 1328 AegisName: "GoldenLightPlatemail" Name: "Golden Light Platemail" Type: "IT_ARMOR" Buy: 200000 Sell: 1000 Weight: 2200 Def: 80 Loc: "EQP_HEAD_MID" EquipLv: 64 Refine: true Script: <" bonus bMaxHP,205; bonus bSpeedAddRate, -4; bonus bDef2,12; "> }, { Id: 1329 AegisName: "GoldenWarlordPlate" Name: "Golden Warlord Plate" Type: "IT_ARMOR" Buy: 200000 Sell: 10000 Weight: 3000 Def: 97 Loc: "EQP_HEAD_MID" EquipLv: 75 Refine: true Script: <" bonus bMaxHP,270; bonus bSpeedAddRate, -7; bonus bDef2,15; "> }, { Id: 1330 AegisName: "LazuriteRobe" Name: "Lazurite Robe" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 1 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: true Script: <" bonus bMaxHP,1; bonus bDef2,1; "> }, { Id: 1331 AegisName: "SaviorArmor" Name: "Savior Armor" Type: "IT_ARMOR" Buy: 1000000 Sell: 100000 Weight: 2800 Def: 117 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 109 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 // If you don't dye the cap, it can be powerful id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bMaxHP,350; bonus bDef2,10; bonus bMdef, 4; "> }, { Id: 1332 AegisName: "CottonShirt" Name: "Cotton Shirt" Type: "IT_ARMOR" Buy: 1000 Sell: 130 Weight: 90 Def: 10 Slots: 1 Loc: "EQP_HEAD_MID" EquipLv: 15 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,14; bonus bDef2,1; "> }, { Id: 1333 AegisName: "AssassinChest" Name: "Assassin Chest" Type: "IT_ARMOR" Buy: 200000 Sell: 9000 Weight: 400 Def: 77 Loc: "EQP_HEAD_MID" EquipLv: 84 Refine: true Script: <" bonus bMaxHP,220; bonus bDef2,8; "> }, { Id: 1334 AegisName: "CrusadeArmor" Name: "Crusade Armor" Type: "IT_ARMOR" Buy: 20000 Sell: 1000 Weight: 1200 Def: 23 Loc: "EQP_HEAD_MID" EquipLv: 30 Refine: true Script: <" bonus bMaxHP,40; bonus bDef2,3; "> }, { Id: 1335 AegisName: "CommunityShirt" Name: "Community Shirt" Type: "IT_ARMOR" Buy: 1000000 Sell: 100 Weight: 120 Def: 2 Loc: "EQP_HEAD_MID" EquipLv: 2 Refine: true Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 1336 AegisName: "AlchemistArmor" Name: "Alchemist Armor" Type: "IT_ARMOR" Buy: 1000000 Sell: 100 Weight: 120 Def: 63 Loc: "EQP_HEAD_MID" EquipLv: 67 Refine: true Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" bonus bMaxHP,148; bonus bDef2,6; "> }, { Id: 1337 AegisName: "GraduationRobe" Name: "Graduation Robe" Type: "IT_ARMOR" Buy: 20000 Sell: 5000 Weight: 25 Atk: 0 Def: 37 Loc: "EQP_HEAD_MID" EquipLv: 75 Refine: true Script: <" bonus bMatk,20; bonus bMaxSP,100; bonus bSPrecovRate,5; "> }, { Id: 1338 AegisName: "MinerTankTop" Name: "Miner Tank Top" Type: "IT_ARMOR" Buy: 20000 Sell: 800 Weight: 110 Atk: 0 Def: 22 Loc: "EQP_HEAD_MID" EquipLv: 29 Refine: true Script: <" bonus bMaxHP,38; bonus bLuk,1; bonus bDef2,2; "> }, { Id: 1339 AegisName: "Bathrobe" Name: "Bathrobe" Type: "IT_ARMOR" Buy: 2600 Sell: 1000 Weight: 120 Def: 1 Loc: "EQP_HEAD_MID" EquipLv: 50 Refine: false Script: <" bonus bMaxHP,90; addtoskill(TMW2_SPEECH, 1, 2); "> }, { Id: 1340 AegisName: "MirrorLakeArmor" Name: "Mirror Lake Armor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 0 Def: 0 Loc: "EQP_HEAD_MID" EquipLv: 0 Refine: false AllowPickup: false Trade: { nodrop: true notrade: true partneroverride: false noselltonpc: true nocart: true nostorage: true nogstorage: true nomail: true noauction: true } Script: <" .@slv = callfunc("get_byte", ##00_INFO, 0) + 1; // Bonus bonus bMaxHP, 400+.@slv*80; bonus bMaxSP, .@slv*20; bonus bAllStats, .@slv*5; bonus bDef2, .@slv*10; bonus bDef, 55+.@slv*7; bonus bFlee, .@slv*10; bonus bHitRate, .@slv*10; bonus bAddMaxWeight, .@slv*25; // Penalties bonus bBaseAtk,-300; bonus bCriticalRate,-100; bonus bCastrate, -500; bonus bDelayrate, 50; // Neutral bonus bAtkEle, Ele_Ghost; bonus bDefEle, Ele_Ghost; bonus bUnstripableArmor, 1340; bonus bUnbreakableArmor, 1340; "> OnUnequipScript: <" equip(1340); "> }, // Boots { Id: 1800 AegisName: "LousyMoccasins" Name: "Lousy Moccasins" Type: "IT_ARMOR" Buy: 600 Sell: 180 Weight: 18 Def: 2 Loc: "EQP_SHOES" EquipLv: 10 Refine: false Script: <" bonus bMaxHP,2; bonus bDef2, 1; "> }, { Id: 1801 AegisName: "AssassinBoots" Name: "Assassin Boots" Type: "IT_ARMOR" Buy: 600 Sell: 180 Weight: 18 Def: 24 Loc: "EQP_SHOES" EquipLv: 82 Refine: false Script: <" bonus bMaxHP,52; bonus bDef2, 8; "> }, { Id: 1802 AegisName: "DeepBlackBoots" Name: "Deep Black Boots" Type: "IT_ARMOR" Buy: 600 Sell: 180 Weight: 18 Def: 12 Loc: "EQP_SHOES" EquipLv: 50 Refine: false Script: <" bonus bMaxHP,23; bonus bDef2, 5; "> }, { Id: 1803 AegisName: "CandorBoots" Name: "Candor Boots" Type: "IT_ARMOR" Buy: 600 Sell: 180 Weight: 18 Def: 2 Loc: "EQP_SHOES" EquipLv: 7 Refine: false Script: <" bonus bMaxHP,1; "> }, { Id: 1804 AegisName: "FurBoots" Name: "Fur Boots" Type: "IT_ARMOR" Buy: 600 Sell: 180 Weight: 18 Def: 9 Loc: "EQP_SHOES" EquipLv: 39 Refine: false Script: <" bonus bMaxHP,15; bonus2 bAddEle,Ele_Water,20; bonus2 bAddEle,Ele_Fire,-10; bonus bMaxSP,20; bonus bDef2, 4; "> }, { Id: 1805 AegisName: "CottonBoots" Name: "Cotton Boots" Type: "IT_ARMOR" Buy: 750 Sell: 200 Weight: 22 Def: 2 Slots: 1 Loc: "EQP_SHOES" EquipLv: 20 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMatk,10; bonus bMaxSP,10; bonus bSPrecovRate,10; "> }, { Id: 1806 AegisName: "Boots" Name: "Boots" Type: "IT_ARMOR" Buy: 1200 Sell: 200 Weight: 80 Def: 4 Loc: "EQP_SHOES" EquipLv: 21 Refine: false Script: <" bonus bMaxHP,5; bonus bDef2, 2; "> }, { Id: 1807 AegisName: "LeatherBoots" Name: "Leather Boots" Type: "IT_ARMOR" Buy: 20000 Sell: 100 Weight: 1 Def: 7 Loc: "EQP_SHOES" EquipLv: 32 Refine: false Script: <" bonus bMaxHP,11; bonus bDef2, 3; "> }, { Id: 1808 AegisName: "RedStockings" Name: "Red Stockings" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 10 Loc: "EQP_SHOES" EquipLv: 45 Refine: false Script: <" bonus bMaxHP,19; bonus bDef2, 5; "> }, { Id: 1809 AegisName: "BromenalBoots" Name: "Bromenal Boots" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 13 Loc: "EQP_SHOES" EquipLv: 55 Refine: false Script: <" bonus bMaxHP,26; bonus bDef2, 6; "> }, { Id: 1810 AegisName: "WizardMoccasins" Name: "Wizard Moccasins" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 8 Loc: "EQP_SHOES" EquipLv: 61 Refine: false Script: <" bonus bMatk,15; bonus bMdef,15; bonus bMaxSP,30; bonus bSPrecovRate,6; addtoskill(TMW2_MPREGEN, 1, 2); "> }, { Id: 1811 AegisName: "WitchBoots" Name: "Witch Boots" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 13 Loc: "EQP_SHOES" EquipLv: 94 Refine: false Script: <" bonus bMatk,20; bonus bMdef,20; bonus bMaxSP,50; bonus bSPrecovRate,7; addtoskill(TMW2_MPREGEN, 1, 2); "> }, { Id: 1812 AegisName: "HeliosBoots" Name: "Helios Boots" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 900 Def: 15 Loc: "EQP_SHOES" EquipLv: 70 Refine: false Script: <" bonus bMaxHP,-30; bonus bSpeedAddRate,7; // 7 means a moving speed increase of 10(.5) "> }, { Id: 1813 AegisName: "TerraniteBoots" Name: "Terranite Boots" Type: "IT_ARMOR" Buy: 10000 Sell: 1200 Weight: 320 Def: 21 Loc: "EQP_SHOES" EquipLv: 80 Refine: false Script: <" bonus bMaxHP,50; bonus bMdef, 10; bonus bDef2, 8; "> }, { Id: 1814 AegisName: "WarlordBoots" Name: "Warlord Boots" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 19 Loc: "EQP_SHOES" EquipLv: 74 Refine: false Script: <" bonus bMaxHP,44; bonus bDef2, 7; "> }, { Id: 1815 AegisName: "SaviorBoots" Name: "Savior Boots" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 32 Def: 30 Loc: "EQP_SHOES" EquipLv: 106 Refine: true Script: <" bonus bMaxHP,85; bonus bDef2, 10; bonus bSpeedAddRate, 6; bonus bMdef, 4; "> }, { Id: 1816 AegisName: "CreasedBoots" Name: "Creased Boots" Type: "IT_ARMOR" Buy: 200 Sell: 10 Weight: 12 Def: 1 Loc: "EQP_SHOES" EquipLv: 3 Refine: false }, { Id: 1817 AegisName: "TulimsharGuardBoots" Name: "Tulimshar Guard Boots" Type: "IT_ARMOR" Buy: 6000 Sell: 600 Weight: 35 Def: 3 Loc: "EQP_SHOES" EquipLv: 17 Refine: false Script: <" bonus bMaxHP,4; bonus bDef2, 2; "> }, { Id: 1818 AegisName: "SquirrelBoots" Name: "Squirrel Boots" Type: "IT_ARMOR" Buy: 6000 Sell: 1200 Weight: 32 Def: 5 Loc: "EQP_SHOES" EquipLv: 26 Refine: false Script: <" bonus bMaxHP,8; bonus bSpeedAddRate,2; bonus bDef2, 3; "> }, { Id: 1819 AegisName: "Slippers" Name: "Slippers" Type: "IT_ARMOR" Buy: 2600 Sell: 1000 Weight: 20 Def: 1 Loc: "EQP_SHOES" EquipLv: 30 Refine: false Script: <" bonus bMaxHP,10; addtoskill(TMW2_SPEECH, 1, 2); "> }, // Gloves { Id: 2000 AegisName: "Armbands" Name: "Armbands" Type: "IT_ARMOR" Buy: 400 Sell: 120 Weight: 10 Def: 3 Loc: "EQP_GARMENT" EquipLv: 30 Refine: false Script: <" bonus bMatk,10; bonus bMaxSP,10; bonus bSPrecovRate,8; "> }, { Id: 2001 AegisName: "CopperArmbands" Name: "Copper Armbands" Type: "IT_ARMOR" Buy: 4000 Sell: 800 Weight: 20 Def: 5 Loc: "EQP_GARMENT" EquipLv: 50 Refine: false Script: <" bonus bMatk,15; bonus bMaxSP,20; bonus bSPrecovRate,10; "> }, { Id: 2002 AegisName: "IronArmbands" Name: "Iron Armbands" Type: "IT_ARMOR" Buy: 7500 Sell: 940 Weight: 30 Def: 8 Loc: "EQP_GARMENT" EquipLv: 70 Refine: false Script: <" bonus bMatk,20; bonus bMaxSP,30; bonus bSPrecovRate,12; "> }, { Id: 2003 AegisName: "SarabArmlet" Name: "Sarab Armlet" Type: "IT_ARMOR" Buy: 75000 Sell: 940 Weight: 30 Def: 11 Loc: "EQP_GARMENT" EquipLv: 93 Refine: false Script: <" bonus bMatk,40; bonus bMaxSP,40; bonus bSPrecovRate,15; "> }, { Id: 2004 AegisName: "CreasedGloves" Name: "Creased Gloves" Type: "IT_ARMOR" Buy: 200 Sell: 1 Weight: 40 Def: 1 Loc: "EQP_GARMENT" EquipLv: 2 Refine: false }, { Id: 2005 AegisName: "CottonGloves" Name: "Cotton Gloves" Type: "IT_ARMOR" Buy: 900 Sell: 300 Weight: 60 Def: 3 Slots: 1 Loc: "EQP_GARMENT" EquipLv: 14 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMatk,10; bonus bMaxSP,10; bonus bSPrecovRate,10; "> }, { Id: 2006 AegisName: "MinerGloves" Name: "Miner Gloves" Type: "IT_ARMOR" Buy: 400 Sell: 190 Weight: 180 Def: 5 Loc: "EQP_GARMENT" EquipLv: 28 Refine: false Script: <" bonus bAspd,5; "> }, { Id: 2007 AegisName: "SilkGloves" Name: "Silk Gloves" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 3 Loc: "EQP_GARMENT" EquipLv: 24 Refine: false Script: <" bonus bMatk,12; bonus bMaxSP,10; bonus bSPrecovRate,10; "> }, { Id: 2008 AegisName: "LeatherGloves" Name: "Leather Gloves" Type: "IT_ARMOR" Buy: 2500 Sell: 450 Weight: 140 Def: 8 Slots: 2 Loc: "EQP_GARMENT" EquipLv: 40 Refine: false AllowCards: { id5030: 2 } Script: <" bonus bAspd,8; "> }, { Id: 2009 AegisName: "ForestGloves" Name: "Forest Gloves" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 13 Loc: "EQP_GARMENT" EquipLv: 59 Refine: false Script: <" bonus bAspd,11; "> }, { Id: 2010 AegisName: "BromenalGloves" Name: "Bromenal Gloves" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 15 Loc: "EQP_GARMENT" EquipLv: 66 Refine: false Script: <" bonus bAspd,13; "> }, { Id: 2011 AegisName: "GoldenArmbands" Name: "Golden Armbands" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 11 Loc: "EQP_GARMENT" EquipLv: 90 Refine: false Script: <" bonus bMatk, 25; bonus bMdef, 10; bonus bMaxSP,30; bonus bSPrecovRate,15; "> }, { Id: 2012 AegisName: "WarlordGloves" Name: "Warlord Gloves" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 21 Loc: "EQP_GARMENT" EquipLv: 90 Refine: false Script: <" bonus bAspd,18; "> }, { Id: 2013 AegisName: "ManaGloves" Name: "Mana Gloves" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 18 Loc: "EQP_GARMENT" EquipLv: 77 Refine: false Script: <" bonus bMaxSP,200; "> }, { Id: 2014 AegisName: "TerraniteGloves" Name: "Terranite Gloves" Type: "IT_ARMOR" Buy: 10000 Sell:1000 Weight: 200 Def: 18 Loc: "EQP_GARMENT" EquipLv: 78 Refine: false Script: <" bonus bAspd,15; bonus bMdef,9; "> }, { Id: 2015 AegisName: "AssassinGloves" Name: "Assassin Gloves" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 1 Def: 24 Loc: "EQP_GARMENT" EquipLv: 83 Refine: false Script: <" bonus bAspd,16; "> }, { Id: 2016 AegisName: "CandorGloves" Name: "Candor Gloves" Type: "IT_ARMOR" Buy: 200 Sell: 100 Weight: 45 Def: 2 Loc: "EQP_GARMENT" EquipLv: 4 Refine: false Script: <" bonus bAspd,1; "> }, // Leggings (Pants or Shorts) { Id: 2200 AegisName: "CreasedShorts" Name: "Creased Shorts" Type: "IT_ARMOR" Buy: 60 Sell: 15 Weight: 20 Def: 1 Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false }, { Id: 2201 AegisName: "RaidTrousers" Name: "Raid Trousers" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 35 Def: 10 Loc: "EQP_HEAD_LOW" EquipLv: 36 Refine: false Script: <" bonus bMaxHP,26; bonus bDef2, 4; bonus bAddMaxWeight,300; bonus bDoubleAddRate,5; "> }, { Id: 2202 AegisName: "AssassinPants" Name: "Assassin Pants" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 35 Def: 29 Loc: "EQP_HEAD_LOW" EquipLv: 85 Refine: false Script: <" bonus bMaxHP,112; bonus bDef2, 8; "> }, { Id: 2203 AegisName: "BromenalPants" Name: "Bromenal Pants" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 435 Def: 22 Loc: "EQP_HEAD_LOW" EquipLv: 70 Refine: false Script: <" bonus bMaxHP,80; bonus bDef2, 7; "> }, { Id: 2204 AegisName: "JeansChaps" Name: "Jeans Chaps" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 65 Def: 18 Loc: "EQP_HEAD_LOW" EquipLv: 56 Refine: false Script: <" bonus bMaxHP,55; bonus bDef2, 6; "> }, { Id: 2205 AegisName: "CottonShorts" Name: "Cotton Shorts" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 55 Def: 3 Slots: 1 Loc: "EQP_HEAD_LOW" EquipLv: 13 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,6; bonus bDef2, 1; "> }, { Id: 2206 AegisName: "MiniSkirt" Name: "Mini Skirt" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 14 Def: 3 Slots: 1 Loc: "EQP_HEAD_LOW" EquipLv: 15 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,7; bonus bDef2, 1; "> }, { Id: 2207 AegisName: "CottonTrousers" Name: "Cotton Trousers" Type: "IT_ARMOR" Buy: 12000 Sell: 2500 Weight: 25 Def: 10 Slots: 1 Loc: "EQP_HEAD_LOW" EquipLv: 36 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,26; bonus bDef2, 4; "> }, { Id: 2208 AegisName: "SilkPants" Name: "Silk Pants" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 16 Def: 18 Slots: 1 Loc: "EQP_HEAD_LOW" EquipLv: 59 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxSP,30; bonus bDef2,-1; "> }, { Id: 2209 AegisName: "CottonSkirt" Name: "Cotton Skirt" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 19 Def: 3 Slots: 1 Loc: "EQP_HEAD_LOW" EquipLv: 15 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,7; bonus bDef2, 2; "> }, { Id: 2210 AegisName: "TerranitePants" Name: "Terranite Pants" Type: "IT_ARMOR" Buy: 12000 Sell: 2500 Weight: 650 Def: 27 Loc: "EQP_HEAD_LOW" EquipLv: 81 Refine: false Script: <" bonus bMaxHP,102; bonus bMdef, 14; bonus bDef2, 8; "> }, { Id: 2211 AegisName: "ChainmailSkirt" Name: "Chainmail Skirt" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 280 Def: 20 Loc: "EQP_HEAD_LOW" EquipLv: 64 Refine: false Script: <" bonus bMaxHP,68; bonus bDef2, 6; "> }, { Id: 2212 AegisName: "JeansShorts" Name: "Jeans Shorts" Type: "IT_ARMOR" Buy: 1200 Sell: 400 Weight: 280 Def: 6 Loc: "EQP_HEAD_LOW" EquipLv: 25 Refine: false Script: <" bonus bMaxHP,15; bonus bDef2, 3; "> }, { Id: 2213 AegisName: "LeatherTrousers" Name: "Leather Trousers" Type: "IT_ARMOR" Buy: 12000 Sell: 1250 Weight: 280 Def: 14 Loc: "EQP_HEAD_LOW" EquipLv: 48 Refine: false Script: <" bonus bMaxHP,42; bonus bDef2, 5; "> }, { Id: 2214 AegisName: "BanditPants" Name: "Bandit Pants" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 280 Def: 13 Loc: "EQP_HEAD_LOW" EquipLv: 45 Refine: false Script: <" bonus bMaxHP,38; bonus bDef2, 5; "> }, { Id: 2215 AegisName: "WarlordPants" Name: "Warlord Pants" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 280 Def: 24 Loc: "EQP_HEAD_LOW" EquipLv: 75 Refine: false Script: <" bonus bMaxHP,90; bonus bDef2, 8; "> }, { Id: 2216 AegisName: "SaviorPants" Name: "Savior Pants" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 280 Def: 39 Loc: "EQP_HEAD_LOW" EquipLv: 108 Refine: true Script: <" bonus bMaxHP,180; bonus bDef2, 10; bonus bMdef, 4; "> }, { Id: 2217 AegisName: "CandorShorts" Name: "Candor Shorts" Type: "IT_ARMOR" Buy: 1200 Sell: 200 Weight: 32 Def: 2 Loc: "EQP_HEAD_LOW" EquipLv: 4 Refine: false Script: <" bonus bMaxHP,1; "> }, { Id: 2218 AegisName: "PirateShorts" Name: "Pirate Shorts" Type: "IT_ARMOR" Buy: 12000 Sell: 4500 Weight: 195 Def: 5 Loc: "EQP_HEAD_LOW" EquipLv: 20 Refine: false Script: <" bonus bMaxHP,11; bonus bFleeRate,1; bonus bDef2, 2; "> }, { Id: 2219 AegisName: "FarmerPants" Name: "Farmer Pants" Type: "IT_ARMOR" Buy: 1500 Sell: 500 Weight: 340 Def: 5 Slots: 1 Loc: "EQP_HEAD_LOW" EquipLv: 21 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,12; bonus bDef2, 2; "> }, { Id: 2220 AegisName: "LuffyxSummerShorts" Name: "Luffyx Summer Shorts" Type: "IT_ARMOR" Buy: 11200 Sell: 1400 Weight: 310 Def: 8 Loc: "EQP_HEAD_LOW" EquipLv: 31 Refine: false Script: <" bonus bMaxHP,21; bonus bStr,1; if ($@SEASON == SUMMER) { bonus bDef,20; bonus2 bExpAddRace,RC_All,5; //bonus2 bExpAddRace,RC_Brute,20; //bonus2 bExpAddRace,RC_Formless,20; } bonus bDef2, 3; "> }, // Rings { Id: 2500 AegisName: "WeddingRing" Name: "Wedding Ring" Type: "IT_ARMOR" Buy: 2000 Sell: 400 Weight: 1 Def: 1 Loc: 2048 EquipLv: 1 Refine: false Script: <" if (getpartnerid()) { skill WE_MALE,1; skill WE_FEMALE,1; bonus bMaxHP,5; } "> }, { Id: 2501 AegisName: "GoldenRing" Name: "Golden Ring" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 80 Def: 4 Loc: 2048 EquipLv: 40 Refine: false Slots: 1 AllowCards: { id5031: 1 id5032: 1 id5033: 1 id5034: 1 id5035: 1 id5036: 1 } }, { Id: 2508 AegisName: "GoldenPearlRing" Name: "Golden Pearl Ring" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 1 Def: 0 Loc: 2048 EquipLv: 25 Refine: false Script: <" bonus bAgi,1; bonus bInt,1; bonus bDex,1; "> }, { Id: 2509 AegisName: "GoldenBlackPearlRing" Name: "Golden Black Pearl Ring" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 1 Def: 0 Loc: 2048 EquipLv: 25 Refine: false Script: <" bonus bStr,1; bonus bVit,1; bonus bLuk,1; "> }, { Id: 2510 AegisName: "ThetaRing" Name: "Theta Ring" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 1 Def: 1 Loc: 2048 EquipLv: 4 Refine: false Script: <" bonus bMaxSP,15; bonus bSPrecovRate,10; "> }, { Id: 2511 AegisName: "LightRing" Name: "Light Ring" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 1 Def: 4 Loc: 2048 EquipLv: 4 Refine: false Script: <" bonus bHPrecovRate,20; bonus bSPrecovRate,5; "> }, { Id: 2512 AegisName: "SilverRing" Name: "Silver Ring" Type: "IT_ARMOR" Buy: 50000 Sell: 4000 Weight: 260 Def: 2 Loc: 2048 EquipLv: 20 Refine: false Slots: 1 AllowCards: { id5031: 1 id5032: 1 id5033: 1 id5034: 1 id5035: 1 id5036: 1 } }, // Shields { Id: 2700 AegisName: "Barrel" Name: "Barrel" Type: "IT_ARMOR" Buy: 150 Sell: 50 Weight: 400 Def: 20 Loc: "EQP_HAND_L" EquipLv: 4 Refine: false Script: <" bonus bMaxHP,200; bonus bSPrecovRate,-12; bonus bFleeRate, -25; bonus2 bHPRegenRate, 50, 1500; bonus bCriticalDef, 50; "> }, { Id: 2701 AegisName: "LeatherShield" Name: "Leather Shield" Type: "IT_ARMOR" Buy: 5000 Sell: 800 Weight: 410 Def: 10 Loc: "EQP_HAND_L" EquipLv: 18 Refine: true Script: <" bonus bMaxHP,33; bonus bSPrecovRate,-1; bonus bFleeRate, -3; bonus2 bHPRegenRate, 6, 1500; bonus bCriticalDef, 6; bonus bFlee2,1; bonus bDef2,3; "> }, { Id: 2702 AegisName: "BladeShield" Name: "Blade Shield" Type: "IT_ARMOR" Buy: 30000 Sell: 5000 Weight: 1980 Def: 24 Loc: "EQP_HAND_L" EquipLv: 36 Refine: true Script: <" bonus bSPrecovRate,-3; bonus bFleeRate, -6; bonus2 bHPRegenRate, 12, 1500; bonus bCriticalDef, 12; bonus bFlee2,3; bonus bDef2,7; // Blade Shield's Special bonus bAtkRate,5; "> }, { Id: 2703 AegisName: "BlueKnightShield" Name: "Blue Knight Shield" Type: "IT_ARMOR" Buy: 55000 Sell: 16000 Weight: 2400 Def: 56 Loc: "EQP_HAND_L" EquipLv: 70 Refine: true Script: <" bonus bMaxHP,280; bonus bSPrecovRate,-6; bonus bFleeRate, -9; bonus bSpeedAddRate, -3; bonus2 bHPRegenRate, 23, 1500; bonus bCriticalDef, 23; bonus bFlee2,7; bonus bDef2,14; "> }, { Id: 2704 AegisName: "BritShield" Name: "Brit Shield" Type: "IT_ARMOR" Buy: 40000 Sell: 12500 Weight: 2240 Def: 37 Loc: "EQP_HAND_L" EquipLv: 50 Refine: true Script: <" bonus bMaxHP,160; bonus bSPrecovRate,-4; bonus bFleeRate, -9; bonus2 bHPRegenRate, 17, 1500; bonus bCriticalDef, 17; bonus bFlee2,5; bonus bDef2,10; "> }, { Id: 2705 AegisName: "SaviorShield" Name: "Savior Shield" Type: "IT_ARMOR" Buy: 200000 Sell: 20000 Weight: 2710 Def: 90 Loc: "EQP_HAND_L" EquipLv: 102 Refine: true Script: <" bonus bMaxHP,540; bonus bSPrecovRate,-8; bonus bFleeRate, -9; bonus bSpeedAddRate, -8; bonus2 bHPRegenRate, 34, 1500; bonus bCriticalDef, 34; bonus bFlee2,10; bonus bDef2,20; bonus bMdef, 4; "> }, { Id: 2706 AegisName: "BromenalShield" Name: "Bromenal Shield" Type: "IT_ARMOR" Buy: 45000 Sell: 15000 Weight: 2900 Def: 46 Loc: "EQP_HAND_L" EquipLv: 60 Refine: true Script: <" bonus bMaxHP,215; bonus bSPrecovRate,-5; bonus bFleeRate, -9; bonus bSpeedAddRate, -1; bonus2 bHPRegenRate, 20, 1500; bonus bCriticalDef, 20; bonus bFlee2,6; bonus bDef2,12; "> }, { Id: 2707 AegisName: "RoundLeatherShield" Name: "Round Leather Shield" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 90 Def: 4 Loc: "EQP_HAND_L" EquipLv: 9 Refine: true Script: <" bonus bMaxHP,13; bonus bSPrecovRate,-1; bonus bFleeRate, -2; bonus2 bHPRegenRate, 3, 1500; bonus bCriticalDef, 3; bonus bDef2,2; "> }, { Id: 2708 AegisName: "AncientShield" Name: "Ancient Shield" Type: "IT_ARMOR" Buy: 50000 Sell: 18600 Weight: 6500 Def: 46 Loc: "EQP_HAND_L" EquipLv: 60 Refine: true Script: <" bonus bMaxHP,215; bonus bSPrecovRate,-4; bonus bFleeRate, -8; bonus2 bHPRegenRate, 12, 1500; bonus bCriticalDef, 12; bonus bFlee2,6; bonus bDef2,12; "> }, { Id: 2709 AegisName: "BraknarShield" Name: "Braknar Shield" Type: "IT_ARMOR" Buy: 35000 Sell: 11000 Weight: 2360 Def: 31 Loc: "EQP_HAND_L" EquipLv: 44 Refine: true Script: <" bonus bMaxHP,130; bonus bSPrecovRate,-4; bonus bFleeRate, -8; bonus2 bHPRegenRate, 15, 1500; bonus bCriticalDef, 15; bonus bFlee2,4; bonus bDef2,9; "> }, { Id: 2710 AegisName: "WoodenShield" Name: "Wooden Shield" Type: "IT_ARMOR" Buy: 20000 Sell: 2250 Weight: 1650 Def: 17 Loc: "EQP_HAND_L" EquipLv: 27 Refine: true Script: <" bonus bMaxHP,60; bonus bSPrecovRate,-2; bonus bFleeRate, -5; bonus2 bHPRegenRate, 9, 1500; bonus bCriticalDef, 9; bonus bFlee2,2; bonus bDef2,5; "> }, { Id: 2711 AegisName: "SteelShield" Name: "Steel Shield" Type: "IT_ARMOR" Buy: 100000 Sell: 18000 Weight: 2500 Def: 66 Loc: "EQP_HAND_L" EquipLv: 80 Refine: true Script: <" bonus bMaxHP,352; bonus bSPrecovRate,-7; bonus bFleeRate, -9; bonus bSpeedAddRate, -5; bonus2 bHPRegenRate, 27, 1500; bonus bCriticalDef, 27; bonus bFlee2,8; bonus bDef2,16; "> }, { Id: 2712 AegisName: "DragonShield" Name: "Dragon Shield" Type: "IT_ARMOR" Buy: 100000 Sell: 18000 Weight: 2500 Def: 79 Loc: "EQP_HAND_L" EquipLv: 92 Refine: true Script: <" bonus bMaxHP,450; bonus bSPrecovRate,-8; bonus bFleeRate, -9; bonus bSpeedAddRate, -7; bonus2 bHPRegenRate, 31, 1500; bonus bCriticalDef, 31; bonus bFlee2,9; bonus bDef2,18; "> }, { Id: 2713 AegisName: "KidBola" Name: "Kid Bola" Type: "IT_ARMOR" Buy: 100000 Sell: 800 Weight: 95 Def: 8 Loc: "EQP_HAND_L" EquipLv: 15 Refine: false }, { Id: 2714 AegisName: "CandorBola" Name: "Candor Bola" Type: "IT_ARMOR" Buy: 100000 Sell: 1400 Weight: 100 Def: 12 Loc: "EQP_HAND_L" EquipLv: 20 Refine: false }, { Id: 2715 AegisName: "PurpleBola" Name: "Purple Bola" Type: "IT_ARMOR" Buy: 100000 Sell: 1800 Weight: 100 Def: 15 Loc: "EQP_HAND_L" EquipLv: 25 Refine: false }, { Id: 2716 AegisName: "TulimsharBola" Name: "Tulimshar Bola" Type: "IT_ARMOR" Buy: 100000 Sell: 2400 Weight: 100 Def: 19 Loc: "EQP_HAND_L" EquipLv: 30 Refine: false }, { Id: 2717 AegisName: "SnakeBola" Name: "Snake Bola" Type: "IT_ARMOR" Buy: 100000 Sell: 3000 Weight: 110 Def: 23 Loc: "EQP_HAND_L" EquipLv: 35 Refine: false }, { Id: 2718 AegisName: "PiouBola" Name: "Piou Bola" Type: "IT_ARMOR" Buy: 100000 Sell: 4000 Weight: 120 Def: 28 Loc: "EQP_HAND_L" EquipLv: 40 Refine: false }, { Id: 2719 AegisName: "MasterBola" Name: "Master Bola" Type: "IT_ARMOR" Buy: 100000 Sell: 5000 Weight: 130 Def: 32 Loc: "EQP_HAND_L" EquipLv: 45 Refine: false }, { Id: 2720 AegisName: "EnchantedHerbBag" Name: "Enchanted Herb Bag" Type: "IT_ARMOR" Buy: 5000 Sell: 800 Weight: 180 Def: 0 Loc: "EQP_HAND_L" EquipLv: 1 Refine: false Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_HERB,RC_Plant; "> }, // { Id: 2900 AegisName: "Bandana" Name: "Bandana" Type: "IT_ARMOR" Buy: 950 Sell: 220 Weight: 35 Def: 2 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 12 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,8; bonus bDef2, 1; "> }, { Id: 2901 AegisName: "PumpkinHat" Name: "Pumpkin Hat" Type: "IT_ARMOR" Buy: 320 Sell: 100 Weight: 50 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 4 Refine: false Script: <" bonus bMaxHP,1; "> }, { Id: 2902 AegisName: "FancyHat" Name: "Fancy Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 400 Weight: 85 Def: 4 Loc: "EQP_HEAD_TOP" EquipLv: 19 Refine: false Script: <" bonus bMaxSP,5; "> }, { Id: 2903 AegisName: "BrimmedHat" Name: "Brimmed Hat" Type: "IT_ARMOR" Buy: 1000 Sell: 240 Weight: 20 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 33 Refine: false Script: <" bonus bMaxHP,35; bonus bDef2, 3; bonus bNearAtkDef, 5; "> }, { Id: 2904 AegisName: "BrimmedFeatherHat" Name: "Brimmed Feather Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 23 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 34 Refine: false Script: <" bonus bMaxHP,36; bonus bDef2, 3; bonus bNearAtkDef, 5; "> }, { Id: 2905 AegisName: "BrimmedFlowerHat" Name: "Brimmed Flower Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 34 Refine: false Script: <" bonus bMaxHP,36; bonus bDef2, 3; bonus bNearAtkDef, 5; "> }, { Id: 2906 AegisName: "BullHelmet" Name: "Bull Helmet" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 220 Def: 46 Loc: "EQP_HEAD_TOP" EquipLv: 90 Refine: true Script: <" bonus bMaxHP,247; bonus bSpeedAddRate, -6; bonus bDef2, 18; "> }, { Id: 2907 AegisName: "DarkHelm" Name: "Dark Helm" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 1300 Def: 31 Loc: "EQP_HEAD_TOP" EquipLv: 90 Refine: true Script: <" bonus bMaxHP,185; bonus bDef2, 9; "> }, { Id: 2908 AegisName: "FunkyHat" Name: "Funky Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 50 Def: 8 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,30; bonus bDef2, 3; "> }, { Id: 2909 AegisName: "CrusadeHelmet" Name: "Crusade Helmet" Type: "IT_ARMOR" Buy: 320 Sell: 100 Weight: 1450 Def: 25 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 55 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,106; bonus bSpeedAddRate, -2; bonus bDef2, 11; "> }, { Id: 2910 AegisName: "Bucket" Name: "Bucket" Type: "IT_ARMOR" Buy: 8600 Sell: 450 Weight: 880 Def: 10 Loc: "EQP_HEAD_TOP" EquipLv: 36 Refine: true Script: <" bonus bMaxHP,40; bonus bDef2, 4; "> }, { Id: 2911 AegisName: "InfantryHelmet" Name: "Infantry Helmet" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 622 Def: 12 Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: true Script: <" bonus bMaxHP,40; bonus bSpeedAddRate, -2; bonus bDef2, 6; "> }, { Id: 2912 AegisName: "BunnyEars" Name: "Bunny Ears" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 10 Def: 0 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 2 Refine: false //DropAnnounce: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } }, { Id: 2913 AegisName: "MoubooHat" Name: "Mouboo Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 1000 Weight: 380 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 35 Refine: false Script: <" bonus bMaxHP,150; bonus bDef2, 3; "> }, { Id: 2914 AegisName: "BromenalHelmet" Name: "Bromenal Helmet" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 900 Def: 13 Loc: "EQP_HEAD_TOP" EquipLv: 45 Refine: true Script: <" bonus bMaxHP,57; bonus bDef2, 5; "> }, { Id: 2915 AegisName: "CandleHelmet" Name: "Candle Helmet" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 15 Loc: "EQP_HEAD_TOP" EquipLv: 50 Refine: true Script: <" bonus bMaxHP,68; bonus bDef2, 5; "> }, { Id: 2916 AegisName: "DesertHelmet" Name: "Desert Helmet" Type: "IT_ARMOR" Buy: 160000 Sell: 10000 Weight: 480 Def: 11 Loc: "EQP_HEAD_TOP" EquipLv: 40 Refine: true Script: <" bonus bMaxHP,47; bonus bDef2, 4; "> }, { Id: 2917 AegisName: "DesertHat" Name: "Desert Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 600 Weight: 22 Def: 6 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 25 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,23; bonus bDef2, 2; "> }, { Id: 2918 AegisName: "BlueEggshellHat" Name: "Blue Eggshell Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 3000 Weight: 460 Def: 5 Loc: "EQP_HEAD_TOP" EquipLv: 21 Refine: false Script: <" bonus bMaxHP,17; if ($EVENT$ == "Easter") { bonus bDef,10; } bonus bDef2, 2; "> }, { Id: 2919 AegisName: "PrsmHelmet" Name: "Prsm Helmet" Type: "IT_ARMOR" Buy: 16000 Sell: 3000 Weight: 22 Def: 18 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: true AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,92; bonus bSpeedAddRate, 1; bonus bDef2, 6; bonus2 bExpAddRace,RC_All,3; "> }, { Id: 2920 AegisName: "WarlordHelmet" Name: "Warlord Helmet" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 400 Def: 31 Loc: "EQP_HEAD_TOP" EquipLv: 65 Refine: true Script: <" bonus bMaxHP,141; bonus bSpeedAddRate, -4; bonus bDef2, 13; "> }, { Id: 2921 AegisName: "TrapperHat" Name: "Trapper Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 14 Loc: "EQP_HEAD_TOP" EquipLv: 48 Refine: false Script: <" bonus bMaxHP,64; bonus bDef2, 5; "> }, { Id: 2922 AegisName: "YetiMask" Name: "Yeti Mask" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 12 Loc: "EQP_HEAD_TOP" EquipLv: 43 Refine: false Script: <" bonus bMaxHP,53; bonus bDef2, 4; "> }, { Id: 2923 AegisName: "AntlersHat" Name: "Antlers Hat" Type: "IT_ARMOR" Buy: 50000 Sell: 10000 Weight: 835 Def: 3 Loc: "EQP_HEAD_TOP" EquipLv: 13 Refine: false Script: <" bonus bMaxHP,9; bonus bStr,2; bonus bDef2, 1; "> }, { Id: 2924 AegisName: "DragonEggshell" Name: "Dragon Eggshell" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 8 Refine: false Script: <" bonus bMaxHP,4; bonus bDef2, 1; "> }, { Id: 2925 AegisName: "OperaMask" Name: "Opera Mask" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 8 Refine: false Script: <" bonus bMaxHP,4; "> }, { Id: 2926 AegisName: "AxeHat" Name: "Axe Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 82 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 8 Refine: false Script: <" bonus bMaxHP,4; "> }, { Id: 2927 AegisName: "DarkKnightHelmet" Name: "Dark Knight Helmet" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 49 Loc: "EQP_HEAD_TOP" EquipLv: 94 Refine: true Script: <" bonus bMaxHP,267; bonus bSpeedAddRate, -7; bonus bDef2, 19; "> }, { Id: 2928 AegisName: "Earmuffs" Name: "Earmuffs" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 10 Loc: "EQP_HEAD_TOP" EquipLv: 37 Refine: false Script: <" bonus bMaxHP,42; bonus bDef2, 4; "> }, { Id: 2929 AegisName: "SamuraiHelmet" Name: "Samurai Helmet" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 34 Loc: "EQP_HEAD_TOP" EquipLv: 98 Refine: true Script: <" bonus bMaxHP,215; bonus bDef2, 10; "> }, { Id: 2930 AegisName: "PinkieHat" Name: "Pinkie Hat" Type: "IT_ARMOR" Buy: 160000 Sell: 10000 Weight: 5 Def: 4 Loc: "EQP_HEAD_TOP" EquipLv: 16 Refine: false Script: <" bonus bMaxHP,12; bonus bDef2, 1; "> }, { Id: 2931 AegisName: "SkullMask" Name: "Skull Mask" Type: "IT_ARMOR" Buy: 16000 Sell: 3000 Weight: 150 Def: 15 Loc: "EQP_HEAD_TOP" EquipLv: 50 Refine: false Script: <" bonus bMaxHP,68; bonus bDef2, 5; "> }, { Id: 2932 AegisName: "ImperialCrown" Name: "Imperial Crown" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 18 Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false Script: <" bonus bMaxHP,92; bonus bDef2, 6; "> }, { Id: 2933 AegisName: "GMCap" Name: "GM Cap" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 0 Def: 20 Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Nouse: { override: 60 } }, { Id: 2934 AegisName: "Cap" Name: "Cap" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 8 Refine: false Script: <" bonus bMaxHP,4; "> }, { Id: 2935 AegisName: "TopHat" Name: "Top Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 8 Refine: false Script: <" bonus bCastrate, 20; bonus bFixedCastrate, 20; bonus2 bAddGetZenyNum, -4, 10; "> }, { Id: 2936 AegisName: "BowlerHat" Name: "Bowler Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 4 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 19 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,15; bonus bDef2, 2; "> }, { Id: 2937 AegisName: "ChefHat" Name: "Chef Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 3500 Weight: 185 Def: 14 Loc: "EQP_HEAD_TOP" EquipLv: 45 Refine: false Script: <" bonus bMaxHP,58; bonus bHPrecovRate,30; bonus bSPrecovRate,30; bonus bHealPower,20; bonus bAddItemHealRate,10; bonus bAtkRate,-45; bonus bAtk2,-45; bonus2 bResEff,Eff_Poison,1500; "> OnUnequipScript: <" dispbottom "You feel bad for some strange reason."; callfunc "SC_Bonus", 1+rand(5), SC_CURSE, 1; "> }, { Id: 2938 AegisName: "CaptainCap" Name: "Captain Cap" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 8 Refine: false Script: <" bonus bMaxHP,4; "> }, { Id: 2939 AegisName: "CandorHeadBand" Name: "Candor Head Band" Type: "IT_ARMOR" Buy: 320 Sell: 110 Weight: 23 Def: 2 Loc: "EQP_HEAD_TOP" EquipLv: 9 Refine: false Script: <" bonus bMaxHP,5; bonus bDef2, 1; "> }, { Id: 2940 AegisName: "GraduationCap" Name: "Graduation Cap" Type: "IT_ARMOR" Buy: 3500 Sell: 1500 Weight: 35 Def: 11 Loc: "EQP_HEAD_TOP" EquipLv: 40 Refine: false Script: <" bonus bMaxHP,40; bonus bSPrecovRate,5; "> }, { Id: 2941 AegisName: "VikingHelmet" Name: "Viking Helmet" Type: "IT_ARMOR" Buy: 32000 Sell: 1000 Weight: 220 Def: 22 Loc: "EQP_HEAD_TOP" EquipLv: 70 Refine: true Script: <" bonus bMaxHP,120; bonus bDef2, 7; "> }, { Id: 2942 AegisName: "CenturionHelmet" Name: "Centurion Helmet" Type: "IT_ARMOR" Buy: 32000 Sell: 1000 Weight: 22 Def: 40 Loc: "EQP_HEAD_TOP" EquipLv: 80 Refine: true Script: <" bonus bMaxHP,202; bonus bSpeedAddRate, -4; bonus bDef2, 16; "> }, { Id: 2943 AegisName: "AlphaMoubooHat" Name: "Alpha Mouboo Hat" Type: "IT_ARMOR" Buy: 32000 Sell: 10000 Weight: 300 Def: 20 Loc: "EQP_HEAD_TOP" EquipLv: 65 Refine: false Script: <" bonus bMaxHP,300; bonus bStr,1; bonus bDex,1; bonus bDef2, 6; "> }, { Id: 2944 AegisName: "SailorHat" Name: "Sailor Hat" Type: "IT_ARMOR" Buy: 32000 Sell: 1000 Weight: 22 Def: 11 Loc: "EQP_HEAD_TOP" EquipLv: 40 Refine: false Script: <" bonus bMaxHP,47; bonus2 bAddEle,Ele_Water,10; bonus bDef2, 4; "> }, { Id: 2945 AegisName: "CorsairHat" Name: "Corsair Hat" Type: "IT_ARMOR" Buy: 32000 Sell: 1000 Weight: 22 Def: 10 Loc: "EQP_HEAD_TOP" EquipLv: 38 Refine: false Script: <" bonus bMaxHP,43; bonus bDef2, 4; "> }, { Id: 2946 AegisName: "RightEyePatch" Name: "Right Eye Patch" Type: "IT_ARMOR" Buy: 32000 Sell: 3500 Weight: 22 Def: 4 Loc: "EQP_HEAD_TOP" EquipLv: 16 Refine: false Script: <" bonus bMaxHP,12; bonus bDef2, 2; "> }, // IDs 2947~2982 moved to art/ repo { Id: 2983 AegisName: "SerfHat" Name: "Serf Hat" Type: "IT_ARMOR" Buy: 3200 Sell: 500 Weight: 420 Def: 3 Loc: "EQP_HEAD_TOP" EquipLv: 15 Refine: false Script: <" bonus bMaxHP,10; bonus bDef2, 1; "> }, { Id: 2984 AegisName: "NPCEyes" Name: "NPC Blinking Eyes" Type: "IT_ARMOR" Buy: 320000 Sell: 1 Weight: 200 Def: -100 Loc: "EQP_HEAD_TOP" EquipLv: 150 Refine: false }, { Id: 2985 AegisName: "GreenEggshellHat" Name: "Green Eggshell Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 3000 Weight: 460 Def: 5 Loc: "EQP_HEAD_TOP" EquipLv: 21 Refine: false Script: <" bonus bMaxHP,17; if ($EVENT$ == "Easter") { bonus bDef,10; } bonus bDef2, 2; "> }, { Id: 2986 AegisName: "OrangeEggshellHat" Name: "Orange Eggshell Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 3000 Weight: 460 Def: 5 Loc: "EQP_HEAD_TOP" EquipLv: 21 Refine: false Script: <" bonus bMaxHP,17; if ($EVENT$ == "Easter") { bonus bDef,10; } bonus bDef2, 2; "> }, { Id: 2987 AegisName: "DarkEggshellHat" Name: "Dark Eggshell Hat" Type: "IT_ARMOR" Buy: 160000 Sell: 10000 Weight: 460 Def: 8 Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false //DropAnnounce: true Script: <" bonus bMaxHP,30; if ($EVENT$ == "Easter") { bonus bDef,15; } bonus bDef2, 2; "> }, { Id: 2988 AegisName: "ADMINCap" Name: "ADMIN Cap" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 0 Def: 20 Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Nouse: { override: 99 } Script: <" if (getgmlevel() < 99) { logmes "Banning invalid use of Admin Cap", LOGMES_ATCOMMAND; announce "Security violation at item.db.2988, Administrator help immediately required.", bc_all; atcommand "@ban 1m "+strcharinfo(0); delitem 2988, 1; } "> }, { Id: 2989 AegisName: "DEVCap" Name: "DEV Cap" Type: "IT_ARMOR" Buy: 2 Sell: 1 Weight: 0 Def: 20 Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 2990 AegisName: "MagicTopHat" Name: "Magic Top Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 1 Weight: 800 Def: 25 Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } BindOnEquip: true Script: <" bonus bMaxHP,50000; bonus bFleeRate,-80; "> }, { Id: 2991 AegisName: "MinerHat" Name: "Miner Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 260 Weight: 245 Def: 7 Loc: "EQP_HEAD_TOP" EquipLv: 29 Refine: true Script: <" bonus bMaxHP,28; bonus bDef2, 3; "> }, { Id: 2992 AegisName: "MurdererCrown" Name: "Murderer Crown" Type: "IT_ARMOR" Buy: 16000 Sell: 1000 Weight: 250 Def: 2 Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false Trade: { nodrop: true noselltonpc: true } Script: <" bonus bMaxHP,6; bonus bCriticalRate,50; bonus2 bSubEle,Ele_Holy,-25; bonus2 bSubEle,Ele_Dark,25; bonus bDef2, 1; "> }, { Id: 2993 AegisName: "FluffyHat" Name: "Fluffy Hat" Type: "IT_ARMOR" Buy: 160000 Sell: 10000 Weight: 410 Def: 5 Loc: "EQP_HEAD_TOP" EquipLv: 22 Refine: false Script: <" bonus bMaxHP,19; bonus bDef2, 2; "> }, { Id: 2994 AegisName: "PirateBandana" Name: "Pirate Bandana" Type: "IT_ARMOR" Buy: 160000 Sell: 5000 Weight: 38 Def: 7 Loc: "EQP_HEAD_TOP" EquipLv: 28 Refine: false Script: <" bonus bMaxHP,27; bonus bDef2, 3; "> }, { Id: 2995 AegisName: "PaperBag" Name: "Paper Bag" Type: "IT_ARMOR" Buy: 160000 Sell: 5000 Weight: 12 Def: 8 Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false Script: <" bonus bMaxHP,30; bonus bDef2, 3; "> }, { Id: 2996 AegisName: "RiceHat" Name: "Rice Hat" Type: "IT_ARMOR" Buy: 3 Sell: 1 Weight: 0 Def: 58 Loc: "EQP_HEAD_TOP" EquipLv: 150 Refine: false Script: <" bonus bMaxHP,464; bonus bDef2, 15; "> }, { Id: 2997 AegisName: "FarmerHat" Name: "Farmer Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 500 Weight: 120 Def: 8 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } Script: <" bonus bMaxHP,30; bonus bStr,2; bonus bDef2, 3; "> }, { Id: 2998 AegisName: "BanditHat" Name: "Bandit Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 5000 Weight: 120 Def: 13 Loc: "EQP_HEAD_TOP" EquipLv: 45 Refine: false Script: <" bonus bMaxHP,57; bonus bDex,2; bonus bDef2, 4; "> }, { Id: 2999 AegisName: "FairyHat" Name: "Sacred Forest Hat" Type: "IT_ARMOR" Buy: 3600 Sell: 900 Weight: 80 Def: 15 Loc: "EQP_HEAD_TOP" EquipLv: 50 Refine: false Script: <" bonus bMaxHP,68; bonus bAgiVit,1; bonus bDef2, 5; "> }, { Id: 3000 AegisName: "CaveSnakeHat" Name: "Cave Snake Hat" Type: "IT_ARMOR" Buy: 50000 Sell: 10000 Weight: 46 Def: 5 Loc: "EQP_HEAD_TOP" EquipLv: 20 Refine: false Script: <" bonus bMaxHP,16; bonus bAgi, 2; bonus bDef2, 2; "> }, { Id: 3001 AegisName: "PinkHelmet" Name: "Pink Helmet" Type: "IT_ARMOR" Buy: 16000 Sell: 5000 Weight: 320 Def: 15 Loc: "EQP_HEAD_TOP" EquipLv: 50 Refine: true Script: <" bonus bMaxHP,68; bonus bStr,2; bonus bVit,2; bonus bDef2, 5; bonus2 bAddEle, Ele_Earth, 15; bonus bMdefRate, 5; bonus bMdef2Rate, 5; bonus bHitRate, 10; "> }, { Id: 3002 AegisName: "ShroomHat" Name: "Shroom Hat" Type: "IT_ARMOR" Buy: 21000 Sell: 10000 Weight: 240 Def: 8 Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false Script: <" bonus bMaxHP,30; bonus bStr,2; bonus bDef2, 3; "> }, { Id: 3003 AegisName: "ForestShroomHat" Name: "Forest Shroom Hat" Type: "IT_ARMOR" Buy: 23000 Sell: 10000 Weight: 320 Def: 15 Loc: "EQP_HEAD_TOP" EquipLv: 50 Refine: false Script: <" bonus bMaxHP,68; // Fairy Hat exist for this bonus bDex,3; bonus bInt,1; bonus bDef2, 5; "> }, { Id: 3004 AegisName: "ChemistHelmet" Name: "Alchemist Helmet" Type: "IT_ARMOR" Buy: 26000 Sell: 10000 Weight: 320 Def: 26 Loc: "EQP_HEAD_TOP" EquipLv: 80 Refine: false Script: <" bonus bMaxHP,150; bonus bDef2, 8; "> }, { Id: 3005 AegisName: "ClericCap" Name: "Cleric Cap" Type: "IT_ARMOR" Buy: 26000 Sell: 10000 Weight: 320 Def: 26 Loc: "EQP_HEAD_TOP" EquipLv: 80 Refine: false Script: <" bonus bMaxHP,150; bonus bDef2, 8; bonus bHPrecovRate,50; bonus bSPrecovRate,50; bonus bHealPower,30; bonus bAddItemHealRate,20; bonus bAtkRate,-75; bonus bAtk2,-75; bonus bCriticalRate, -40; bonus bAspdRate, -20; bonus bFlee2, 10; bonus2 bSubEle, Ele_Holy, 50; "> OnUnequipScript: <" dispbottom "Your heresy has been frowned upon."; callfunc "SC_Bonus", 3+rand(5), SC_BLIND, 1; "> }, { Id: 3006 AegisName: "SantaBeardHat" Name: "Santa Beard Hat" Type: "IT_ARMOR" Buy: 26000 Sell: 100 Weight: 32 Def: 4 Loc: "EQP_HEAD_TOP" EquipLv: 18 Refine: false Script: <" bonus bMaxHP,14; bonus bDef2, 2; "> }, { Id: 3007 AegisName: "WickedShroomHat" Name: "Wicked Shroom Hat" Type: "IT_ARMOR" Buy: 24000 Sell: 10000 Weight: 420 Def: 18 Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false Script: <" bonus bMaxHP,92; bonus bStr,5; bonus bDex,1; bonus bDef2, 6; "> }, { Id: 3008 AegisName: "MoonshroomHat" Name: "Moonshroom Hat" Type: "IT_ARMOR" Buy: 25000 Sell: 10000 Weight: 250 Def: 22 Loc: "EQP_HEAD_TOP" EquipLv: 70 Refine: false Script: <" bonus bInt,7; "> }, { Id: 3009 AegisName: "FafiMask" Name: "Fafi Mask" Type: "IT_ARMOR" Buy: 26000 Sell: 3500 Weight: 40 Def: 16 Loc: "EQP_HEAD_TOP" EquipLv: 53 Refine: true Script: <" bonus bMaxHP,75; bonus bInt,1; bonus bMaxSP,25; bonus bSPrecovRate,5; "> }, { Id: 3010 AegisName: "AFKCap" Name: "AFK Cap" Type: "IT_ARMOR" Buy: 2600 Sell: 1000 Weight: 30 Def: 5 Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false Script: <" bonus bMaxHP,30; addtoskill(TMW2_SPEECH, 1, 2); "> }, { Id: 3011 AegisName: "KnitHat" Name: "Knit Hat" Type: "IT_ARMOR" Buy: 2600 Sell: 1000 Weight: 70 Def: 7 Loc: "EQP_HEAD_TOP" EquipLv: 29 Refine: false Script: <" bonus bMaxHP,29; if ($@SEASON == WINTER) { bonus bDef,20; bonus2 bExpAddRace,RC_All,15; //bonus2 bExpAddRace,RC_Brute,20; //bonus2 bExpAddRace,RC_Formless,20; } bonus bDef2, 3; "> }, { Id: 3012 AegisName: "LeprechaunHat" Name: "Leprechaun Hat" Type: "IT_ARMOR" Buy: 26000 Sell: 5000 Weight: 40 Def: 15 Loc: "EQP_HEAD_TOP" EquipLv: 50 Refine: false Script: <" bonus bMaxHP,68; bonus bLuk,4; bonus bDef2, 5; "> }, { Id: 3013 AegisName: "CatEars" Name: "Cat Ears" Type: "IT_ARMOR" Buy: 6000 Sell: 1000 Weight: 20 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 33 Refine: false Script: <" bonus bMaxHP,35; bonus bAgi, 2; bonus bDef2, 3; "> }, { Id: 3014 AegisName: "SantaHat" Name: "Santa Hat" Type: "IT_ARMOR" Buy: 22000 Sell: 80 Weight: 28 Def: 3 Loc: "EQP_HEAD_TOP" EquipLv: 14 Refine: false Script: <" bonus bMaxHP,10; bonus bDef2, 1; "> }, { Id: 3015 AegisName: "Wreath" Name: "Wreath" Type: "IT_ARMOR" Buy: 2600 Sell: 1000 Weight: 50 Def: 6 Loc: "EQP_HEAD_TOP" EquipLv: 25 Refine: false Script: <" bonus bMaxHP,20; bonus bInt,1; bonus bSPrecovRate,5; if ($@SEASON == SPRING) { bonus bDef,20; bonus2 bExpAddRace,RC_All,15; } "> }, { Id: 3016 AegisName: "TerraniteMask" Name: "Terranite Mask" Type: "IT_ARMOR" Buy: 26000 Sell: 10000 Weight: 90 Def: 26 Loc: "EQP_HEAD_TOP" EquipLv: 78 Refine: false Script: <" bonus bMaxHP,144; bonus bMdef,5; bonus bLuk,1; bonus bDef2, 7; "> }, { Id: 3017 AegisName: "EggshellHat" Name: "Eggshell Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 3000 Weight: 460 Def: 5 Loc: "EQP_HEAD_TOP" EquipLv: 21 Refine: false Script: <" bonus bMaxHP,17; if ($EVENT$ == "Easter") { bonus bDef,10; } bonus bDef2, 2; "> }, { Id: 3018 AegisName: "BountyHunterHelmet" Name: "Bounty Hunter Helmet" Type: "IT_ARMOR" Buy: 16000 Sell: 3000 Weight: 320 Def: 18 Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: true Script: <" bonus bMaxHP,92; bonus bAspdRate,15; bonus bDef2, 6; "> }, { Id: 3019 AegisName: "MushHat" Name: "Mush Hat" Type: "IT_ARMOR" Buy: 22000 Sell: 10000 Weight: 290 Def: 11 Loc: "EQP_HEAD_TOP" EquipLv: 40 Refine: false Script: <" bonus bMaxHP,45; bonus bStr,3; bonus bInt,1; bonus bDef2, 4; "> }, { Id: 3020 AegisName: "TerraniteHelmet" Name: "Terranite Helmet" Type: "IT_ARMOR" Buy: 8000 Sell: 1000 Weight: 290 Def: 25 Loc: "EQP_HEAD_TOP" EquipLv: 76 Refine: false Script: <" bonus bMaxHP,135; bonus bMdef,5; bonus bInt,1; bonus bDef2, 7; "> }, { Id: 3021 AegisName: "SmileyCap" Name: "Smiley Cap" Type: "IT_ARMOR" Buy: 8000 Sell: 1000 Weight: 120 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 7 Refine: false Script: <" bonus bAtkRange, 1; bonus bCriticalRate, -10; "> }, { Id: 3022 AegisName: "BossHunterBoina" Name: "Boss Hunter Boina" Type: "IT_ARMOR" Buy: 800000 Sell: 10000 Weight: 120 Def: 1 Loc: "EQP_HEAD_TOP" EquipLv: 12 Refine: false Script: <" bonus2 bExpAddRace, RC_Boss, 10; bonus2 bSubRace, RC_Boss, 10; bonus2 bSPGainRace, RC_Boss, 10; // I can't even describe this bonus "> }, { Id: 3023 AegisName: "MoubiHat" Name: "Moubi Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 1000 Weight: 380 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 35 Refine: false Script: <" bonus bMaxHP,150; bonus bDef2, 3; "> }, { Id: 3024 AegisName: "BloodyMoubooHat" Name: "Bloody Mouboo Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 1000 Weight: 380 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 35 Refine: false Script: <" bonus bMaxHP,150; bonus bDef2, 3; "> }, { Id: 3025 AegisName: "NPCEyesD" Name: "NPC Blinking Eyes 2" Type: "IT_ARMOR" Buy: 320000 Sell: 1 Weight: 200 Def: -100 Loc: "EQP_HEAD_TOP" EquipLv: 150 Refine: false }, { Id: 3026 AegisName: "NPCEyesT" Name: "NPC Blinking Eyes 3" Type: "IT_ARMOR" Buy: 320000 Sell: 1 Weight: 200 Def: -100 Loc: "EQP_HEAD_TOP" EquipLv: 150 Refine: false }, { Id: 3027 AegisName: "HeadHood" Name: "Head Hood" Type: "IT_ARMOR" Buy: 1000 Sell: 130 Weight: 45 Def: 0 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false AllowCards: { id5000: 1 id5001: 1 id5002: 1 id5003: 1 id5004: 1 id5005: 1 id5006: 1 id5007: 1 id5008: 1 id5009: 1 id5010: 1 id5011: 1 id5012: 1 id5013: 1 id5014: 1 id5015: 1 id5016: 1 id5017: 1 id5018: 1 id5019: 1 id5020: 1 id5021: 1 } }, { Id: 3028 AegisName: "BearHat" Name: "Bear Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 1000 Weight: 30 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 35 Refine: false Script: <" bonus bMaxHP,150; bonus bDef2, 3; "> }, { Id: 3029 AegisName: "BeeKeeperHat" Name: "Bee Keeper Hat" Type: "IT_ARMOR" Buy: 16000 Sell: 1000 Weight: 30 Def: 9 Loc: "EQP_HEAD_TOP" EquipLv: 35 Refine: false Script: <" bonus bMaxHP,150; bonus bDef2, 3; bonus3 bAddClassDropItem, Bee, Honey, 25; "> }, { Id: 3030 AegisName: "SaviorHelmet" Name: "Savior Helmet" Type: "IT_ARMOR" Buy: 16000 Sell: 1000 Weight: 180 Def: 37 Loc: "EQP_HEAD_TOP" EquipLv: 104 Refine: true Script: <" bonus bMaxHP,240; bonus bDef2, 11; bonus bMdef, 4; "> }, // Neck Armor { Id: 3200 AegisName: "Shemagh" Name: "Shemagh" Type: "IT_ARMOR" Buy: 1000 Sell: 90 Weight: 30 Def: 5 Loc: "EQP_ACC_R" EquipLv: 23 Refine: false }, { Id: 3201 AegisName: "Monocle" Name: "Monocle" Type: "IT_ARMOR" Buy: 10000 Sell: 3000 Weight: 22 Def: 9 Loc: "EQP_ACC_R" EquipLv: 25 Refine: false Slots: 1 AllowCards: { id5033: 1 id5036: 1 } // How can we set 5033 and 5036 give only 1 dex or 1 luck to this item ? @jesusalva // We probably can't. Just kidding, we use getequipcardid(), check if it is PolishedWhatever, // and add a -1 bonus. }, { Id: 3202 AegisName: "Mustache" Name: "Mustache" Type: "IT_ARMOR" Buy: 1000 Sell: 90 Weight: 1 Def: 1 Loc: "EQP_ACC_R" EquipLv: 3 Refine: false }, { Id: 3203 AegisName: "Beard" Name: "Beard" Type: "IT_ARMOR" Buy: 1000 Sell: 90 Weight: 1 Def: 1 Loc: "EQP_ACC_R" EquipLv: 3 Refine: false }, { Id: 3204 AegisName: "EyePatch" Name: "Left Eye Patch" Type: "IT_ARMOR" Buy: 64000 Sell: 2000 Weight: 22 Def: 3 Loc: "EQP_ACC_R" EquipLv: 16 Refine: false Script: <" bonus bHitRate,-15; bonus bLongAtkDef, 25; bonus bLongAtkRate, 25; "> }, { Id: 3205 AegisName: "Googles" Name: "Googles" Type: "IT_ARMOR" Buy: 1000 Sell: 90 Weight: 22 Def: 6 Loc: "EQP_ACC_R" EquipLv: 40 Refine: false Script: <" bonus2 bResEff,Eff_Blind,1000; "> }, { Id: 3206 AegisName: "HeartGlasses" Name: "Heart Glasses" Type: "IT_ARMOR" Buy: 1000 Sell: 90 Weight: 1 Def: 1 Loc: "EQP_ACC_R" EquipLv: 3 Refine: false Script: <" bonus2 bAddRaceTolerance, RC_Player, 40; bonus2 bAddRace, RC_Player, -60; bonus2 bMagicAddRace, RC_Player, -60; "> }, { Id: 3207 AegisName: "RedNose" Name: "Red Nose" Type: "IT_ARMOR" Buy: 1000 Sell: 90 Weight: 1 Def: 1 Loc: "EQP_ACC_R" EquipLv: 3 Refine: false }, { Id: 3208 AegisName: "BurglarMask" Name: "Burglar Mask" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 26 Def: 4 Loc: "EQP_ACC_R" EquipLv: 40 Refine: false Script: <" bonus bAddStealRate,10; "> }, { Id: 3209 AegisName: "BanditMask" Name: "Bandit Mask" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 56 Def: 5 Loc: "EQP_ACC_R" EquipLv: 60 Refine: false }, { Id: 3210 AegisName: "Sunglasses" Name: "Sunglasses" Type: "IT_ARMOR" Buy: 30000 Sell: 10000 Weight: 16 Def: 5 Loc: "EQP_ACC_R" EquipLv: 15 Refine: false }, { Id: 3211 AegisName: "AutumnMask" Name: "Autumn Mask" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 24 Def: 7 Loc: "EQP_ACC_R" EquipLv: 35 Refine: false }, // Weapons { Id: 3500 AegisName: "Knife" Name: "Knife" Type: "IT_WEAPON" Buy: 180 Sell: 80 Weight: 100 Atk: 50 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 7 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3501 AegisName: "BugSlayer" Name: "Bug Slayer" Type: "IT_WEAPON" Buy: 11000 Sell: 400 Weight: 500 Atk: 188 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 24 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3502 AegisName: "ShortGladius" Name: "Short Gladius" Type: "IT_WEAPON" Buy: 15000 Sell: 450 Weight: 550 Atk: 231 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 30 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3503 AegisName: "WoodenSword" Name: "Wooden Sword" Type: "IT_WEAPON" Buy: 8500 Sell: 300 Weight: 450 Atk: 146 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 20 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3504 AegisName: "Backsword" Name: "Backsword" Type: "IT_WEAPON" Buy: 25800 Sell: 1200 Weight: 900 Atk: 322 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 44 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3505 AegisName: "SharpKnife" Name: "Sharp Knife" Type: "IT_WEAPON" Buy: 600 Sell: 200 Weight: 130 Atk: 70 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 12 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3506 AegisName: "RustyKnife" Name: "Rusty Knife" Type: "IT_WEAPON" Buy: 60 Sell: 20 Weight: 50 Atk: 25 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3507 AegisName: "Dagger" Name: "Dagger" Type: "IT_WEAPON" Buy: 800 Sell: 250 Weight: 350 Atk: 115 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3508 AegisName: "BoneKnife" Name: "Bone Knife" Type: "IT_WEAPON" Buy: 9000 Sell: 3000 Weight: 1100 Atk: 406 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 70 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3509 AegisName: "RockKnife" Name: "Rock Knife" Type: "IT_WEAPON" Buy: 90000 Sell: 5000 Weight: 1400 Atk: 454 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 90 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3510 AegisName: "SmallKnife" Name: "Small Knife" Type: "IT_WEAPON" Buy: 90 Sell: 25 Weight: 70 Atk: 35 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 3 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3511 AegisName: "DivineSword" Name: "Divine Sword" Type: "IT_WEAPON" Buy: 90000 Sell: 10000 Weight: 1500 Atk: 467 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 100 Refine: true Subtype: "W_1HSWORD" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAtkEle,Ele_Holy; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3512 AegisName: "ButcherKnife" Name: "Butcher Knife" Type: "IT_WEAPON" Buy: 90000 Sell: 500 Weight: 610 Atk: 242 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 35 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3513 AegisName: "AncientSword" Name: "Ancient Sword" Type: "IT_WEAPON" Buy: 90000 Sell: 4000 Weight: 1200 Atk: 434 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 80 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3514 AegisName: "IceGladius" Name: "Ice Gladius" Type: "IT_WEAPON" Buy: 90000 Sell: 10000 Weight: 670 Atk: 264 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 35 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAtkEle,Ele_Water; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3515 AegisName: "Setzer" Name: "Setzer" Type: "IT_WEAPON" Buy: 900000 Sell: 2000 Weight: 1000 Atk: 232 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3516 AegisName: "LongSword" Name: "Long Sword" Type: "IT_WEAPON" Buy: 7000 Sell: 3000 Weight: 1100 Atk: 430 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 80 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3517 AegisName: "ThunderStaff" Name: "Thunder Staff" Type: "IT_WEAPON" Buy: 440000 Sell: 22000 Weight: 600 Atk: 270 Matk: 70 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 40 Refine: true Subtype: "W_STAFF" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } //DropAnnounce: true Script: <" bonus bAtk,(BaseLevel-40)*4; bonus bMatk,(BaseLevel-40); bonus bAtkEle,Ele_Wind; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3518 AegisName: "Judgement" Name: "Judgement" Type: "IT_WEAPON" Buy: 640000 Sell: 32000 Weight: 1000 Atk: 142 Matk: 62 Range: 1 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 24 Refine: true Subtype: "W_1HSWORD" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } //Script: <" itemskill SM_MAGNUM,1; "> // Consumable only - eg Grenade //skill SM_MAGNUM,3; // [22:27:11] <{41444d494e}> bonus3 bAutoSpell,SKILLNAME,SKILLELVEL,PARAM1; Script: <" bonus3 bAutoSpell,SM_MAGNUM,1,100; bonus bAtk,(BaseLevel-24)*3; bonus bMatk,(BaseLevel-24); skill TMW2_OVERLOAD, getrefine(); "> //DropAnnounce: true }, { Id: 3519 AegisName: "DarkPulsar" Name: "Dark Pulsar" Type: "IT_WEAPON" Buy: 140000 Sell: 20000 Weight: 1000 Atk: 375 Matk: 90 Range: 1 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_1HSWORD" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAtkEle,Ele_Dark; bonus bAtk,(BaseLevel-60)*3; bonus bMatk,(BaseLevel-60); skill TMW2_OVERLOAD, getrefine(); "> //DropAnnounce: true }, { Id: 3520 AegisName: "BronzeGladius" Name: "Bronze Gladius" Type: "IT_WEAPON" Buy: 9000 Sell: 1000 Weight: 340 Atk: 174 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 22 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3521 AegisName: "Scythe" Name: "Scythe" Type: "IT_WEAPON" Buy: 16500 Sell: 4000 Weight: 600 Atk: 211 Matk: 0 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 25 Refine: true Subtype: "W_2HMACE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAgi, -2; bonus bDex, -1; bonus bDef, -20; bonus bCritical, 5; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3522 AegisName: "Kanabo" Name: "Kanabo" Type: "IT_WEAPON" Buy: 15000 Sell: 5500 Weight: 1200 Atk: 432 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_2HMACE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bStr, 3; bonus bDex, -6; bonus bDef, -48; bonus bCritical, 12; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3523 AegisName: "MiereCleaver" Name: "Miere Cleaver" Type: "IT_WEAPON" Buy: 15000 Sell: 6500 Weight: 900 Atk: 322 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 40 Refine: true Subtype: "W_2HMACE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bDex, -4; bonus bDef, -32; bonus bCritical, 8; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3524 AegisName: "Broadsword" Name: "Broadsword" Type: "IT_WEAPON" Buy: 15000 Sell: 7500 Weight: 1100 Atk: 384 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 50 Refine: true Subtype: "W_2HMACE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bDex, -5; bonus bDef, -40; bonus bCritical, 10; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3525 AegisName: "BlacksmithAxe" Name: "Blacksmith Axe" Type: "IT_WEAPON" Buy: 25000 Sell: 10000 Weight: 1500 Atk: 432 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_2HMACE" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAtk,(BaseLevel-60)*2; bonus bCritical, 12; bonus2 bAddEff,Eff_Blind,400; bonus2 bAddMonsterDropChainItem,ITMCHAIN_ORE,RC_Mineral; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3526 AegisName: "CentaurSpear" Name: "Centaur Spear" Type: "IT_WEAPON" Buy: 26500 Sell: 10000 Weight: 1400 Atk: 450 Matk: 0 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 70 Refine: true Subtype: "W_2HSPEAR" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bDex, -7; bonus bHit, 3; bonus bDef, -56; bonus bCritical, 14; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3527 AegisName: "ShortSword" Name: "Short Sword" Type: "IT_WEAPON" Buy: 30000 Sell: 1500 Weight: 958 Atk: 353 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 50 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3528 AegisName: "RealBronzeGladius" Name: "Real Bronze Gladius" Type: "IT_WEAPON" Buy: 9000 Sell: 700 Weight: 840 Atk: 277 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 37 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3529 AegisName: "MinerKnife" Name: "Miner Knife" Type: "IT_WEAPON" Buy: 800 Sell: 225 Weight: 160 Atk: 85 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 18 Refine: true Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3530 AegisName: "CursedScythe" Name: "Cursed Scythe" Type: "IT_WEAPON" Buy: 150000 Sell: 3500 Weight: 1800 Atk: 210 Matk: 0 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 75 Refine: true Subtype: "W_2HMACE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bStr, 8; bonus bAgi, -10; bonus bDex, -5; bonus bDef, -77; bonus bCritical, 14; bonus bHPDrainValue,-15; bonus2 bAddEff,Eff_Curse,100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3531 AegisName: "Kitana" Name: "Kitana" Type: "IT_WEAPON" Buy: 7000 Sell: 3000 Weight: 960 Atk: 370 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3532 AegisName: "ImmortalSword" Name: "Immortal Heavy Sword" Type: "IT_WEAPON" Buy: 15000 Sell: 6500 Weight: 1600 Atk: 526 Matk: 150 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 96 Refine: true Subtype: "W_2HMACE" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bDex, -9; bonus bHit, 4; bonus bDef, -77; bonus bCritical, 19; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3533 AegisName: "Zambacutou" Name: "Zambacutou Heavy Sword" Type: "IT_WEAPON" Buy: 15000 Sell: 6500 Weight: 1400 Atk: 477 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 72 Refine: true Subtype: "W_2HMACE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bDex, -7; bonus bDef, -57; bonus bCritical, 14; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3534 AegisName: "Halberd" Name: "Halberd" Type: "IT_WEAPON" Buy: 15000 Sell: 6500 Weight: 1500 Atk: 495 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 84 Refine: true Subtype: "W_2HSPEAR" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bDex, -8; bonus bHit, 4; bonus bDef, -67; bonus bCritical, 16; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3535 AegisName: "Pickaxe" Name: "Pickaxe" Type: "IT_WEAPON" Buy: 2000 Sell: 650 Weight: 360 Atk: 0 Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_KATAR" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_ORE,RC_Mineral; "> }, { Id: 3536 AegisName: "Lightsaber" Name: "Lightsaber" Type: "IT_WEAPON" Buy: 900000 Sell: 2000 Weight: 360 Atk: 240 Matk: 0 Range: 1 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_KATAR" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAtk,(BaseLevel-60)*3; bonus bCritical, min(5, BaseLevel/24); bonus2 bHPLossRate,2,800; bonus bHitRate, -10; bonus bMdefRate, -60; bonus bMdef2Rate, -60; bonus2 bSubEle, Ele_Holy, -12; bonus2 bSubEle, Ele_Dark, -12; bonus2 bSubEle, Ele_Ghost, -12; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3537 AegisName: "PowerfulLightsaber" Name: "Powerful Lightsaber" Type: "IT_WEAPON" Buy: 900000 Sell: 2000 Weight: 380 Atk: 300 Matk: 0 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_KATAR" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAtk,(BaseLevel-60)*3; bonus bAgi, 1-(BaseLevel/10); bonus bDex, -(BaseLevel/10); bonus bDef, -(BaseLevel*8/10); bonus bCritical, min(20, BaseLevel/7); // Canon: /6 bonus2 bHPLossRate,1,800; bonus bFleeRate, -5; bonus bMdefRate, -60; bonus bMdef2Rate, -60; bonus2 bSubEle, Ele_Holy, -20; bonus2 bSubEle, Ele_Dark, -20; bonus2 bSubEle, Ele_Ghost, -20; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3538 AegisName: "PynKunai" Name: "Kunai" Type: "IT_WEAPON" Buy: 7000 Sell: 3000 Weight: 1400 Atk: 370 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_1HSWORD" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAtk,(BaseLevel-60)*4; bonus bFleeRate, (BaseLevel/10); bonus bDef, -(BaseLevel); bonus bCritical, -(min(20, BaseLevel/6)); bonus bAddStealRate, min(800, BaseLevel+(JobLevel*2)); // FIXME? bonus3 bAutoSpell,TF_STEAL,1,BaseLevel; bonus3 bAutoSpell,BS_GREED,1,JobLevel*5; bonus2 bGetZenyNum,-1,15; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 3539 AegisName: "PynWhip" Name: "Whip" Type: "IT_WEAPON" Buy: 7000 Sell: 3000 Weight: 1400 Atk: 370 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_WHIP" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bAtk,(BaseLevel-60)*4; bonus bFleeRate, -(BaseLevel/9); bonus bDef2, -(BaseLevel/10); bonus bSplashRange, 1; skill TMW2_OVERLOAD, getrefine(); "> }, // Insert new weapons above this line // ID 3600 to 3610 SYSTEM RESERVED FOR LEGENDARY WEAPONS { Id: 3600 AegisName: "Lightbringer" Name: "Lightbringer" Type: "IT_WEAPON" Buy: 9999999 Sell: 0 Weight: 2000 Atk: 1800 Matk: 1800 Range: 1 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_1HSWORD" Slots: 2 AllowCards: { id5022: 2 id5023: 2 id5024: 2 id5025: 2 id5026: 2 id5027: 2 id5028: 2 id5029: 2 id5037: 2 id5038: 2 id5039: 2 id5040: 2 id5041: 2 id5042: 2 id5043: 2 id5044: 2 id5045: 2 id5046: 2 id5047: 2 id5048: 2 id5049: 2 id5050: 2 id5051: 2 id5052: 2 id5053: 2 id5054: 2 id5055: 2 id5056: 2 id5057: 2 id5058: 2 id5059: 2 id5060: 2 id5061: 2 id5062: 2 id5063: 2 id5064: 2 } // Equipment level is 1 on purpose. Less level = less worthy = more damage by wielding Trade: { nodrop: true notrade: true noselltonpc: true nocart: true nostorage: true nogstorage: true nomail: true noauction: true } //DropAnnounce: true Script: <" bonus bHitRate,50; bonus bAtkEle,Ele_Holy; bonus2 bAddRace, RC_Legendary, 50; bonus bFlee2Rate,-100; bonus bCriticalDef,-50; bonus bHealPower,100; bonus bHealPower2,100; skill TMW2_OVERLOAD, getrefine(); // Resistances bonus bUnstripableWeapon, 1; bonus2 bResEff, Eff_Stone, 40; bonus2 bResEff, Eff_Freeze, 40; bonus2 bResEff, Eff_Stun, 40; bonus2 bResEff, Eff_Sleep, 40; bonus2 bResEff, Eff_Poison, 40; bonus2 bResEff, Eff_Curse, 40; bonus2 bResEff, Eff_Silence, 40; bonus2 bResEff, Eff_Confusion, 40; bonus2 bResEff, Eff_Blind, 40; bonus2 bResEff, Eff_Bleeding, 40; bonus2 bResEff, Eff_DPoison, 40; bonus2 bResEff, Eff_Fear, 40; bonus2 bResEff, Eff_Cold, 40; bonus2 bResEff, Eff_Burning, 40; bonus2 bResEff, Eff_Deepsleep, 40; // Equipment use is free after level 255 or during tests if (BaseLevel < 255 && !$@GM_OVERRIDE) { bonus bNoRegen,1; bonus2 bSPLossRate,(255-BaseLevel)/30,(1000-(BaseLevel*2)); bonus2 bHPLossRate,(255-BaseLevel)/40,(1000-(BaseLevel*2)); } "> }, { Id: 3601 AegisName: "DemureAxe" Name: "Demure Axe" Type: "IT_WEAPON" Buy: 9999999 Sell: 0 Weight: 3000 MAtk: 1 Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_KNUCKLE" Slots: 2 AllowCards: { id5022: 2 id5023: 2 id5024: 2 id5025: 2 id5026: 2 id5027: 2 id5028: 2 id5029: 2 id5037: 2 id5038: 2 id5039: 2 id5040: 2 id5041: 2 id5042: 2 id5043: 2 id5044: 2 id5045: 2 id5046: 2 id5047: 2 id5048: 2 id5049: 2 id5050: 2 id5051: 2 id5052: 2 id5053: 2 id5054: 2 id5055: 2 id5056: 2 id5057: 2 id5058: 2 id5059: 2 id5060: 2 id5061: 2 id5062: 2 id5063: 2 id5064: 2 } // Equipment level is 1 on purpose. Less level = less worthy = more damage by wielding Trade: { nodrop: true notrade: true noselltonpc: true nocart: true nostorage: true nogstorage: true nomail: true noauction: true } //DropAnnounce: true Script: <" bonus bHitRate,-10; bonus bAtkEle,Ele_Holy; bonus2 bAddRace, RC_Legendary, 30; bonus bFlee2Rate,-100; bonus bCriticalDef,-50; bonus bCriticalRate,-50; skill TMW2_OVERLOAD, getrefine(); skill TMW2_DEMURE, min(10, 1+getrefine()); // This weapon attack power grows with the user bonus bAtk,BaseLevel; bonus bMatk,JobLevel; "> }, { Id: 3602 AegisName: "Tyranny" Name: "Tyranny" Type: "IT_WEAPON" Buy: 9999999 Sell: 0 Weight: 3000 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_BOW" Slots: 2 AllowCards: { id5022: 2 id5023: 2 id5024: 2 id5025: 2 id5026: 2 id5027: 2 id5028: 2 id5029: 2 id5037: 2 id5038: 2 id5039: 2 id5040: 2 id5041: 2 id5042: 2 id5043: 2 id5044: 2 id5045: 2 id5046: 2 id5047: 2 id5048: 2 id5049: 2 id5050: 2 id5051: 2 id5052: 2 id5053: 2 id5054: 2 id5055: 2 id5056: 2 id5057: 2 id5058: 2 id5059: 2 id5060: 2 id5061: 2 id5062: 2 id5063: 2 id5064: 2 } Trade: { nodrop: true notrade: true noselltonpc: true nocart: true nostorage: true nogstorage: true nomail: true noauction: true } AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 Id6505: 1 Id6506: 1 Id6507: 1 Id6508: 1 } Script: <" bonus bHitRate,100; bonus bAtkEle,Ele_Holy; bonus2 bAddRace, RC_Legendary, 30; bonus bFlee2Rate,-100; bonus bFleeRate,-100; bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; skill TMW2_OVERLOAD, getrefine(); // This weapon attack power grows with the user // It'll be behind the other weapons until the endgame stages (lv 100+) bonus bAtk,BaseLevel*6; "> }, { Id: 3603 AegisName: "Runestaff" Name: "Runestaff" Type: "IT_WEAPON" Buy: 9999999 Sell: 0 Weight: 3000 Range: 9 Matk: 10 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_STAFF" Slots: 2 AllowCards: { id5022: 2 id5023: 2 id5024: 2 id5025: 2 id5026: 2 id5027: 2 id5028: 2 id5029: 2 id5037: 2 id5038: 2 id5039: 2 id5040: 2 id5041: 2 id5042: 2 id5043: 2 id5044: 2 id5045: 2 id5046: 2 id5047: 2 id5048: 2 id5049: 2 id5050: 2 id5051: 2 id5052: 2 id5053: 2 id5054: 2 id5055: 2 id5056: 2 id5057: 2 id5058: 2 id5059: 2 id5060: 2 id5061: 2 id5062: 2 id5063: 2 id5064: 2 } Trade: { nodrop: true notrade: true noselltonpc: true nocart: true nostorage: true nogstorage: true nomail: true noauction: true } Script: <" bonus bAtkEle,Ele_Holy; bonus2 bMagicAddRace, RC_Legendary, 30; //bonus bCastrate,-50; //bonus bNoCastCancel,1; bonus bMaxSP,750; bonus bDef,-100; addtoskill(TMW2_MPREGEN, 5, 2); skill TMW2_OVERLOAD, getrefine(); // This weapon attack power grows with the user // Catches up in early game, then lags behind, and catch up again at lv 106. bonus bMatk,BaseLevel*7; bonus bAtk,JobLevel; "> }, { Id: 3604 AegisName: "AegisShield" Name: "Aegis Shield" Type: "IT_ARMOR" Buy: 9999999 Sell: 0 Weight: 3000 Loc: ["EQP_HAND_R", "EQP_HAND_L", "EQP_SHADOW_SHOES"] WeaponLv: 1 EquipLv: 1 Refine: true Trade: { nodrop: true notrade: true noselltonpc: true nocart: true nostorage: true nogstorage: true nomail: true noauction: true } Slots: 2 AllowCards: { id5022: 2 id5023: 2 id5024: 2 id5025: 2 id5026: 2 id5027: 2 id5028: 2 id5029: 2 id5037: 2 id5038: 2 id5039: 2 id5040: 2 id5041: 2 id5042: 2 id5043: 2 id5044: 2 id5045: 2 id5046: 2 id5047: 2 id5048: 2 id5049: 2 id5050: 2 id5051: 2 id5052: 2 id5053: 2 id5054: 2 id5055: 2 id5056: 2 id5057: 2 id5058: 2 id5059: 2 id5060: 2 id5061: 2 id5062: 2 id5063: 2 id5064: 2 } Script: <" bonus bFlee2,20; bonus bFlee,20; bonus bSpeedAddRate,-25; bonus bCriticalDef,100; bonus bSPrecovRate,100; bonus2 bHPRegenRate, BaseLevel/3, 1500; bonus2 bAddRace2, RC_Legendary, 70; // The defense power grows with the user // Will almost always be higher than shields // However, it comes at an expensive price. bonus bDef,BaseLevel*9/10; bonus bDef2,BaseLevel/5; bonus bMaxHP, JobLevel*9; // Why not, if you're the ultimate tanker? bonus bAtkRate,-100; bonus bMatkRate,-100; bonus bRestartFullRecover,1; bonus bNoKnockback,1; bonus bNoCastCancel2,1; bonus bBaseAtk,-700; // Skills for Aegis Shield, all beyond maximum level // Cave Maggot, Maggot, Green Dragon, Slimes, Snakes // Wolverns, Fairies, Yeti (sometimes Moggun), Terranite // Plants, PoisonS.Mushroom, Fluffy, Mouboo // TODO: Lizards, (Black)Scorpions, Moonshroom, Black Mamba // TODO: Centaur, , shrooms/squirrels (spores) skill TMW2_ZARKOR, 7; skill TMW2_HALHISS, 10; skill TMW2_KALBOO, 9; skill TMW2_KALMURK, 10; skill TMW2_KALWULF, 9; skill TMW2_KALSPIKE, 9; skill TMW2_DRAGOKIN, 5; skill TMW2_LIMERIZER, 10; skill TMW2_CUTEHEART, 9; skill TMW2_STONEHEART, 9; skill TMW2_FROZENHEART, 9; skill TMW2_PLANTKINGDOM, 9; skill TMW2_FAIRYKINGDOM, 9; skill TMW2_DUCKY, 10; skill TMW2_FAIRYEMPIRE, 10; // Additional effects skill EVOL_AREA_PROVOKE, 9; // Additional resistences bonus2(bResEff, Eff_Stone, 10); bonus2(bResEff, Eff_Freeze, 10); bonus2(bResEff, Eff_Stun, 10); bonus2(bResEff, Eff_Sleep, 10); bonus2(bResEff, Eff_Poison, 10); bonus2(bResEff, Eff_Curse, 10); bonus2(bResEff, Eff_Silence, 10); bonus2(bResEff, Eff_Confusion, 10); bonus2(bResEff, Eff_Blind, 10); bonus2(bResEff, Eff_Bleeding, 10); bonus2(bResEff, Eff_DPoison, 10); bonus2(bResEff, Eff_Fear, 10); bonus2(bResEff, Eff_Cold, 10); bonus2(bResEff, Eff_Burning, 10); bonus2(bResEff, Eff_Deepsleep, 10); "> OnUnequipScript: <" dispbottom "Without the shield, you feel dizzy and weak."; callfunc "SC_Bonus", 60, SC_WALKSPEED, 20; callfunc "SC_Bonus", rand(10), SC_BLIND, 1; "> }, // // Pets { Id: 4000 AegisName: "PiouEgg" Name: "Piou Egg" Type: "IT_PETEGG" Buy: 30000 Sell: 1000 Weight: 300 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4001 AegisName: "BhopEgg" Name: "Bhopper Egg" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 1000 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4002 AegisName: "MaggotCocoon" Name: "Maggot Coccon" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 360 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4003 AegisName: "DoggyDog" Name: "Doggy Dog" Type: "IT_PETEGG" Buy: 30000 Sell: 1000 Weight: 800 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4004 AegisName: "CattyCat" Name: "Catty Cat" Type: "IT_PETEGG" Buy: 30000 Sell: 1000 Weight: 800 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4005 AegisName: "BlackyCat" Name: "Blacky Cat" Type: "IT_PETEGG" Buy: 30000 Sell: 1000 Weight: 800 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4006 AegisName: "Ratte" Name: "Ratte" Type: "IT_PETEGG" Buy: 30000 Sell: 1000 Weight: 200 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4007 AegisName: "ForestShroomEgg" Name: "Forest Shroom Egg" Type: "IT_PETEGG" Buy: 30000 Sell: 1000 Weight: 300 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4008 AegisName: "FluffyEgg" Name: "Fluffy Egg" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 360 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4009 AegisName: "DuckEgg" Name: "Duck Egg" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 360 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4010 AegisName: "BatEgg" Name: "Bat Egg" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 360 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4011 AegisName: "MoggunEgg" Name: "Moggun Egg" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 360 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4012 AegisName: "PinkieCrystal" Name: "Pinkie Crystal" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 400 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4013 AegisName: "DragonHorn" Name: "Dragon Horn" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 360 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, { Id: 4014 AegisName: "TamedSnakeEgg" Name: "Tamed Snake Egg" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 Weight: 360 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> }, // // Dyes { Id: 5000 AegisName: "CrimsonDye" Name: "Crimson Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: 2097151 }, { Id: 5001 AegisName: "ChocolateDye" Name: "Chocolate Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: 2097151 }, { Id: 5002 AegisName: "MintDye" Name: "Mint Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: 2097151 }, { Id: 5003 AegisName: "BlackDye" Name: "Black Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5004 AegisName: "SilverDye" Name: "Silver Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5005 AegisName: "CamelDye" Name: "Camel Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5006 AegisName: "BrownDye" Name: "Brown Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5007 AegisName: "OrangeDye" Name: "Orange Dye" Type: "IT_CARD" Buy: 495 Sell: 70 Loc: 2097151 }, { Id: 5008 AegisName: "DarkRedDye" Name: "Dark Red Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5009 AegisName: "RedDye" Name: "Red Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5010 AegisName: "FuschiaDye" Name: "Fuschia Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5011 AegisName: "PinkDye" Name: "Pink Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5012 AegisName: "MauveDye" Name: "Mauve Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5013 AegisName: "PurpleDye" Name: "Purple Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 // I'm trying to be dah mage, don't ask about location ~ Jesusalva }, { Id: 5014 AegisName: "NavyBlueDye" Name: "Navy Blue Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5015 AegisName: "BlueGrayDye" Name: "Blue Gray Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5016 AegisName: "BlueDye" Name: "Blue Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5017 AegisName: "TealDye" Name: "Teal Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5018 AegisName: "GreenDye" Name: "Green Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5019 AegisName: "LimeDye" Name: "Lime Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5020 AegisName: "KhakiDye" Name: "Khaki Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5021 AegisName: "YellowDye" Name: "Yellow Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: 2097151 }, { Id: 5022 AegisName: "NecromancerCard" Name: "Necromancer Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bLuk, 2; bonus bMaxHP, -100; "> }, { Id: 5023 AegisName: "HeroCard" Name: "Hero Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bDex, 2; bonus bAgi, -1; "> }, { Id: 5024 AegisName: "KnightCard" Name: "Knight Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bStr, 2; bonus bInt, -1; "> }, { Id: 5025 AegisName: "ClericCard" Name: "Cleric Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bMaxSP, 50; bonus bLuk, -1; "> }, { Id: 5026 AegisName: "DruidCard" Name: "Druid Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bVit, 2; bonus bDex, -1; "> }, { Id: 5027 AegisName: "MageCard" Name: "Mage Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bInt, 2; bonus bStr, -1; "> }, { Id: 5028 AegisName: "NinjaCard" Name: "Ninja Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bAgi, 2; bonus bVit, -1; "> }, { Id: 5029 AegisName: "NatureCard" Name: "Nature Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bMaxHP, 100; bonus bMaxSP, -25; "> }, { Id: 5030 AegisName: "DesertThiefCard" Name: "Desert Thief Card" Type: "IT_CARD" Buy: 5000 Sell: 1000 Weight: 4 Loc: "EQP_GARMENT" Script: <" bonus bAspdRate,1; "> }, { Id: 5031 AegisName: "PolishedDiamond" Name: "Polished Diamond" Type: "IT_CARD" Buy: 12 Sell: 1 Weight: 4 Loc: 2048 Script: <" bonus bVit,2; "> }, { Id: 5032 AegisName: "PolishedRuby" Name: "Polished Ruby" Type: "IT_CARD" Buy: 12 Sell: 1 Weight: 4 Loc: 2048 Script: <" bonus bStr,2; "> }, { Id: 5033 AegisName: "PolishedEmerald" Name: "Polished Emerald" Type: "IT_CARD" Buy: 12 Sell: 1 Weight: 4 Loc: 2048 Script: <" bonus bLuk,2; "> }, { Id: 5034 AegisName: "PolishedSapphire" Name: "Polished Sapphire" Type: "IT_CARD" Buy: 12 Sell: 1 Weight: 4 Loc: 2048 Script: <" bonus bInt,2; "> }, { Id: 5035 AegisName: "PolishedTopaz" Name: "Polished Topaz" Type: "IT_CARD" Buy: 12 Sell: 1 Weight: 4 Loc: 2048 Script: <" bonus bAgi,2; "> }, { Id: 5036 AegisName: "PolishedAmethyst" Name: "Polished Amethyst" Type: "IT_CARD" Buy: 12 Sell: 1 Weight: 4 Loc: 2048 Script: <" bonus bDex,2; "> }, { Id: 5037 AegisName: "SpeedCard" Name: "Speed Card" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bSpeedAddRate, 2; bonus bAspd, 2; "> }, { Id: 5038 AegisName: "ReflectCard" Name: "Reflect Card" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bShortWeaponDamageReturn, 2; bonus bLongWeaponDamageReturn, 2; "> }, { Id: 5039 AegisName: "PowerCard" Name: "Power Card" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bAtk, 25; bonus bMatk, 25; "> }, { Id: 5040 AegisName: "WallCard" Name: "Wall Card" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bDef2, 25; bonus bMdef, 25; "> }, { Id: 5041 AegisName: "NecromancerCardS" Name: "Necromancer Card S" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bLuk, 5; bonus bMaxHP, -200; "> }, { Id: 5042 AegisName: "HeroCardS" Name: "Hero Card S" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bDex, 5; bonus bAgi, -2; "> }, { Id: 5043 AegisName: "KnightCardS" Name: "Knight Card S" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bStr, 5; bonus bInt, -2; "> }, { Id: 5044 AegisName: "ClericCardS" Name: "Cleric Card S" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bMaxSP, 125; bonus bLuk, -2; "> }, { Id: 5045 AegisName: "DruidCardS" Name: "Druid Card S" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bVit, 5; bonus bDex, -2; "> }, { Id: 5046 AegisName: "MageCardS" Name: "Mage Card S" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bInt, 5; bonus bStr, -2; "> }, { Id: 5047 AegisName: "NinjaCardS" Name: "Ninja Card S" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bAgi, 5; bonus bVit, -2; "> }, { Id: 5048 AegisName: "NatureCardS" Name: "Nature Card S" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bMaxHP, 250; bonus bMaxSP, -50; "> }, { Id: 5049 AegisName: "SpeedCardS" Name: "Speed Card S" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bSpeedAddRate, 5; bonus bAspd, 5; "> }, { Id: 5050 AegisName: "ReflectCardS" Name: "Reflect Card S" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bShortWeaponDamageReturn, 5; bonus bLongWeaponDamageReturn, 5; "> }, { Id: 5051 AegisName: "PowerCardS" Name: "Power Card S" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bAtk, 50; bonus bMatk, 50; "> }, { Id: 5052 AegisName: "WallCardS" Name: "Wall Card S" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bDef2, 50; bonus bMdef, 50; "> }, { Id: 5053 AegisName: "NecromancerCardX" Name: "Necromancer Card X" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bLuk, 10; bonus bMaxHP, -400; "> }, { Id: 5054 AegisName: "HeroCardX" Name: "Hero Card X" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bDex, 10; bonus bAgi, -4; "> }, { Id: 5055 AegisName: "KnightCardX" Name: "Knight Card X" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bStr, 10; bonus bInt, -4; "> }, { Id: 5056 AegisName: "ClericCardX" Name: "Cleric Card X" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bMaxSP, 250; bonus bLuk, -4; "> }, { Id: 5057 AegisName: "DruidCardX" Name: "Druid Card X" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bVit, 10; bonus bDex, -4; "> }, { Id: 5058 AegisName: "MageCardX" Name: "Mage Card X" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bInt, 10; bonus bStr, -4; "> }, { Id: 5059 AegisName: "NinjaCardX" Name: "Ninja Card X" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bAgi, 10; bonus bVit, -4; "> }, { Id: 5060 AegisName: "NatureCardX" Name: "Nature Card X" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" bonus bMaxHP, 500; bonus bMaxSP, -100; "> }, { Id: 5061 AegisName: "SpeedCardX" Name: "Speed Card X" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bSpeedAddRate, 7; bonus bAspd, 7; bonus bCastrate, -1; bonus bFixedCastrate, -1; "> }, { Id: 5062 AegisName: "ReflectCardX" Name: "Reflect Card X" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bShortWeaponDamageReturn, 7; bonus bLongWeaponDamageReturn, 7; bonus bMagicDamageReturn, 1; "> }, { Id: 5063 AegisName: "PowerCardX" Name: "Power Card X" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bAtk, 75; bonus bMatk, 75; "> }, { Id: 5064 AegisName: "WallCardX" Name: "Wall Card X" Type: "IT_CARD" Buy: 500 Sell: 250 Weight: 8 Loc: 2097151 Script: <" bonus bDef2, 75; bonus bMdef, 75; "> }, // Bows & Ranged Weaponry { Id: 6000 AegisName: "TrainingBow" Name: "Training Bow" Type: "IT_WEAPON" Buy: 550 Sell: 52 Weight: 160 Atk: 40 Range: 5 MinRange: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 5 Subtype: "W_BOW" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 Id6505: 1 Id6506: 1 Id6507: 1 Id6508: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; bonus bFleeRate,-100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6001 AegisName: "WoodenBow" Name: "Wooden Bow" Type: "IT_WEAPON" Buy: 2000 Sell: 400 Weight: 260 Atk: 125 Range: 5 MinRange: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 15 Subtype: "W_BOW" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 Id6505: 1 Id6506: 1 Id6507: 1 Id6508: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; bonus bFleeRate,-100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6002 AegisName: "ShortBow" Name: "Short Bow" Type: "IT_WEAPON" Buy: 3800 Sell: 800 Weight: 260 Atk: 200 Range: 4 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 25 Subtype: "W_BOW" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 Id6505: 1 Id6506: 1 Id6507: 1 Id6508: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; bonus bFleeRate,-100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6003 AegisName: "ForestBow" Name: "Forest Bow" Type: "IT_WEAPON" Buy: 7000 Sell: 1470 Weight: 480 Atk: 308 Range: 5 MinRange: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 40 Subtype: "W_BOW" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 Id6505: 1 Id6506: 1 Id6507: 1 Id6508: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; bonus bFleeRate,-100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6004 AegisName: "ElficBow" Name: "Elfic Bow" Type: "IT_WEAPON" Buy: 8550 Sell: 1800 Weight: 400 Atk: 428 Range: 6 MinRange: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Subtype: "W_BOW" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 Id6505: 1 Id6506: 1 Id6507: 1 Id6508: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; bonus bFleeRate,-100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6005 AegisName: "ChampionshipBow" Name: "Championship Bow" Type: "IT_WEAPON" Buy: 9620 Sell: 2020 Weight: 520 Atk: 520 Range: 6 MinRange: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 80 Subtype: "W_BOW" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 Id6505: 1 Id6506: 1 Id6507: 1 Id6508: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; bonus bFleeRate,-100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6006 AegisName: "BansheeBow" Name: "Banshee Bow" Type: "IT_WEAPON" Buy: 55000 Sell: 5200 Weight: 890 Atk: 589 Range: 7 MinRange: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 100 Subtype: "W_BOW" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 Id6505: 1 Id6506: 1 Id6507: 1 Id6508: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; bonus bHPDrainValue,-1; bonus bFleeRate,-100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6010 AegisName: "PynRifle" Name: "Powerful Gunstaff" Type: "IT_WEAPON" Buy: 55000 Sell: 5200 Weight: 9000 Atk: 520 Range: 11 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Subtype: "W_RIFLE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 Id6512: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bFleeRate,-100; bonus bCriticalRate,40; bonus bHit,40; bonus bAtk,(BaseLevel-60)*2; bonus2 bAddEff,Eff_Stun,120; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6020 AegisName: "PynGatling" Name: "Rapid Gunstaff" Type: "IT_WEAPON" Buy: 55000 Sell: 5200 Weight: 12000 Atk: 0 Range: 9 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Subtype: "W_GATLING" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 Id6512: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bAtk,-50; //bonus bAtkRate,-60; bonus bCriticalRate,-100; bonus bHitRate,-10; bonus bFleeRate,-100; bonus bAtk,(BaseLevel-60)/3; bonus2 bAddEff,Eff_Stun,90; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6030 AegisName: "PynShotgun" Name: "Explosive Gunstaff" Type: "IT_WEAPON" Buy: 55000 Sell: 5200 Weight: 10000 Atk: 428 Range: 7 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Subtype: "W_SHOTGUN" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 Id6512: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bSplashRange,1; bonus bFleeRate,-100; bonus bAtk,(BaseLevel-60); bonus2 bAddEff,Eff_Stun,100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6040 AegisName: "PynRevolver" Name: "Short Gunstaff" Type: "IT_WEAPON" Buy: 55000 Sell: 5200 Weight: 7000 Atk: 158 Range: 5 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 Subtype: "W_REVOLVER" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 Id6512: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bAtk,(BaseLevel-60)/2; bonus2 bAddEff,Eff_Stun,100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 6050 AegisName: "Dustynator" Name: "Dustynator 2000" Type: "IT_WEAPON" Buy: 550000 Sell: 10200 Weight: 6000 Atk: 557 Range: 11 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 70 Subtype: "W_RIFLE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 Id6512: 1 } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bFleeRate,-100; bonus bCriticalRate,40; bonus bAtk,(BaseLevel-70)*2; bonus2 bAddEff,Eff_Stun,120; skill TMW2_OVERLOAD, getrefine(); "> }, // Arrows { Id: 6500 AegisName: "TrainingArrow" Name: "Training Arrow" Type: "IT_AMMO" Buy: 2 Sell: 1 Weight: 1 Atk: 30 EquipLv: 10 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, { Id: 6501 AegisName: "TolchiArrow" Name: "Tolchi Arrow" Type: "IT_AMMO" Buy: 2 Sell: 0 Weight: 2 Atk: 15 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, { Id: 6502 AegisName: "Arrow" Name: "Arrow" Type: "IT_AMMO" Buy: 3 Sell: 1 Weight: 1 Atk: 45 EquipLv: 20 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, { Id: 6503 AegisName: "IronArrow" Name: "Iron Arrow" Type: "IT_AMMO" Buy: 6 Sell: 1 Weight: 1 Atk: 60 EquipLv: 30 Loc: "EQP_AMMO" Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,100; "> }, { Id: 6504 AegisName: "CursedArrow" Name: "Cursed Arrow" Type: "IT_AMMO" Buy: 8 Sell: 1 Weight: 1 Atk: 90 EquipLv: 40 Loc: "EQP_AMMO" Subtype: "A_ARROW" Script: <" bonus2 bAddEff,Eff_Curse,200; "> }, { Id: 6505 AegisName: "PoisonArrow" Name: "Poison Arrow" Type: "IT_AMMO" Buy: 12 Sell: 1 Weight: 2 Atk: 120 EquipLv: 50 Loc: "EQP_AMMO" Subtype: "A_ARROW" Script: <" bonus2 bAddEff,Eff_Poison,500; "> }, { Id: 6506 AegisName: "ThornArrow" Name: "Thorn Arrow" Type: "IT_AMMO" Buy: 27 Sell: 1 Weight: 2 Atk: 150 EquipLv: 60 Loc: "EQP_AMMO" Subtype: "A_ARROW" Script: <" bonus2 bAddEff,Eff_Bleeding,500; "> }, { Id: 6507 AegisName: "BoneArrow" Name: "Bone Arrow" Type: "IT_AMMO" Buy: 65 Sell: 1 Weight: 5 Atk: 180 EquipLv: 70 Loc: "EQP_AMMO" Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,100; bonus2 bAddEff,Eff_Blind,100; bonus2 bAddEff,Eff_Bleeding,800; "> }, { Id: 6508 AegisName: "ExplosiveArrow" Name: "Explosive Arrow" Type: "IT_AMMO" Buy: 12 Sell: 1 Weight: 2 Atk: 30 Loc: "EQP_AMMO" Subtype: "A_ARROW" Script: <" bonus bSplashRange,2; "> }, // Important: NEVER raise bullet attack too much! // Unlike bows where the arrow is important, here the bullets are not. // Buy a more capable gun to drain full weapon power %%e { Id: 6510 AegisName: "Bullet" Name: "Bullet" Type: "IT_AMMO" Buy: 4 Sell: 1 Weight: 1 Atk: 15 Loc: "EQP_AMMO" Subtype: "A_BULLET" }, { Id: 6511 AegisName: "SacredBullet" Name: "Sacred Bullet" Type: "IT_AMMO" Buy: 8 Sell: 2 Weight: 1 Atk: 20 Loc: "EQP_AMMO" Subtype: "A_BULLET" Script: <" bonus bAtkEle,Ele_Holy; "> }, { Id: 6512 AegisName: "EvilBullet" Name: "Evil Bullet" Type: "IT_AMMO" Buy: 8 Sell: 2 Weight: 1 Atk: 20 Loc: "EQP_AMMO" Subtype: "A_BULLET" Script: <" bonus bAtkEle,Ele_Shadow; "> }, // { Id: 7000 AegisName: "TrainingWand" Name: "Training Wand" Type: "IT_WEAPON" Buy: 200 Sell: 80 Weight: 158 Atk: 0 Matk: 160 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 20 Refine: true Subtype: "W_STAFF" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" //bonus bAttack2,-100; bonus bMaxSP,10; addtoskill(TMW2_MPREGEN, 5, 2); bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7001 AegisName: "NoviceWand" Name: "Novice Wand" Type: "IT_WEAPON" Buy: 4500 Sell: 1600 Weight: 158 Atk: 0 Matk: 300 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 40 Refine: true Subtype: "W_STAFF" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" //bonus bAttack2,-150; bonus bMaxSP,20; addtoskill(TMW2_MPREGEN, 4, 2); bonus bMaxHPrate, -8; bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7002 AegisName: "ApprenticeWand" Name: "Apprentice Wand" Type: "IT_WEAPON" Buy: 10000 Sell: 4000 Weight: 158 Atk: 0 Matk: 430 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_STAFF" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" //bonus bAttack2,-200; bonus bMaxSP,30; addtoskill(TMW2_MPREGEN, 3, 2); bonus bMaxHPrate, -12; bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7003 AegisName: "LeaderWand" Name: "Leader Wand" Type: "IT_WEAPON" Buy: 30000 Sell: 10000 Weight: 158 Atk: 0 Matk: 510 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 80 Refine: true Subtype: "W_STAFF" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" //bonus bAttack2,-250; bonus bMaxSP,40; addtoskill(TMW2_MPREGEN, 2, 2); bonus bMaxHPrate, -16; bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7004 AegisName: "MysticWand" Name: "Mystic Wand" Type: "IT_WEAPON" Buy: 200000 Sell: 80000 Weight: 158 Atk: 0 Matk: 570 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 100 Refine: true Subtype: "W_STAFF" Slots: 2 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" //bonus bAttack2,-300; bonus bMaxSP,50; addtoskill(TMW2_MPREGEN, 1, 2); bonus bMaxHPrate, -20; bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7005 AegisName: "ReinbooWand" Name: "Reinboo Wand" Type: "IT_WEAPON" Buy: 20000 Sell: 8000 Weight: 158 Atk: 0 Matk: 370 Range: 9 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 50 Refine: true Subtype: "W_STAFF" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" //bonus bAttack2,-125; bonus bMatk,(BaseLevel-50)*2; bonus bMaxSP,25; addtoskill(TMW2_MPREGEN, 4, 2); bonus bMaxHPrate, -5; bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7020 AegisName: "PynScepter" Name: "Scepter of Thunder" Type: "IT_WEAPON" Buy: 30000 Sell: 10000 Weight: 960 Atk: 25 Matk: 370 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_STAFF" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" //bonus bAttack2,-250; bonus bMatk,(BaseLevel-50)*2; bonus bAtk,(BaseLevel-60); bonus bMaxSP,JobLevel+(BaseLevel-60); addtoskill(TMW2_MPREGEN, 2, 2); bonus bMaxHPrate, -16; bonus bDef,-327; //bonus bDef,-32767; // Will this work? bonus3 bAutoSpell,TMW2_LIGHTNINGBOLT,min(4, BaseLevel/50),200; bonus3 bAutoSpell,TMW2_METEORSHOWER,min(4, 1+JobLevel/37),100; bonus3 bAutoSpell,TMW2_ARMAGEDDON,1,10; bonus bSPDrainValue, -4; skill TMW2_OVERLOAD, getrefine(); "> }, // System Reserved { Id: 7142 AegisName: "Item7142" Name: "Item 7142" // Embryo }, { Id: 7400 AegisName: "LEGACY_MiereCleaver" Name: "LEGACY Miere Cleaver" Type: "IT_WEAPON" Buy: 95000 Sell: 26500 Weight: 900 Atk: 325 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 40 Refine: true Subtype: "W_2HMACE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true } Script: <" bonus bStr, 2; bonus bDex, -3; bonus bAgi, -5; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7401 AegisName: "LEGACY_Broadsword" Name: "LEGACY Broadsword" Type: "IT_WEAPON" Buy: 950000 Sell: 75000 Weight: 1100 Atk: 385 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 50 Refine: true Subtype: "W_2HMACE" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true } Script: <" bonus bStr, 3; bonus bDex, -2; bonus bDef, -2; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7402 AegisName: "RentCart" Name: "Rented Cart" Type: "IT_ARMOR" Loc: ["EQP_HAND_L", "EQP_SHADOW_SHOES"] Buy: 7500000 Sell: 5000 Weight: 100 Refine: false WeaponLv: 1 EquipLv: 1 Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" skill MC_PUSHCART, 2; skill MC_VENDING, 8; "> OnEquipScript: <" setcart 1; "> OnUnequipScript: <" setcart 0; "> }, // Event Skill Cards { Id: 7403 AegisName: "FalkonCard" Name: "Falkon Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill SM_BASH, 1; "> }, { Id: 7404 AegisName: "ArrowShowerCard" Name: "Arrow Shower Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill AC_SHOWER, 1; "> }, { Id: 7405 AegisName: "FireballCard" Name: "Fireball Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill MG_FIREBALL, 1; "> }, { Id: 7406 AegisName: "HealCard" Name: "Heal Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill AL_HEAL, 1; "> }, { Id: 7407 AegisName: "NatureWallCard" Name: "Nature Wall Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill MG_FIREWALL, 1; "> }, { Id: 7408 AegisName: "LastStandCard" Name: "Last Stand Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill CR_TRUST, 1; skill ALL_FULL_THROTTLE, 1; "> }, { Id: 7409 AegisName: "FullPowerCard" Name: "Full Power Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill SA_FREECAST, 1; skill HW_MAGICPOWER, 1; "> }, { Id: 7410 AegisName: "MagicalMVPCard" Name: "Magical MVP Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill MG_SOULSTRIKE, 1; skill WZ_FROSTNOVA, 1; "> }, { Id: 7411 AegisName: "HighPriestCard" Name: "High Priest Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill AL_HOLYLIGHT, 1; skill AB_HIGHNESSHEAL, 1; "> }, { Id: 7412 AegisName: "SupremeWarriorCard" Name: "Supreme Warrior Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill KN_AUTOCOUNTER, 1; skill ASC_METEORASSAULT, 1; "> }, { Id: 7413 AegisName: "SupremeRangerCard" Name: "Supreme Ranger Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill AC_VULTURE, 1; skill SN_SHARPSHOOTING, 1; "> }, { Id: 7414 AegisName: "CowardCard" Name: "Coward Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill NV_TRICKDEAD, 1; skill TF_BACKSLIDING, 1; skill GC_DARKILLUSION, 1; "> }, // TODO { Id: 7415 AegisName: "Event1HSword" Name: "EVENT Single Hand Sword" Type: "IT_WEAPON" Buy: 95000 Sell: 265 Weight: 900 Atk: 0 Range: 1 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_1HSWORD" Slots: 3 AllowCards: { id7403: 1 id7404: 1 id7405: 1 id7406: 1 id7407: 1 id7408: 1 id7409: 1 id7410: 1 id7411: 1 id7412: 1 id7413: 1 id7414: 1 id7419: 1 } Trade: { notrade: true nodrop: true nogstorage: true nomail: true noauction: true } Script: <" bonus bAtk,BaseLevel*6; bonus bMatk,0; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7416 AegisName: "Event2HSword" Name: "EVENT Two Hands Sword" Type: "IT_WEAPON" Buy: 95000 Sell: 265 Weight: 900 Atk: 0 Range: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_2HMACE" Slots: 3 AllowCards: { id7403: 1 id7404: 1 id7405: 1 id7406: 1 id7407: 1 id7408: 1 id7409: 1 id7410: 1 id7411: 1 id7412: 1 id7413: 1 id7414: 1 id7419: 1 } Trade: { notrade: true nodrop: true nogstorage: true nomail: true noauction: true } Script: <" bonus bAtk,BaseLevel*8; bonus bMatk,0; bonus bAgi, -(BaseLevel/10); bonus bHit, (BaseLevel/20); bonus bDef, -(BaseLevel*8/10); bonus bCritical, min(20, BaseLevel/5); skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7417 AegisName: "EventBow" Name: "EVENT Bow" Type: "IT_WEAPON" Buy: 95000 Sell: 265 Weight: 900 Atk: 0 Range: 6 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_BOW" Slots: 3 AllowCards: { id7403: 1 id7404: 1 id7405: 1 id7406: 1 id7407: 1 id7408: 1 id7409: 1 id7410: 1 id7411: 1 id7412: 1 id7413: 1 id7414: 1 id7419: 1 } Trade: { notrade: true nodrop: true nogstorage: true nomail: true noauction: true } Script: <" bonus bAtk,BaseLevel*6; bonus bMatk,0; bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; bonus bFleeRate,-100; skill TMW2_OVERLOAD, getrefine(); "> }, { Id: 7418 AegisName: "EventWand" Name: "EVENT Wand" Type: "IT_WEAPON" Buy: 95000 Sell: 265 Weight: 900 Matk: 1 Range: 9 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_STAFF" Slots: 3 AllowCards: { id7403: 1 id7404: 1 id7405: 1 id7406: 1 id7407: 1 id7408: 1 id7409: 1 id7410: 1 id7411: 1 id7412: 1 id7413: 1 id7414: 1 id7419: 1 } Trade: { notrade: true nodrop: true nogstorage: true nomail: true noauction: true } Script: <" bonus bAtk,0; bonus bMatk,BaseLevel*6; bonus bMaxSP,BaseLevel/2; addtoskill(TMW2_MPREGEN, max(1, 7-BaseLevel/20), 2); bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, // Cards I've missed { Id: 7419 AegisName: "VersatileCard" Name: "Versatile Card" Type: "IT_CARD" Buy: 50 Sell: 25 Weight: 4 Loc: 2097151 Script: <" skill AC_CHARGEARROW, 1; skill MC_MAMMONITE, 1; skill AL_HEAL, 1; "> }, { Id: 7420 AegisName: "DeathPenality" Name: "Acorn Of Death" Type: "IT_HEALING" Buy: 10 Sell: 1 Weight: 1 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" if (@useType == 1) { callfunc "ItHeal", 3, 8, 30; } else { if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); $TREE_PLANTED+=+1; callfunc "SaggyScoreUpdate", callfunc("rand2", 1, 2); } } "> }, { Id: 7421 AegisName: "Skypiercer" Name: "Savior Sky Piercer" Type: "IT_WEAPON" Buy: 1500000 Sell: 500000 Weight: 2700 Atk: 109 Matk: 55 Range: 1 Loc: "EQP_HAND_L" WeaponLv: 1 EquipLv: 109 Refine: true Subtype: "W_KATAR" Slots: 1 AllowCards: { id5022: 1 id5023: 1 id5024: 1 id5025: 1 id5026: 1 id5027: 1 id5028: 1 id5029: 1 id5037: 1 id5038: 1 id5039: 1 id5040: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 id5041: 1 id5042: 1 id5043: 1 id5044: 1 id5045: 1 id5046: 1 id5047: 1 id5048: 1 id5049: 1 id5050: 1 id5051: 1 id5052: 1 id5053: 1 id5054: 1 id5055: 1 id5056: 1 id5057: 1 id5058: 1 id5059: 1 id5060: 1 id5061: 1 id5062: 1 id5063: 1 id5064: 1 } Script: <" bonus bFleeRate, -50; bonus bDefRate, -50; bonus bDef2Rate, -50; bonus bMdefRate, -50; bonus bMdef2Rate, -50; bonus bFlee2Rate, 25; bonus bAtkRate, min(100, max(0, BaseLevel-109)); bonus bMatkRate, min(100, max(0, BaseLevel-109)/2); //bonus bAtk, getrefine()*2; //skill TMW2_OVERLOAD, getrefine(); "> }, // Fake Items { Id: 7436 AegisName: "CRITEM_BASE" Name: "Crafting Basic Skills" }, { Id: 7437 AegisName: "CRITEM_ATK" Name: "Crafting Attack" }, { Id: 7438 AegisName: "CRITEM_DEF" Name: "Crafting Defense" }, { Id: 7439 AegisName: "CRITEM_ACC" Name: "Crafting Accuracy" }, { Id: 7440 AegisName: "CRITEM_EVD" Name: "Crafting Evasion" }, { Id: 7441 AegisName: "CRITEM_REGEN" Name: "Crafting Regeneration" }, { Id: 7442 AegisName: "CRITEM_SPEED" Name: "Crafting Speed" }, { Id: 7443 AegisName: "CRITEM_DOUBLE" Name: "Crafting Double Power" }, { Id: 7444 AegisName: "CRITEM_MAXPC" Name: "Crafting Max Stats" }, { Id: 7445 AegisName: "CRITEM_SCRESIST" Name: "Crafting SC Resist" }, { Id: 7446 AegisName: "CRITEM_SCINFLICT" Name: "Crafting SC Inflict" }, { Id: 7447 AegisName: "CRITEM_MANAUSE" Name: "Crafting Mana Economy" }, { Id: 7448 AegisName: "CRITEM_BOSSATK" Name: "Crafting Boss Techiniques" }, { Id: 7449 AegisName: "CRITEM_FINAL" Name: "Crafting Exp Up" }, // Other Gacha { Id: 7450 AegisName: "AlchemyBlueprintA" Name: "Alchemy Blueprint A" Type: "IT_USABLE" Buy: 3000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem AlchemyBlueprintA, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); if (.@seed < 100) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_INTERMEDIARY); else if (.@seed < 2000) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_BASIC | CRAFT_INTERMEDIARY); else callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_BASIC); "> }, { Id: 7451 AegisName: "AlchemyBlueprintB" Name: "Alchemy Blueprint B" Type: "IT_USABLE" Buy: 6000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem AlchemyBlueprintB, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); // 1% to above, 19% to above + current, 10% to below + current. if (.@seed < 100) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_ADVANCED); else if (.@seed < 2000) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_INTERMEDIARY | CRAFT_ADVANCED); else if (.@seed < 3000) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_BASIC | CRAFT_INTERMEDIARY); else callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_INTERMEDIARY); "> }, { Id: 7452 AegisName: "AlchemyBlueprintC" Name: "Alchemy Blueprint C" Type: "IT_USABLE" Buy: 9000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem AlchemyBlueprintC, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); // 1% to above, 19% to above + current, 10% to below + current. if (.@seed < 100) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_EXPERT); else if (.@seed < 2000) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_ADVANCED | CRAFT_EXPERT); else if (.@seed < 3000) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_INTERMEDIARY | CRAFT_ADVANCED); else callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_ADVANCED); "> }, { Id: 7453 AegisName: "AlchemyBlueprintD" Name: "Alchemy Blueprint D" Type: "IT_USABLE" Buy: 12000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem AlchemyBlueprintD, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); // 1% to above, 19% to above + current, 10% to below + current. if (.@seed < 100) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_MASTER); else if (.@seed < 2000) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_EXPERT | CRAFT_MASTER); else if (.@seed < 3000) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_ADVANCED | CRAFT_EXPERT); else callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_EXPERT); "> }, { Id: 7454 AegisName: "AlchemyBlueprintE" Name: "Alchemy Blueprint E" Type: "IT_USABLE" Buy: 15000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem AlchemyBlueprintE, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); // 30% to below + current. if (.@seed < 3000) callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_MASTER | CRAFT_EXPERT); else callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_MASTER); "> }, { Id: 7460 AegisName: "EquipmentBlueprintA" Name: "Equipment Blueprint A" Type: "IT_USABLE" Buy: 3000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem EquipmentBlueprintA, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); if (.@seed < 100) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_INTERMEDIARY); else if (.@seed < 2000) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_BASIC | CRAFT_INTERMEDIARY); else callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_BASIC); "> }, { Id: 7461 AegisName: "EquipmentBlueprintB" Name: "Equipment Blueprint B" Type: "IT_USABLE" Buy: 6000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem EquipmentBlueprintB, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); // 1% to above, 19% to above + current, 10% to below + current. if (.@seed < 100) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_ADVANCED); else if (.@seed < 2000) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_INTERMEDIARY | CRAFT_ADVANCED); else if (.@seed < 3000) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_BASIC | CRAFT_INTERMEDIARY); else callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_INTERMEDIARY); "> }, { Id: 7462 AegisName: "EquipmentBlueprintC" Name: "Equipment Blueprint C" Type: "IT_USABLE" Buy: 9000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem EquipmentBlueprintC, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); // 1% to above, 19% to above + current, 10% to below + current. if (.@seed < 100) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_EXPERT); else if (.@seed < 2000) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_ADVANCED | CRAFT_EXPERT); else if (.@seed < 3000) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_INTERMEDIARY | CRAFT_ADVANCED); else callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_ADVANCED); "> }, { Id: 7463 AegisName: "EquipmentBlueprintD" Name: "Equipment Blueprint D" Type: "IT_USABLE" Buy: 12000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem EquipmentBlueprintD, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); // 1% to above, 19% to above + current, 10% to below + current. if (.@seed < 100) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_MASTER); else if (.@seed < 2000) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_EXPERT | CRAFT_MASTER); else if (.@seed < 3000) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_ADVANCED | CRAFT_EXPERT); else callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_EXPERT); "> }, { Id: 7464 AegisName: "EquipmentBlueprintE" Name: "Equipment Blueprint E" Type: "IT_USABLE" Buy: 15000 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem EquipmentBlueprintE, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk); // 30% to below + current. if (.@seed < 3000) callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_MASTER | CRAFT_EXPERT); else callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_MASTER); "> }, { Id: 7465 AegisName: "TerraniteBlueprint" Name: "Terranite Blueprint" Type: "IT_USABLE" Buy: 1150 Sell: 300 Weight: 40 Script: <" callfunc("TerraniteBlueprint"); "> }, // 7466 free { Id: 7467 AegisName: "SaviorBlueprint" Name: "Savior Blueprint" Type: "IT_USABLE" Buy: 10000 Sell: 3000 Weight: 40 Script: <" callfunc("LegendaryBlueprint"); "> }, { Id: 7470 AegisName: "AncientBlueprint" Name: "Ancient Blueprint" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 40 Script: <" if (!CRAFTQUEST) { getitem AncientBlueprint, 1; dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); end; } if (!getskilllv(TMW2_ANCIENTLANGUAGES)) { getitem AncientBlueprint, 1; dispbottom l("You cannot understand what's written."); end; } callfunc("MakeRandomBlueprint"); "> }, { Id: 7471 AegisName: "ArcmageBoxset" Name: "Arcmage Boxset" Type: "IT_USABLE" Buy: 1150 Sell: 300 Weight: 40 Script: <" callfunc("MakeRandomArcmageCard"); "> }, // Mercenary boxsets and cards { Id: 7500 AegisName: "MercBoxA" Name: "Mercenary Boxset A" Type: "IT_USABLE" Buy: 500 Sell: 0 Weight: 85 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" if (BaseLevel >= 80) .@v1=50; if (BaseLevel >= 60) .@v2=250; else .@v2=BaseLevel*2; if (BaseLevel >= 40) { .@v3=1250; .@v4=5750; .@v5=4250; } else { .@v3=BaseLevel*3; .@v4=3750; .@v5=6250; } callfunc "merc_boxset", .@v1, .@v2, .@v3, .@v4, .@v5; if (rand(10000) < (REBIRTH+1)*BaseLevel) callfunc "merc_boxset", 5, 4, 3, 2, 10000; "> }, { Id: 7501 AegisName: "MercBoxB" Name: "Mercenary Boxset B" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 115 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", 100, 600, 2100, 5600, 4400; if (rand(10000) < (REBIRTH+1)*BaseLevel) callfunc "merc_boxset", 5, 4, 3, 10000, 1; "> }, { Id: 7502 AegisName: "MercBoxC" Name: "Mercenary Boxset C" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 135 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", 200, 1200, 4200, 9200, 800; if (rand(10000) < (REBIRTH+1)*BaseLevel) callfunc "merc_boxset", 5, 4, 10000, 2, 1; "> }, { Id: 7503 AegisName: "MercBoxD" Name: "Mercenary Boxset D" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 135 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", 400, 1600, 5800, 7200, 600; if (rand(10000) < (REBIRTH+1)*BaseLevel) callfunc "merc_boxset", 5, 10000, 3, 2, 1; "> }, { Id: 7504 AegisName: "MercBoxE" Name: "Mercenary Boxset E" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 135 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", 1000, 5400, 5700, 3200, 300; if (rand(10000) < (REBIRTH+1)*BaseLevel) callfunc "merc_boxset", 10000, 4, 3, 2, 1; "> }, { Id: 7505 AegisName: "MercBoxAA" Name: "Mercenary Boxset AA" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 135 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", BaseLevel/40, BaseLevel/20, BaseLevel, BaseLevel*2, 9000; "> }, { Id: 7506 AegisName: "MercBoxBB" Name: "Mercenary Boxset BB" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 135 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", BaseLevel/40, BaseLevel/20, BaseLevel, 9000, BaseLevel*2; "> }, { Id: 7507 AegisName: "MercBoxCC" Name: "Mercenary Boxset CC" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 135 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", BaseLevel/40, BaseLevel/20, 9000, BaseLevel, BaseLevel*2; "> }, { Id: 7508 AegisName: "MercBoxDD" Name: "Mercenary Boxset DD" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 135 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", BaseLevel/40, 9000, BaseLevel/20, BaseLevel, BaseLevel*2; "> }, { Id: 7509 AegisName: "MercBoxEE" Name: "Mercenary Boxset EE" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 135 KeepAfterUse: false Refine: false Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc "merc_boxset", 9000, BaseLevel/40, BaseLevel/20, BaseLevel, BaseLevel*2; "> }, { Id: 7510 AegisName: "MercCard_AndreiSakar" Name: "Andrei Sakar Card" Type: "IT_USABLE" Buy: 70000 Sell: 3500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1192, 600000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7511 AegisName: "MercCard_Lilanna" Name: "Lilanna Card" Type: "IT_USABLE" Buy: 70000 Sell: 3500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1193, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7512 AegisName: "MercCard_Woody" Name: "Woody Card" Type: "IT_USABLE" Buy: 70000 Sell: 3500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1191, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7513 AegisName: "MercCard_Xanthem" Name: "Xanthem Card" Type: "IT_USABLE" Buy: 70000 Sell: 3500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1210, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7530 AegisName: "MercCard_Aisen" Name: "Aisen Card" Type: "IT_USABLE" Buy: 60000 Sell: 3000 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1194, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7531 AegisName: "MercCard_Msawis" Name: "Msawis Card" Type: "IT_USABLE" Buy: 60000 Sell: 3000 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1195, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7532 AegisName: "MercCard_DragonStar" Name: "Dragon Star Card" Type: "IT_USABLE" Buy: 60000 Sell: 3000 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1205, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7533 AegisName: "MercCard_Swezanne" Name: "Swezanne Card" Type: "IT_USABLE" Buy: 60000 Sell: 3000 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1209, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7550 AegisName: "MercCard_Saulc" Name: "Saulc Card" Type: "IT_USABLE" Buy: 50000 Sell: 2500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1196, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7551 AegisName: "MercCard_Crazyfefe" Name: "Crazyfefe Card" Type: "IT_USABLE" Buy: 50000 Sell: 2500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1197, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7552 AegisName: "MercCard_LawnCable" Name: "Lawn Cable Card" Type: "IT_USABLE" Buy: 50000 Sell: 2500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1198, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7553 AegisName: "MercCard_Arthur" Name: "Arthur Card" Type: "IT_USABLE" Buy: 50000 Sell: 2500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1208, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7570 AegisName: "MercCard_Pookie" Name: "Pookie Card" Type: "IT_USABLE" Buy: 40000 Sell: 2000 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1200, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7571 AegisName: "MercCard_Jesusalva" Name: "Jesusalva Card" Type: "IT_USABLE" Buy: 40000 Sell: 2000 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1201, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7572 AegisName: "MercCard_Demure" Name: "Demure Card" Type: "IT_USABLE" Buy: 40000 Sell: 2000 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1199, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7573 AegisName: "MercCard_EarthWitch" Name: "Earth Witch Card" Type: "IT_USABLE" Buy: 40000 Sell: 2000 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1207, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7590 AegisName: "MercCard_Apane" Name: "Apane Card" Type: "IT_USABLE" Buy: 30000 Sell: 1500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1203, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7591 AegisName: "MercCard_Soren" Name: "Soren Card" Type: "IT_USABLE" Buy: 30000 Sell: 1500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1204, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7592 AegisName: "MercCard_GonzoDark" Name: "Gonzo Dark Card" Type: "IT_USABLE" Buy: 30000 Sell: 1500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1202, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7593 AegisName: "MercCard_Rosa" Name: "Rosa Card" Type: "IT_USABLE" Buy: 30000 Sell: 1500 Weight: 5 Refine: false Delay: 500 UseEffect: "FX_MAGIC" Script: <" mercenary_create 1206, 900000; if (rand(1,5) == 4) getitem MercBoxA, 1; "> }, { Id: 7594 AegisName: "MercCard_EH" Name: "Event Horizon Card" Type: "IT_USABLE" Buy: 1000000 Sell: 0 Weight: 0 Delay: 500 UseEffect: "FX_MAGIC" KeepAfterUse: true Trade: { notrade: true nodrop: true nocart: true noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } Script: <" mercenary_create 1211, 3600000; if (rand(100) % 5 == 1) delitem 7594, 1; "> }, // Additional usable items { Id: 8000 AegisName: "StrengthFruit" Name: "Strength Fruit" Type: "IT_USABLE" Buy: 500000 Sell: 1500 Weight: 10 Delay: 500 Script: <" //statusup2(bStr, 1); STATUSUP_STR+=1; "> }, { Id: 8001 AegisName: "AgilityFruit" Name: "Agility Fruit" Type: "IT_USABLE" Buy: 500000 Sell: 1500 Weight: 10 Delay: 500 Script: <" //statusup2(bAgi, 1); STATUSUP_AGI+=1; "> }, { Id: 8002 AegisName: "VitalityFruit" Name: "Vitality Fruit" Type: "IT_USABLE" Buy: 500000 Sell: 1500 Weight: 10 Delay: 500 Script: <" //statusup2(bVit, 1); STATUSUP_VIT+=1; "> }, { Id: 8003 AegisName: "IntelligenceFruit" Name: "Intelligence Fruit" Type: "IT_USABLE" Buy: 500000 Sell: 1500 Weight: 10 Delay: 500 Script: <" //statusup2(bInt, 1); STATUSUP_INT+=1; "> }, { Id: 8004 AegisName: "DexterityFruit" Name: "Dexterity Fruit" Type: "IT_USABLE" Buy: 500000 Sell: 1500 Weight: 10 Delay: 500 Script: <" //statusup2(bDex, 1); STATUSUP_DEX+=1; "> }, { Id: 8005 AegisName: "LuckFruit" Name: "Luck Fruit" Type: "IT_USABLE" Buy: 500000 Sell: 1500 Weight: 10 Delay: 500 Script: <" //statusup2(bLuk, 1); STATUSUP_LUK+=1; "> }, { Id: 8006 AegisName: "MysteriousFruit" Name: "Mysterious Fruit" Type: "IT_USABLE" Buy: 500000 Sell: 1500 Weight: 10 Delay: 500 Script: <" .@r=callfunc("rand2", bStr, bLuk); switch (.@r) { case bStr: STATUSUP_STR+=1; break; case bAgi: STATUSUP_AGI+=1; break; case bVit: STATUSUP_VIT+=1; break; case bInt: STATUSUP_INT+=1; break; case bDex: STATUSUP_DEX+=1; break; case bLuk: STATUSUP_LUK+=1; break; default: // Error getitem callfunc("any", StrengthFruit, AgilityFruit, VitalityFruit, IntelligenceFruit, DexterityFruit, LuckFruit), 1; end; } //statusup2(.@r, 1); "> }, { Id: 8007 AegisName: "SmallArrowSack" Name: "Small Arrow Sack" Type: "IT_USABLE" Buy: 10 Sell: 5 Weight: 30 Script: <" getitem TolchiArrow, rand(10, 15); "> }, { Id: 8008 AegisName: "MediumArrowSack" Name: "Medium Arrow Sack" Type: "IT_USABLE" Buy: 30 Sell: 15 Weight: 80 Script: <" getitem TolchiArrow, rand(30, 40); "> }, { Id: 8009 AegisName: "BigArrowSack" Name: "Big Arrow Sack" Type: "IT_USABLE" Buy: 80 Sell: 40 Weight: 200 Script: <" getitem TolchiArrow, rand(80, 100); "> }, { Id: 8010 AegisName: "SmallBulletSack" Name: "Small Bullet Sack" Type: "IT_USABLE" Buy: 120 Sell: 60 Weight: 15 Script: <" getitem Bullet, rand(10, 15); "> }, { Id: 8011 AegisName: "MediumBulletSack" Name: "Medium Bullet Sack" Type: "IT_USABLE" Buy: 420 Sell: 210 Weight: 45 Script: <" getitem Bullet, rand(35, 45); "> }, { Id: 8012 AegisName: "BigBulletSack" Name: "Big Bullet Sack" Type: "IT_USABLE" Buy: 960 Sell: 480 Weight: 95 Script: <" getitem Bullet, rand(80, 95); "> }, { Id: 8013 AegisName: "Dragonfruit" Name: "Dragonfruit" Type: "IT_HEALING" Buy: 1200 Sell: 300 Weight: 14 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" callfunc("ItHeal2", 4, 2); "> }, { Id: 8014 AegisName: "ChamomileTea" Name: "Chamomile Tea" Type: "IT_HEALING" Buy: 200 Sell: 50 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 120; @max = 272; @delay = 2; doevent "rand_mp_heal::OnUse"; "> }, { Id: 8015 AegisName: "SpearmintTea" Name: "Spearmint Tea" Type: "IT_HEALING" Buy: 500 Sell: 125 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 300; @max = 452; @delay = 3; doevent "rand_mp_heal::OnUse"; "> }, { Id: 8016 AegisName: "OolongTea" Name: "Oolong Tea" Type: "IT_HEALING" Buy: 1500 Sell: 375 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 480; @max = 632; @delay = 4; doevent "rand_mp_heal::OnUse"; "> }, { Id: 8017 AegisName: "JasmineTea" Name: "Jasmine Tea" Type: "IT_HEALING" Buy: 5000 Sell: 1250 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 660; @max = 812; @delay = 5; doevent "rand_mp_heal::OnUse"; "> }, // Southern Sweet Tea, Orange Spice Tea, Lavender Tea { Id: 8018 AegisName: "YerbaMate" Name: "Yerba Mate" Type: "IT_HEALING" Buy: 10000 Sell: 2500 Weight: 5 Refine: false Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 840; @max = 992; @delay = 6; doevent "rand_mp_heal::OnUse"; "> }, { Id: 8019 AegisName: "ScentGrenade" Name: "Scented Grenade" Type: "IT_USABLE" Buy: 700 Sell: 350 Weight: 40 Refine: false Delay: 500 UseEffect: "FX_SMOKEBOMB" Script: <" callfunc "massprovoke", rand(3,9); "> }, { Id: 8020 AegisName: "SacredImmortalityPotion" Name: "Sacred Immortality Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 11100 Weight: 50 Refine: false Delay: 500 Script: <" callfunc("SC_Bonus", SC_KAIZEL, 60000, 40); // Revives with 40% HP if you die "> }, { Id: 8021 AegisName: "BronzeBossGift" Name: "Bronze Boss Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 25 KeepAfterUse: false Refine: false Trade: { noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" setarray .@r, MercBoxC, CrazyRum, Manapple, Dragonfruit, JasmineTea, TreasureMap, MysteriousBottle, Lockpicks, ArcmageBoxset, TreasureKey, CoinBag, WurtziteOre; // ~8.33% each .@n=rand(getarraysize(.@r)); getitem .@r[.@n], 1; "> }, { Id: 8022 AegisName: "SilverBossGift" Name: "Silver Boss Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 45 KeepAfterUse: false Refine: false Trade: { noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" setarray .@r, MercBoxD, AncientBlueprint, WhiskeyAle, ElixirOfLife, Dragonfruit, YerbaMate, BronzeGift, TreasureMap, MysteriousBottle, Lockpicks, HousingLetterI, BrokenWarpCrystal, StatusResetPotion, ArcmageBoxset, TitaniumOre, LOFCoin, GrapheneStone; // ~5.88% each .@n=rand(getarraysize(.@r)); getitem .@r[.@n], 1; "> }, { Id: 8023 AegisName: "GoldenBossGift" Name: "Golden Boss Gift" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 65 KeepAfterUse: false Refine: false Trade: { noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" setarray .@r, AncientBlueprint, ElixirOfLife, Manapple, SilverGift, GoldenGift, TreasureMap, MysteriousBottle, HousingLetterI, BrokenWarpCrystal, StatusResetPotion, ArcmageBoxset, SacredImmortalityPotion, BossHunterBoina, IridiumOre, DarkDesertMushroom, Arcanum; // ~6.25% each .@n=rand(getarraysize(.@r)); getitem .@r[.@n], 1; "> }, { Id: 8024 AegisName: "IcedBottle" Name: "Iced Water" Type: "IT_USABLE" Buy: 10000 Sell: 500 Weight: 20 Refine: false KeepAfterUse: false Delay: 2000 Script: <" // Gives you 5 extra minutes of cooldown @coolio=max(gettimetick(2), @coolio)+300; itemheal (MaxHp/200), 0; "> }, { Id: 8025 AegisName: "LinarianSoul" Name: "Linarian Soul" Type: "IT_ARMOR" Buy: 30 Sell: 10 Weight: 2 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 8026 AegisName: "TuxSoul" Name: "Tux Soul" Type: "IT_ARMOR" Buy: 30 Sell: 10 Weight: 2 Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false Trade: { notrade: true nodrop: true nocart: false noselltonpc: true nostorage: false nogstorage: true nomail: true noauction: true } }, { Id: 8027 AegisName: "PurificationPotion" Name: "Purification Potion" Type: "IT_USABLE" Buy: 10000 Sell: 500 Weight: 20 Refine: false KeepAfterUse: false Delay: 2000 Script: <" // Gives you 5 extra minutes of cooldown @purifio=max(gettimetick(2), @purifio)+300; "> }, { Id: 8028 AegisName: "HomunResetPotion" Name: "Homun Stat Reset Potion" Type: "IT_USABLE" Buy: 50000 Sell: 5250 Weight: 20 Refine: false KeepAfterUse: false Delay: 2500 Script: <" // Reset homunculus stats homshuffle(); dispbottom l("Homunculus stats were reset!"); "> }, { Id: 8029 AegisName: "InsuranceContract" Name: "Insurance Contract" Type: "IT_USABLE" Buy: 70000 Sell: 5000 Weight: 20 Refine: false KeepAfterUse: false Delay: 200 Script: <" callfunc("SC_Bonus", 900, SC_CASH_DEATHPENALTY, 1); "> }, { Id: 8030 AegisName: "NymphPoison" Name: "Nymph Poison" Type: "IT_USABLE" Buy: 15000 Sell: 250 Weight: 10 Refine: false Delay: 500 Script: <" sc_start SC_DPOISON, 30000, 10; "> }, { Id: 8031 AegisName: "ScrollSMaggot" Name: "Scroll Summon Maggot" Type: "IT_USABLE" Buy: 15000 Sell: 150 Weight: 10 Refine: false Delay: 2500 Script: <" callfunc "SummonScroll", Maggot, 60, GiantMaggot, 40; "> }, { Id: 8032 AegisName: "ScrollSCave" Name: "Scroll Summon Cave Maggot" Type: "IT_USABLE" Buy: 15000 Sell: 150 Weight: 10 Refine: false Delay: 2500 Script: <" callfunc "SummonScroll", CaveMaggot, 60; "> }, { Id: 8033 AegisName: "ScrollSDragon" Name: "Scroll Summon Dragon" Type: "IT_USABLE" Buy: 150000 Sell: 1500 Weight: 10 Refine: false Delay: 2500 Script: <" callfunc "SummonScroll", GreenDragon, 50, NightmareDragon, 105; "> }, { Id: 8034 AegisName: "ScrollSWolvern" Name: "Scroll Summon Wolvern" Type: "IT_USABLE" Buy: 30000 Sell: 300 Weight: 10 Refine: false Delay: 2500 Script: <" callfunc "SummonScroll", Wolvern, 60; "> }, { Id: 8035 AegisName: "ScrollSYeti" Name: "Scroll Summon Yeti" Type: "IT_USABLE" Buy: 75000 Sell: 750 Weight: 10 Refine: false Delay: 2500 Script: <" callfunc "SummonScroll", Moggun, 60, Yeti, 60; "> }, { Id: 8036 AegisName: "ScrollSTerranite" Name: "Scroll Summon Terranite" Type: "IT_USABLE" Buy: 125000 Sell: 1250 Weight: 10 Refine: false Delay: 2500 Script: <" callfunc "SummonScroll", Terranite, 50, TerraniteProtector, 90; "> }, { Id: 8037 AegisName: "ScrollMagnusHealA" Name: "Scroll Magnus Heal" Type: "IT_USABLE" Buy: 20000 Sell: 200 Weight: 10 Refine: false Delay: 1500 Script: <" @skillId=TMW2_MAGNUSHEAL; @skillLv=1; @skillTarget=getcharid(3); @scriptsk=true; callfunc "HUB_SkillInvoke"; "> }, { Id: 8038 AegisName: "ScrollMagnusHealB" Name: "Scroll Magnus Heal+" Type: "IT_USABLE" Buy: 40000 Sell: 400 Weight: 10 Refine: false Delay: 1500 Script: <" @skillId=TMW2_MAGNUSHEAL; @skillLv=5; @skillTarget=getcharid(3); @scriptsk=true; callfunc "HUB_SkillInvoke"; "> }, { Id: 8039 AegisName: "ScrollMagnusHealC" Name: "Scroll Magnus Heal++" Type: "IT_USABLE" Buy: 75000 Sell: 750 Weight: 10 Refine: false Delay: 1500 Script: <" @skillId=TMW2_MAGNUSHEAL; @skillLv=10; @skillTarget=getcharid(3); @scriptsk=true; callfunc "HUB_SkillInvoke"; "> }, { Id: 8040 AegisName: "ScrollAngelLightA" Name: "Scroll Angel Light" Type: "IT_USABLE" Buy: 20000 Sell: 200 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_regenerating", 5, "filter_onlyme"; "> }, { Id: 8041 AegisName: "ScrollAngelLightB" Name: "Scroll Angel Light+" Type: "IT_USABLE" Buy: 40000 Sell: 400 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_regenerating", 5, "filter_sameguildorparty"; "> }, { Id: 8042 AegisName: "ScrollAngelLightC" Name: "Scroll Angel Light++" Type: "IT_USABLE" Buy: 75000 Sell: 750 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_regenerating", 5, "filter_friendly"; "> }, { Id: 8043 AegisName: "ScrollBattlePlansA" Name: "Scroll Battle Plans" Type: "IT_USABLE" Buy: 20000 Sell: 200 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_atkboost", 5, "filter_onlyme"; "> }, { Id: 8044 AegisName: "ScrollBattlePlansB" Name: "Scroll Battle Plans+" Type: "IT_USABLE" Buy: 40000 Sell: 400 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_atkboost", 5, "filter_sameguildorparty"; "> }, { Id: 8045 AegisName: "ScrollBattlePlansC" Name: "Scroll Battle Plans++" Type: "IT_USABLE" Buy: 75000 Sell: 750 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_atkboost", 5, "filter_friendly"; "> }, { Id: 8046 AegisName: "ScrollDefenseBlessA" Name: "Scroll Defense Bless" Type: "IT_USABLE" Buy: 20000 Sell: 200 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_defboost", 5, "filter_onlyme"; "> }, { Id: 8047 AegisName: "ScrollDefenseBlessB" Name: "Scroll Defense Bless+" Type: "IT_USABLE" Buy: 40000 Sell: 400 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_defboost", 5, "filter_sameguildorparty"; "> }, { Id: 8048 AegisName: "ScrollDefenseBlessC" Name: "Scroll Defense Bless++" Type: "IT_USABLE" Buy: 75000 Sell: 750 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_defboost", 5, "filter_friendly"; "> }, { Id: 8049 AegisName: "ScrollCriticalFortuneA" Name: "Scroll Critical Fortune" Type: "IT_USABLE" Buy: 20000 Sell: 200 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_critboost", 5, "filter_onlyme"; "> }, { Id: 8050 AegisName: "ScrollCriticalFortuneB" Name: "Scroll Critical Fortune+" Type: "IT_USABLE" Buy: 40000 Sell: 400 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_critboost", 5, "filter_sameguildorparty"; "> }, { Id: 8051 AegisName: "ScrollCriticalFortuneC" Name: "Scroll Critical Fortune++" Type: "IT_USABLE" Buy: 75000 Sell: 750 Weight: 10 Refine: false Delay: 1500 Script: <" callfunc "GD_critboost", 5, "filter_friendly"; "> }, { Id: 8052 AegisName: "DodgeDonut" Name: "Dodge Donut" Type: "IT_USABLE" Buy: 10000 Sell: 100 Weight: 20 Refine: false Delay: 500 Script: <" @min = 20; @max = 20; @delay = 60; @type = SC_INCFLEE; doevent "inc_sc_bonus::OnUse"; "> }, // 8053 Chocolate Donut // 8054 Sparkly Chocolate Donut // 8055 Mint Donut // 8056 Sparkly Mint Donut { Id: 8057 AegisName: "StrawberryDonut" Name: "Strawberry Donut" Type: "IT_USABLE" Buy: 10000 Sell: 100 Weight: 20 Refine: false Delay: 500 Script: <" @min = 5; @max = 5; @delay = 150; @type = SC_INCMSPRATE; doevent "inc_sc_bonus::OnUse"; "> }, { Id: 8058 AegisName: "SparklyStrawberryDonut" Name: "Sparkly Strawberry Donut" Type: "IT_USABLE" Buy: 10000 Sell: 100 Weight: 20 Refine: false Delay: 500 Script: <" @min = 5; @max = 5; @delay = 150; @type = SC_INCMHPRATE; doevent "inc_sc_bonus::OnUse"; "> }, //========================================================================= //= Items Database //========================================================================= // Items Database // /****************************************************************************** ************* Entry structure ************************************************ ****************************************************************************** { // =================== Mandatory fields =============================== Id: ID (int) AegisName: "L_Aegis_Name" (string) Name: "L Item Name" (string) // =================== Optional fields ================================ Type: Item Type (string, defaults to "IT_ETC") Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) Weight: Item Weight (int, defaults to 0) Atk: Attack (int, defaults to 0) Matk: Magical Attack (int, defaults to 0, ignored in pre-re) Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) MinRange: Minimal Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") Gender: Gender (string, defaults to "SEX_ANY") Loc: Equip location (bitmask array, string or int, required value for equipment) WeaponLv: Weapon Level (int, defaults to 0) EquipLv: Equip required level (int, defaults to 0) EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] Subtype: Item Subtype (int, defaults to 0) W_FIST, ///< Bare hands W_DAGGER, //1 W_1HSWORD, //2 W_2HSWORD, //3 W_1HSPEAR, //4 W_2HSPEAR, //5 W_1HAXE, //6 W_2HAXE, //7 W_MACE, //8 W_2HMACE, //9 W_STAFF, //10 W_BOW, //11 W_KNUCKLE, //12 W_MUSICAL, //13 W_WHIP, //14 W_BOOK, //15 W_KATAR, //16 W_REVOLVER, //17 W_RIFLE, //18 W_GATLING, //19 W_SHOTGUN, //20 W_GRENADE, //21 W_HUUMA, //22 W_2HSTAFF, //23 ViewSprite: Sprite view ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) ForceSerial: true/false (boolean, defaults to false) BuyingStore: true/false (boolean, defaults to false) Delay: Delay to use item (int, defaults to 0) FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) KeepAfterUse: true/false (boolean, defaults to false) DropAnnounce: true/false (boolean, defaults to false) AllowPickup: true/false (boolean, defaults to true) Charm: true/false (boolean, defaults to false) MaxFloorOffset: [x, y] (int, defaults to 8) MaxFloorOffset: offset (int, defaults to 8) Identified: true/false (boolean, default to true) RequiredStr: required strength (int, default to 0) RequiredAgi: required agility (int, default to 0) RequiredVit: required vitality (int, default to 0) RequiredInt: required intellect (int, default to 0) RequiredDex: required dexterity (int, default to 0) RequiredLuk: required luck (int, default to 0) RequiredMaxHp: required max hp (int, default to 0) RequiredMaxSp: required max sp (int, default to 0) RequiredAtk: required attack (int, default to 0) RequiredMAtkMin: required minimal magic attack (int, default to 0) RequiredMAtkMax: required maximum magic attack (int, default to 0) RequiredDef: required defence (int, default to 0) RequiredMDef: required magic defence (int, default to 0) RequiredSkill: required skill (int, default to 0) UseEffect: effect if use/equip item success (int, default to -1) UseFailEffect: effect if use/equip item failed (int, default to -1) UnequipEffect: effect if unequip item success (int, default to -1) UnequipFailEffect: effect if unequip item failed (int, default to -1) Trade: { (defaults to no restrictions) override: GroupID (int, defaults to 100) nodrop: true/false (boolean, defaults to false) notrade: true/false (boolean, defaults to false) partneroverride: true/false (boolean, defaults to false) noselltonpc: true/false (boolean, defaults to false) nocart: true/false (boolean, defaults to false) nostorage: true/false (boolean, defaults to false) nogstorage: true/false (boolean, defaults to false) nomail: true/false (boolean, defaults to false) noauction: true/false (boolean, defaults to false) } Nouse: { (defaults to no restrictions) override: GroupID (int, defaults to 100) sitting: true/false (boolean, defaults to false) } Stack: [amount, type] (int, defaults to 0) Sprite: SpriteID (int, defaults to 0) Script: <" Script (it can be multi-line) "> OnEquipScript: <" OnEquip Script (can also be multi-line) "> OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> OnDropScript: <" OnDrop Script (can also be multi-line) "> OnTakeScript: <" OnTake Script (can also be multi-line) "> OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> AllowCards: { idNUM: amount (NUM is id number, amount is amount) } AllowAmmo: { idNUM: something (NUM is id number) } }, ******************************************************************************/ { Id: 10521 AegisName: "L_Dagger" Name: "L Dagger" Type: "IT_WEAPON" Buy: 1000 Sell: 500 Weight: 200 Atk: 16 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_DAGGER" }, { Id: 10522 AegisName: "L_SharpKnife" Name: "L SharpKnife" Type: "IT_WEAPON" Buy: 100 Sell: 50 Weight: 150 Atk: 11 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_DAGGER" }, { Id: 10529 AegisName: "L_IronArrow" Name: "L IronArrow" Type: "IT_AMMO" Buy: 4 Sell: 2 Weight: 1 Atk: 44 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 10529 Subtype: "A_ARROW" Script: <" //set @AmmoType, AMMO_BOW; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 10530 AegisName: "L_ShortBow" Name: "L ShortBow" Type: "IT_WEAPON" Buy: 2500 Sell: 1000 Weight: 600 Atk: 55 Matk: -5 Range: 5 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 4 Refine: false ViewSprite: 1 Subtype: "W_BOW" AllowAmmo: { Id529: 1 Id762: 1 Id1199: 1 Id1282: 1 } Script: <" bonus bMatkRate, -5; // @EVOL2 //set @LauncherType, AMMO_BOW; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, { Id: 10536 AegisName: "L_ShortSword" Name: "L ShortSword" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 1500 Atk: 99 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" }, { Id: 10545 AegisName: "L_ForestBow" Name: "L ForestBow" Type: "IT_WEAPON" Buy: 20000 Sell: 5000 Weight: 1200 Atk: 77 Matk: -7 Range: 5 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 0 Refine: false ViewSprite: 1 Subtype: "W_BOW" AllowAmmo: { Id529: 1 Id762: 1 Id1199: 1 Id1282: 1 } Script: <" bonus bMatkRate, -7; // @EVOL2 //set @LauncherType, AMMO_BOW; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, { Id: 10547 AegisName: "L_Bardiche" Name: "L Bardiche" Type: "IT_WEAPON" Buy: 20 Sell: 10 Weight: 10 Def: 100 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 0 Refine: false ViewSprite: 1 Subtype: "W_1HSPEAR" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10548 AegisName: "L_Halberd" Name: "L Halberd" Type: "IT_WEAPON" Buy: 20 Sell: 10 Weight: 1400 Atk: 198 Range: 2 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 2 EquipLv: 0 Refine: false ViewSprite: 1 Subtype: "W_2HSPEAR" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10549 AegisName: "L_Axe" Name: "L Axe" Type: "IT_WEAPON" Buy: 20 Sell: 10 Weight: 1200 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 0 Refine: false ViewSprite: 1 Subtype: "W_1HAXE" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10550 AegisName: "L_BlacksmithsAxe" Name: "L BlacksmithsAxe" Type: "IT_WEAPON" Buy: 20 Sell: 10 Weight: 1200 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 0 Refine: false ViewSprite: 1 Subtype: "W_1HAXE" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10561 AegisName: "L_Sabre" Name: "L Sabre" Type: "IT_WEAPON" Buy: 10000 Sell: 5000 Weight: 300 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" }, { Id: 10570 AegisName: "L_BoneKnife" Name: "L BoneKnife" Type: "IT_WEAPON" Buy: 10000 Sell: 6000 Weight: 450 Atk: 126 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_DAGGER" }, { Id: 10571 AegisName: "L_Setzer" Name: "L Setzer" Type: "IT_WEAPON" Buy: 20000 Sell: 8000 Weight: 900 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_DAGGER" }, { Id: 10572 AegisName: "L_Scimitar" Name: "L Scimitar" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 200 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10573 AegisName: "L_Falchion" Name: "L Falchion" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 300 Atk: 297 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; bonus bDoubleAddRate, 40; bonus bHit, -25; bonus bCritical, -25; "> }, { Id: 10574 AegisName: "L_ScorpionKing" Name: "L Scorpion King" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 600 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSPEAR" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10575 AegisName: "L_DesertBow" Name: "L DesertBow" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 1200 Atk: 93 Matk: -10 Range: 7 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_BOW" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> AllowAmmo: { Id529: 1 Id762: 1 Id1199: 1 Id1282: 1 } Script: <" bonus bMatkRate, -10; // @EVOL2 //set @LauncherType, AMMO_BOW; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, { Id: 10609 AegisName: "L_ImperialBow" Name: "L Imperial Bow" Type: "IT_WEAPON" Buy: 101000 Sell: 40000 Weight: 900 Atk: 121 Matk: -9 Range: 6 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 90 Refine: false ViewSprite: 1 Subtype: "W_BOW" AllowAmmo: { Id529: 1 Id762: 1 Id1199: 1 Id1282: 1 } OnEquipScript: <" callfunc "RequireStat", bDex, 80, EQI_HAND_R; "> Script: <" bonus bMatkRate, -9; // @EVOL2 bonus2 bHPDrainRate, 100, 4; bonus bCriticalDef, 10; bonus bFlee, 10; bonus bAspdRate, 10; //set @LauncherType, AMMO_BOW; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, { Id: 10576 AegisName: "L_Beheader" Name: "L Beheader" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 2000 Atk: 999 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_2HAXE" OnEquipScript: <" callfunc "NoBowItem", EQI_HAND_R; if (readparam(bInt) > 1) // @EVOL2 unequip(EQI_HAND_R); // @EVOL2 //set @bStat, Int; // @TMWA //set @maxbStatVal, 1; // @TMWA //callfunc "RequireMaxStat"; // @TMWA "> Script: <" bonus bDoubleAddRate, 50; bonus bSpeedAddRate, 10; bonus bHit, -20; bonus bCritical, -25; "> }, { Id: 10577 AegisName: "L_BoneDarts" Name: "L BoneDarts" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 300 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_HUUMA" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10578 AegisName: "L_SandCutter" Name: "L SandCutter" Type: "IT_WEAPON" Buy: 30000 Sell: 15000 Weight: 1500 Atk: 154 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 2 EquipLv: 80 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" bonus bDoubleAddRate, 5; bonus bHit, 3; "> }, { Id: 10579 AegisName: "L_RockKnife" Name: "L RockKnife" Type: "IT_WEAPON" Buy: 15000 Sell: 7500 Weight: 500 Atk: 121 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_DAGGER" Script: <" bonus bVit, 3; "> }, { Id: 10580 AegisName: "L_StaffOfLife" Name: "L StaffOfLife" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 1500 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_STAFF" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10581 AegisName: "L_CrescentRod" Name: "L CrescentRod" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 1500 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_STAFF" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10582 AegisName: "L_StaffOfFire" Name: "L StaffOfFire" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 1500 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_STAFF" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10583 AegisName: "L_StaffOfIce" Name: "L StaffOfIce" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 1500 Atk: 110 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_STAFF" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10584 AegisName: "L_Jackal" Name: "L Jackal" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 100 Atk: 137 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" bonus bMaxHP, 50; bonus2 bHPDrainRate, 100, 5; bonus bCriticalDef, 2; bonus bStr, 1; bonus bAspdRate, 1; bonus bHit, 5; "> }, { Id: 10587 AegisName: "L_Sword" Name: "L Sword" Type: "IT_WEAPON" Buy: 1000 Sell: 500 Weight: 200 Atk: 16 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10588 AegisName: "L_BastardSword" Name: "L BastardSword" Type: "IT_WEAPON" Buy: 1000 Sell: 500 Weight: 200 Atk: 16 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10590 AegisName: "L_DragonSword" Name: "L Dragon Sword" Type: "IT_WEAPON" Buy: 8000 Sell: 4000 Weight: 100 Atk: 155 Def: -2 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" bonus bMaxHP, -100; bonus2 bHPDrainRate, 100, -1; bonus bCriticalDef, -2; bonus bStr, 5; bonus bAspdRate, 2; bonus bHit, 5; "> }, { Id: 10591 AegisName: "L_LongSword" Name: "L LongSword" Type: "IT_WEAPON" Buy: 1000 Sell: 500 Weight: 200 Atk: 16 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10594 AegisName: "L_Spear" Name: "L Spear" Type: "IT_WEAPON" Buy: 1000 Sell: 500 Weight: 200 Atk: 16 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSPEAR" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10596 AegisName: "L_Pike" Name: "L Pike" Type: "IT_WEAPON" Buy: 20 Sell: 10 Weight: 1600 Atk: 154 Range: 2 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 2 EquipLv: 0 Refine: false ViewSprite: 1 Subtype: "W_2HSPEAR" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> }, { Id: 10623 AegisName: "L_Scythe" Name: "L Scythe" Type: "IT_WEAPON" Buy: 100 Sell: 50 Weight: 1200 Atk: 110 Range: 2 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 2 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_2HSPEAR" }, { Id: 10758 AegisName: "L_WoodenStaff" Name: "L WoodenStaff" Type: "IT_WEAPON" Buy: 4000 Sell: 2000 Weight: 1000 Atk: 55 Matk: 10 Range: 1 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_2HSTAFF" OnEquipScript: <" callfunc "RequireStat", bInt, 60, EQI_HAND_R; "> Script: <" bonus bMatkRate, 10; // @EVOL2 if (getskilllv(SKILL_CONFRINGO)) // @EVOL2 addtoskill(SKILL_CONFRINGO, 1, 2); // @EVOL2 "> }, { Id: 11170 AegisName: "L_SweetTooth" Name: "L Sweet Tooth" Type: "IT_WEAPON" Buy: 4000 Sell: 2000 Weight: 1000 Atk: 55 Matk: 15 Range: 1 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_2HSTAFF" OnEquipScript: <" callfunc "RequireStat", bInt, 60, EQI_HAND_R; "> Script: <" bonus bMatkRate, 15; // @EVOL2 if (getskilllv(SKILL_CONFRINGO)) // @EVOL2 addtoskill(SKILL_CONFRINGO, 1, 2); // @EVOL2 "> }, { Id: 11171 AegisName: "L_Wand" Name: "L Wand" Type: "IT_WEAPON" Buy: 400 Sell: 200 Weight: 100 Atk: 1 Matk: 5 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_STAFF" OnEquipScript: <" callfunc "RequireStat", bInt, 5, EQI_HAND_R; "> Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 10762 AegisName: "L_TerraniteArrow" Name: "L TerraniteArrow" Type: "IT_AMMO" Buy: 80 Sell: 20 Weight: 1 Atk: 55 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 10762 Subtype: "A_ARROW" Script: <" bonus bCritical, 20; //set @AmmoType, AMMO_BOW; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 10867 AegisName: "L_IceGladius" Name: "L IceGladius" Type: "IT_WEAPON" Buy: 2000 Sell: 1000 Weight: 1000 Atk: 121 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" bonus bLuk, 1; "> }, { Id: 10878 AegisName: "L_BansheeBow" Name: "L BansheeBow" Type: "IT_WEAPON" Buy: 101000 Sell: 40000 Weight: 900 Atk: 154 Matk: -9 Range: 6 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 90 Refine: false ViewSprite: 1 Subtype: "W_BOW" AllowAmmo: { Id529: 1 Id762: 1 Id1199: 1 Id1282: 1 } OnEquipScript: <" callfunc "RequireStat", bDex, 80, EQI_HAND_R; "> Script: <" bonus2 bHPDrainRate, 100, -2; bonus bAspdRate, 20; bonus bMaxHP, -150; bonus bSpeedAddRate, 10; bonus bDefRate, -40; bonus bDef2Rate, -35; bonus bMatkRate, -9; // @EVOL2 //set @LauncherType, AMMO_BOW; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, { Id: 10903 AegisName: "L_SlingShot" Name: "L SlingShot" Type: "IT_WEAPON" Buy: 500 Sell: 50 Weight: 10 Atk: 5 Range: 4 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_BOW" AllowAmmo: { Id904: 1 } Script: <" //set @LauncherType, AMMO_SLING; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, { Id: 10904 AegisName: "L_SlingBullet" Name: "L SlingBullet" Type: "IT_AMMO" Buy: 1 Sell: 0 Weight: 1 Atk: 3 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 10904 Subtype: "A_ARROW" Script: <" //set @AmmoType, AMMO_SLING; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 10906 AegisName: "L_KidBook" Name: "L KidBook" Type: "IT_WEAPON" Buy: 10000 Sell: 5000 Weight: 100 Atk: 1 Range: 3 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 1 Refine: false Subtype: "W_HUUMA" }, { Id: 10907 AegisName: "L_FloydBook" Name: "L FloydBook" Type: "IT_WEAPON" Buy: 10000 Sell: 5000 Weight: 100 Atk: 1 Range: 3 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 135 Refine: false Trade: { nodrop: true notrade: true noselltonpc: true nomail: true noauction: true } Subtype: "W_HUUMA" }, { Id: 11199 AegisName: "L_Arrow" Name: "L Arrow" Type: "IT_AMMO" Buy: 1 Sell: 0 Weight: 1 Atk: 22 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 11199 Subtype: "A_ARROW" Script: <" //set @AmmoType, AMMO_BOW; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 11200 AegisName: "L_Bow" Name: "L Bow" Type: "IT_WEAPON" Buy: 1000 Sell: 500 Weight: 20 Atk: 22 Matk: -2 Range: 5 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] WeaponLv: 1 EquipLv: 4 Refine: false ViewSprite: 1 Subtype: "W_BOW" AllowAmmo: { Id529: 1 Id762: 1 Id1199: 1 Id1282: 1 } Script: <" bonus bMatkRate, -2; // @EVOL2 //set @LauncherType, AMMO_BOW; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, { Id: 11201 AegisName: "L_Knife" Name: "L Knife" Type: "IT_WEAPON" Buy: 50 Sell: 25 Weight: 120 Atk: 5 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_DAGGER" }, { Id: 11215 AegisName: "L_ToySabre" Name: "L ToySabre" Type: "IT_WEAPON" Buy: 2000000 Sell: 25 Weight: 1 Atk: 1 Range: 1 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_1HSWORD" }, { Id: 11282 AegisName: "L_BoneArrows" Name: "L BoneArrows" Type: "IT_AMMO" Buy: 50 Sell: 20 Weight: 0 Atk: 60 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 11282 Subtype: "A_ARROW" Script: <" bonus bCritical, 1; //set @AmmoType, AMMO_BOW; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 15260 AegisName: "L_Snowball" Name: "L Snowball" Type: "IT_AMMO" Buy: 1 Sell: 0 Weight: 1 Atk: 22 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 15260 Subtype: "A_SHELL" Script: <" //set @AmmoType, AMMO_XMAS; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 15289 AegisName: "L_ArmorBreaker" Name: "L Armor Breaker Arrow" Type: "IT_AMMO" Buy: 90 Sell: 40 Weight: 2 Atk: -132 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 15289 Subtype: "A_ARROW" Script: <" bonus bCritical, 75; //set @AmmoType, AMMO_BOW; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 15290 AegisName: "L_SilverArrow" Name: "L Silver Arrow" Type: "IT_AMMO" Buy: 60 Sell: 30 Weight: 1 Atk: 71 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 15290 Subtype: "A_ARROW" Script: <" bonus bCritical, 1; bonus bAtkRange, 2; //set @AmmoType, AMMO_BOW; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 15291 AegisName: "L_ThornArrow" Name: "L Thorn Arrow" Type: "IT_AMMO" Buy: 90 Sell: 40 Weight: 1 Atk: 71 Slots: 0 Loc: "EQP_AMMO" Refine: false ViewSprite: 15291 Subtype: "A_ARROW" Script: <" bonus bCritical, 10; bonus bHit, 25; //set @AmmoType, AMMO_BOW; // @TMWA //callfunc "CheckAmmo"; // @TMWA "> }, { Id: 15261 AegisName: "L_SnowLauncher" Name: "L SnowLauncher" Type: "IT_WEAPON" Buy: 500 Sell: 50 Weight: 10 Atk: 22 Range: 3 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 1 Subtype: "W_BOW" AllowAmmo: { Id5260: 1 } Script: <" //set @LauncherType, AMMO_XMAS; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, { Id: 15284 AegisName: "L_Revolver" Name: "L Revolver" Type: "IT_WEAPON" Buy: 150000 Sell: 500 Weight: 3000 Atk: 132 Range: 5 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: false ViewSprite: 15284 Subtype: "W_BOW" AllowAmmo: { Id904: 1 } Nouse: { override: 1 } Script: <" //set @LauncherType, AMMO_SLING; // @TMWA //callfunc "CheckLauncher"; // @TMWA "> }, /* Rings & Accessories */ { Id: 10702 AegisName: "L_WeddingRing" Name: "L WeddingRing" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 10702 }, { Id: 10742 AegisName: "L_FourLeafClover" Name: "L FourLeafClover" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 1 Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 10742 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 1; "> }, { Id: 10749 AegisName: "L_Towel" Name: "L Towel" Type: "IT_ARMOR" Buy: 800 Sell: 250 Weight: 50 Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 10749 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 10829 AegisName: "L_CrozeniteFourLeafAmulet" Name: "L CrozeniteFourLeafAmulet" Type: "IT_ARMOR" Buy: 10000 Sell: 1000 Weight: 10 Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 10829 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 1; "> }, { Id: 10830 AegisName: "L_BromenalFourLeafAmulet" Name: "L BromenalFourLeafAmulet" Type: "IT_ARMOR" Buy: 20000 Sell: 2000 Weight: 10 Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 10830 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 2; "> }, { Id: 10831 AegisName: "L_SilverFourLeafAmulet" Name: "L SilverFourLeafAmulet" Type: "IT_ARMOR" Buy: 30000 Sell: 3000 Weight: 10 Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 10831 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 3; "> }, { Id: 10832 AegisName: "L_GoldenFourLeafAmulet" Name: "L GoldenFourLeafAmulet" Type: "IT_ARMOR" Buy: 40000 Sell: 4000 Weight: 10 Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 10832 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 4; "> }, { Id: 10865 AegisName: "L_Grimoire" Name: "L Grimoire" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 100 Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 10865 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bMaxSP, 30; "> }, { Id: 10879 AegisName: "L_HeartOfIsis" Name: "L HeartOfIsis" Type: "IT_ARMOR" Buy: 70000 Sell: 35000 Weight: 40 Def: 0 Slots: 0 Loc: "EQP_ACC_L" WeaponLv: 0 EquipLv: 85 Refine: false ViewSprite: 10879 Script: <" bonus bMaxHPrate, 15; bonus bHPrecovRate, 60; "> }, { Id: 11227 AegisName: "L_EnchantersAmulet" Name: "L EnchantersAmulet" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 11227 Script: <" bonus bHit, 22; "> }, { Id: 11244 AegisName: "L_DarkTalisman" Name: "L DarkTalisman" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 0 Matk: 100 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 11244 Script: <" bonus bMatkRate, 100; // @EVOL2 bonus bMdef, 30; "> }, { Id: 14008 AegisName: "L_DiamondRing" Name: "L DiamondRing" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 14008 Script: <" bonus bVit, 1; "> }, { Id: 14009 AegisName: "L_RubyRing" Name: "L RubyRing" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 14009 Script: <" bonus bStr, 1; "> }, { Id: 14010 AegisName: "L_EmeraldRing" Name: "L EmeraldRing" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 14010 Script: <" bonus bLuk, 1; "> }, { Id: 14011 AegisName: "L_SapphireRing" Name: "L SapphireRing" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 14011 Script: <" bonus bInt, 1; "> }, { Id: 14012 AegisName: "L_TopazRing" Name: "L TopazRing" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 14012 Script: <" bonus bAgi, 1; "> }, { Id: 14013 AegisName: "L_AmethystRing" Name: "L AmethystRing" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 14013 Script: <" bonus bDex, 1; "> }, { Id: 14014 AegisName: "L_SimpleRing" Name: "L SimpleRing" Type: "IT_ARMOR" Buy: 100000 Sell: 2500 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 14014 }, { Id: 10677 AegisName: "L_HeartNecklace" Name: "L HeartNecklace" Type: "IT_ARMOR" Buy: 2500 Sell: 0 Weight: 10 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 10677 Script: <" bonus bMaxHP, 50; bonus bHPrecovRate, 25; ">}, { Id: 15252 AegisName: "L_GuardianWings" Name: "L GuardianWings" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 15252 }, { Id: 15253 AegisName: "L_MageRing" Name: "L MageRing" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 15253 Script: <" bonus bInt, 1; "> }, { Id: 15270 AegisName: "L_ManaPearl" Name: "L Mana Pearl" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 1 Matk: 22 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 15272 Script: <" bonus bInt, 1; bonus bMatkRate, 22; // @EVOL2 bonus bMaxSP, 55; bonus bMdef, 22; bonus bSPrecovRate, 33; "> }, { Id: 15268 AegisName: "L_AssassinRing" Name: "L Assassin Ring" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ACC_R" Refine: false ViewSprite: 15274 Script: <" callfunc "BrawlingItem", EQI_ACC_R; bonus bAgi, 1; bonus bCritical, 5; bonus bAspdRate, 5; "> //Disabled: true // @TMWA }, { Id: 15269 AegisName: "L_AssassinAmulet" Name: "L Assassin Amulet" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Loc: "EQP_ARMOR" Refine: false ViewSprite: 15275 Script: <" callfunc "BrawlingItem", EQI_ARMOR; bonus bAgi, 1; bonus bDoubleAddRate, 5; bonus bHit, 25; "> //Disabled: true // @TMWA }, /* Boots */ { Id: 10528 AegisName: "L_Boots" Name: "L Boots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 80 Matk: -2 Def: 2 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 10528 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 10655 AegisName: "L_FurBoots" Name: "L FurBoots" Type: "IT_ARMOR" Buy: 5000 Sell: 600 Weight: 50 Matk: -3 Def: 3 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 10655 Script: <" bonus bMatkRate, -3; // @EVOL2 "> }, { Id: 10734 AegisName: "L_BlackBoots" Name: "L BlackBoots" Type: "IT_ARMOR" Buy: 20000 Sell: 3000 Weight: 25 Matk: -10 Def: 3 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 10734 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 10735 AegisName: "L_CottonBoots" Name: "L CottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 10 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 10735 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 10757 AegisName: "L_AssassinBoots" Name: "L AssassinBoots" Type: "IT_ARMOR" Buy: 7000 Sell: 2000 Weight: 10 Matk: -3 Def: 3 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 10757 Script: <" callfunc "BrawlingItem", EQI_SHOES; bonus bAgi, 4; bonus bMatkRate, -3; // @EVOL2 "> }, { Id: 10792 AegisName: "L_BromenalBoots" Name: "L BromenalBoots" Type: "IT_ARMOR" Buy: 8000 Sell: 500 Weight: 30 Matk: -2 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 10792 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 10876 AegisName: "L_WarlordBoots" Name: "L WarlordBoots" Type: "IT_ARMOR" Buy: 19000 Sell: 2000 Weight: 550 Matk: -22 Def: 5 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 10876 Script: <" bonus bMatkRate, -22; // @EVOL2 "> }, { Id: 12150 AegisName: "L_RedCottonBoots" Name: "L RedCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12150 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12151 AegisName: "L_GreenCottonBoots" Name: "L GreenCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12151 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12152 AegisName: "L_DarkBlueCottonBoots" Name: "L DarkBlueCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12152 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12153 AegisName: "L_YellowCottonBoots" Name: "L YellowCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12153 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12154 AegisName: "L_LightBlueCottonBoots" Name: "L LightBlueCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12154 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12155 AegisName: "L_PinkCottonBoots" Name: "L PinkCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12155 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12156 AegisName: "L_BlackCottonBoots" Name: "L BlackCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12156 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12157 AegisName: "L_OrangeCottonBoots" Name: "L OrangeCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12157 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12158 AegisName: "L_PurpleCottonBoots" Name: "L PurpleCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12158 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 12159 AegisName: "L_DarkGreenCottonBoots" Name: "L DarkGreenCottonBoots" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 30 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 12159 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 11188 AegisName: "L_RedStockings" Name: "L RedStockings" Type: "IT_ARMOR" Buy: 7000 Sell: 2000 Weight: 10 Matk: 2 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 11188 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 10503 AegisName: "L_CasinoCoins" Name: "L CasinoCoins" Type: "IT_ETC" Buy: 10 Sell: 5 Weight: 1 Def: 0 Refine: false ViewSprite: 10503 }, { Id: 10504 AegisName: "L_DecorCandy" Name: "L DecorCandy" Type: "IT_ETC" Buy: 25 Sell: 10 Weight: 1 Def: 0 Refine: false ViewSprite: 10504 }, { Id: 10505 AegisName: "L_MaggotSlime" Name: "L MaggotSlime" Type: "IT_ETC" Buy: 8 Sell: 4 Weight: 1 Def: 0 Refine: false ViewSprite: 10505 }, { Id: 10507 AegisName: "L_ScorpionStinger" Name: "L ScorpionStinger" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 1 Def: 0 Refine: false ViewSprite: 10507 }, { Id: 10515 AegisName: "L_PurplePresentBox" Name: "L PurplePresentBox" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 10 Def: 0 Refine: false ViewSprite: 10515 }, { Id: 10516 AegisName: "L_BluePresentBox" Name: "L BluePresentBox" Type: "IT_ETC" Buy: 60 Sell: 30 Weight: 10 Def: 0 Refine: false ViewSprite: 10516 }, { Id: 10517 AegisName: "L_RedScorpionStinger" Name: "L RedScorpionStinger" Type: "IT_ETC" Buy: 170 Sell: 85 Weight: 1 Def: 0 Refine: false ViewSprite: 10517 }, { Id: 10518 AegisName: "L_BugLeg" Name: "L BugLeg" Type: "IT_ETC" Buy: 100 Sell: 25 Weight: 1 Def: 0 Refine: false ViewSprite: 10518 }, { Id: 10526 AegisName: "L_CoinBag" Name: "L CoinBag" Type: "IT_ETC" Buy: 1000 Sell: 500 Weight: 5 Def: 0 Refine: false ViewSprite: 10526 }, { Id: 10537 AegisName: "L_TreasureKey" Name: "L TreasureKey" Type: "IT_ETC" Buy: 100 Sell: 50 Weight: 2 Def: 0 Refine: false ViewSprite: 10537 }, { Id: 10538 AegisName: "L_GreenPresentBox" Name: "L GreenPresentBox" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10538 }, { Id: 10540 AegisName: "L_EmptyBottle" Name: "L EmptyBottle" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 1 Def: 0 Refine: false ViewSprite: 10540 }, { Id: 10542 AegisName: "L_BottleOfSand" Name: "L BottleOfSand" Type: "IT_ETC" Buy: 70 Sell: 35 Weight: 10 Def: 0 Refine: false ViewSprite: 10542 }, { Id: 10551 AegisName: "L_AquaHint" Name: "L AquaHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10551 }, { Id: 10552 AegisName: "L_MagentaHint" Name: "L MagentaHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10552 }, { Id: 10553 AegisName: "L_YellowHint" Name: "L YellowHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10553 }, { Id: 10554 AegisName: "L_GreenHint" Name: "L GreenHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10554 }, { Id: 10555 AegisName: "L_TealHint" Name: "L TealHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10555 }, { Id: 10556 AegisName: "L_PurpleHint" Name: "L PurpleHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10556 }, { Id: 10557 AegisName: "L_RedHint" Name: "L RedHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10557 }, { Id: 10558 AegisName: "L_BlueHint" Name: "L BlueHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10558 }, { Id: 10559 AegisName: "L_OrangeHint" Name: "L OrangeHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10559 }, { Id: 10560 AegisName: "L_GrayHint" Name: "L GrayHint" Type: "IT_ETC" Buy: 20 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 10560 }, { Id: 10569 AegisName: "L_RawLog" Name: "L RawLog" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 10 Def: 0 Refine: false ViewSprite: 10569 }, { Id: 10589 AegisName: "L_Toothbrush" Name: "L Toothbrush" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 1 Def: 0 Refine: false ViewSprite: 10589 }, { Id: 10611 AegisName: "L_WhiteFur" Name: "L WhiteFur" Type: "IT_ETC" Buy: 8 Sell: 4 Weight: 8 Def: 0 Refine: false ViewSprite: 10611 }, { Id: 10612 AegisName: "L_CaveSnakeLamp" Name: "L CaveSnakeLamp" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 10 Def: 0 Refine: false ViewSprite: 10612 }, { Id: 10613 AegisName: "L_HardSpike" Name: "L HardSpike" Type: "IT_ETC" Buy: 40 Sell: 10 Weight: 10 Def: 0 Refine: false ViewSprite: 10613 }, { Id: 10614 AegisName: "L_PinkAntenna" Name: "L PinkAntenna" Type: "IT_ETC" Buy: 10 Sell: 5 Weight: 10 Def: 0 Refine: false ViewSprite: 10614 }, { Id: 10631 AegisName: "L_DarkCrystal" Name: "L DarkCrystal" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 10 Def: 0 Refine: false ViewSprite: 10631 }, { Id: 10635 AegisName: "L_SantaCookie" Name: "L SantaCookie" Type: "IT_ETC" Buy: 1 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 10635 }, { Id: 10640 AegisName: "L_IronOre" Name: "L IronOre" Type: "IT_ETC" Buy: 250 Sell: 100 Weight: 40 Def: 0 Refine: false ViewSprite: 10640 }, { Id: 10641 AegisName: "L_SnakeSkin" Name: "L SnakeSkin" Type: "IT_ETC" Buy: 250 Sell: 100 Weight: 15 Def: 0 Refine: false ViewSprite: 10641 }, { Id: 10660 AegisName: "L_CottonCloth" Name: "L CottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 10660 }, { Id: 10661 AegisName: "L_RedRose" Name: "L RedRose" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10661 }, { Id: 10662 AegisName: "L_WhiteRose" Name: "L WhiteRose" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10662 }, { Id: 10663 AegisName: "L_DarkRedRose" Name: "L DarkRedRose" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10663 }, { Id: 10664 AegisName: "L_PinkRose" Name: "L PinkRose" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10664 }, { Id: 10665 AegisName: "L_YellowRose" Name: "L YellowRose" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10665 }, { Id: 10666 AegisName: "L_BlackRose" Name: "L BlackRose" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10666 }, { Id: 10667 AegisName: "L_OrangeRose" Name: "L OrangeRose" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10667 }, { Id: 10668 AegisName: "L_BlueRose" Name: "L BlueRose" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10668 }, { Id: 10669 AegisName: "L_YellowTulip" Name: "L YellowTulip" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10669 }, { Id: 10670 AegisName: "L_PurpleTulip" Name: "L PurpleTulip" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10670 }, { Id: 10671 AegisName: "L_RedTulip" Name: "L RedTulip" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10671 }, { Id: 10672 AegisName: "L_WhiteTulip" Name: "L WhiteTulip" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10672 }, { Id: 10673 AegisName: "L_PinkTulip" Name: "L PinkTulip" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10673 }, { Id: 10674 AegisName: "L_OrangeTulip" Name: "L OrangeTulip" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 1 Def: 0 Refine: false ViewSprite: 10674 }, { Id: 10680 AegisName: "L_MauveHerb" Name: "L MauveHerb" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 1 Def: 0 Refine: false ViewSprite: 10680 }, { Id: 10681 AegisName: "L_CobaltHerb" Name: "L CobaltHerb" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 1 Def: 0 Refine: false ViewSprite: 10681 }, { Id: 10682 AegisName: "L_GambogeHerb" Name: "L GambogeHerb" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 1 Def: 0 Refine: false ViewSprite: 10682 }, { Id: 10683 AegisName: "L_AlizarinHerb" Name: "L AlizarinHerb" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 1 Def: 0 Refine: false ViewSprite: 10683 }, { Id: 10690 AegisName: "L_RedDye" Name: "L RedDye" Type: "IT_ETC" Buy: 100 Sell: 20 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10690 }, { Id: 10691 AegisName: "L_GreenDye" Name: "L GreenDye" Type: "IT_ETC" Buy: 2500 Sell: 1000 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10691 }, { Id: 10692 AegisName: "L_DarkBlueDye" Name: "L DarkBlueDye" Type: "IT_ETC" Buy: 40000 Sell: 15000 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10692 }, { Id: 10693 AegisName: "L_YellowDye" Name: "L YellowDye" Type: "IT_ETC" Buy: 100 Sell: 20 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10693 }, { Id: 10694 AegisName: "L_LightBlueDye" Name: "L LightBlueDye" Type: "IT_ETC" Buy: 100 Sell: 20 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10694 }, { Id: 10695 AegisName: "L_PinkDye" Name: "L PinkDye" Type: "IT_ETC" Buy: 2500 Sell: 1000 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10695 }, { Id: 10696 AegisName: "L_BlackDye" Name: "L BlackDye" Type: "IT_ETC" Buy: 30000 Sell: 15000 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10696 }, { Id: 10697 AegisName: "L_OrangeDye" Name: "L OrangeDye" Type: "IT_ETC" Buy: 2500 Sell: 1000 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10697 }, { Id: 10698 AegisName: "L_PurpleDye" Name: "L PurpleDye" Type: "IT_ETC" Buy: 70000 Sell: 35000 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10698 }, { Id: 10699 AegisName: "L_DarkGreenDye" Name: "L DarkGreenDye" Type: "IT_ETC" Buy: 2000 Sell: 1000 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10699 }, { Id: 10700 AegisName: "L_Pearl" Name: "L Pearl" Type: "IT_ETC" Buy: 5000 Sell: 3000 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10700 }, { Id: 10701 AegisName: "L_PileOfAsh" Name: "L PileOfAsh" Type: "IT_ETC" Buy: 3000 Sell: 100 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10701 }, { Id: 10703 AegisName: "L_SulphurPowder" Name: "L SulphurPowder" Type: "IT_ETC" Buy: 1000 Sell: 25 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10703 }, { Id: 10704 AegisName: "L_IronPowder" Name: "L IronPowder" Type: "IT_ETC" Buy: 800 Sell: 80 Weight: 3 Def: 0 Slots: 0 Refine: false ViewSprite: 10704 }, { Id: 10706 AegisName: "L_GoldenScorpionStinger" Name: "L GoldenScorpionStinger" Type: "IT_ETC" Buy: 2000 Sell: 500 Weight: 2 Def: 0 Refine: false ViewSprite: 10706 }, { Id: 10707 AegisName: "L_MonsterOilPotion" Name: "L MonsterOilPotion" Type: "IT_ETC" Buy: 10000 Sell: 2000 Weight: 50 Def: 0 Refine: false ViewSprite: 10707 }, { Id: 10708 AegisName: "L_LeatherPatch" Name: "L LeatherPatch" Type: "IT_ETC" Buy: 300 Sell: 150 Weight: 18 Def: 0 Refine: false ViewSprite: 10708 }, { Id: 10709 AegisName: "L_BlackScorpionStinger" Name: "L BlackScorpionStinger" Type: "IT_ETC" Buy: 250 Sell: 100 Weight: 1 Def: 0 Refine: false ViewSprite: 10709 }, { Id: 10710 AegisName: "L_SnakeTongue" Name: "L SnakeTongue" Type: "IT_ETC" Buy: 60 Sell: 30 Weight: 1 Def: 0 Refine: false ViewSprite: 10710 }, { Id: 10711 AegisName: "L_MountainSnakeTongue" Name: "L MountainSnakeTongue" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 1 Def: 0 Refine: false ViewSprite: 10711 }, { Id: 10712 AegisName: "L_GrassSnakeTongue" Name: "L GrassSnakeTongue" Type: "IT_ETC" Buy: 160 Sell: 80 Weight: 1 Def: 0 Refine: false ViewSprite: 10712 }, { Id: 10713 AegisName: "L_CaveSnakeTongue" Name: "L CaveSnakeTongue" Type: "IT_ETC" Buy: 120 Sell: 60 Weight: 1 Def: 0 Refine: false ViewSprite: 10713 }, { Id: 10718 AegisName: "L_SilkCocoon" Name: "L SilkCocoon" Type: "IT_ETC" Buy: 200 Sell: 3 Weight: 1 Def: 0 Refine: false ViewSprite: 10718 }, { Id: 10727 AegisName: "L_Iten" Name: "L Iten" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 8000 Def: 0 Refine: false ViewSprite: 10727 }, { Id: 10728 AegisName: "L_MoubooFigurine" Name: "L MoubooFigurine" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 9 Def: 0 Refine: false ViewSprite: 10728 }, { Id: 10729 AegisName: "L_WarpedLog" Name: "L WarpedLog" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 8 Def: 0 Refine: false ViewSprite: 10729 }, { Id: 10730 AegisName: "L_Lifestone" Name: "L Lifestone" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 5 Def: 0 Refine: false ViewSprite: 10730 }, { Id: 10732 AegisName: "L_DruidTreeBranch" Name: "L DruidTreeBranch" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 2 Def: 0 Refine: false ViewSprite: 10732 }, { Id: 10740 AegisName: "L_Root" Name: "L Root" Type: "IT_ETC" Buy: 500 Sell: 200 Weight: 5 Def: 0 Refine: false ViewSprite: 10740 }, { Id: 10746 AegisName: "L_MopoxCurePotion" Name: "L MopoxCurePotion" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10746 }, { Id: 10753 AegisName: "L_BatWing" Name: "L BatWing" Type: "IT_ETC" Buy: 500 Sell: 10 Weight: 3 Def: 0 Refine: false ViewSprite: 10753 }, { Id: 10754 AegisName: "L_BatTeeth" Name: "L BatTeeth" Type: "IT_ETC" Buy: 600 Sell: 12 Weight: 2 Def: 0 Refine: false ViewSprite: 10754 }, { Id: 10763 AegisName: "L_TerraniteOre" Name: "L TerraniteOre" Type: "IT_ETC" Buy: 1000 Sell: 500 Weight: 40 Def: 0 Refine: false ViewSprite: 10763 }, { Id: 10772 AegisName: "L_WispPowder" Name: "L WispPowder" Type: "IT_ETC" Buy: 700 Sell: 350 Weight: 3 Def: 0 Refine: false ViewSprite: 10772 }, { Id: 10773 AegisName: "L_SpectrePowder" Name: "L SpectrePowder" Type: "IT_ETC" Buy: 700 Sell: 350 Weight: 3 Def: 0 Refine: false ViewSprite: 10773 }, { Id: 10774 AegisName: "L_PoltergeistPowder" Name: "L PoltergeistPowder" Type: "IT_ETC" Buy: 700 Sell: 350 Weight: 3 Def: 0 Refine: false ViewSprite: 10774 }, { Id: 10775 AegisName: "L_Bone" Name: "L Bone" Type: "IT_ETC" Buy: 140 Sell: 70 Weight: 10 Def: 0 Refine: false ViewSprite: 10775 }, { Id: 10776 AegisName: "L_Skull" Name: "L Skull" Type: "IT_ETC" Buy: 900 Sell: 450 Weight: 30 Def: 0 Refine: false ViewSprite: 10776 }, { Id: 10777 AegisName: "L_RottenRags" Name: "L RottenRags" Type: "IT_ETC" Buy: 100 Sell: 50 Weight: 15 Def: 0 Refine: false ViewSprite: 10777 }, { Id: 10778 AegisName: "L_DiseasedHeart" Name: "L DiseasedHeart" Type: "IT_ETC" Buy: 180 Sell: 90 Weight: 10 Def: 0 Refine: false ViewSprite: 10778 }, { Id: 10779 AegisName: "L_UndeadEar" Name: "L UndeadEar" Type: "IT_ETC" Buy: 30 Sell: 15 Weight: 5 Def: 0 Refine: false ViewSprite: 10779 }, { Id: 10780 AegisName: "L_UndeadEye" Name: "L UndeadEye" Type: "IT_ETC" Buy: 30 Sell: 15 Weight: 3 Def: 0 Refine: false ViewSprite: 10780 }, { Id: 10799 AegisName: "L_MylarinDust" Name: "L MylarinDust" Type: "IT_ETC" Buy: 10000 Sell: 5000 Weight: 3 Def: 0 Slots: 0 Refine: false ViewSprite: 10799 }, { Id: 10802 AegisName: "L_EasterBasket" Name: "L EasterBasket" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10802 }, { Id: 10803 AegisName: "L_GrassLiner" Name: "L GrassLiner" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10803 }, { Id: 10804 AegisName: "L_JellyBeans" Name: "L JellyBeans" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 2 Def: 0 Slots: 0 Refine: false ViewSprite: 10804 }, { Id: 10805 AegisName: "L_ChocolateMouboo" Name: "L ChocolateMouboo" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 3 Def: 0 Slots: 0 Refine: false ViewSprite: 10805 }, { Id: 10806 AegisName: "L_ReedBundle" Name: "L ReedBundle" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 7 Def: 0 Slots: 0 Refine: false ViewSprite: 10806 }, { Id: 10807 AegisName: "L_GrassSeed" Name: "L GrassSeed" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10807 }, { Id: 10819 AegisName: "L_DiamondPowder" Name: "L DiamondPowder" Type: "IT_ETC" Buy: 1000 Sell: 500 Weight: 5 Def: 0 Refine: false ViewSprite: 10819 }, { Id: 10820 AegisName: "L_RubyPowder" Name: "L RubyPowder" Type: "IT_ETC" Buy: 1000 Sell: 500 Weight: 5 Def: 0 Refine: false ViewSprite: 10820 }, { Id: 10821 AegisName: "L_EmeraldPowder" Name: "L EmeraldPowder" Type: "IT_ETC" Buy: 1000 Sell: 500 Weight: 5 Def: 0 Refine: false ViewSprite: 10821 }, { Id: 10822 AegisName: "L_SapphirePowder" Name: "L SapphirePowder" Type: "IT_ETC" Buy: 1000 Sell: 500 Weight: 5 Def: 0 Refine: false ViewSprite: 10822 }, { Id: 10823 AegisName: "L_TopazPowder" Name: "L TopazPowder" Type: "IT_ETC" Buy: 1000 Sell: 500 Weight: 5 Def: 0 Refine: false ViewSprite: 10823 }, { Id: 10824 AegisName: "L_AmethystPowder" Name: "L AmethystPowder" Type: "IT_ETC" Buy: 1000 Sell: 500 Weight: 5 Def: 0 Refine: false ViewSprite: 10824 }, { Id: 10833 AegisName: "L_BrokenFourLeafAmulet" Name: "L BrokenFourLeafAmulet" Type: "IT_ETC" Buy: 100 Sell: 1 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10833 }, { Id: 10834 AegisName: "L_BrokenDoll" Name: "L BrokenDoll" Type: "IT_ETC" Buy: 20 Sell: 5 Weight: 15 Def: 0 Slots: 0 Refine: false ViewSprite: 10834 }, { Id: 10835 AegisName: "L_HyvernStinger" Name: "L HyvernStinger" Type: "IT_ETC" Buy: 100 Sell: 25 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10835 }, { Id: 10836 AegisName: "L_GrubSlime" Name: "L GrubSlime" Type: "IT_ETC" Buy: 40 Sell: 10 Weight: 2 Def: 0 Slots: 0 Refine: false ViewSprite: 10836 }, { Id: 10841 AegisName: "L_RedDottedWrap" Name: "L RedDottedWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 500 Def: 0 Refine: false ViewSprite: 10841 }, { Id: 10842 AegisName: "L_YellowDottedWrap" Name: "L YellowDottedWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 500 Def: 0 Refine: false ViewSprite: 10842 }, { Id: 10843 AegisName: "L_BlueDottedWrap" Name: "L BlueDottedWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 500 Def: 0 Refine: false ViewSprite: 10843 }, { Id: 10844 AegisName: "L_PurpleStripedWrap" Name: "L PurpleStripedWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 500 Def: 0 Refine: false ViewSprite: 10844 }, { Id: 10845 AegisName: "L_RedGoldenStripedWrap" Name: "L RedGoldenStripedWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 500 Def: 0 Refine: false ViewSprite: 10845 }, { Id: 10846 AegisName: "L_GreenRedStripedWrap" Name: "L GreenRedStripedWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 500 Def: 0 Refine: false ViewSprite: 10846 }, { Id: 10847 AegisName: "L_PlushMouboo" Name: "L PlushMouboo" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 200 Def: 0 Refine: false ViewSprite: 10847 }, { Id: 10849 AegisName: "L_OpenPresentBox" Name: "L OpenPresentBox" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 20 Def: 0 Refine: false ViewSprite: 10849 }, { Id: 10850 AegisName: "L_ClosedChristmasBox" Name: "L ClosedChristmasBox" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 200 Def: 0 Refine: false ViewSprite: 10850 }, { Id: 10851 AegisName: "L_StickReinboo" Name: "L StickReinboo" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 50 Def: 0 Refine: false ViewSprite: 10851 }, { Id: 10852 AegisName: "L_LeatherBall" Name: "L LeatherBall" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 20 Def: 0 Refine: false ViewSprite: 10852 }, { Id: 10853 AegisName: "L_Doll" Name: "L Doll" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 30 Def: 0 Refine: false ViewSprite: 10853 }, { Id: 10858 AegisName: "L_WolvernTooth" Name: "L WolvernTooth" Type: "IT_ETC" Buy: 100 Sell: 50 Weight: 1 Def: 0 Refine: false ViewSprite: 10858 }, { Id: 10859 AegisName: "L_WolvernPelt" Name: "L WolvernPelt" Type: "IT_ETC" Buy: 500 Sell: 250 Weight: 50 Def: 0 Refine: false ViewSprite: 10859 }, { Id: 10860 AegisName: "L_SquirrelPelt" Name: "L SquirrelPelt" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 20 Def: 0 Refine: false ViewSprite: 10860 }, { Id: 10861 AegisName: "L_WhiteBellTuber" Name: "L WhiteBellTuber" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 3 Def: 0 Refine: false ViewSprite: 10861 }, { Id: 10862 AegisName: "L_IcedWater" Name: "L IcedWater" Type: "IT_ETC" Buy: 100 Sell: 50 Weight: 10 Def: 0 Refine: false ViewSprite: 10862 }, { Id: 10863 AegisName: "L_SilverMirror" Name: "L SilverMirror" Type: "IT_ETC" Buy: 500 Sell: 250 Weight: 25 Def: 0 Refine: false ViewSprite: 10863 }, { Id: 10864 AegisName: "L_BookPage" Name: "L BookPage" Type: "IT_ETC" Buy: 100 Sell: 50 Weight: 1 Def: 0 Refine: false ViewSprite: 10864 }, { Id: 10866 AegisName: "L_LeatherSuitcase" Name: "L LeatherSuitcase" Type: "IT_ETC" Buy: 4000 Sell: 2000 Weight: 12000 Def: 0 Refine: false ViewSprite: 10866 }, { Id: 10869 AegisName: "L_Antlers" Name: "L Antlers" Type: "IT_ETC" Buy: 4000 Sell: 2000 Weight: 3000 Def: 0 Refine: false ViewSprite: 10869 }, { Id: 10871 AegisName: "L_SealedSoul" Name: "L SealedSoul" Type: "IT_ETC" Buy: 12000 Sell: 1000 Weight: 75 Def: 0 Refine: false ViewSprite: 10871 }, { Id: 10872 AegisName: "L_LockPicks" Name: "L LockPicks" Type: "IT_ETC" Buy: 5000 Sell: 1500 Weight: 150 Def: 0 Refine: false ViewSprite: 10872 }, { Id: 10873 AegisName: "L_LazuriteShard" Name: "L LazuriteShard" Type: "IT_ETC" Buy: 500 Sell: 50 Weight: 2 Def: 0 Refine: false ViewSprite: 10873 }, { Id: 10874 AegisName: "L_LazuriteCrystal" Name: "L LazuriteCrystal" Type: "IT_ETC" Buy: 3000 Sell: 200 Weight: 5 Def: 0 Refine: false ViewSprite: 10874 }, { Id: 10875 AegisName: "L_HeartOfLazurite" Name: "L HeartOfLazurite" Type: "IT_ETC" Buy: 10000 Sell: 400 Weight: 15 Def: 0 Refine: false ViewSprite: 10875 }, { Id: 10891 AegisName: "L_SilkSheet" Name: "L SilkSheet" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 5 Def: 0 Refine: false ViewSprite: 10891 }, { Id: 10892 AegisName: "L_OrangeSummonFlower" Name: "L OrangeSummonFlower" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 1 Def: 0 Refine: false ViewSprite: 10892 }, { Id: 10893 AegisName: "L_PurpleSummonFlower" Name: "L PurpleSummonFlower" Type: "IT_ETC" Buy: 100 Sell: 50 Weight: 1 Def: 0 Refine: false ViewSprite: 10893 }, { Id: 10894 AegisName: "L_WhiteSummonFlower" Name: "L WhiteSummonFlower" Type: "IT_ETC" Buy: 200 Sell: 100 Weight: 1 Def: 0 Refine: false ViewSprite: 10894 }, { Id: 10895 AegisName: "L_YellowSummonFlower" Name: "L YellowSummonFlower" Type: "IT_ETC" Buy: 400 Sell: 200 Weight: 1 Def: 0 Refine: false ViewSprite: 10895 }, { Id: 10896 AegisName: "L_RedSummonFlower" Name: "L RedSummonFlower" Type: "IT_ETC" Buy: 600 Sell: 300 Weight: 1 Def: 0 Refine: false ViewSprite: 10896 }, { Id: 11191 AegisName: "L_WhiteWrap" Name: "L WhiteWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 5 Def: 0 Refine: false ViewSprite: 11191 }, { Id: 11192 AegisName: "L_YellowWrap" Name: "L YellowWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 5 Def: 0 Refine: false ViewSprite: 11192 }, { Id: 11193 AegisName: "L_BlueWrap" Name: "L BlueWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 5 Def: 0 Refine: false ViewSprite: 11193 }, { Id: 11194 AegisName: "L_PurpleWrap" Name: "L PurpleWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 5 Def: 0 Refine: false ViewSprite: 11194 }, { Id: 11195 AegisName: "L_GreenWrap" Name: "L GreenWrap" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 5 Def: 0 Refine: false ViewSprite: 11195 }, { Id: 11198 AegisName: "L_Soul" Name: "L Soul" Type: "IT_ETC" Buy: 100000 Sell: 1 Weight: 1 Def: 0 Refine: false ViewSprite: 11198 }, { Id: 11207 AegisName: "L_RedChristmasStocking" Name: "L RedChristmasStocking" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 10 Def: 0 Refine: false ViewSprite: 11207 }, { Id: 11208 AegisName: "L_RedEasterEgg" Name: "L RedEasterEgg" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 10 Def: 0 Refine: false ViewSprite: 11208 }, { Id: 11209 AegisName: "L_GreenEasterEgg" Name: "L GreenEasterEgg" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 10 Def: 0 Refine: false ViewSprite: 11209 }, { Id: 11210 AegisName: "L_BlueEasterEgg" Name: "L BlueEasterEgg" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 10 Def: 0 Refine: false ViewSprite: 11210 }, { Id: 11211 AegisName: "L_YellowEasterEgg" Name: "L YellowEasterEgg" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 10 Def: 0 Refine: false ViewSprite: 11211 }, { Id: 11212 AegisName: "L_PinkEasterEgg" Name: "L PinkEasterEgg" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 10 Def: 0 Refine: false ViewSprite: 11212 }, { Id: 11213 AegisName: "L_TealEasterEgg" Name: "L TealEasterEgg" Type: "IT_ETC" Buy: 80 Sell: 40 Weight: 10 Def: 0 Refine: false ViewSprite: 11213 }, { Id: 11228 AegisName: "L_LightCrystal" Name: "L LightCrystal" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 10 Def: 0 Refine: false ViewSprite: 11228 //Disabled: true // @TMWA }, { Id: 11233 AegisName: "L_FakeFangs" Name: "L FakeFangs" Type: "IT_ETC" Buy: 20000 Sell: 10000 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11233 }, { Id: 11234 AegisName: "L_RedOrnament" Name: "L RedOrnament" Type: "IT_ETC" Buy: 5000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11234 }, { Id: 11235 AegisName: "L_YellowOrnament" Name: "L YellowOrnament" Type: "IT_ETC" Buy: 5000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11235 }, { Id: 11236 AegisName: "L_GreenOrnament" Name: "L GreenOrnament" Type: "IT_ETC" Buy: 5000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11236 }, { Id: 11237 AegisName: "L_AquaOrnament" Name: "L AquaOrnament" Type: "IT_ETC" Buy: 5000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11237 }, { Id: 11238 AegisName: "L_BlueOrnament" Name: "L BlueOrnament" Type: "IT_ETC" Buy: 5000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11238 }, { Id: 11239 AegisName: "L_MagentaOrnament" Name: "L MagentaOrnament" Type: "IT_ETC" Buy: 5000 Sell: 1 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11239 }, { Id: 11240 AegisName: "L_SantaSnowGlobe" Name: "L SantaSnowGlobe" Type: "IT_ETC" Buy: 7500 Sell: 3750 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11240 }, { Id: 11241 AegisName: "L_SnowmanSnowGlobe" Name: "L SnowmanSnowGlobe" Type: "IT_ETC" Buy: 7500 Sell: 3750 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11241 }, { Id: 11245 AegisName: "L_BentNeedle" Name: "L BentNeedle" Type: "IT_ETC" Buy: 700 Sell: 1 Weight: 3 Def: 0 Slots: 0 Refine: false ViewSprite: 11245 }, { Id: 11246 AegisName: "L_DarkEasterEgg" Name: "L DarkEasterEgg" Type: "IT_ETC" Buy: 700 Sell: 50 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 11246 }, { Id: 11249 AegisName: "L_StrangeCoin" Name: "L StrangeCoin" Type: "IT_ETC" Buy: 7000 Sell: 3500 Weight: 3 Def: 0 Slots: 0 Refine: false ViewSprite: 11249 }, { Id: 11254 AegisName: "L_DarkPetal" Name: "L DarkPetal" Type: "IT_ETC" Buy: 15000 Sell: 8000 Weight: 250 Def: 0 Slots: 0 Refine: false ViewSprite: 11254 }, { Id: 11257 AegisName: "L_FlawedLens" Name: "L FlawedLens" Type: "IT_ETC" Buy: 10000 Sell: 5000 Weight: 3 Def: 0 Slots: 0 Refine: false ViewSprite: 11257 }, { Id: 12250 AegisName: "L_RedCottonCloth" Name: "L RedCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12250 }, { Id: 12251 AegisName: "L_GreenCottonCloth" Name: "L GreenCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12251 }, { Id: 12252 AegisName: "L_DarkBlueCottonCloth" Name: "L DarkBlueCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12252 }, { Id: 12253 AegisName: "L_YellowCottonCloth" Name: "L YellowCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12253 }, { Id: 12254 AegisName: "L_LightBlueCottonCloth" Name: "L LightBlueCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12254 }, { Id: 12255 AegisName: "L_PinkCottonCloth" Name: "L PinkCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12255 }, { Id: 12256 AegisName: "L_BlackCottonCloth" Name: "L BlackCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12256 }, { Id: 12257 AegisName: "L_OrangeCottonCloth" Name: "L OrangeCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12257 }, { Id: 12258 AegisName: "L_PurpleCottonCloth" Name: "L PurpleCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12258 }, { Id: 12259 AegisName: "L_DarkGreenCottonCloth" Name: "L DarkGreenCottonCloth" Type: "IT_ETC" Buy: 400 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 12259 }, { Id: 13000 AegisName: "L_JackOLantern" Name: "L JackOLantern" Type: "IT_ETC" Buy: 200 Sell: 100 Weight: 1000 Def: 0 Refine: false ViewSprite: 13000 }, { Id: 13002 AegisName: "L_RealisticBrain" Name: "L RealisticBrain" Type: "IT_ETC" Buy: 200 Sell: 100 Weight: 50 Def: 0 Refine: false ViewSprite: 13002 }, { Id: 13003 AegisName: "L_JarofBlood" Name: "L JarofBlood" Type: "IT_ETC" Buy: 200 Sell: 100 Weight: 375 Def: 0 Refine: false ViewSprite: 13003 }, { Id: 13004 AegisName: "L_Tongue" Name: "L Tongue" Type: "IT_ETC" Buy: 5 Sell: 1 Weight: 5 Def: 0 Refine: false ViewSprite: 13004 }, { Id: 13011 AegisName: "L_PumpkinSeeds" Name: "L PumpkinSeeds" Type: "IT_ETC" Buy: 5 Sell: 1 Weight: 1 Def: 0 Refine: false ViewSprite: 13011 }, { Id: 13012 AegisName: "L_BossMedal" Name: "L Boss Medal" Type: "IT_ETC" Buy: 10 Sell: 5 Weight: 1 ViewSprite: 13012 Trade: { override: 60 nodrop: true notrade: true noselltonpc: true nogstorage: true nomail: true noauction: true } //Disabled: true // @TMWA }, { Id: 14000 AegisName: "L_AngryScorpionStinger" Name: "L AngryScorpionStinger" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 1 Def: 0 Refine: false ViewSprite: 14000 }, { Id: 14001 AegisName: "L_Coal" Name: "L Coal" Type: "IT_ETC" Buy: 250 Sell: 100 Weight: 20 Def: 0 Refine: false ViewSprite: 14001 }, { Id: 14002 AegisName: "L_Diamond" Name: "L Diamond" Type: "IT_ETC" Buy: 5000 Sell: 2500 Weight: 20 Def: 0 Refine: false ViewSprite: 14002 }, { Id: 14003 AegisName: "L_Ruby" Name: "L Ruby" Type: "IT_ETC" Buy: 5000 Sell: 2500 Weight: 20 Def: 0 Refine: false ViewSprite: 14003 }, { Id: 14004 AegisName: "L_Emerald" Name: "L Emerald" Type: "IT_ETC" Buy: 5000 Sell: 2500 Weight: 20 Def: 0 Refine: false ViewSprite: 14004 }, { Id: 14005 AegisName: "L_Sapphire" Name: "L Sapphire" Type: "IT_ETC" Buy: 5000 Sell: 2500 Weight: 20 Def: 0 Refine: false ViewSprite: 14005 }, { Id: 14006 AegisName: "L_Topaz" Name: "L Topaz" Type: "IT_ETC" Buy: 5000 Sell: 2500 Weight: 20 Def: 0 Refine: false ViewSprite: 14006 }, { Id: 14007 AegisName: "L_Amethyst" Name: "L Amethyst" Type: "IT_ETC" Buy: 5000 Sell: 2500 Weight: 20 Def: 0 Refine: false ViewSprite: 14007 }, { Id: 14015 AegisName: "L_IronIngot" Name: "L IronIngot" Type: "IT_ETC" Buy: 500 Sell: 250 Weight: 200 Def: 0 Refine: false ViewSprite: 14015 }, { Id: 14016 AegisName: "L_BanditHood" Name: "L BanditHood" Type: "IT_ETC" Buy: 100 Sell: 50 Weight: 50 Def: 0 Refine: false ViewSprite: 14016 }, { Id: 14017 AegisName: "L_RedPowder" Name: "L RedPowder" Type: "IT_ETC" Buy: 3000 Sell: 5 Weight: 10 Def: 0 Refine: false ViewSprite: 14017 }, { Id: 14018 AegisName: "L_YellowPowder" Name: "L YellowPowder" Type: "IT_ETC" Buy: 3000 Sell: 5 Weight: 10 Def: 0 Refine: false ViewSprite: 14018 }, { Id: 14019 AegisName: "L_BluePowder" Name: "L BluePowder" Type: "IT_ETC" Buy: 3000 Sell: 5 Weight: 10 Def: 0 Refine: false ViewSprite: 14019 }, { Id: 14021 AegisName: "L_YellowPresentBox" Name: "L YellowPresentBox" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 14021 }, { Id: 14022 AegisName: "L_WhitePresentBox" Name: "L WhitePresentBox" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 14022 }, { Id: 14023 AegisName: "L_AnimalBones" Name: "L AnimalBones" Type: "IT_ETC" Buy: 50 Sell: 25 Weight: 1 Def: 0 Refine: false ViewSprite: 14023 }, { Id: 14024 AegisName: "L_FrozenYetiTear" Name: "L FrozenYetiTear" Type: "IT_ETC" Buy: 500 Sell: 250 Weight: 1 Def: 0 Refine: false ViewSprite: 14024 }, { Id: 14025 AegisName: "L_YetiClaw" Name: "L YetiClaw" Type: "IT_ETC" Buy: 150 Sell: 75 Weight: 1 Def: 0 Refine: false ViewSprite: 14025 }, { Id: 14026 AegisName: "L_IceCube" Name: "L IceCube" Type: "IT_ETC" Buy: 200 Sell: 100 Weight: 1 Def: 0 Refine: false ViewSprite: 14026 }, { Id: 14029 AegisName: "L_GrimaceOfDementia" Name: "L GrimaceOfDementia" Type: "IT_ETC" Buy: 20 Sell: 10 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 14029 }, { Id: 14034 AegisName: "L_BlackPearl" Name: "L BlackPearl" Type: "IT_ETC" Buy: 8000 Sell: 4000 Weight: 5 Def: 0 Refine: false ViewSprite: 14034 }, { Id: 14037 AegisName: "L_WhiteBlanket" Name: "L WhiteBlanket" Type: "IT_ETC" Buy: 600 Sell: 125 Weight: 50 Def: 0 Refine: false ViewSprite: 14037 }, { Id: 14038 AegisName: "L_WhiteSaddleRug" Name: "L WhiteSaddleRug" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 100 Def: 0 Refine: false ViewSprite: 14038 }, { Id: 14039 AegisName: "L_RedSaddleRug" Name: "L RedSaddleRug" Type: "IT_ETC" Buy: 1200 Sell: 300 Weight: 110 Def: 0 Refine: false ViewSprite: 14039 }, { Id: 14040 AegisName: "L_RawTalisman" Name: "L RawTalisman" Type: "IT_ETC" Buy: 800 Sell: 200 Weight: 8 Def: 0 Refine: false ViewSprite: 14040 }, { Id: 14041 AegisName: "L_FlightTalisman" Name: "L FlightTalisman" Type: "IT_ETC" Buy: 5000 Sell: 1200 Weight: 12 Def: 0 Refine: false ViewSprite: 14041 }, { Id: 15110 AegisName: "L_Bloodstone" Name: "L Bloodstone" Type: "IT_ETC" Buy: 2000 Sell: 250 Weight: 10 Def: 0 Refine: false ViewSprite: 15110 }, { Id: 15111 AegisName: "L_BrainStem" Name: "L BrainStem" Type: "IT_ETC" Buy: 180 Sell: 90 Weight: 10 Def: 0 Refine: false ViewSprite: 15111 }, { Id: 15112 AegisName: "L_CryptKey" Name: "L CryptKey" Type: "IT_ETC" Buy: 300 Sell: 150 Weight: 2 Def: 0 Refine: false ViewSprite: 15112 //Disabled: true // @TMWA }, { Id: 15113 AegisName: "L_Ectoplasm" Name: "L Ectoplasm" Type: "IT_ETC" Buy: 80 Sell: 20 Weight: 4 Def: 0 Slots: 0 Refine: false ViewSprite: 15113 //Disabled: true // @TMWA }, { Id: 15114 AegisName: "L_Urn" Name: "L Urn" Type: "IT_ETC" Buy: 40 Sell: 20 Weight: 5 Def: 0 Refine: false ViewSprite: 15114 //Disabled: true // @TMWA }, { Id: 15115 AegisName: "L_VampireBatWing" Name: "L VampireBatWing" Type: "IT_ETC" Buy: 700 Sell: 20 Weight: 4 Def: 0 Refine: false ViewSprite: 15115 }, { Id: 15116 AegisName: "L_WraithHorn" Name: "L WraithHorn" Type: "IT_ETC" Buy: 700 Sell: 20 Weight: 10 Def: 0 Refine: false ViewSprite: 15116 //Disabled: true // @TMWA }, { Id: 15117 AegisName: "L_AstralCube" Name: "L AstralCube" Type: "IT_ETC" Buy: 10000 Sell: 10 Weight: 800 Def: 0 Refine: false ViewSprite: 15117 //Disabled: true // @TMWA }, { Id: 15118 AegisName: "L_RunestoneA" Name: "L RunestoneA" Type: "IT_ETC" Buy: 1000 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 15118 //Disabled: true // @TMWA }, { Id: 15119 AegisName: "L_RunestoneL" Name: "L RunestoneL" Type: "IT_ETC" Buy: 1000 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 15119 //Disabled: true // @TMWA }, { Id: 15120 AegisName: "L_RunestoneN" Name: "L RunestoneN" Type: "IT_ETC" Buy: 1000 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 15120 //Disabled: true // @TMWA }, { Id: 15121 AegisName: "L_RunestoneT" Name: "L RunestoneT" Type: "IT_ETC" Buy: 1000 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 15121 //Disabled: true // @TMWA }, { Id: 15122 AegisName: "L_RunestoneW" Name: "L RunestoneW" Type: "IT_ETC" Buy: 1000 Sell: 100 Weight: 10 Def: 0 Refine: false ViewSprite: 15122 //Disabled: true // @TMWA }, { Id: 15123 AegisName: "L_QuillOfBinding" Name: "L QuillOfBinding" Type: "IT_ETC" Buy: 10 Sell: 5 Weight: 1 Def: 0 Refine: false ViewSprite: 15123 //Disabled: true // @TMWA }, { Id: 15124 AegisName: "L_BloodInk" Name: "L BloodInk" Type: "IT_ETC" Buy: 10 Sell: 5 Weight: 4 Def: 0 Refine: false ViewSprite: 15124 }, { Id: 15125 AegisName: "L_UnderworldKey" Name: "L UnderworldKey" Type: "IT_ETC" Buy: 10 Sell: 5 Weight: 5 Def: 0 Refine: false ViewSprite: 15125 }, { Id: 15127 AegisName: "L_JarofOwnBlood" Name: "L JarofOwnBlood" Type: "IT_ETC" Buy: 200 Sell: 100 Weight: 375 Def: 0 Refine: false ViewSprite: 15127 }, { Id: 11197 AegisName: "L_SkeletonCharm" Name: "L SkeletonCharm" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 11197 }, { Id: 15211 AegisName: "L_ActivatedSulphur" Name: "L ActivatedSulphur" Type: "IT_ETC" Buy: 3000 Sell: 5 Weight: 10 Def: 0 Refine: false ViewSprite: 15211 }, { Id: 15212 AegisName: "L_FairTradeSoil" Name: "L FairTradeSoil" Type: "IT_ETC" Buy: 500 Sell: 23 Weight: 40 Def: 0 Refine: false ViewSprite: 15212 }, { Id: 15215 AegisName: "L_FreeRangeMoss" Name: "L FreeRangeMoss" Type: "IT_ETC" Buy: 830 Sell: 20 Weight: 5 Def: 0 Refine: false ViewSprite: 15215 }, { Id: 15216 AegisName: "L_JadeEgg" Name: "L JadeEgg" Type: "IT_ETC" Buy: 938 Sell: 250 Weight: 2 Def: 0 Refine: false ViewSprite: 15216 }, { Id: 15217 AegisName: "L_RawAir" Name: "L RawAir" Type: "IT_ETC" Buy: 1999 Sell: 10 Weight: 1 Def: 0 Refine: false ViewSprite: 15217 }, { Id: 15218 AegisName: "L_RedTicket" Name: "L RedTicket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15218 }, { Id: 15219 AegisName: "L_YellowTicket" Name: "L YellowTicket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15219 }, { Id: 15220 AegisName: "L_GoldTicket" Name: "L GoldTicket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15220 }, { Id: 15221 AegisName: "L_GreenTicket" Name: "L GreenTicket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15221 }, { Id: 15222 AegisName: "L_AquaTicket" Name: "L AquaTicket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15222 }, { Id: 15223 AegisName: "L_BlueTicket" Name: "L BlueTicket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15223 }, { Id: 15224 AegisName: "L_PurpleTicket" Name: "L PurpleTicket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15224 }, { Id: 15225 AegisName: "L_PinkTicket" Name: "L PinkTicket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15225 }, { Id: 15256 AegisName: "L_PVPCoin" Name: "L PVPCoin" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15256 }, { Id: 15265 AegisName: "L_LoveLetter" Name: "L LoveLetter" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15265 }, { Id: 15276 AegisName: "L_ThermalNapalm" Name: "L Thermal Napalm" Type: "IT_ETC" Buy: 9999 Sell: 0 Weight: 1 ViewSprite: 15276 Trade: { partneroverride: true notrade: false nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } //Disabled: true // @TMWA }, { Id: 15278 AegisName: "L_XmasTicket" Name: "L Christmas Ticket" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 ViewSprite: 15278 //Disabled: true // @TMWA }, { Id: 15279 AegisName: "L_Carrot" Name: "L Legendary Carrot" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 0 ViewSprite: 15279 Trade: { notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } }, { Id: 15288 AegisName: "L_Naftalin" Name: "L Naphthalene" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1 Def: 0 Refine: false ViewSprite: 15288 }, { Id: 15292 AegisName: "L_SilverOre" Name: "L Silver Ore" Type: "IT_ETC" Buy: 1600 Sell: 800 Weight: 40 Def: 0 Refine: false ViewSprite: 15292 }, { Id: 15293 AegisName: "L_CrystallizedDragonBlood" Name: "L Crystallized Dragon Blood" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 1111 Refine: false ViewSprite: 15293 Trade: { notrade: true nodrop: true nostorage: false nogstorage: false nomail: true noauction: true noselltonpc: true } //Disabled: true // @TMWA }, { Id: 15295 AegisName: "L_PinkFlowerSeed" Name: "L Pink Flower Seed" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 10 Def: 0 Refine: false ViewSprite: 15295 Trade: { notrade: true nodrop: true nostorage: false nogstorage: false nomail: true noauction: true noselltonpc: true } //Disabled: true // @TMWA }, { Id: 15296 AegisName: "L_SilverIngot" Name: "L Silver Ingot" Type: "IT_ETC" Buy: 20000 Sell: 2200 Weight: 1000 Def: 0 Refine: false ViewSprite: 15296 Trade: { notrade: true nodrop: true nostorage: false nogstorage: false nomail: true noauction: true noselltonpc: true } //Disabled: true // @TMWA }, { Id: 15297 AegisName: "L_GoldenTooth" Name: "L Golden Tooth" Type: "IT_ETC" Buy: 20000 Sell: 2000 Weight: 40 Def: 0 Refine: false ViewSprite: 15297 }, /* Chest Armor */ { Id: 10523 AegisName: "L_LeatherShirt" Name: "L LeatherShirt" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 20 Matk: -12 Def: 4 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10523 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 10546 AegisName: "L_DesertShirt" Name: "L DesertShirt" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 20 Matk: -18 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10546 Script: <" bonus bMatkRate, -18; // @EVOL2 "> }, { Id: 10564 AegisName: "L_Turtleneck" Name: "L Turtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 30 Matk: -18 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10564 Script: <" bonus bMatkRate, -18; // @EVOL2 "> }, { Id: 10624 AegisName: "L_VNeckSweater" Name: "L VNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -24 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10624 Script: <" bonus bMatkRate, -24; // @EVOL2 "> }, { Id: 10625 AegisName: "L_ChainmailShirt" Name: "L ChainmailShirt" Type: "IT_ARMOR" Buy: 15000 Sell: 1500 Weight: 800 Matk: -120 Def: 22 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10625 Script: <" bonus bMatkRate, -120; // @EVOL2 "> }, { Id: 10626 AegisName: "L_LightPlatemail" Name: "L LightPlatemail" Type: "IT_ARMOR" Buy: 50000 Sell: 2500 Weight: 1200 Matk: -150 Def: 27 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10626 Script: <" bonus bMatkRate, -150; // @EVOL2 "> }, { Id: 10645 AegisName: "L_GoldenPlatemail" Name: "L GoldenPlatemail" Type: "IT_ARMOR" Buy: 9999000 Sell: 3000 Weight: 4500 Matk: -100 Def: 27 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10645 Script: <" bonus bMatkRate, -100; // @EVOL2 "> }, { Id: 10649 AegisName: "L_WhiteEvokersRobeBlue" Name: "L WhiteEvokersRobeBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 5 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10649 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; bonus bCriticalDef, 10; "> }, { Id: 10650 AegisName: "L_BlackEvokersRobeBlue" Name: "L BlackEvokersRobeBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 5 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10650 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; bonus bCriticalDef, 10; "> }, { Id: 10651 AegisName: "L_WhiteWizardRobe" Name: "L WhiteWizardRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 5 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10651 Script: <" bonus bMatkRate, 20; // @EVOL2 "> }, { Id: 10652 AegisName: "L_BlackWizardRobe" Name: "L BlackWizardRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 5 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10652 Script: <" bonus bMatkRate, 20; // @EVOL2 "> }, { Id: 10653 AegisName: "L_ApprenticeRobe" Name: "L ApprenticeRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 5 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10653 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; bonus bCriticalDef, 10; "> }, { Id: 10658 AegisName: "L_WarlordPlate" Name: "L WarlordPlate" Type: "IT_ARMOR" Buy: 100000 Sell: 3000 Weight: 2600 Matk: -170 Def: 29 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10658 Script: <" bonus bMatkRate, -170; // @EVOL2 "> }, { Id: 10659 AegisName: "L_GoldenWarlordPlate" Name: "L GoldenWarlordPlate" Type: "IT_ARMOR" Buy: 500000 Sell: 4000 Weight: 7600 Matk: -110 Def: 29 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10659 Script: <" bonus bMatkRate, -110; // @EVOL2 "> }, { Id: 10688 AegisName: "L_TankTop" Name: "L TankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 10 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10688 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 10689 AegisName: "L_ShortTankTop" Name: "L ShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10689 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 10720 AegisName: "L_SilkRobe" Name: "L SilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10720 }, { Id: 10726 AegisName: "L_GMRobe" Name: "L GMRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 0 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10726 Nouse: { override: 60 } }, { Id: 10755 AegisName: "L_AssassinShirt" Name: "L AssassinShirt" Type: "IT_ARMOR" Buy: 10000 Sell: 3000 Weight: 15 Matk: -5 Def: 16 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 90 Refine: false ViewSprite: 10755 Script: <" callfunc "BrawlingItem", EQI_HEAD_MID; // @EVOL2 //callfunc "BrawlingItem"; // @TMWA bonus bAgi, 15; bonus bSpeedAddRate, 10; bonus bFlee, 20; bonus bHit, 20; bonus bMaxHP, 200; bonus bMatkRate, -5; // @EVOL2 "> }, { Id: 10767 AegisName: "L_TerraniteChestArmor" Name: "L TerraniteChestArmor" Type: "IT_ARMOR" Buy: 100000 Sell: 3000 Weight: 800 Matk: -70 Def: 22 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10767 Script: <" bonus bMatkRate, -70; // @EVOL2 bonus bDex, 1; bonus bMdef, 10; "> }, { Id: 10782 AegisName: "L_ForestArmor" Name: "L ForestArmor" Type: "IT_ARMOR" Buy: 3000 Sell: 1500 Weight: 40 Matk: -20 Def: 11 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10782 Script: <" bonus bMatkRate, -20; // @EVOL2 bonus bDex, 3; "> }, { Id: 10783 AegisName: "L_PlatynaRedDress" Name: "L PlatynaRedDress" Type: "IT_ARMOR" Buy: 100000 Sell: 50000 Weight: 35 Matk: 3 Def: 16 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10783 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 10791 AegisName: "L_YetiSkinShirt" Name: "L YetiSkinShirt" Type: "IT_ARMOR" Buy: 20000 Sell: 10000 Weight: 20 Matk: -12 Def: 13 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10791 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 10793 AegisName: "L_BromenalChest" Name: "L BromenalChest" Type: "IT_ARMOR" Buy: 100000 Sell: 3000 Weight: 2000 Matk: -170 Def: 27 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10793 Script: <" bonus bMatkRate, -170; // @EVOL2 "> }, { Id: 10798 AegisName: "L_SorcererRed" Name: "L SorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 5 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10798 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 10870 AegisName: "L_FineDress" Name: "L FineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 10870 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 10880 AegisName: "L_LazuriteRobe" Name: "L LazuriteRobe" Type: "IT_ARMOR" Buy: 92000 Sell: 52000 Weight: 30 Matk: 60 Def: 7 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 90 Refine: false ViewSprite: 10880 OnEquipScript: <" callfunc "RequireStat", bInt, 70, EQI_HEAD_MID; callfunc "RequireStat", bVit, 40, EQI_HEAD_MID; "> Script: <" bonus bDef2Rate, -40; bonus bMatkRate, 60; // @EVOL2 bonus bMdef, 60; bonus bVit, -1; bonus bInt, 7; bonus bLuk, -1; bonus bDex, -1; bonus bStr, -1; "> }, { Id: 11178 AegisName: "L_Contributor" Name: "L Contributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 11178 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 11183 AegisName: "L_AmberChristmasSweater" Name: "L AmberChristmasSweater" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 11183 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 11184 AegisName: "L_FunkyChristmasSweater" Name: "L FunkyChristmasSweater" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 11184 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 11185 AegisName: "L_PinkChristmasSweater" Name: "L PinkChristmasSweater" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 11185 }, { Id: 11186 AegisName: "L_DarkChristmasSweater" Name: "L DarkChristmasSweater" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 11186 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 11187 AegisName: "L_BlueChristmasSweater" Name: "L BlueChristmasSweater" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 11187 }, { Id: 11202 AegisName: "L_CottonShirt" Name: "L CottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 13 Matk: -2 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 11202 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 12050 AegisName: "L_RedCottonShirt" Name: "L RedCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12050 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12051 AegisName: "L_GreenCottonShirt" Name: "L GreenCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12051 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12052 AegisName: "L_DarkBlueCottonShirt" Name: "L DarkBlueCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12052 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12053 AegisName: "L_YellowCottonShirt" Name: "L YellowCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12053 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12054 AegisName: "L_LightBlueCottonShirt" Name: "L LightBlueCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12054 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12055 AegisName: "L_PinkCottonShirt" Name: "L PinkCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12055 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12056 AegisName: "L_BlackCottonShirt" Name: "L BlackCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12056 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12057 AegisName: "L_OrangeCottonShirt" Name: "L OrangeCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12057 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12058 AegisName: "L_PurpleCottonShirt" Name: "L PurpleCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12058 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12059 AegisName: "L_DarkGreenCottonShirt" Name: "L DarkGreenCottonShirt" Type: "IT_ARMOR" Buy: 300 Sell: 5 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12059 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12060 AegisName: "L_RedVNeckSweater" Name: "L RedVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12060 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12061 AegisName: "L_GreenVNeckSweater" Name: "L GreenVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12061 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12062 AegisName: "L_DarkBlueVNeckSweater" Name: "L DarkBlueVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12062 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12063 AegisName: "L_YellowVNeckSweater" Name: "L YellowVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12063 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12064 AegisName: "L_LightBlueVNeckSweater" Name: "L LightBlueVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12064 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12065 AegisName: "L_PinkVNeckSweater" Name: "L PinkVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12065 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12066 AegisName: "L_BlackVNeckSweater" Name: "L BlackVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12066 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12067 AegisName: "L_OrangeVNeckSweater" Name: "L OrangeVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12067 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12068 AegisName: "L_PurpleVNeckSweater" Name: "L PurpleVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12068 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12069 AegisName: "L_DarkGreenVNeckSweater" Name: "L DarkGreenVNeckSweater" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 35 Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12069 Script: <" bonus bMatkRate, -16; // @EVOL2 "> }, { Id: 12070 AegisName: "L_RedTurtleneck" Name: "L RedTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12070 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12071 AegisName: "L_GreenTurtleneck" Name: "L GreenTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12071 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12072 AegisName: "L_DarkBlueTurtleneck" Name: "L DarkBlueTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12072 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12073 AegisName: "L_YellowTurtleneck" Name: "L YellowTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12073 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12074 AegisName: "L_LightBlueTurtleneck" Name: "L LightBlueTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12074 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12075 AegisName: "L_PinkTurtleneck" Name: "L PinkTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12075 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12076 AegisName: "L_BlackTurtleneck" Name: "L BlackTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12076 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12077 AegisName: "L_OrangeTurtleneck" Name: "L OrangeTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12077 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12078 AegisName: "L_PurpleTurtleneck" Name: "L PurpleTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12078 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12079 AegisName: "L_DarkGreenTurtleneck" Name: "L DarkGreenTurtleneck" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 35 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12079 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 12080 AegisName: "L_RedSilkRobe" Name: "L RedSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12080 }, { Id: 12081 AegisName: "L_GreenSilkRobe" Name: "L GreenSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12081 }, { Id: 12082 AegisName: "L_DarkBlueSilkRobe" Name: "L DarkBlueSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12082 }, { Id: 12083 AegisName: "L_YellowSilkRobe" Name: "L YellowSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12083 }, { Id: 12084 AegisName: "L_LightBlueSilkRobe" Name: "L LightBlueSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12084 }, { Id: 12085 AegisName: "L_PinkSilkRobe" Name: "L PinkSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12085 }, { Id: 12086 AegisName: "L_BlackSilkRobe" Name: "L BlackSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12086 }, { Id: 12087 AegisName: "L_OrangeSilkRobe" Name: "L OrangeSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12087 }, { Id: 12088 AegisName: "L_PurpleSilkRobe" Name: "L PurpleSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12088 }, { Id: 12089 AegisName: "L_DarkGreenSilkRobe" Name: "L DarkGreenSilkRobe" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12089 }, { Id: 12090 AegisName: "L_RedTankTop" Name: "L RedTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12090 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12091 AegisName: "L_GreenTankTop" Name: "L GreenTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12091 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12092 AegisName: "L_DarkBlueTankTop" Name: "L DarkBlueTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12092 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12093 AegisName: "L_YellowTankTop" Name: "L YellowTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12093 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12094 AegisName: "L_LightBlueTankTop" Name: "L LightBlueTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12094 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12095 AegisName: "L_PinkTankTop" Name: "L PinkTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12095 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12096 AegisName: "L_BlackTankTop" Name: "L BlackTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12096 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12097 AegisName: "L_OrangeTankTop" Name: "L OrangeTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12097 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12098 AegisName: "L_PurpleTankTop" Name: "L PurpleTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12098 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12099 AegisName: "L_DarkGreenTankTop" Name: "L DarkGreenTankTop" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 12 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12099 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12120 AegisName: "L_RedShortTankTop" Name: "L RedShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12120 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12121 AegisName: "L_GreenShortTankTop" Name: "L GreenShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12121 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12122 AegisName: "L_DarkBlueShortTankTop" Name: "L DarkBlueShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12122 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12123 AegisName: "L_YellowShortTankTop" Name: "L YellowShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12123 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12124 AegisName: "L_LightBlueShortTankTop" Name: "L LightBlueShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12124 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12125 AegisName: "L_PinkShortTankTop" Name: "L PinkShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12125 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12126 AegisName: "L_BlackShortTankTop" Name: "L BlackShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12126 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12127 AegisName: "L_OrangeShortTankTop" Name: "L OrangeShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12127 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12128 AegisName: "L_PurpleShortTankTop" Name: "L PurpleShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12128 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12129 AegisName: "L_DarkGreenShortTankTop" Name: "L DarkGreenShortTankTop" Type: "IT_ARMOR" Buy: 600 Sell: 300 Weight: 8 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12129 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12220 AegisName: "L_RedSorcererRed" Name: "L RedSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12220 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12221 AegisName: "L_GreenSorcererRed" Name: "L GreenSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12221 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12222 AegisName: "L_DarkBlueSorcererRed" Name: "L DarkBlueSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12222 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12223 AegisName: "L_YellowSorcererRed" Name: "L YellowSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12223 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12224 AegisName: "L_LightBlueSorcererRed" Name: "L LightBlueSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12224 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12225 AegisName: "L_PinkSorcererRed" Name: "L PinkSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12225 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12226 AegisName: "L_BlackSorcererRed" Name: "L BlackSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12226 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12227 AegisName: "L_OrangeSorcererRed" Name: "L OrangeSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12227 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12228 AegisName: "L_PurpleSorcererRed" Name: "L PurpleSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12228 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12229 AegisName: "L_DarkGreenSorcererRed" Name: "L DarkGreenSorcererRed" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12229 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 12240 AegisName: "L_RedFineDress" Name: "L RedFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12240 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12241 AegisName: "L_GreenFineDress" Name: "L GreenFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12241 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12242 AegisName: "L_DarkBlueFineDress" Name: "L DarkBlueFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12242 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12243 AegisName: "L_YellowFineDress" Name: "L YellowFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12243 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12244 AegisName: "L_LightBlueFineDress" Name: "L LightBlueFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12244 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12245 AegisName: "L_PinkFineDress" Name: "L PinkFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12245 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12246 AegisName: "L_BlackFineDress" Name: "L BlackFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12246 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12247 AegisName: "L_OrangeFineDress" Name: "L OrangeFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12247 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12248 AegisName: "L_PurpleFineDress" Name: "L PurpleFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12248 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 12249 AegisName: "L_DarkGreenFineDress" Name: "L DarkGreenFineDress" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 35 Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12249 Script: <" bonus bMatkRate, 3; // @EVOL2 "> }, { Id: 15000 AegisName: "L_RedSorcererGreen" Name: "L RedSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15000 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15001 AegisName: "L_GreenSorcererGreen" Name: "L GreenSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15001 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15002 AegisName: "L_DarkBlueSorcererGreen" Name: "L DarkBlueSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15002 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15003 AegisName: "L_YellowSorcererGreen" Name: "L YellowSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15003 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15004 AegisName: "L_LightBlueSorcererGreen" Name: "L LightBlueSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15004 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15005 AegisName: "L_PinkSorcererGreen" Name: "L PinkSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15005 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15006 AegisName: "L_BlackSorcererGreen" Name: "L BlackSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15006 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15007 AegisName: "L_OrangeSorcererGreen" Name: "L OrangeSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15007 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15008 AegisName: "L_PurpleSorcererGreen" Name: "L PurpleSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15008 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15009 AegisName: "L_DarkGreenSorcererGreen" Name: "L DarkGreenSorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15009 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15010 AegisName: "L_SorcererGreen" Name: "L SorcererGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15010 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15011 AegisName: "L_RedSorcererDBlue" Name: "L RedSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15011 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15012 AegisName: "L_GreenSorcererDBlue" Name: "L GreenSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15012 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15013 AegisName: "L_DarkBlueSorcererDBlue" Name: "L DarkBlueSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15013 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15014 AegisName: "L_YellowSorcererDBlue" Name: "L YellowSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15014 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15015 AegisName: "L_LightBlueSorcererDBlue" Name: "L LightBlueSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15015 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15016 AegisName: "L_PinkSorcererDBlue" Name: "L PinkSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15016 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15017 AegisName: "L_BlackSorcererDBlue" Name: "L BlackSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15017 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15018 AegisName: "L_OrangeSorcererDBlue" Name: "L OrangeSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15018 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15019 AegisName: "L_PurpleSorcererDBlue" Name: "L PurpleSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15019 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15020 AegisName: "L_DarkGreenSorcererDBlue" Name: "L DarkGreenSorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15020 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15021 AegisName: "L_SorcererDBlue" Name: "L SorcererDBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15021 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15022 AegisName: "L_RedSorcererYellow" Name: "L RedSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15022 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15023 AegisName: "L_GreenSorcererYellow" Name: "L GreenSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15023 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15024 AegisName: "L_DarkBlueSorcererYellow" Name: "L DarkBlueSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15024 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15025 AegisName: "L_YellowSorcererYellow" Name: "L YellowSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15025 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15026 AegisName: "L_LightBlueSorcererYellow" Name: "L LightBlueSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15026 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15027 AegisName: "L_PinkSorcererYellow" Name: "L PinkSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15027 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15028 AegisName: "L_BlackSorcererYellow" Name: "L BlackSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15028 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15029 AegisName: "L_OrangeSorcererYellow" Name: "L OrangeSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15029 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15030 AegisName: "L_PurpleSorcererYellow" Name: "L PurpleSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15030 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15031 AegisName: "L_DarkGreenSorcererYellow" Name: "L DarkGreenSorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15031 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15032 AegisName: "L_SorcererYellow" Name: "L SorcererYellow" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15032 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15033 AegisName: "L_RedSorcererLBlue" Name: "L RedSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15033 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15034 AegisName: "L_GreenSorcererLBlue" Name: "L GreenSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15034 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15035 AegisName: "L_DarkBlueSorcererLBlue" Name: "L DarkBlueSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15035 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15036 AegisName: "L_YellowSorcererLBlue" Name: "L YellowSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15036 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15037 AegisName: "L_LightBlueSorcererLBlue" Name: "L LightBlueSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15037 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15038 AegisName: "L_PinkSorcererLBlue" Name: "L PinkSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15038 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15039 AegisName: "L_BlackSorcererLBlue" Name: "L BlackSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15039 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15040 AegisName: "L_OrangeSorcererLBlue" Name: "L OrangeSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15040 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15041 AegisName: "L_PurpleSorcererLBlue" Name: "L PurpleSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15041 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15042 AegisName: "L_DarkGreenSorcererLBlue" Name: "L DarkGreenSorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15042 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15043 AegisName: "L_SorcererLBlue" Name: "L SorcererLBlue" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15043 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15044 AegisName: "L_RedSorcererPink" Name: "L RedSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15044 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15045 AegisName: "L_GreenSorcererPink" Name: "L GreenSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15045 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15046 AegisName: "L_DarkBlueSorcererPink" Name: "L DarkBlueSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15046 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15047 AegisName: "L_YellowSorcererPink" Name: "L YellowSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15047 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15048 AegisName: "L_LightBlueSorcererPink" Name: "L LightBlueSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15048 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15049 AegisName: "L_PinkSorcererPink" Name: "L PinkSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15049 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15050 AegisName: "L_BlackSorcererPink" Name: "L BlackSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15050 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15051 AegisName: "L_OrangeSorcererPink" Name: "L OrangeSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15051 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15052 AegisName: "L_PurpleSorcererPink" Name: "L PurpleSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15052 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15053 AegisName: "L_DarkGreenSorcererPink" Name: "L DarkGreenSorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15053 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15054 AegisName: "L_SorcererPink" Name: "L SorcererPink" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15054 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15055 AegisName: "L_RedSorcererBlack" Name: "L RedSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15055 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15056 AegisName: "L_GreenSorcererBlack" Name: "L GreenSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15056 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15057 AegisName: "L_DarkBlueSorcererBlack" Name: "L DarkBlueSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15057 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15058 AegisName: "L_YellowSorcererBlack" Name: "L YellowSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15058 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15059 AegisName: "L_LightBlueSorcererBlack" Name: "L LightBlueSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15059 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15060 AegisName: "L_PinkSorcererBlack" Name: "L PinkSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15060 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15061 AegisName: "L_BlackSorcererBlack" Name: "L BlackSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15061 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15062 AegisName: "L_OrangeSorcererBlack" Name: "L OrangeSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15062 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15063 AegisName: "L_PurpleSorcererBlack" Name: "L PurpleSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15063 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15064 AegisName: "L_DarkGreenSorcererBlack" Name: "L DarkGreenSorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15064 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15065 AegisName: "L_SorcererBlack" Name: "L SorcererBlack" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15065 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15066 AegisName: "L_RedSorcererOrange" Name: "L RedSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15066 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15067 AegisName: "L_GreenSorcererOrange" Name: "L GreenSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15067 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15068 AegisName: "L_DarkBlueSorcererOrange" Name: "L DarkBlueSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15068 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15069 AegisName: "L_YellowSorcererOrange" Name: "L YellowSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15069 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15070 AegisName: "L_LightBlueSorcererOrange" Name: "L LightBlueSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15070 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15071 AegisName: "L_PinkSorcererOrange" Name: "L PinkSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15071 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15072 AegisName: "L_BlackSorcererOrange" Name: "L BlackSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15072 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15073 AegisName: "L_OrangeSorcererOrange" Name: "L OrangeSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15073 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15074 AegisName: "L_PurpleSorcererOrange" Name: "L PurpleSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15074 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15075 AegisName: "L_DarkGreenSorcererOrange" Name: "L DarkGreenSorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15075 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15076 AegisName: "L_SorcererOrange" Name: "L SorcererOrange" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15076 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15077 AegisName: "L_RedSorcererPurple" Name: "L RedSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15077 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15078 AegisName: "L_GreenSorcererPurple" Name: "L GreenSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15078 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15079 AegisName: "L_DarkBlueSorcererPurple" Name: "L DarkBlueSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15079 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15080 AegisName: "L_YellowSorcererPurple" Name: "L YellowSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15080 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15081 AegisName: "L_LightBlueSorcererPurple" Name: "L LightBlueSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15081 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15082 AegisName: "L_PinkSorcererPurple" Name: "L PinkSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15082 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15083 AegisName: "L_BlackSorcererPurple" Name: "L BlackSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15083 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15084 AegisName: "L_OrangeSorcererPurple" Name: "L OrangeSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15084 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15085 AegisName: "L_PurpleSorcererPurple" Name: "L PurpleSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15085 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15086 AegisName: "L_DarkGreenSorcererPurple" Name: "L DarkGreenSorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15086 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15087 AegisName: "L_SorcererPurple" Name: "L SorcererPurple" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15087 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15088 AegisName: "L_RedSorcererDGreen" Name: "L RedSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15088 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15089 AegisName: "L_GreenSorcererDGreen" Name: "L GreenSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15089 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15090 AegisName: "L_DarkBlueSorcererDGreen" Name: "L DarkBlueSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15090 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15091 AegisName: "L_YellowSorcererDGreen" Name: "L YellowSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15091 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15092 AegisName: "L_LightBlueSorcererDGreen" Name: "L LightBlueSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15092 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15093 AegisName: "L_PinkSorcererDGreen" Name: "L PinkSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15093 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15094 AegisName: "L_BlackSorcererDGreen" Name: "L BlackSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15094 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15095 AegisName: "L_OrangeSorcererDGreen" Name: "L OrangeSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15095 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15096 AegisName: "L_PurpleSorcererDGreen" Name: "L PurpleSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15096 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15097 AegisName: "L_DarkGreenSorcererDGreen" Name: "L DarkGreenSorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15097 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15098 AegisName: "L_SorcererDGreen" Name: "L SorcererDGreen" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15098 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15099 AegisName: "L_RedSorcererWhite" Name: "L RedSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15099 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15100 AegisName: "L_GreenSorcererWhite" Name: "L GreenSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15100 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15101 AegisName: "L_DarkBlueSorcererWhite" Name: "L DarkBlueSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15101 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15102 AegisName: "L_YellowSorcererWhite" Name: "L YellowSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15102 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15103 AegisName: "L_LightBlueSorcererWhite" Name: "L LightBlueSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15103 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15104 AegisName: "L_PinkSorcererWhite" Name: "L PinkSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15104 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15105 AegisName: "L_BlackSorcererWhite" Name: "L BlackSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15105 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15106 AegisName: "L_OrangeSorcererWhite" Name: "L OrangeSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15106 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15107 AegisName: "L_PurpleSorcererWhite" Name: "L PurpleSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15107 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15108 AegisName: "L_DarkGreenSorcererWhite" Name: "L DarkGreenSorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15108 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15109 AegisName: "L_SorcererWhite" Name: "L SorcererWhite" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 30 Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15109 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, { Id: 15131 AegisName: "L_RedContributor" Name: "L RedContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15131 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15132 AegisName: "L_GreenContributor" Name: "L GreenContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15132 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15133 AegisName: "L_DarkBlueContributor" Name: "L DarkBlueContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15133 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15134 AegisName: "L_YellowContributor" Name: "L YellowContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15134 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15135 AegisName: "L_LightBlueContributor" Name: "L LightBlueContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15135 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15136 AegisName: "L_PinkContributor" Name: "L PinkContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15136 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15137 AegisName: "L_BlackContributor" Name: "L BlackContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15137 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15138 AegisName: "L_OrangeContributor" Name: "L OrangeContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15138 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15139 AegisName: "L_PurpleContributor" Name: "L PurpleContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15139 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15140 AegisName: "L_DarkGreenContributor" Name: "L DarkGreenContributor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15140 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15254 AegisName: "L_SaviorArmor" Name: "L SaviorArmor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 2000 Matk: -90 Def: 26 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15254 Script: <" bonus bMatkRate, -90; // @EVOL2 bonus bDex, 1; bonus bMaxHP, 100; "> }, { Id: 15286 AegisName: "L_RedArmor" Name: "L Red Knight Armor" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 2000 Matk: -40 Def: 29 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 15286 Script: <" bonus bMatkRate, -40; // @EVOL2 bonus bDex, 1; bonus bAgi, 1; bonus bMaxHP, 1500; "> Nouse: { override: 1 } }, ////////////////////////////////////////////////////////// // Hats { Id: 10511 AegisName: "L_SantaHat" Name: "L SantaHat" Type: "IT_ARMOR" Buy: 400 Sell: 200 Weight: 20 Matk: -2 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10511 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 10524 AegisName: "L_FancyHat" Name: "L FancyHat" Type: "IT_ARMOR" Buy: 1600 Sell: 800 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10524 }, { Id: 10525 AegisName: "L_MinersHat" Name: "L MinersHat" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 40 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10525 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 10543 AegisName: "L_StandardHeadband" Name: "L StandardHeadband" Type: "IT_ARMOR" Buy: 800 Sell: 400 Weight: 10 Matk: -3 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10543 Script: <" bonus bMatkRate, -3; // @EVOL2 "> }, { Id: 10544 AegisName: "L_SilkHeadband" Name: "L SilkHeadband" Type: "IT_ARMOR" Buy: 5000 Sell: 2000 Weight: 10 Matk: -10 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10544 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 10615 AegisName: "L_PumpkinHelmet" Name: "L PumpkinHelmet" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 60 Matk: -4 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10615 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 10616 AegisName: "L_AxeHat" Name: "L AxeHat" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 50 Matk: -4 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10616 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 10617 AegisName: "L_PirateHat" Name: "L PirateHat" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 40 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10617 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 10618 AegisName: "L_Goggles" Name: "L Goggles" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10618 }, { Id: 10619 AegisName: "L_LeatherGoggles" Name: "L LeatherGoggles" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10619 }, { Id: 10620 AegisName: "L_Circlet" Name: "L Circlet" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 25 Matk: 5 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10620 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 10621 AegisName: "L_Eyepatch" Name: "L Eyepatch" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 5 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10621 }, { Id: 10622 AegisName: "L_Bandana" Name: "L Bandana" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10622 }, { Id: 10627 AegisName: "L_TopHat" Name: "L TopHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10627 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 10628 AegisName: "L_FunkyHat" Name: "L FunkyHat" Type: "IT_ARMOR" Buy: 3000 Sell: 1500 Weight: 20 Matk: 2 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10628 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 10629 AegisName: "L_MushHat" Name: "L MushHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10629 }, { Id: 10630 AegisName: "L_ShroomHat" Name: "L ShroomHat" Type: "IT_ARMOR" Buy: 3000 Sell: 1500 Weight: 30 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10630 }, { Id: 10633 AegisName: "L_ChristmasElfHat" Name: "L ChristmasElfHat" Type: "IT_ARMOR" Buy: 3000 Sell: 1500 Weight: 30 Matk: 2 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10633 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 10634 AegisName: "L_FaceMask" Name: "L FaceMask" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 50 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10634 }, { Id: 10636 AegisName: "L_WarlordHelmet" Name: "L WarlordHelmet" Type: "IT_ARMOR" Buy: 30000 Sell: 3000 Weight: 900 Matk: -36 Def: 19 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10636 Script: <" bonus bMatkRate, -36; // @EVOL2 "> }, { Id: 10637 AegisName: "L_KnightsHelmet" Name: "L KnightsHelmet" Type: "IT_ARMOR" Buy: 20000 Sell: 2000 Weight: 600 Matk: -30 Def: 16 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10637 Script: <" bonus bMatkRate, -30; // @EVOL2 "> }, { Id: 10638 AegisName: "L_InfantryHelmet" Name: "L InfantryHelmet" Type: "IT_ARMOR" Buy: 15000 Sell: 1500 Weight: 400 Matk: -30 Def: 16 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10638 Script: <" bonus bMatkRate, -30; // @EVOL2 "> }, { Id: 10639 AegisName: "L_CrusadeHelmet" Name: "L CrusadeHelmet" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 1300 Matk: -36 Def: 19 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10639 Script: <" bonus bMatkRate, -36; // @EVOL2 "> }, { Id: 10643 AegisName: "L_WhiteCowboyHat" Name: "L WhiteCowboyHat" Type: "IT_ARMOR" Buy: 1800 Sell: 900 Weight: 30 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10643 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 10644 AegisName: "L_BlackCowboyHat" Name: "L BlackCowboyHat" Type: "IT_ARMOR" Buy: 1800 Sell: 900 Weight: 30 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10644 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 10646 AegisName: "L_Crown" Name: "L Crown" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 240 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10646 }, { Id: 10647 AegisName: "L_DevelopersCap" Name: "L DevelopersCap" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10647 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 10654 AegisName: "L_Cap" Name: "L Cap" Type: "IT_ARMOR" Buy: 4000000 Sell: 500 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10654 }, { Id: 10656 AegisName: "L_SerfHat" Name: "L SerfHat" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10656 }, { Id: 10675 AegisName: "L_GraduationCap" Name: "L GraduationCap" Type: "IT_ARMOR" Buy: 1000 Sell: 250 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10675 }, { Id: 10678 AegisName: "L_NohMask" Name: "L NohMask" Type: "IT_ARMOR" Buy: 7000 Sell: 1000 Weight: 18 Matk: 1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10678 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 10679 AegisName: "L_DemonMask" Name: "L DemonMask" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 23 Matk: 5 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10679 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 10721 AegisName: "L_HighPriestCrown" Name: "L HighPriestCrown" Type: "IT_ARMOR" Buy: 6000000 Sell: 5000 Weight: 400 Matk: 20 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10721 Script: <" bonus bMatkRate, 20; // @EVOL2 bonus bMaxSP, 20; "> }, { Id: 10722 AegisName: "L_MonsterSkullHelmet" Name: "L MonsterSkullHelmet" Type: "IT_ARMOR" Buy: 6000000 Sell: 3000 Weight: 250 Matk: 10 Def: 7 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10722 Script: <" bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 20; "> }, { Id: 10723 AegisName: "L_DesertHat" Name: "L DesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10723 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 10724 AegisName: "L_CottonHeadband" Name: "L CottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10724 }, { Id: 10725 AegisName: "L_GMCap" Name: "L GMCap" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 0 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10725 Nouse: { override: 60 } Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 10751 AegisName: "L_PinkieHat" Name: "L PinkieHat" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 5 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10751 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 10752 AegisName: "L_FluffyHat" Name: "L FluffyHat" Type: "IT_ARMOR" Buy: 7000 Sell: 2000 Weight: 10 Matk: -5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10752 Script: <" bonus bMatkRate, -5; // @EVOL2 "> }, { Id: 10759 AegisName: "L_PaladinsHelmet" Name: "L PaladinsHelmet" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 500 Def: 20 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10759 }, { Id: 10760 AegisName: "L_OverlordsHelmet" Name: "L OverlordsHelmet" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 1800 Matk: -60 Def: 48 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10760 Script: <" //bonus bSpeedCap, DEFAULT_WALK_SPEED; // @TMWA bonus bMatkRate, -60; // @EVOL2 bonus bMdef, -60; //bonus bAllStats, -2; // @//TMWA (TODO: Disabled temporarily) bonus bFlee, -20; "> }, { Id: 10761 AegisName: "L_DesertHelmet" Name: "L DesertHelmet" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 600 Matk: -25 Def: 23 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10761 Script: <" bonus bMatkRate, -25; // @EVOL2 "> //Disabled: true // @TMWA }, { Id: 10764 AegisName: "L_SailorHat" Name: "L SailorHat" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10764 }, { Id: 10765 AegisName: "L_CaptainsHat" Name: "L CaptainsHat" Type: "IT_ARMOR" Buy: 0 Sell: 0 Weight: 20 Def: 16 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10765 }, { Id: 10766 AegisName: "L_TerraniteHelmet" Name: "L TerraniteHelmet" Type: "IT_ARMOR" Buy: 30000 Sell: 3000 Weight: 300 Matk: -12 Def: 16 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10766 Script: <" bonus bMatkRate, -12; // @EVOL2 bonus bMdef, 5; "> }, { Id: 10769 AegisName: "L_GuyFawkesMask" Name: "L GuyFawkesMask" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10769 }, { Id: 10770 AegisName: "L_FairyHat" Name: "L FairyHat" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 20 Matk: -10 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10770 Script: <" bonus bMatkRate, -10; // @EVOL2 bonus bLuk, 3; "> }, { Id: 10781 AegisName: "L_WitchDoctorsMask" Name: "L WitchDoctorsMask" Type: "IT_ARMOR" Buy: 20000 Sell: 100 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10781 }, { Id: 10795 AegisName: "L_BromenalHelmet" Name: "L BromenalHelmet" Type: "IT_ARMOR" Buy: 15000 Sell: 1500 Weight: 400 Matk: -30 Def: 16 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10795 Script: <" bonus bMatkRate, -30; // @EVOL2 "> }, { Id: 10800 AegisName: "L_BowlerHatBrown" Name: "L BowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10800 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 10801 AegisName: "L_PinkieHelmet" Name: "L PinkieHelmet" Type: "IT_ARMOR" Buy: 20000 Sell: 1500 Weight: 800 Matk: -20 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10801 Script: <" bonus bMatkRate, -20; // @EVOL2 bonus bLuk, 1; "> }, { Id: 10848 AegisName: "L_Earmuffs" Name: "L Earmuffs" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -1 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10848 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 10854 AegisName: "L_ElfNightcap" Name: "L ElfNightcap" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Matk: 5 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10854 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 10855 AegisName: "L_Sunglasses" Name: "L Sunglasses" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 10 Matk: 6 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10855 Script: <" bonus bMatkRate, 6; // @EVOL2 "> }, { Id: 10856 AegisName: "L_KnitCap" Name: "L KnitCap" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10856 }, { Id: 10877 AegisName: "L_BullHelmet" Name: "L BullHelmet" Type: "IT_ARMOR" Buy: 90000 Sell: 45000 Weight: 1300 Matk: -52 Def: 20 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 90 Refine: false ViewSprite: 10877 OnEquipScript: <" callfunc "RequireStat", bStr, 70, EQI_HEAD_TOP; callfunc "RequireStat", bVit, 50, EQI_HEAD_TOP; callfunc "RequireStat", bLuk, 50, EQI_HEAD_TOP; "> Script: <" bonus bMatkRate, -52; // @EVOL2 bonus bDoubleAddRate, 20; bonus bStr, 10; bonus bCritical, 15; bonus bAspdRate, 10; bonus bDef2Rate, -39; bonus bHit, -15; "> }, { Id: 10882 AegisName: "L_RedEggshellHat" Name: "L RedEggshellHat" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Def: 9 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10882 Script: <" bonus bMdef, 3; "> }, { Id: 10883 AegisName: "L_BlueEggshellHat" Name: "L BlueEggshellHat" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Def: 9 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10883 Script: <" bonus bMdef, 3; "> }, { Id: 10884 AegisName: "L_YellowEggshellHat" Name: "L YellowEggshellHat" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Def: 9 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10884 Script: <" bonus bMdef, 3; "> }, { Id: 10885 AegisName: "L_GreenEggshellHat" Name: "L GreenEggshellHat" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Def: 9 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10885 Script: <" bonus bMdef, 3; "> }, { Id: 10886 AegisName: "L_OrangeEggshellHat" Name: "L OrangeEggshellHat" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Def: 9 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10886 Script: <" bonus bMdef, 3; "> }, { Id: 10887 AegisName: "L_DarkEggshellHat" Name: "L DarkEggshellHat" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Def: 9 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10887 Script: <" bonus bMdef, 3; "> }, { Id: 10888 AegisName: "L_MagicGMTopHat" Name: "L MagicGMTopHat" Type: "IT_ARMOR" Buy: 4200 Sell: 1900 Weight: 30 Matk: 20 Def: 66 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10888 Nouse: { override: 50 } Script: <" bonus bMaxHP, 31000; bonus bFlee, -200; bonus bHPrecovRate, -400; bonus bCriticalDef, 250; bonus bMdef, 89; bonus bMatkRate, 20; // @EVOL2 "> }, { Id: 10889 AegisName: "L_MurdererCrown" Name: "L MurdererCrown" Type: "IT_ARMOR" Buy: 75000 Sell: 12000 Weight: 240 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10889 }, { Id: 10890 AegisName: "L_BeanieCopter" Name: "L BeanieCopter" Type: "IT_ARMOR" Buy: 8000 Sell: 2000 Weight: 20 Matk: 2 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10890 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 10897 AegisName: "L_RedRoseHat" Name: "L RedRoseHat" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 0 Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10897 Script: <" bonus bMatkRate, 8; // @EVOL2 "> }, { Id: 10898 AegisName: "L_WhiteRoseHat" Name: "L WhiteRoseHat" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 0 Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10898 Script: <" bonus bMatkRate, 8; // @EVOL2 "> }, { Id: 10899 AegisName: "L_PinkRoseHat" Name: "L PinkRoseHat" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 0 Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10899 Script: <" bonus bMatkRate, 8; // @EVOL2 "> }, { Id: 10900 AegisName: "L_YellowRoseHat" Name: "L YellowRoseHat" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 0 Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10900 Script: <" bonus bMatkRate, 8; // @EVOL2 "> }, { Id: 10901 AegisName: "L_OrangeRoseHat" Name: "L OrangeRoseHat" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 0 Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10901 Script: <" bonus bMatkRate, 8; // @EVOL2 "> }, { Id: 10902 AegisName: "L_BlueRoseHat" Name: "L BlueRoseHat" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 0 Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10902 Script: <" bonus bMatkRate, 8; // @EVOL2 "> }, { Id: 10905 AegisName: "L_BucketHat" Name: "L BucketHat" Type: "IT_ARMOR" Buy: 1600 Sell: 800 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 10905 }, { Id: 11173 AegisName: "L_TamOShanter" Name: "L TamOShanter" Type: "IT_ARMOR" Buy: 5000 Sell: 500 Weight: 20 Matk: -2 Def: 9 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11173 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 11174 AegisName: "L_CashiersShade" Name: "L CashiersShade" Type: "IT_ARMOR" Buy: 4000 Sell: 500 Weight: 15 Matk: -10 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11174 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 11175 AegisName: "L_AutumnMask" Name: "L AutumnMask" Type: "IT_ARMOR" Buy: 5000 Sell: 500 Weight: 10 Matk: 4 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11175 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 11190 AegisName: "L_NutcrackerHat" Name: "L NutcrackerHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: 2 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11190 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 11196 AegisName: "L_Beret" Name: "L Beret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11196 Script: <" bonus bAgi, 2; "> }, { Id: 11203 AegisName: "L_RangerHat" Name: "L RangerHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -1 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11203 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 11204 AegisName: "L_AntlerHat" Name: "L AntlerHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 15 Matk: 2 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11204 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 11205 AegisName: "L_ChristmasTreeHat" Name: "L ChristmasTreeHat" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11205 }, { Id: 11206 AegisName: "L_SantaBeardHat" Name: "L SantaBeardHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: 2 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11206 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 11214 AegisName: "L_BunnyEars" Name: "L BunnyEars" Type: "IT_ARMOR" Buy: 5000 Sell: 2000 Weight: 20 Matk: 1 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11214 Script: <" bonus bMatkRate, 1; // @EVOL2 "> }, { Id: 11216 AegisName: "L_MoubooHead" Name: "L MoubooHead" Type: "IT_ARMOR" Buy: 10 Sell: 1 Weight: 80 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11216 }, { Id: 11217 AegisName: "L_CatEars" Name: "L CatEars" Type: "IT_ARMOR" Buy: 100 Sell: 50 Weight: 20 Matk: 1 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11217 Script: <" bonus bMatkRate, 1; // @EVOL2 bonus bAgi, 3; "> }, { Id: 11218 AegisName: "L_PaperBag" Name: "L PaperBag" Type: "IT_ARMOR" Buy: 1000 Sell: 5 Weight: 10 Matk: -1 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11218 Script: <" bonus bMatkRate, -1; // @EVOL2 bonus bAgi, -1; "> }, { Id: 11219 AegisName: "L_MoubootaurHead" Name: "L MoubootaurHead" Type: "IT_ARMOR" Buy: 10 Sell: 1 Weight: 80 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11219 Nouse: { override: 1 } }, { Id: 11220 AegisName: "L_BunchOfParsley" Name: "L BunchOfParsley" Type: "IT_ARMOR" Buy: 3 Sell: 1 Weight: 1 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11220 Script: <" bonus bDeaf, 1; // FIXME SC_SILENCE or Manner = 0 or whatever "> }, { Id: 11221 AegisName: "L_SkullMask" Name: "L SkullMask" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 150 Matk: 5 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11221 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 11242 AegisName: "L_SnowGoggles" Name: "L SnowGoggles" Type: "IT_ARMOR" Buy: 7500 Sell: 3750 Weight: 10 Matk: -2 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11242 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 11247 AegisName: "L_HeartGlasses" Name: "L HeartGlasses" Type: "IT_ARMOR" Buy: 7500 Sell: 3750 Weight: 20 Matk: 5 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11247 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 11255 AegisName: "L_RabbitEars" Name: "L RabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 20 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 11255 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 11256 AegisName: "L_EggshellHat" Name: "L EggshellHat" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 11256 Script: <" bonus bAgi, -1; "> }, { Id: 11275 AegisName: "L_ReadingGlasses" Name: "L ReadingGlasses" Type: "IT_ARMOR" Buy: 7500 Sell: 3750 Weight: 12 Def: 0 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11275 Script: <" bonus bInt, 3; "> }, { Id: 11276 AegisName: "L_OperaMask" Name: "L OperaMask" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11276 }, { Id: 11277 AegisName: "L_JesterMask" Name: "L JesterMask" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11277 }, { Id: 11278 AegisName: "L_WitchHat" Name: "L WitchHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11278 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 11279 AegisName: "L_GoblinMask" Name: "L GoblinMask" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 11279 }, { Id: 12130 AegisName: "L_RedDesertHat" Name: "L RedDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12130 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12131 AegisName: "L_GreenDesertHat" Name: "L GreenDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12131 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12132 AegisName: "L_DarkBlueDesertHat" Name: "L DarkBlueDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12132 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12133 AegisName: "L_YellowDesertHat" Name: "L YellowDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12133 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12134 AegisName: "L_LightBlueDesertHat" Name: "L LightBlueDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12134 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12135 AegisName: "L_PinkDesertHat" Name: "L PinkDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12135 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12136 AegisName: "L_BlackDesertHat" Name: "L BlackDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12136 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12137 AegisName: "L_OrangeDesertHat" Name: "L OrangeDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12137 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12138 AegisName: "L_PurpleDesertHat" Name: "L PurpleDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12138 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12139 AegisName: "L_DarkGreenDesertHat" Name: "L DarkGreenDesertHat" Type: "IT_ARMOR" Buy: 2400 Sell: 600 Weight: 20 Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12139 Script: <" bonus bMatkRate, -1; // @EVOL2 "> }, { Id: 12140 AegisName: "L_RedCottonHeadband" Name: "L RedCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12140 }, { Id: 12141 AegisName: "L_GreenCottonHeadband" Name: "L GreenCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12141 }, { Id: 12142 AegisName: "L_DarkBlueCottonHeadband" Name: "L DarkBlueCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12142 }, { Id: 12143 AegisName: "L_YellowCottonHeadband" Name: "L YellowCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12143 }, { Id: 12144 AegisName: "L_LightBlueCottonHeadband" Name: "L LightBlueCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12144 }, { Id: 12145 AegisName: "L_PinkCottonHeadband" Name: "L PinkCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12145 }, { Id: 12146 AegisName: "L_BlackCottonHeadband" Name: "L BlackCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12146 }, { Id: 12147 AegisName: "L_OrangeCottonHeadband" Name: "L OrangeCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12147 }, { Id: 12148 AegisName: "L_PurpleCottonHeadband" Name: "L PurpleCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12148 }, { Id: 12149 AegisName: "L_DarkGreenCottonHeadband" Name: "L DarkGreenCottonHeadband" Type: "IT_ARMOR" Buy: 3000 Sell: 500 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12149 }, { Id: 12190 AegisName: "L_RedRabbitEars" Name: "L RedRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12190 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12191 AegisName: "L_GreenRabbitEars" Name: "L GreenRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12191 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12192 AegisName: "L_DarkBlueRabbitEars" Name: "L DarkBlueRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12192 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12193 AegisName: "L_YellowRabbitEars" Name: "L YellowRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12193 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12194 AegisName: "L_LightBlueRabbitEars" Name: "L LightBlueRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12194 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12195 AegisName: "L_PinkRabbitEars" Name: "L PinkRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12195 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12196 AegisName: "L_BlackRabbitEars" Name: "L BlackRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12196 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12197 AegisName: "L_OrangeRabbitEars" Name: "L OrangeRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12197 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12198 AegisName: "L_PurpleRabbitEars" Name: "L PurpleRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12198 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12199 AegisName: "L_DarkGreenRabbitEars" Name: "L DarkGreenRabbitEars" Type: "IT_ARMOR" Buy: 7000 Sell: 3500 Weight: 15 Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12199 Script: <" bonus bMatkRate, 4; // @EVOL2 "> }, { Id: 12200 AegisName: "L_RedWizardHat" Name: "L RedWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12200 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12201 AegisName: "L_GreenWizardHat" Name: "L GreenWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12201 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12202 AegisName: "L_DarkBlueWizardHat" Name: "L DarkBlueWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12202 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12203 AegisName: "L_YellowWizardHat" Name: "L YellowWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12203 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12204 AegisName: "L_LightBlueWizardHat" Name: "L LightBlueWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12204 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12205 AegisName: "L_PinkWizardHat" Name: "L PinkWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12205 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12206 AegisName: "L_BlackWizardHat" Name: "L BlackWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12206 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12207 AegisName: "L_OrangeWizardHat" Name: "L OrangeWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12207 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12208 AegisName: "L_PurpleWizardHat" Name: "L PurpleWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12208 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12209 AegisName: "L_DarkGreenWizardHat" Name: "L DarkGreenWizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12209 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 12210 AegisName: "L_RedBowlerHat" Name: "L RedBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12210 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12211 AegisName: "L_GreenBowlerHat" Name: "L GreenBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12211 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12212 AegisName: "L_DarkBlueBowlerHat" Name: "L DarkBlueBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12212 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12213 AegisName: "L_YellowBowlerHat" Name: "L YellowBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12213 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12214 AegisName: "L_LightBlueBowlerHat" Name: "L LightBlueBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12214 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12215 AegisName: "L_PinkBowlerHat" Name: "L PinkBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12215 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12216 AegisName: "L_BlackBowlerHat" Name: "L BlackBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12216 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12217 AegisName: "L_OrangeBowlerHat" Name: "L OrangeBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12217 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12218 AegisName: "L_PurpleBowlerHat" Name: "L PurpleBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12218 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12219 AegisName: "L_DarkGreenBowlerHat" Name: "L DarkGreenBowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12219 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12230 AegisName: "L_RedBowlerHatBrown" Name: "L RedBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12230 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12231 AegisName: "L_GreenBowlerHatBrown" Name: "L GreenBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12231 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12232 AegisName: "L_DarkBlueBowlerHatBrown" Name: "L DarkBlueBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12232 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12233 AegisName: "L_YellowBowlerHatBrown" Name: "L YellowBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12233 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12234 AegisName: "L_LightBlueBowlerHatBrown" Name: "L LightBlueBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12234 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12235 AegisName: "L_PinkBowlerHatBrown" Name: "L PinkBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12235 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12236 AegisName: "L_BlackBowlerHatBrown" Name: "L BlackBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12236 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12237 AegisName: "L_OrangeBowlerHatBrown" Name: "L OrangeBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12237 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12238 AegisName: "L_PurpleBowlerHatBrown" Name: "L PurpleBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12238 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12239 AegisName: "L_DarkGreenBowlerHatBrown" Name: "L DarkGreenBowlerHatBrown" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12239 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 12260 AegisName: "L_RedBeret" Name: "L RedBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12260 Script: <" bonus bAgi, 2; "> }, { Id: 12261 AegisName: "L_GreenBeret" Name: "L GreenBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12261 Script: <" bonus bAgi, 2; "> }, { Id: 12262 AegisName: "L_DarkBlueBeret" Name: "L DarkBlueBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12262 Script: <" bonus bAgi, 2; "> }, { Id: 12263 AegisName: "L_YellowBeret" Name: "L YellowBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12263 Script: <" bonus bAgi, 2; "> }, { Id: 12264 AegisName: "L_LightBlueBeret" Name: "L LightBlueBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12264 Script: <" bonus bAgi, 2; "> }, { Id: 12265 AegisName: "L_PinkBeret" Name: "L PinkBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12265 Script: <" bonus bAgi, 2; "> }, { Id: 12266 AegisName: "L_BlackBeret" Name: "L BlackBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12266 Script: <" bonus bAgi, 2; "> }, { Id: 12267 AegisName: "L_OrangeBeret" Name: "L OrangeBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12267 Script: <" bonus bAgi, 2; "> }, { Id: 12268 AegisName: "L_PurpleBeret" Name: "L PurpleBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12268 Script: <" bonus bAgi, 2; "> }, { Id: 12269 AegisName: "L_DarkGreenBeret" Name: "L DarkGreenBeret" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12269 Script: <" bonus bAgi, 2; "> }, { Id: 12270 AegisName: "L_BlinkingEvil" Name: "L BlinkingEvil" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 50 Matk: 10 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12270 Script: <" bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, { Id: 12271 AegisName: "L_BlinkingEvilRed" Name: "L BlinkingEvilRed" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 50 Matk: 10 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12271 Script: <" bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, { Id: 12272 AegisName: "L_BlinkingEvilBlue" Name: "L BlinkingEvilBlue" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 50 Matk: 10 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12272 Script: <" bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, { Id: 12273 AegisName: "L_BlinkingEvilPink" Name: "L BlinkingEvilPink" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 50 Matk: 10 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12273 Script: <" bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, { Id: 12274 AegisName: "L_BlinkingEvilYellow" Name: "L BlinkingEvilYellow" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 50 Matk: 10 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 12274 Script: <" bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, { Id: 14020 AegisName: "L_CandleHelmet" Name: "L CandleHelmet" Type: "IT_ARMOR" Buy: 20000 Sell: 2000 Weight: 450 Matk: -25 Def: 17 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 14020 Script: <" bonus bMatkRate, -25; // @EVOL2 bonus bInt, 1; bonus bAgi, -1; "> }, { Id: 14027 AegisName: "L_YetiMask" Name: "L YetiMask" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 10 Matk: -10 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 14027 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 14028 AegisName: "L_WizardHat" Name: "L WizardHat" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 14028 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 14030 AegisName: "L_BowlerHat" Name: "L BowlerHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 14030 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 14031 AegisName: "L_Monocle" Name: "L Monocle" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 14031 Script: <" bonus bDex, 1; bonus bLuk, 1; bonus bCritical, 10; "> }, { Id: 14032 AegisName: "L_PanHat" Name: "L PanHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 400 Matk: -20 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 14032 Script: <" bonus bMatkRate, -20; // @EVOL2 "> }, { Id: 14033 AegisName: "L_ChefHat" Name: "L ChefHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 30 Matk: 2 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 14033 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 14042 AegisName: "L_RedNose" Name: "L RedNose" Type: "IT_ARMOR" Buy: 4000 Sell: 1000 Weight: 4 Matk: 7 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 14042 Script: <" bonus bMatkRate, 7; // @EVOL2 "> }, { Id: 15128 AegisName: "L_DarkHelm" Name: "L DarkHelm" Type: "IT_ARMOR" Buy: 50000 Sell: 10000 Weight: 800 Def: 20 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15128 Script: <" bonus bMaxHPrate, 10; bonus bHPrecovRate, 10; bonus bInt, -readparam(bInt); "> }, { Id: 15129 AegisName: "L_UnderworldMask" Name: "L UnderworldMask" Type: "IT_ARMOR" Buy: 50000 Sell: 10000 Weight: 100 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15129 Script: <" callfunc "UnderworldTroll", EQI_HEAD_TOP; bonus bAtkRange, 2; bonus bInt, -readparam(bInt); bonus bAgi, 3; bonus bDex, 2; "> }, { Id: 15130 AegisName: "L_Phylactery" Name: "L Phylactery" Type: "IT_ARMOR" Buy: 50000 Sell: 10000 Weight: 20 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15130 Script: <" bonus bAspdRate, 30; bonus bDex, -(readparam(bDex)/2); "> }, { Id: 15200 AegisName: "L_PointyWitchHat" Name: "L PointyWitchHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15200 Script: <" bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, { Id: 15201 AegisName: "L_Pipe" Name: "L Pipe" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 18 Refine: false ViewSprite: 15201 Script: <" bonus bDex, 1; bonus bLuk, 1; bonus bCritical, 10; "> }, { Id: 15202 AegisName: "L_PilotHat" Name: "L PilotHat" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 30 Matk: 2 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15202 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 15203 AegisName: "L_MoonshroomHat" Name: "L MoonshroomHat" Type: "IT_ARMOR" Buy: 3000 Sell: 1500 Weight: 30 Matk: 5 Def: 16 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15203 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 15204 AegisName: "L_CarbonGasMask" Name: "L CarbonGasMask" Type: "IT_ARMOR" Buy: 2500 Sell: 1250 Weight: 50 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15204 }, { Id: 15205 AegisName: "L_EskimoHat" Name: "L EskimoHat" Type: "IT_ARMOR" Buy: 7500 Sell: 3750 Weight: 10 Matk: -2 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15205 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 15209 AegisName: "L_TerraniteHead" Name: "L TerraniteHead" Type: "IT_ARMOR" Buy: 30000 Sell: 3000 Weight: 500 Matk: -30 Def: 17 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15209 Script: <" bonus bMatkRate, -30; // @EVOL2 bonus bMdef, 5; bonus bAgi, 3; bonus bDex, 1; "> }, { Id: 15226 AegisName: "L_GroovyHat" Name: "L GroovyHat" Type: "IT_ARMOR" Buy: 3000 Sell: 1500 Weight: 20 Matk: 2 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15226 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 15227 AegisName: "L_JazzyHat" Name: "L JazzyHat" Type: "IT_ARMOR" Buy: 3000 Sell: 1500 Weight: 20 Matk: 2 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15227 Script: <" bonus bMatkRate, 2; // @EVOL2 "> }, { Id: 15228 AegisName: "L_ChicSantaHat" Name: "L ChicSantaHat" Type: "IT_ARMOR" Buy: 400 Sell: 200 Weight: 20 Matk: -2 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15228 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 15229 AegisName: "L_ScentedCandleHelmet" Name: "L ScentedCandleHelmet" Type: "IT_ARMOR" Buy: 20000 Sell: 1 Weight: 450 Def: 11 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15229 Script: <" bonus bInt, 2; addtimer 1, "ScentedCandle::OnEquip"; "> //Disabled: true // @TMWA }, { Id: 15230 AegisName: "L_AnniversaryHat" Name: "L AnniversaryHat" Type: "IT_ARMOR" Buy: 100000 Sell: 1 Weight: 100 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15230 Script: <" bonus bInt, 2; "> }, { Id: 15231 AegisName: "L_RedPresentHat" Name: "L RedPresentHat" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 60 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15231 }, { Id: 15232 AegisName: "L_GreenPresentHat" Name: "L GreenPresentHat" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 60 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15232 }, { Id: 15233 AegisName: "L_BluePresentHat" Name: "L BluePresentHat" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 60 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15233 }, { Id: 15234 AegisName: "L_YellowPresentHat" Name: "L YellowPresentHat" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 60 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15234 }, { Id: 15238 AegisName: "L_AFKCap" Name: "L AFKCap" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 60 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15238 }, { Id: 15239 AegisName: "L_Aureole" Name: "L Aureole" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 60 Def: 0 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15239 Script: <" bonus bFlee, 50; "> }, { Id: 15240 AegisName: "L_SmileyCap" Name: "L SmileyCap" Type: "IT_ARMOR" Buy: 1000 Sell: 1 Weight: 60 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15240 }, { Id: 15241 AegisName: "L_RedShades" Name: "L RedShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15241 }, { Id: 15242 AegisName: "L_GreenShades" Name: "L GreenShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15242 }, { Id: 15243 AegisName: "L_DarkBlueShades" Name: "L DarkBlueShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15243 }, { Id: 15244 AegisName: "L_YellowShades" Name: "L YellowShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15244 }, { Id: 15245 AegisName: "L_LightBlueShades" Name: "L LightBlueShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15245 }, { Id: 15246 AegisName: "L_PinkShades" Name: "L PinkShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15246 }, { Id: 15247 AegisName: "L_BlackShades" Name: "L BlackShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15247 }, { Id: 15248 AegisName: "L_OrangeShades" Name: "L OrangeShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15248 }, { Id: 15249 AegisName: "L_PurpleShades" Name: "L PurpleShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15249 }, { Id: 15250 AegisName: "L_DarkGreenShades" Name: "L DarkGreenShades" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15250 }, { Id: 15255 AegisName: "L_PVPCap" Name: "L PVPCap" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 60 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15255 }, { Id: 15257 AegisName: "L_GoldenPVPCap" Name: "L GoldenPVPCap" Type: "IT_ARMOR" Buy: 500 Sell: 100 Weight: 60 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15257 }, { Id: 15258 AegisName: "L_BlinkingHocus" Name: "L BlinkingHocus" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 400 Def: 0 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15258 }, { Id: 15259 AegisName: "L_BlinkingEvilHalloween" Name: "L BlinkingEvilHalloween" Type: "IT_ARMOR" Buy: 10000 Sell: 5000 Weight: 50 Matk: 10 Def: 14 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15259 Script: <" bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, { Id: 15262 AegisName: "L_MovieCap" Name: "L MovieCap" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15262 }, { Id: 15264 AegisName: "L_BlueWolfHelmet" Name: "L BlueWolfHelmet" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15264 }, { Id: 15266 AegisName: "L_CloverHat" Name: "L CloverHat" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 50 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15266 Script: <" bonus bLuk, 1; "> }, { Id: 15267 AegisName: "L_AssassinMask" Name: "L Assassin Mask" Type: "IT_ARMOR" Buy: 30000 Sell: 3000 Weight: 10 Matk: -5 Def: 0 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15273 Script: <" callfunc "BrawlingItem", EQI_HEAD_TOP; bonus bMdef, 5; bonus bAgi, 9; bonus bDex, 1; bonus bMaxHP, 70; bonus bCritical, 15; bonus bAspdRate, 15; bonus bDoubleAddRate, 15; bonus bMatkRate, -5; // @EVOL2 "> }, { Id: 15280 AegisName: "L_LeprechaunHat" Name: "L Leprechaun Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 800 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15280 }, { Id: 15281 AegisName: "L_PartyHatR" Name: "L Party Hat Red" Type: "IT_ARMOR" Buy: 1600 Sell: 800 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15281 }, { Id: 15282 AegisName: "L_PartyHatG" Name: "L Party Hat Green" Type: "IT_ARMOR" Buy: 1600 Sell: 800 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15282 }, { Id: 15283 AegisName: "L_PartyHatB" Name: "L Party Hat Blue" Type: "IT_ARMOR" Buy: 1600 Sell: 800 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15283 }, { Id: 15287 AegisName: "L_HMCPirateHat" Name: "L Corsair Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 800 Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 15287 Script: <" bonus bMdef, 15; bonus bMaxHP, 50; bonus bCriticalDef, 5; "> }, /* Usable items */ { Id: 10501 AegisName: "L_CactusDrink" Name: "L CactusDrink" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 4 Def: 0 Slots: 0 Refine: false ViewSprite: 10501 Script: <" callfunc "itheal", 15, 0; "> }, { Id: 10502 AegisName: "L_CactusPotion" Name: "L CactusPotion" Type: "IT_USABLE" Buy: 70 Sell: 35 Weight: 7 Def: 0 Slots: 0 Refine: false ViewSprite: 10502 Script: <" callfunc "itheal", 25, 0; "> }, { Id: 10506 AegisName: "L_CandyCane" Name: "L CandyCane" Type: "IT_USABLE" Buy: 20 Sell: 10 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10506 Script: <" callfunc "itheal", 5, 0; "> }, { Id: 10508 AegisName: "L_XmasCake" Name: "L XmasCake" Type: "IT_USABLE" Buy: 70 Sell: 10 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10508 Script: <" callfunc "itheal", 10, 0; "> }, { Id: 10509 AegisName: "L_ChocolateBar" Name: "L ChocolateBar" Type: "IT_USABLE" Buy: 60 Sell: 20 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10509 Script: <" callfunc "itheal", 20, 0; "> }, { Id: 10510 AegisName: "L_Candy" Name: "L Candy" Type: "IT_USABLE" Buy: 20 Sell: 10 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10510 Script: <" callfunc "itheal", 5, 0; "> }, { Id: 10512 AegisName: "L_GingerBreadMan" Name: "L GingerBreadMan" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10512 Script: <" callfunc "itheal", 25, 0; "> }, { Id: 10513 AegisName: "L_Cake" Name: "L Cake" Type: "IT_USABLE" Buy: 30 Sell: 15 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10513 Script: <" callfunc "itheal", 15, 0; "> }, { Id: 10514 AegisName: "L_XmasCandyCane" Name: "L XmasCandyCane" Type: "IT_USABLE" Buy: 30 Sell: 15 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10514 Script: <" callfunc "itheal", 10, 0; "> }, { Id: 10519 AegisName: "L_CherryCake" Name: "L CherryCake" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10519 Script: <" callfunc "itheal", 35, 0; "> }, { Id: 10520 AegisName: "L_EasterEgg" Name: "L EasterEgg" Type: "IT_USABLE" Buy: 200 Sell: 100 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10520 Script: <" callfunc "itheal", 100, 0; "> }, { Id: 10527 AegisName: "L_Milk" Name: "L Milk" Type: "IT_USABLE" Buy: 300 Sell: 150 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10527 Script: <" callfunc "itheal", 150, 0; "> }, { Id: 10533 AegisName: "L_RoastedMaggot" Name: "L RoastedMaggot" Type: "IT_USABLE" Buy: 110 Sell: 55 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10533 Script: <" callfunc "itheal", 150, 0; "> }, { Id: 10534 AegisName: "L_OrangeCupcake" Name: "L OrangeCupcake" Type: "IT_USABLE" Buy: 90 Sell: 45 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10534 Script: <" callfunc "itheal", 100, 0; "> }, { Id: 10535 AegisName: "L_RedApple" Name: "L RedApple" Type: "IT_USABLE" Buy: 25 Sell: 6 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10535 Script: <" callfunc "itheal", 50, 0; "> }, { Id: 10539 AegisName: "L_Beer" Name: "L Beer" Type: "IT_USABLE" Buy: 175 Sell: 87 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10539 Script: <" callfunc "itheal", 200, 5; "> }, { Id: 10541 AegisName: "L_BottleOfWater" Name: "L BottleOfWater" Type: "IT_USABLE" Buy: 200 Sell: 100 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10541 Script: <" callfunc "itheal", 250, 0; getitem 540, 1; "> }, { Id: 10562 AegisName: "L_ChickenLeg" Name: "L ChickenLeg" Type: "IT_USABLE" Buy: 250 Sell: 125 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10562 Script: <" callfunc "itheal", 500, 0; "> }, { Id: 10565 AegisName: "L_PinkPetal" Name: "L PinkPetal" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10565 Script: <" callfunc "itheal", 50, 0; "> }, { Id: 10566 AegisName: "L_SmallMushroom" Name: "L SmallMushroom" Type: "IT_USABLE" Buy: 125 Sell: 50 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10566 Script: <" callfunc "itheal", 50, 0; "> }, { Id: 10567 AegisName: "L_IronPotion" Name: "L IronPotion" Type: "IT_USABLE" Buy: 500 Sell: 250 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10567 Script: <" callfunc("SC_Bonus", 60, SC_PLUSATTACKPOWER, 60); "> }, { Id: 10568 AegisName: "L_ConcentrationPotion" Name: "L ConcentrationPotion" Type: "IT_USABLE" Buy: 500 Sell: 250 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10568 Script: <" callfunc("SC_Bonus", 60, SC_ATTHASTE_POTION1, 30); "> }, { Id: 10657 AegisName: "L_Orange" Name: "L Orange" Type: "IT_USABLE" Buy: 40 Sell: 10 Weight: 7 Def: 0 Slots: 0 Refine: false ViewSprite: 10657 Script: <" callfunc "itheal", 60, 0; "> }, { Id: 10676 AegisName: "L_Steak" Name: "L Steak" Type: "IT_USABLE" Buy: 275 Sell: 100 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10676 Script: <" callfunc "itheal", 250, 0; "> }, { Id: 10684 AegisName: "L_TinyHealingPotion" Name: "L TinyHealingPotion" Type: "IT_USABLE" Buy: 25 Sell: 12 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10684 Script: <" callfunc "itheal", 100, 0; "> }, { Id: 10685 AegisName: "L_SmallHealingPotion" Name: "L SmallHealingPotion" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10685 Script: <" callfunc "itheal", 200, 0; "> }, { Id: 10686 AegisName: "L_MediumHealingPotion" Name: "L MediumHealingPotion" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 15 Def: 0 Slots: 0 Refine: false ViewSprite: 10686 Script: <" callfunc "itheal", 400, 0; "> }, { Id: 10687 AegisName: "L_LargeHealingPotion" Name: "L LargeHealingPotion" Type: "IT_USABLE" Buy: 200 Sell: 100 Weight: 25 Def: 0 Slots: 0 Refine: false ViewSprite: 10687 Script: <" callfunc "itheal", 800, 0; "> }, { Id: 10705 AegisName: "L_ManaPotion" Name: "L ManaPotion" Type: "IT_USABLE" Buy: 2000 Sell: 300 Weight: 50 Def: 0 Slots: 0 Refine: false ViewSprite: 10705 Script: <" callfunc "itheal", 0, 10; callfunc "MagicGainBasic"; "> }, { Id: 10714 AegisName: "L_SnakeEgg" Name: "L SnakeEgg" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 4 Def: 0 Slots: 0 Refine: false ViewSprite: 10714 Script: <" callfunc "itheal", 30, 0; "> }, { Id: 10715 AegisName: "L_MountainSnakeEgg" Name: "L MountainSnakeEgg" Type: "IT_USABLE" Buy: 80 Sell: 40 Weight: 4 Def: 0 Slots: 0 Refine: false ViewSprite: 10715 Script: <" callfunc "itheal", 40, 0; "> }, { Id: 10716 AegisName: "L_GrassSnakeEgg" Name: "L GrassSnakeEgg" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 4 Def: 0 Slots: 0 Refine: false ViewSprite: 10716 Script: <" callfunc "itheal", 50, 0; "> }, { Id: 10717 AegisName: "L_CaveSnakeEgg" Name: "L CaveSnakeEgg" Type: "IT_USABLE" Buy: 60 Sell: 30 Weight: 4 Def: 0 Slots: 0 Refine: false ViewSprite: 10717 Script: <" callfunc "itheal", 20, 0; "> }, { Id: 10719 AegisName: "L_GreenApple" Name: "L GreenApple" Type: "IT_USABLE" Buy: 20 Sell: 5 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10719 Script: <" callfunc "itheal", 45, 0; "> }, { Id: 10733 AegisName: "L_PurificationPotion" Name: "L PurificationPotion" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 15 Def: 0 Slots: 0 Refine: false ViewSprite: 10733 Script: <" callfunc "usePurificationPotion"; "> }, { Id: 10736 AegisName: "L_WhiteCake" Name: "L WhiteCake" Type: "IT_USABLE" Buy: 500 Sell: 100 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10736 Script: <" callfunc "itheal", 10, 0; "> }, { Id: 10737 AegisName: "L_ChocolateCake" Name: "L ChocolateCake" Type: "IT_USABLE" Buy: 550 Sell: 125 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10737 Script: <" callfunc "itheal", 11, 0; "> }, { Id: 10738 AegisName: "L_OrangeCake" Name: "L OrangeCake" Type: "IT_USABLE" Buy: 600 Sell: 150 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10738 Script: <" callfunc "itheal", 12, 0; "> }, { Id: 10739 AegisName: "L_AppleCake" Name: "L AppleCake" Type: "IT_USABLE" Buy: 600 Sell: 150 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10739 Script: <" callfunc "itheal", 12, 0; "> }, { Id: 10743 AegisName: "L_Acorn" Name: "L Acorn" Type: "IT_USABLE" Buy: 50 Sell: 10 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10743 Script: <" callfunc "itheal", 3, 0; "> }, { Id: 10744 AegisName: "L_DilutedConcentrationPot" Name: "L DilutedConcentrationPot" Type: "IT_USABLE" Buy: 250 Sell: 100 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10744 Script: <" callfunc("SC_Bonus", 30, SC_ATTHASTE_POTION1, 20); "> }, { Id: 10745 AegisName: "L_DarkConcentrationPotion" Name: "L DarkConcentrationPotion" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10745 Script: <" callfunc("SC_Bonus", 10, SC_ATTHASTE_POTION1, 40); callfunc("SC_Bonus", 50, SC_BLOODING, 1); "> }, { Id: 10747 AegisName: "L_LacedChocolateCake" Name: "L LacedChocolateCake" Type: "IT_USABLE" Buy: 550 Sell: 125 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10747 Script: <" callfunc "itheal", 11, 0; "> }, { Id: 10748 AegisName: "L_LacedOrangeCupcake" Name: "L LacedOrangeCupcake" Type: "IT_USABLE" Buy: 90 Sell: 45 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10748 Script: <" callfunc "itheal", 100, 0; "> }, { Id: 10750 AegisName: "L_SlowPoisonPotion" Name: "L SlowPoisonPotion" Type: "IT_USABLE" Buy: 500 Sell: 200 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10750 Script: <" callfunc "itheal", 5, 0; callfunc("SC_Bonus", 180, SC_SLOWPOISON, 100); "> }, { Id: 10784 AegisName: "L_ZombieNachos" Name: "L ZombieNachos" Type: "IT_USABLE" Buy: 100 Sell: 30 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10784 Script: <" callfunc "itheal", 60, 0; "> }, { Id: 10785 AegisName: "L_LadyFingers" Name: "L LadyFingers" Type: "IT_USABLE" Buy: 70 Sell: 25 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10785 Script: <" callfunc "itheal", 40, 0; "> }, { Id: 10786 AegisName: "L_JellAhh" Name: "L JellAhh" Type: "IT_USABLE" Buy: 80 Sell: 30 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10786 Script: <" callfunc "itheal", 50, 0; "> }, { Id: 10787 AegisName: "L_Snapple" Name: "L Snapple" Type: "IT_USABLE" Buy: 110 Sell: 55 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10787 Script: <" callfunc "itheal", 70, 0; "> }, { Id: 10788 AegisName: "L_BeetleJuice" Name: "L BeetleJuice" Type: "IT_USABLE" Buy: 80 Sell: 30 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10788 Script: <" callfunc "itheal", 50, 0; "> }, { Id: 10789 AegisName: "L_GutBuster" Name: "L GutBuster" Type: "IT_USABLE" Buy: 100 Sell: 30 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10789 Script: <" callfunc "itheal", 60, 0; "> }, { Id: 10790 AegisName: "L_BloodWine" Name: "L BloodWine" Type: "IT_USABLE" Buy: 150 Sell: 50 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10790 Script: <" callfunc "itheal", 100, 0; "> }, { Id: 10808 AegisName: "L_HitchhikersTowel" Name: "L HitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10808 Script: <" set @warpTowelName$, "HitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10809 AegisName: "L_WhiteHitchhikersTowel" Name: "L WhiteHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10809 Script: <" set @warpTowelName$, "WhiteHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10810 AegisName: "L_RedHitchhikersTowel" Name: "L RedHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10810 Script: <" set @warpTowelName$, "RedHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10811 AegisName: "L_GreenHitchhikersTowel" Name: "L GreenHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10811 Script: <" set @warpTowelName$, "GreenHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10812 AegisName: "L_BlueHitchhikersTowel" Name: "L BlueHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10812 Script: <" set @warpTowelName$, "BlueHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10813 AegisName: "L_YellowHitchhikersTowel" Name: "L YellowHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10813 Script: <" set @warpTowelName$, "YellowHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10814 AegisName: "L_PurpleHitchhikersTowel" Name: "L PurpleHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10814 Script: <" set @warpTowelName$, "PurpleHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10815 AegisName: "L_OrangeHitchhikersTowel" Name: "L OrangeHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10815 Script: <" set @warpTowelName$, "OrangeHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10816 AegisName: "L_PinkHitchhikersTowel" Name: "L PinkHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10816 Script: <" set @warpTowelName$, "PinkHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10817 AegisName: "L_TealHitchhikersTowel" Name: "L TealHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10817 Script: <" set @warpTowelName$, "TealHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10818 AegisName: "L_LimeHitchhikersTowel" Name: "L LimeHitchhikersTowel" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 10818 Script: <" set @warpTowelName$, "LimeHitchhikersTowel"; callfunc "WarpTowel"; "> }, { Id: 10825 AegisName: "L_TinyManaElixir" Name: "L TinyManaElixir" Type: "IT_USABLE" Buy: 100 Sell: 10 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 10825 Script: <" callfunc "itheal", 0, 25; "> }, { Id: 10826 AegisName: "L_SmallManaElixir" Name: "L SmallManaElixir" Type: "IT_USABLE" Buy: 200 Sell: 20 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 10826 Script: <" callfunc "itheal", 0, 50; "> }, { Id: 10827 AegisName: "L_MediumManaElixir" Name: "L MediumManaElixir" Type: "IT_USABLE" Buy: 400 Sell: 40 Weight: 15 Def: 0 Slots: 0 Refine: false ViewSprite: 10827 Script: <" callfunc "itheal", 0, 100; "> }, { Id: 10828 AegisName: "L_LargeManaElixir" Name: "L LargeManaElixir" Type: "IT_USABLE" Buy: 800 Sell: 80 Weight: 25 Def: 0 Slots: 0 Refine: false ViewSprite: 10828 Script: <" callfunc "itheal", 0, 250; "> }, { Id: 10838 AegisName: "L_CranberryLollipop" Name: "L CranberryLollipop" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10838 Script: <" callfunc "itheal", 750, 0; "> }, { Id: 10839 AegisName: "L_GrapeLollipop" Name: "L GrapeLollipop" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10839 Script: <" callfunc "itheal", 750, 0; "> }, { Id: 10840 AegisName: "L_OrangeLollipop" Name: "L OrangeLollipop" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 10840 Script: <" callfunc "itheal", 750, 0; "> }, { Id: 11189 AegisName: "L_PollettEgg" Name: "L PollettEgg" Type: "IT_USABLE" Buy: 250 Sell: 25 Weight: 4 Def: 0 Slots: 0 Refine: false ViewSprite: 11189 Script: <" callfunc "itheal", 75, 10; "> }, { Id: 11229 AegisName: "L_CaramelApple" Name: "L CaramelApple" Type: "IT_USABLE" Buy: 500 Sell: 75 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 11229 Script: <" callfunc "itheal", 1000, 0; "> }, { Id: 11230 AegisName: "L_LollipopColor1" Name: "L LollipopColor1" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11230 Script: <" callfunc "itheal", 800, 0; "> }, { Id: 11231 AegisName: "L_LollipopColor2" Name: "L LollipopColor2" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11231 Script: <" callfunc "itheal", 800, 0; "> }, { Id: 11232 AegisName: "L_LollipopColor3" Name: "L LollipopColor3" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 11232 Script: <" callfunc "itheal", 800, 0; "> }, { Id: 11248 AegisName: "L_Blueberries" Name: "L Blueberries" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 6 Def: 0 Slots: 0 Refine: false ViewSprite: 11248 Script: <" callfunc "itheal", 200, 0; "> }, { Id: 11250 AegisName: "L_Pear" Name: "L Pear" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 7 Def: 0 Slots: 0 Refine: false ViewSprite: 11250 Script: <" callfunc "itheal", 150, 0; "> }, { Id: 11251 AegisName: "L_Plum" Name: "L Plum" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 11251 Script: <" callfunc "itheal", 100, 0; "> }, { Id: 11252 AegisName: "L_Cherry" Name: "L Cherry" Type: "IT_USABLE" Buy: 50 Sell: 25 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 11252 Script: <" callfunc "itheal", 50, 0; "> }, { Id: 11253 AegisName: "L_GoldenDeliciousApple" Name: "L GoldenDeliciousApple" Type: "IT_USABLE" Buy: 1000 Sell: 500 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 11253 Script: <" callfunc "itheal", 200, 0; // @EVOL2 //heal 200, 0, 0; // @TMWA "> }, { Id: 11258 AegisName: "L_Honey" Name: "L Honey" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 20 Def: 0 Slots: 0 Refine: false ViewSprite: 11258 Script: <" callfunc "itheal", 45, 0; "> }, { Id: 11280 AegisName: "L_Scissors" Name: "L Scissors" Type: "IT_USABLE" Buy: 1000 Sell: 500 Weight: 120 Def: 0 Slots: 0 Refine: false ViewSprite: 11280 Script: <" callfunc "useScissors"; "> }, { Id: 11281 AegisName: "L_ShockSweet" Name: "L ShockSweet" Type: "IT_USABLE" Buy: 1000 Sell: 500 Weight: 5 Def: 0 Slots: 0 Refine: false ViewSprite: 11281 Script: <" callfunc "useShockSweet"; "> }, { Id: 13001 AegisName: "L_RubberBat" Name: "L RubberBat" Type: "IT_USABLE" Buy: 200 Sell: 100 Weight: 30 Def: 0 Slots: 0 Refine: false ViewSprite: 13001 Script: <" callfunc "rubberBat"; "> }, { Id: 13006 AegisName: "L_TonoriDelight" Name: "L TonoriDelight" Type: "IT_USABLE" Buy: 5 Sell: 1 Weight: 2 Def: 0 Slots: 0 Refine: false ViewSprite: 13006 Script: <" callfunc "itheal", 10, 2; "> }, { Id: 13007 AegisName: "L_Marshmallow" Name: "L Marshmallow" Type: "IT_USABLE" Buy: 5 Sell: 1 Weight: 2 Def: 0 Slots: 0 Refine: false ViewSprite: 13007 Script: <" callfunc "itheal", 10, 0; "> }, { Id: 13009 AegisName: "L_JellySkull" Name: "L JellySkull" Type: "IT_USABLE" Buy: 5 Sell: 1 Weight: 2 Def: 0 Slots: 0 Refine: false ViewSprite: 13009 Script: <" callfunc "itheal", 10, 0; "> }, { Id: 13010 AegisName: "L_CandyPumpkin" Name: "L CandyPumpkin" Type: "IT_USABLE" Buy: 5 Sell: 1 Weight: 2 Def: 0 Slots: 0 Refine: false ViewSprite: 13010 Script: <" callfunc "itheal", 10, 0; "> }, { Id: 14035 AegisName: "L_PickledBeets" Name: "L PickledBeets" Type: "IT_USABLE" Buy: 1500 Sell: 50 Weight: 150 Def: 0 Slots: 0 Refine: false ViewSprite: 14035 Script: <" callfunc "usePickledBeets"; "> }, { Id: 14036 AegisName: "L_RoastedAcorn" Name: "L RoastedAcorn" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 14036 Script: <" callfunc "itheal", 15, 0; "> }, { Id: 15126 AegisName: "L_MTJarofOwnBlood" Name: "L MTJarofOwnBlood" Type: "IT_USABLE" Buy: 200 Sell: 100 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 15126 Script: <" callfunc "itheal", -250, 0; getitem 5127, 1; "> }, { Id: 15210 AegisName: "L_GrassFedTofu" Name: "L GrassFedTofu" Type: "IT_USABLE" Buy: 50 Sell: 1 Weight: 2 Def: 0 Slots: 0 Refine: false ViewSprite: 15210 Script: <" callfunc "itheal", -10, -2; "> }, { Id: 15213 AegisName: "L_VeganWater" Name: "L VeganWater" Type: "IT_USABLE" Buy: 200 Sell: 100 Weight: 10 Def: 0 Slots: 0 Refine: false ViewSprite: 15213 Script: <" callfunc "itheal", 250, 0; getitem 540, 1; "> }, { Id: 15214 AegisName: "L_LactoseFreeAcorn" Name: "L LactoseFreeAcorn" Type: "IT_USABLE" Buy: 100 Sell: 50 Weight: 1 Def: 0 Slots: 0 Refine: false ViewSprite: 15214 Script: <" callfunc "itheal", 15, 0; "> }, { Id: 15235 AegisName: "L_TMWBirthdayGift" Name: "L TMWBirthdayGift" Type: "IT_USABLE" Buy: 1000000 Sell: 50 Weight: 0 Def: 0 Slots: 0 Refine: false ViewSprite: 15235 Script: <" // 5231..5234 .@it=callfunc("any", // @EVOL2 RedPresentHat, GreenPresentHat, BluePresentHat, YellowPresentHat); // @EVOL2 getitem .@it, 1; // @EVOL2 //callfunc "TMWBirthdayGift"; // @TMWA "> }, { Id: 15236 AegisName: "L_GumiCandy" Name: "L GumiCandy" Type: "IT_USABLE" Buy: 10000 Sell: 250 Weight: 0 Def: 0 Slots: 0 Refine: false ViewSprite: 15236 Script: <" set Sex, Sex == 3 ? rand(0, 1) : (rand(0, 1) ? 3 : !Sex); // @EVOL2 //set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0,1), 3, !Sex)); // @TMWA "> }, { Id: 15237 AegisName: "L_CaramelCandy" Name: "L CaramelCandy" Type: "IT_USABLE" Buy: 700 Sell: 350 Weight: 0 Def: 0 Slots: 0 Refine: false ViewSprite: 15237 Script: <" callfunc "itheal", 350, 0; "> }, { Id: 15263 AegisName: "L_LovePotion" Name: "L LovePotion" Type: "IT_USABLE" Buy: 90000 Sell: 550 Weight: 0 Def: 0 Slots: 0 Refine: false ViewSprite: 15263 Script: <" callfunc "LovePotion"; "> }, { Id: 15141 AegisName: "L_AlizarinScroll" Name: "L Alizarin Scroll" Type: "IT_USABLE" Buy: 5000 Sell: 1000 Weight: 7 Script: <" callfunc "learnskill", SKILL_MODRIPHOO; // @EVOL2 @skillId = SKILL_MODRIPHOO; // @EVOL2 @skillLv = 1; // @EVOL2 callfunc "SK_GrowPlants", false; // @EVOL2 //callfunc "UnreleasedScroll"; // @TMWA "> }, { Id: 15142 AegisName: "L_CobaltScroll" Name: "L Cobalt Scroll" Type: "IT_USABLE" Buy: 5000 Sell: 1000 Weight: 7 Script: <" callfunc "learnskill", SKILL_MODRISUMP; // @EVOL2 @skillId = SKILL_MODRISUMP; // @EVOL2 @skillLv = 1; // @EVOL2 callfunc "SK_GrowPlants", false; // @EVOL2 //callfunc "UnreleasedScroll"; // @TMWA "> }, { Id: 15143 AegisName: "L_GambogeScroll" Name: "L Gamboge Scroll" Type: "IT_USABLE" Buy: 5000 Sell: 1000 Weight: 7 Script: <" callfunc "learnskill", SKILL_MODRIYIKAM; // @EVOL2 @skillId = SKILL_MODRIYIKAM; // @EVOL2 @skillLv = 1; // @EVOL2 callfunc "SK_GrowPlants", false; // @EVOL2 //callfunc "UnreleasedScroll"; // @TMWA "> }, { Id: 15144 AegisName: "L_MauveScroll" Name: "L Mauve Scroll" Type: "IT_USABLE" Buy: 5000 Sell: 1000 Weight: 7 Script: <" callfunc "learnskill", SKILL_MODRILAX; // @EVOL2 @skillId = SKILL_MODRILAX; // @EVOL2 @skillLv = 1; // @EVOL2 callfunc "SK_GrowPlants", false; // @EVOL2 //callfunc "UnreleasedScroll"; // @TMWA "> }, { Id: 15145 AegisName: "L_JoyplimScroll" Name: "L Joyplim Scroll" Type: "IT_USABLE" Buy: 5000 Sell: 1000 Weight: 7 Script: <" callfunc "learnskill", SKILL_JOYPLIM; // @EVOL2 @skillId = SKILL_JOYPLIM; // @EVOL2 @skillLv = 10; // @EVOL2 callfunc "SK_Joyplim", false; // @EVOL2 //callfunc "UnreleasedScroll"; // @TMWA "> }, { Id: 15277 AegisName: "L_XmasSeeds" Name: "L Christmas Seeds" Type: "IT_USABLE" Buy: 9999 Sell: 0 Weight: 1 ViewSprite: 15277 Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" callfunc "X21_SEEDS"; // @EVOL2 //heal 150, 0, 1; // @TMWA "> //Disabled: true // @TMWA }, { Id: 15251 AegisName: "L_Tomato" Name: "L Tomato" Type: "IT_USABLE" Buy: 40 Sell: 10 Weight: 7 Def: 0 Slots: 0 Refine: false ViewSprite: 10657 Script: <" callfunc "itheal", 200, 5; "> }, { Id: 15294 AegisName: "L_CrazyRum" Name: "L Crazy Rum" Type: "IT_USABLE" Buy: 40 Sell: 10 Weight: 2 Def: 0 Slots: 0 Refine: false ViewSprite: 15294 Script: <" callfunc("SC_Bonus", 60, SC_POISON, 60); //@EVOL2 //callfunc("SC_Bonus", 60000, SC_POISON, 1); //@TMWA callfunc("SC_Bonus", 60, SC_PLUSATTACKPOWER, 50); callfunc("SC_Bonus", 60, SC_ATTHASTE_POTION1, 45); //callfunc("SC_Bonus", 60, SC_PHYS_SHIELD, 40); //@EVOL2 //callfunc("SC_Bonus", 60000, SC_PHYS_SHIELD, 40); //@TMWA //misceffect FX_MAGIC_SHIELD, strcharinfo(0); //@TMWA "> }, /* Legs Armor */ { Id: 10586 AegisName: "L_CottonShorts" Name: "L CottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 15 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10586 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 10610 AegisName: "L_JeansShorts" Name: "L JeansShorts" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 25 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 10610 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 10632 AegisName: "L_CottonSkirt" Name: "L CottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 10 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10632 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 10642 AegisName: "L_JeansChaps" Name: "L JeansChaps" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 60 Matk: -8 Def: 6 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 10642 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 10648 AegisName: "L_CottonTrousers" Name: "L CottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10648 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 10731 AegisName: "L_AssassinPants" Name: "L AssassinPants" Type: "IT_ARMOR" Buy: 10000 Sell: 3000 Weight: 20 Matk: -5 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 10731 Script: <" callfunc "BrawlingItem", EQI_HEAD_LOW; bonus bAgi, 5; bonus bMatkRate, -5; // @EVOL2 "> }, { Id: 10768 AegisName: "L_TerraniteLegs" Name: "L TerraniteLegs" Type: "IT_ARMOR" Buy: 10000 Sell: 3000 Weight: 30 Matk: -8 Def: 5 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 10768 Script: <" bonus bAgi, 1; bonus bMdef, 5; bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 10771 AegisName: "L_Miniskirt" Name: "L Miniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10771 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 10796 AegisName: "L_BromenalLegs" Name: "L BromenalLegs" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 150 Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 10796 Script: <" bonus bMatkRate, -12; // @EVOL2 "> }, { Id: 10857 AegisName: "L_LeatherTrousers" Name: "L LeatherTrousers" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 25 Matk: -4 Def: 5 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 10857 Script: <" bonus bHit, 2; bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 10881 AegisName: "L_RaggedShorts" Name: "L RaggedShorts" Type: "IT_ARMOR" Buy: 60 Sell: 1 Weight: 7 Matk: -2 Def: 1 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10881 Script: <" bonus bMatkRate, -2; // @EVOL2 "> }, { Id: 11172 AegisName: "L_SilkPants" Name: "L SilkPants" Type: "IT_ARMOR" Buy: 20000 Sell: 750 Weight: 10 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 11172 }, { Id: 12100 AegisName: "L_RedCottonSkirt" Name: "L RedCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12100 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12101 AegisName: "L_GreenCottonSkirt" Name: "L GreenCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12101 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12102 AegisName: "L_DarkBlueCottonSkirt" Name: "L DarkBlueCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12102 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12103 AegisName: "L_YellowCottonSkirt" Name: "L YellowCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12103 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12104 AegisName: "L_LightBlueCottonSkirt" Name: "L LightBlueCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12104 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12105 AegisName: "L_PinkCottonSkirt" Name: "L PinkCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12105 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12106 AegisName: "L_BlackCottonSkirt" Name: "L BlackCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12106 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12107 AegisName: "L_OrangeCottonSkirt" Name: "L OrangeCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12107 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12108 AegisName: "L_PurpleCottonSkirt" Name: "L PurpleCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12108 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12109 AegisName: "L_DarkGreenCottonSkirt" Name: "L DarkGreenCottonSkirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12109 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12110 AegisName: "L_RedCottonShorts" Name: "L RedCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12110 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12111 AegisName: "L_GreenCottonShorts" Name: "L GreenCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12111 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12112 AegisName: "L_DarkBlueCottonShorts" Name: "L DarkBlueCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12112 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12113 AegisName: "L_YellowCottonShorts" Name: "L YellowCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12113 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12114 AegisName: "L_LightBlueCottonShorts" Name: "L LightBlueCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12114 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12115 AegisName: "L_PinkCottonShorts" Name: "L PinkCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12115 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12116 AegisName: "L_BlackCottonShorts" Name: "L BlackCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12116 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12117 AegisName: "L_OrangeCottonShorts" Name: "L OrangeCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12117 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12118 AegisName: "L_PurpleCottonShorts" Name: "L PurpleCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12118 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12119 AegisName: "L_DarkGreenCottonShorts" Name: "L DarkGreenCottonShorts" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 20 Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12119 Script: <" bonus bMatkRate, -4; // @EVOL2 "> }, { Id: 12170 AegisName: "L_RedMiniskirt" Name: "L RedMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12170 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12171 AegisName: "L_GreenMiniskirt" Name: "L GreenMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12171 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12172 AegisName: "L_DarkBlueMiniskirt" Name: "L DarkBlueMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12172 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12173 AegisName: "L_YellowMiniskirt" Name: "L YellowMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12173 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12174 AegisName: "L_LightBlueMiniskirt" Name: "L LightBlueMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12174 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12175 AegisName: "L_PinkMiniskirt" Name: "L PinkMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12175 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12176 AegisName: "L_BlackMiniskirt" Name: "L BlackMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12176 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12177 AegisName: "L_OrangeMiniskirt" Name: "L OrangeMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12177 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12178 AegisName: "L_PurpleMiniskirt" Name: "L PurpleMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12178 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12179 AegisName: "L_DarkGreenMiniskirt" Name: "L DarkGreenMiniskirt" Type: "IT_ARMOR" Buy: 1000 Sell: 500 Weight: 8 Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12179 Script: <" bonus bMatkRate, -8; // @EVOL2 "> }, { Id: 12180 AegisName: "L_RedCottonTrousers" Name: "L RedCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12180 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12181 AegisName: "L_GreenCottonTrousers" Name: "L GreenCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12181 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12182 AegisName: "L_DarkBlueCottonTrousers" Name: "L DarkBlueCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12182 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12183 AegisName: "L_YellowCottonTrousers" Name: "L YellowCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12183 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12184 AegisName: "L_LightBlueCottonTrousers" Name: "L LightBlueCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12184 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12185 AegisName: "L_PinkCottonTrousers" Name: "L PinkCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12185 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12186 AegisName: "L_BlackCottonTrousers" Name: "L BlackCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12186 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12187 AegisName: "L_OrangeCottonTrousers" Name: "L OrangeCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12187 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12188 AegisName: "L_PurpleCottonTrousers" Name: "L PurpleCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12188 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 12189 AegisName: "L_DarkGreenCottonTrousers" Name: "L DarkGreenCottonTrousers" Type: "IT_ARMOR" Buy: 1500 Sell: 750 Weight: 25 Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 12189 Script: <" bonus bMatkRate, -6; // @EVOL2 "> }, { Id: 10531 AegisName: "L_MinerGloves" Name: "L MinerGloves" Type: "IT_ARMOR" Buy: 3000 Sell: 1000 Weight: 30 Matk: -10 Def: 2 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 10531 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 10532 AegisName: "L_LeatherGloves" Name: "L LeatherGloves" Type: "IT_ARMOR" Buy: 6000 Sell: 2000 Weight: 20 Matk: -20 Def: 4 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 10532 Script: <" bonus bMatkRate, -20; // @EVOL2 "> }, { Id: 10563 AegisName: "L_WinterGloves" Name: "L WinterGloves" Type: "IT_ARMOR" Buy: 6000 Sell: 3000 Weight: 20 Matk: -15 Def: 3 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 10563 Script: <" bonus bMatkRate, -15; // @EVOL2 "> }, { Id: 10741 AegisName: "L_CottonGloves" Name: "L CottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 10 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 10741 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 10756 AegisName: "L_AssassinGloves" Name: "L AssassinGloves" Type: "IT_ARMOR" Buy: 7000 Sell: 2000 Weight: 9 Matk: -3 Def: 3 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 10756 Script: <" callfunc "BrawlingItem", EQI_GARMENT; bonus bAgi, 4; bonus bMatkRate, -3; // @EVOL2 "> }, { Id: 10794 AegisName: "L_BromenalGloves" Name: "L BromenalGloves" Type: "IT_ARMOR" Buy: 6000 Sell: 2000 Weight: 40 Matk: -20 Def: 4 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 10794 Script: <" bonus bMatkRate, -20; // @EVOL2 "> }, { Id: 10868 AegisName: "L_SilkGloves" Name: "L SilkGloves" Type: "IT_ARMOR" Buy: 5000 Sell: 2500 Weight: 4 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 10868 }, { Id: 12160 AegisName: "L_RedCottonGloves" Name: "L RedCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12160 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12161 AegisName: "L_GreenCottonGloves" Name: "L GreenCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12161 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12162 AegisName: "L_DarkBlueCottonGloves" Name: "L DarkBlueCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12162 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12163 AegisName: "L_YellowCottonGloves" Name: "L YellowCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12163 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12164 AegisName: "L_LightBlueCottonGloves" Name: "L LightBlueCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12164 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12165 AegisName: "L_PinkCottonGloves" Name: "L PinkCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12165 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12166 AegisName: "L_BlackCottonGloves" Name: "L BlackCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12166 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12167 AegisName: "L_OrangeCottonGloves" Name: "L OrangeCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12167 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12168 AegisName: "L_PurpleCottonGloves" Name: "L PurpleCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12168 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, { Id: 12169 AegisName: "L_DarkGreenCottonGloves" Name: "L DarkGreenCottonGloves" Type: "IT_ARMOR" Buy: 2000 Sell: 500 Weight: 20 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 12169 Script: <" bonus bMatkRate, -10; // @EVOL2 "> }, //////////////////////////////////////////////////////// // Shields { Id: 10585 AegisName: "L_ScarabArmlet" Name: "L ScarabArmlet" Type: "IT_ARMOR" Buy: 8000 Sell: 4000 Weight: 200 Matk: 5 Def: 0 Slots: 0 Loc: "EQP_HAND_L" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 10585 Script: <" bonus bMatkRate, 5; // @EVOL2 "> }, { Id: 10601 AegisName: "L_SteelShield" Name: "L SteelShield" Type: "IT_ARMOR" Buy: 40000 Sell: 3000 Weight: 2500 Matk: -200 Def: 22 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 10601 Script: <" bonus bMatkRate, -200; // @EVOL2 "> }, { Id: 10602 AegisName: "L_WoodenShield" Name: "L WoodenShield" Type: "IT_ARMOR" Buy: 10000 Sell: 2000 Weight: 1500 Matk: -70 Def: 15 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 10602 Script: <" bonus bMatkRate, -70; // @EVOL2 "> }, { Id: 10603 AegisName: "L_LeatherShield" Name: "L LeatherShield" Type: "IT_ARMOR" Buy: 2000 Sell: 1000 Weight: 1300 Matk: -35 Def: 7 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 10603 Script: <" bonus bMatkRate, -35; // @EVOL2 "> }, { Id: 10797 AegisName: "L_BromenalShield" Name: "L BromenalShield" Type: "IT_ARMOR" Buy: 40000 Sell: 3000 Weight: 2500 Matk: -200 Def: 22 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 10797 Script: <" bonus bMatkRate, -200; // @EVOL2 "> //Disabled: true // @TMWA }, { Id: 15285 AegisName: "L_DragonShield" Name: "L Dragon Shield" Type: "IT_ARMOR" Buy: 40000 Sell: 3000 Weight: 2500 Matk: -200 Def: 29 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 15285 Script: <" bonus bMatkRate, -200; // @EVOL2 "> }, // // Pets { Id: 16000 AegisName: "L_PinkieScroll" Name: "L Pinkie Scroll" Type: "IT_PETEGG" Buy: 30000 Sell: 1000 Weight: 400 KeepAfterUse: true Trade: { partneroverride: true notrade: true nodrop: true nogstorage: true nomail: true noauction: true noselltonpc: true } Script: <" bpet; "> //Disabled: true // @TMWA }, //================= Hercules Database ===================================== //= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //================= License =============================================== //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= //= Copyright (C) 2014-2020 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by //= the Free Software Foundation, either version 3 of the License, or //= (at your option) any later version. //= //= This program is distributed in the hope that it will be useful, //= but WITHOUT ANY WARRANTY; without even the implied warranty of //= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //= GNU General Public License for more details. //= //= You should have received a copy of the GNU General Public License //= along with this program. If not, see . //========================================================================= //= Items Database //========================================================================= /************************************************************************** ************* Entry structure ******************************************** ************************************************************************** { // ================ Mandatory fields ============================== Id: ID (int) AegisName: "R_Aegis_Name" (string) Name: "R Item Name" (string) // ================ Optional fields =============================== Type: Item Type (string, defaults to "IT_ETC"; use "IT_VIRTUAL" for fake items) Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) Weight: Item Weight (int, defaults to 0) Atk: Attack (int, defaults to 0) Matk: Magical Attack (int, defaults to 0, ignored in pre-re) Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) MinRange: Minimal Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) Job: { (defaults to all job) All: true/false (boolean, defaults to false) KaizeiTalpan: true/false (boolean, defaults to false) ArgaesTalpan: true/false (boolean, defaults to false) TonoriTalpan: true/false (boolean, defaults to false) CaveUkar: true/false (boolean, defaults to false) MountainUkar: true/false (boolean, defaults to false) SeaTritan: true/false (boolean, defaults to false) LakeTritan: true/false (boolean, defaults to false) LightRaijin: true/false (boolean, defaults to false) DarkRaijin: true/false (boolean, defaults to false) FireKralog: true/false (boolean, defaults to false) FrostKralog: true/false (boolean, defaults to false) } Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") Gender: Gender (string, defaults to "SEX_ANY") Loc: Equip location (bitmask array, string or int, required value for equipment) WeaponLv: Weapon Level (int, defaults to 0) EquipLv: Equip required level (int, defaults to 0) EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] Subtype: Item Subtype (int, defaults to 0) ViewSprite: Sprite view ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) ForceSerial: true/false (boolean, defaults to false) BuyingStore: true/false (boolean, defaults to false) Delay: Delay to use item (int, defaults to 0) FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) KeepAfterUse: true/false (boolean, defaults to false) DropAnnounce: true/false (boolean, defaults to false) ShowDropEffect: true/false (boolean, defaults to false) DropEffectMode: Effect Type (int, default to 0) AllowPickup: true/false (boolean, defaults to true) Charm: true/false (boolean, defaults to false) MaxFloorOffset: [x, y] (int, defaults to 8) MaxFloorOffset: offset (int, defaults to 8) Identified: true/false (boolean, default to true) RequiredStr: required strength (int, default to 0) RequiredAgi: required agility (int, default to 0) RequiredVit: required vitality (int, default to 0) RequiredInt: required intellect (int, default to 0) RequiredDex: required dexterity (int, default to 0) RequiredLuk: required luck (int, default to 0) RequiredMaxHp: required max hp (int, default to 0) RequiredMaxSp: required max sp (int, default to 0) RequiredAtk: required attack (int, default to 0) RequiredMAtkMin: required minimal magic attack (int, default to 0) RequiredMAtkMax: required maximum magic attack (int, default to 0) RequiredDef: required defence (int, default to 0) RequiredMDef: required magic defence (int, default to 0) RequiredSkill: required skill (int, default to 0) UseEffect: effect if use/equip item success (int, default to -1) UseFailEffect: effect if use/equip item failed (int, default to -1) UnequipEffect: effect if unequip item success (int, default to -1) UnequipFailEffect: effect if unequip item failed (int, default to -1) Trade: { (defaults to no restrictions) override: GroupID (int, defaults to 100) nodrop: true/false (boolean, defaults to false) notrade: true/false (boolean, defaults to false) nostorage: true/false (boolean, defaults to false) nocart: true/false (boolean, defaults to false) noselltonpc: true/false (boolean, defaults to false) nomail: true/false (boolean, defaults to false) noauction: true/false (boolean, defaults to false) nogstorage: true/false (boolean, defaults to false) partneroverride: true/false (boolean, defaults to false) } Nouse: { (defaults to no restrictions) override: GroupID (int, defaults to 100) sitting: true/false (boolean, defaults to false) } Stack: [amount, type] (int, defaults to 0) Sprite: SpriteID (int, defaults to 0) Script: <" Script (it can be multi-line) "> OnEquipScript: <" OnEquip Script (can also be multi-line) "> OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> OnDropScript: <" OnDrop Script (can also be multi-line) "> OnTakeScript: <" OnTake Script (can also be multi-line) "> OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> OnRentalStartScript: <" On item renting script, gets called after item is created in inventory (can also be multi-line) "> OnRentalEndScript: <" On item rent end/expire script, gets called after item is removed from inventory (can also be multi-line) "> AllowCards: { idNUM: amount (NUM is id number, amount is amount) } AllowAmmo: { idNUM: something (NUM is id number) } }, **************************************************************************/ /* 501 699 = Usable Items 700 999 = Generic Items 1000 1099 = Necklaces (LEVEL ID 6) 1200 1299 = Charms (LEVEL ID 9) 1100 1299 = Rings (LEVEL ID 8) 1300 1799 = Chest Armors (LEVEL ID 1) 1800 1999 = Boots (LEVEL ID 4) 2000 2199 = Gloves (LEVEL ID 5) 2200 2499 = Pants (LEVEL ID 2) 2500 2699 = Wings (LEVEL ID 7) 2700 2899 = Shields (LEVEL ID 7) 2900 3199 = Head Gears (LEVEL ID 3) 3200 3499 = Neck Armors (LEVEL ID 3) 3500 3999 = Weapons (LEVEL ID 0) 4000 4999 = Pets 5000 5499 = Cards 5500 5999 = Card Groups (using item_group.conf) 6000 6999 = Bows (LEVEL ID 0) 7000 7999 = Arrows (LEVEL ID 0) 8000 8499 = LEGACY merge items, generic or usable */ { Id: 20501 AegisName: "R_Acorn" Name: "R Acorn" Type: "IT_HEALING" Buy: 20 Sell: 7 Weight: 3 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" if (@useType == 1) { if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); } } else { @min = 12; @max = 18; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; } "> }, { Id: 20502 AegisName: "R_Bread" Name: "R Bread" Type: "IT_HEALING" Buy: 50 Sell: 15 Weight: 25 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 25; @max = 40; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20503 AegisName: "R_Fungus" Name: "R Fungus" Type: "IT_HEALING" Buy: 45 Sell: 15 Weight: 8 Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" sc_end SC_POISON; @min = 25; @max = 35; @delay = 5; @type = 4; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20504 AegisName: "R_Cheese" Name: "R Cheese" Type: "IT_HEALING" Buy: 55 Sell: 18 Weight: 3 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 30; @max = 50; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20505 AegisName: "R_PiouLegs" Name: "R Piou Legs" Type: "IT_HEALING" Buy: 15 Sell: 5 Weight: 4 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 7; @max = 13; @delay = 2; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20506 AegisName: "R_LettuceLeaf" Name: "R Lettuce Leaf" Type: "IT_HEALING" Buy: 30 Sell: 10 Weight: 1 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 15; @max = 25; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20507 AegisName: "R_Piberries" Name: "R Piberries" Type: "IT_HEALING" Buy: 20 Sell: 5 Weight: 2 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 12; @max = 23; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20508 AegisName: "R_SeaDrops" Name: "R Sea Drops" Type: "IT_HEALING" Buy: 3 Sell: 1 Weight: 4 UseEffect: "EFFECT_HEAL" Script: <" sc_start SC_POISON, 30000, 0; @min = 10; @max = 20; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20509 AegisName: "R_Aquada" Name: "R Aquada" Type: "IT_HEALING" Buy: 120 Sell: 40 Weight: 16 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 75; @max = 100; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20510 AegisName: "R_PinkBlobime" Name: "R Pink Blobime" Type: "IT_HEALING" Buy: 10 Sell: 3 Weight: 10 UseEffect: "EFFECT_HEAL" Script: <" sc_start2 SC_POISON, 1, 30, 3333; @min = 2; @max = 6; @delay = 1; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20511 AegisName: "R_PurpleBlobime" Name: "R Purple Blobime" Type: "IT_HEALING" Buy: 20 Sell: 4 Weight: 10 UseEffect: "EFFECT_HEAL" Script: <" sc_start2 SC_POISON, 1, 30, 6666; @min = 30; @max = 70; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20512 AegisName: "R_HalfCroconut" Name: "R Half Croconut" Type: "IT_HEALING" Buy: 75 Sell: 25 Weight: 38 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 65; @max = 90; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20513 AegisName: "R_Croconut" Name: "R Croconut" Type: "IT_HEALING" Buy: 100 Sell: 35 Weight: 80 Script: <" doevent "Croconut::OnUse"; "> }, { Id: 20514 AegisName: "R_OldBook" Name: "R Old Book" Type: "IT_USABLE" Buy: 30 Sell: 10 Weight: 25 KeepAfterUse: true Script: <" doevent "#001-2-6-Book4::OnUse"; "> }, { Id: 20515 AegisName: "R_Plushroom" Name: "R Plushroom" Type: "IT_HEALING" Buy: 42 Sell: 14 Weight: 8 Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" sc_start SC_ATTHASTE_POTION1, 15000, 5; @min = 20; @max = 30; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20516 AegisName: "R_PumpkinSeeds" Name: "R Pumpkin Seeds" Type: "IT_HEALING" Buy: 5 Sell: 2 Weight: 1 UseEffect: "EFFECT_HEAL" Script: <" sc_start2 SC_POISON, 1, 10, 2500; heal 1, 0; "> }, { Id: 20517 AegisName: "R_DeliciousCookie" Name: "R Delicious Cookie" Type: "IT_ARMOR" Buy: 30 Sell: 10 Weight: 2 Loc: "EQP_HEAD_MID" EquipLv: 1 Trade: { nodrop: true noselltonpc: true nogstorage: true nomail: true } OnEquipScript: <" if (gettimetick(2) < COOKIE_COOLDOWN) { unequip(EQI_HEAD_MID); //dispbottom l("You need to wait @@ more before equipping this again.", FuzzyTime(COOKIE_COOLDOWN)); end; } COOKIE_COOLDOWN=gettimetick(2)+600; addtimer 60000, "#DeliciousCookie::OnUnequip"; "> }, { Id: 20518 AegisName: "R_UrchinMeat" Name: "R Urchin Meat" Type: "IT_HEALING" Buy: 50 Sell: 18 Weight: 1 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 28; @max = 35; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20519 AegisName: "R_EasterEgg" Name: "R Easter Egg" Type: "IT_HEALING" Buy: 5 Sell: 2 Weight: 10 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 60; @max = 75; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20520 AegisName: "R_PiberriesInfusion" Name: "R Piberries Infusion" Type: "IT_HEALING" Buy: 140 Sell: 20 Weight: 15 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 110; @max = 130; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20521 AegisName: "R_FatesPotion" Name: "R Fates Potion" Type: "IT_HEALING" Buy: 250 Sell: 80 Weight: 17 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 240; @max = 260; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20522 AegisName: "R_ClothoLiquor" Name: "R Clotho Liquor" Type: "IT_HEALING" Buy: 600 Sell: 150 Weight: 16 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 575; @max = 625; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20523 AegisName: "R_LachesisBrew" Name: "R Lachesis Brew" Type: "IT_HEALING" Buy: 1000 Sell: 150 Weight: 14 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 1100; @max = 1300; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20524 AegisName: "R_AtroposMixture" Name: "R Atropos Mixture" Type: "IT_HEALING" Buy: 2450 Sell: 300 Weight: 15 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 2300; @max = 2550; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20525 AegisName: "R_ElixirOfLife" Name: "R Elixir Of Life" Type: "IT_HEALING" Buy: 50000 Sell: 5000 Weight: 20 Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" percentheal 100, 100; sc_end SC_ALL; "> }, { Id: 20526 AegisName: "R_IronShovel" Name: "R Iron Shovel" Type: "IT_USABLE" Buy: 3000 Sell: 100 Weight: 210 KeepAfterUse: true Script: <" doevent "Shovel::OnUse"; "> }, { Id: 20527 AegisName: "R_PumpkinJuice" Name: "R Pumpkin Juice" Type: "IT_HEALING" Buy: 200 Sell: 5 Weight: 5 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 30; @max = 50; @delay = 4; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20528 AegisName: "R_Manana" Name: "R Manana" Type: "IT_HEALING" Buy: 100 Sell: 35 Weight: 10 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 70; @max = 80; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20529 AegisName: "R_Curshroom" Name: "R Curshroom" Type: "IT_HEALING" Buy: 150 Sell: 25 Weight: 10 Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" sc_start SC_ATTHASTE_POTION1, 30000, 5; sc_end SC_POISON; @min = 40; @max = 50; @delay = 5; @type = 3; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20530 AegisName: "R_Carrot" Name: "R Carrot" Type: "IT_HEALING" Buy: 30 Sell: 8 Weight: 3 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" @min = 20; @max = 30; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20531 AegisName: "R_RedPlushWine" Name: "R Red Plush Wine" Type: "IT_HEALING" Buy: 100 Sell: 20 Weight: 10 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" // 30 minutes sc_start(SC_CONFUSION, 1800000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); "> }, { Id: 20532 AegisName: "R_PiouAndTheFluffy" Name: "R Piou and The Fluffy" Type: "IT_USABLE" Buy: 50 Sell: 11 Weight: 25 KeepAfterUse: true Script: <" doevent "#001-2-6-Book1::OnUse"; "> }, { Id: 20533 AegisName: "R_PoemAboutPoems" Name: "R Poem about Poems" Type: "IT_USABLE" Buy: 40 Sell: 10 Weight: 20 KeepAfterUse: true Script: <" doevent "#001-2-6-Book2::OnUse"; "> }, { Id: 20534 AegisName: "R_ChorusOfTheWoods" Name: "R Chorus of the Woods" Type: "IT_USABLE" Buy: 30 Sell: 10 Weight: 25 KeepAfterUse: true Script: <" doevent "#001-2-6-Book3::OnUse"; "> }, { Id: 20535 AegisName: "R_CommunicationTheory" Name: "R Communication Theory" Type: "IT_USABLE" Buy: 70 Sell: 10 Weight: 20 KeepAfterUse: true Script: <" doevent "#001-2-5-Book1::OnUse"; "> }, { Id: 20537 AegisName: "R_BookOfLaws" Name: "R The Book of Laws" Type: "IT_USABLE" Buy: 0 Sell: 0 Weight: 10 KeepAfterUse: true Script: <" doevent "@rules::OnUseBook"; "> }, { Id: 20538 AegisName: "R_FishingGuideVolI" Name: "R Fishing Guide Vol. I" Type: "IT_USABLE" Buy: 60 Sell: 10 Weight: 30 KeepAfterUse: true Script: <" doevent "#001-2-4-Book2::OnUse"; "> }, { Id: 20539 AegisName: "R_RecipeBook" Name: "R Recipe Book" Type: "IT_USABLE" Buy: 80 Sell: 10 Weight: 20 KeepAfterUse: true Script: <" doevent "#RecipeBook::OnUse"; "> }, { Id: 20540 AegisName: "R_MasterBook" Name: "R Master Book" Type: "IT_USABLE" Buy: 8000 Sell: 0 Weight: 20 KeepAfterUse: true Trade: { notrade: true nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" doevent "#MasterBook::OnUse"; "> }, { Id: 20560 AegisName: "R_CarpSandwich" Name: "R Carp Sandwich" Type: "IT_HEALING" Buy: 580 Sell: 75 Weight: 25 Delay: 1200 UseEffect: "EFFECT_HEAL" Script: <" @min = 800; @max = 1500; @delay = 12; @type = 1; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCHIT, 180000, 4); "> }, { Id: 20561 AegisName: "R_PioulegSandwich" Name: "R Piouleg Sandwich" Type: "IT_HEALING" Buy: 640 Sell: 85 Weight: 25 Delay: 850 UseEffect: "EFFECT_HEAL" Script: <" @min = 1000; @max = 1500; @delay =15; @type = 1; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCHIT, 180000, 5); "> }, { Id: 20562 AegisName: "R_MananaSandwich" Name: "R Manana Sandwich" Type: "IT_HEALING" Buy: 870 Sell: 90 Weight: 25 Delay: 700 UseEffect: "EFFECT_HEAL" Script: <" @min = 1200; @max = 1800; @delay = 10; @type = 1; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCHIT, 180000, 3); "> }, { Id: 20563 AegisName: "R_Beer" Name: "R Beer" Type: "IT_HEALING" Buy: 90 Sell: 20 Weight: 20 Delay: 750 UseEffect: "EFFECT_HEAL" Script: <" // 15 minutes sc_start(SC_CONFUSION, 900000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); "> }, { Id: 20564 AegisName: "R_RoastedMaggot" Name: "R Roasted Maggot" Type: "IT_HEALING" Buy: 500 Sell: 50 Weight: 25 Delay: 450 UseEffect: "EFFECT_HEAL" Script: <" @min = 300; @max = 450; @delay = 10; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20565 AegisName: "R_BottleOfWater" Name: "R Bottle of Water" Type: "IT_HEALING" Buy: 60 Sell: 5 Weight: 25 Delay: 450 UseEffect: "EFFECT_HEAL" Script: <" @min = 200; @max = 350; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20566 AegisName: "R_CherryCake" Name: "R Cherry Cake" Type: "IT_HEALING" Buy: 100 Sell: 15 Weight: 10 Delay: 450 UseEffect: "EFFECT_HEAL" Script: <" @min = 20; @max = 35; @delay = 1; @type = 1; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20567 AegisName: "R_MaggotSlimePotion" Name: "R Maggot Slime Potion" Type: "IT_HEALING" Buy: 75 Sell: 15 Weight: 15 Delay: 450 UseEffect: "EFFECT_HEAL" Script: <" @min = 10; @max = 130; @delay = 2; @type = 1; if (rand(100) < 50) { getmapxy(.@m$, .@x, .@y, 0); .@mobGID = monster(.@m$, .@x, .@y, "Maggot", Maggot, 1); unitattack(.@mobGID, getcharid(3)); } doevent "rand_sc_heal::OnUse"; "> }, { Id: 20600 AegisName: "R_SmallHealing" Name: "R Small Healing Potion" Type: "IT_HEALING" Buy: 500 Sell: 45 Weight: 32 Delay: 100 UseEffect: "EFFECT_HEAL" Script: <" @min = 300; @max = 500; @delay = 3; @type = 2; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20601 AegisName: "R_MediumHealing" Name: "R Medium Healing Potion" Type: "IT_HEALING" Buy: 850 Sell: 75 Weight: 64 Delay: 100 UseEffect: "EFFECT_HEAL" Script: <" @min = 500; @max = 800; @delay = 4; @type = 2; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20602 AegisName: "R_LargeHealing" Name: "R Large Healing Potion" Type: "IT_HEALING" Buy: 2480 Sell: 350 Weight: 128 Delay: 100 UseEffect: "EFFECT_HEAL" Script: <" @min = 800; @max = 1200; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; "> }, { Id: 20603 AegisName: "R_SmallMana" Name: "R Small Mana Potion" Type: "IT_HEALING" Buy: 750 Sell: 65 Weight: 32 Delay: 205 UseEffect: "EFFECT_HEAL" Script: <" itemheal 0, 20; "> }, { Id: 20604 AegisName: "R_MediumMana" Name: "R Medium Mana Potion" Type: "IT_HEALING" Buy: 1650 Sell: 205 Weight: 64 Delay: 250 UseEffect: "EFFECT_HEAL" Script: <" itemheal 0, 50; "> }, { Id: 20605 AegisName: "R_LargeMana" Name: "R Large Mana Potion" Type: "IT_HEALING" Buy: 3240 Sell: 340 Weight: 128 Delay: 250 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" itemheal 0, 100; "> }, { Id: 20606 AegisName: "R_ConcPotion" Name: "R Concentration Potion" Type: "IT_USABLE" Buy: 2500 Sell: 650 Weight: 25 Delay: 100 UseEffect: "EFFECT_HEAL" Script: <" sc_start SC_ATTHASTE_POTION1, 30000, 20; sc_start SC_INCHITRATE, 30000, 20; "> }, { Id: 20607 AegisName: "R_IronPotion" Name: "R Iron Potion" Type: "IT_USABLE" Buy: 2500 Sell: 650 Weight: 40 Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" sc_start SC_INCATKRATE, 30000, 20; sc_start SC_INCDEFRATE, 30000, 20; // Probably doesn't works "> }, { Id: 20608 AegisName: "R_FertilityPotion" Name: "R Fertility Potion" Type: "IT_HEALING" Buy: 25000 Sell: 2750 Weight: 25 Delay: 1000 KeepAfterUse: true Script: <" if (!callfunc("useFertilityPotion")) { sc_start SC_CURSE, 30000, 100; sc_start SC_POISON, 30000, 100; dispbottom l("Yuck! I won't drink this!"); } "> }, { Id: 20609 AegisName: "R_Honey" Name: "R Honey" Type: "IT_HEALING" Buy: 5000 Sell: 325 Weight: 250 Delay: 100 UseEffect: "EFFECT_HEAL" Script: <" @min = 350; @max = 500; @delay = 10; @type = 2; doevent "rand_sc_heal::OnUse"; bonus bMaxSP,20; // FIXME "> }, { Id: 20610 AegisName: "R_DeathPotion" Name: "R Death Potion" Type: "IT_USABLE" Buy: 5000 Sell: 325 Weight: 250 UseEffect: "EFFECT_HEAL" Script: <" percentheal -100, -100; "> }, { Id: 20611 AegisName: "R_GrassSeeds" Name: "R Grass Seeds" Type: "IT_USABLE" Buy: 200 Sell: 35 Weight: 3 Delay: 500 Script: <" if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, strmobinfo(1, CloverPatch), CloverPatch, 1); } "> }, { Id: 20612 AegisName: "R_FlowerSeeds" Name: "R Flower Seeds" Type: "IT_USABLE" Buy: 500 Sell: 150 Weight: 4 Delay: 500 Script: <" if (!getmapxy(.@map$, .@x, .@y, 0)) { .@mob=callfunc("any", YellowRose, BlueRose, RedRose); monster(.@map$, .@x, .@y, strmobinfo(1, .@mob), .@mob, 1); } "> }, { Id: 20613 AegisName: "R_PurificationPotion" Name: "R Purification Potion" Type: "IT_USABLE" Buy: 25000 Sell: 2750 Weight: 25 Delay: 1000 KeepAfterUse: true Script: <" if (!callfunc("usePurificationPotion")) { sc_start SC_CURSE, 30000, 100; sc_start SC_POISON, 30000, 100; dispbottom l("Yuck! I won't drink this!"); } "> }, { Id: 20614 AegisName: "R_SailorStew" Name: "R Sailor's Stew" Type: "IT_USABLE" Buy: 50000 Sell: 10 Weight: 650 Delay: 1000 Script: <" @min = 1800; @max = 2400; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCMHPRATE, 180000, 15); sc_start(SC_INCHIT, 180000, 5); sc_start(SC_INCVIT, 180000, 3); sc_start(SC_INCAGI, 180000, -3); getitembound EmptyBowl, 1, IBT_ACCOUNT; // TODO: Review and fix. "> }, { Id: 20615 AegisName: "R_TreasureMap" Name: "R Treasure Map" Type: "IT_USABLE" Buy: 45000 Sell: 300 Weight: 14 KeepAfterUse: true Script: <" // ShovelQuests_Assigned → Coordinates for Treasure Map if (!ShovelQuests_AssignedX) { callfunc "shovel_genrandtreasure"; } dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY); "> }, { Id: 20616 AegisName: "R_ChocolateBar" Name: "R Chocolate Bar" Type: "IT_HEALING" Buy: 750 Sell: 65 Weight: 100 }, { Id: 20617 AegisName: "R_MoubooMilk" Name: "R Mouboo Milk" Type: "IT_HEALING" Buy: 750 Sell: 65 Weight: 200 }, { Id: 20618 AegisName: "R_MoubooSteak" Name: "R Mouboo Steak" Type: "IT_HEALING" Buy: 750 Sell: 65 Weight: 250 }, { Id: 20619 AegisName: "R_RoastedAcorn" Name: "R Roasted Acorn" Type: "IT_HEALING" Buy: 750 Sell: 65 Weight: 50 }, { Id: 20620 AegisName: "R_RedApple" Name: "R Red Apple" Type: "IT_HEALING" Buy: 750 Sell: 65 Weight: 100 }, { Id: 20621 AegisName: "R_FriendGift" Name: "R Friend Gift" Buy: 50000 Sell: 500 Weight: 50 KeepAfterUse: false Trade: { notrade: true nodrop: true noselltonpc: true nogstorage: true nomail: true noauction: true } Script: <" callfunc("OpenFriendGift"); "> }, { Id: 20622 AegisName: "R_SquirrelStew" Name: "R Squirrel Stew" Type: "IT_USABLE" Buy: 50000 Sell: 10 Weight: 650 Delay: 1000 Script: <" @min = 2000; @max = 2800; @delay = 6; @type = 2; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCMHPRATE, 240000, 15); sc_start(SC_INCVIT, 240000, 5); sc_start(SC_INCAGI, 240000, 3); sc_start(SC_INCDEX, 240000, -3); getitembound EmptyBowl, 1, IBT_ACCOUNT;// TODO: Review and fix. "> }, { Id: 20623 AegisName: "R_MoubooStew" Name: "R Mouboo Stew" Type: "IT_USABLE" Buy: 50000 Sell: 10 Weight: 650 Delay: 1000 Script: <" @min = 2500; @max = 3000; @delay = 6; @type = 2; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCMHPRATE, 300000, 15); sc_start(SC_INCVIT, 300000, 5); sc_start(SC_INCDEX, 300000, 3); sc_start(SC_INCAGI, 300000, -3); getitembound EmptyBowl, 1, IBT_ACCOUNT;// TODO: Review and fix. "> }, { Id: 20624 AegisName: "R_SquirrelMeat" Name: "R Squirrel Meat" Type: "IT_HEALING" Buy: 1500 Sell: 120 Weight: 150 }, { Id: 20625 AegisName: "R_SeafoodPlate" Name: "R Seafood Plate" Type: "IT_USABLE" Buy: 50000 Sell: 10 Weight: 400 Delay: 1000 Script: <" @min = 2000; @max = 3000; @delay = 9; @type = 2; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCMHPRATE, 300000, 15); sc_start(SC_INCVIT, 300000, 5); sc_start(SC_INCDEX, 300000, 3); sc_start(SC_INCAGI, 300000, 3); getitembound EmptyPlate, 1, IBT_ACCOUNT;// TODO: Review and fix. "> }, { Id: 20626 AegisName: "R_BarbecuePlate" Name: "R Barbecue Plate" Type: "IT_USABLE" Buy: 50000 Sell: 10 Weight: 500 Delay: 1000 Script: <" @min = 2800; @max = 3200; @delay = 10; @type = 2; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCMHPRATE, 360000, 25); sc_start(SC_INCVIT, 360000, 5); sc_start(SC_INCDEX, 360000, 5); getitembound EmptyPlate, 1, IBT_ACCOUNT;// TODO: Review and fix. "> }, { Id: 20627 AegisName: "R_VeggiePlate" Name: "R Veggie Plate" Type: "IT_USABLE" Buy: 50000 Sell: 10 Weight: 450 Delay: 1000 Script: <" @min = 3000; @max = 4500; @delay = 8; @type = 2; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCMHPRATE, 300000, 15); sc_start(SC_INCVIT, 300000, 10); sc_start(SC_INCDEX, 300000, 3); getitembound EmptyPlate, 1, IBT_ACCOUNT;// TODO: Review and fix. "> }, { Id: 20628 AegisName: "R_Blueberries" Name: "R Blueberries" Type: "IT_HEALING" Buy: 200 Sell: 15 Weight: 30 }, { Id: 20629 AegisName: "R_Donut" Name: "R Donut" Type: "IT_HEALING" Buy: 1500 Sell: 350 Weight: 100 Delay: 700 UseEffect: "EFFECT_HEAL" Script: <" @min = 2000; @max = 2500; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCLUK, 60000, 5); sc_start(SC_INCVIT, 60000, 3); "> }, { Id: 20630 AegisName: "R_BlueberryCake" Name: "R Blueberry Cake" Type: "IT_HEALING" Buy: 2100 Sell: 320 Weight: 150 Delay: 700 UseEffect: "EFFECT_HEAL" Script: <" @min = 1800; @max = 2400; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCVIT, 90000, 5); sc_start(SC_INCAGI, 90000, 3); "> }, { Id: 20631 AegisName: "R_CarrotCake" Name: "R Carrot Cake" Type: "IT_HEALING" Buy: 1400 Sell: 270 Weight: 180 Delay: 700 UseEffect: "EFFECT_HEAL" Script: <" @min = 2500; @max = 2850; @delay = 4; @type = 1; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCINT, 120000, 5); sc_start(SC_INCDEX, 120000, 3); "> }, // Generic { Id: 20700 AegisName: "R_SmallTentacles" Name: "R Small Tentacles" Type: "IT_ETC" Buy: 50 Sell: 16 Weight: 5 }, { Id: 20701 AegisName: "R_PiouFeathers" Name: "R Piou Feathers" Type: "IT_ETC" Buy: 10 Sell: 3 Weight: 1 }, { Id: 20702 AegisName: "R_TortugaShellFragment" Name: "R Tortuga Shell Fragment" Type: "IT_ETC" Buy: 25 Sell: 8 Weight: 25 }, { Id: 20703 AegisName: "R_HalfEggshell" Name: "R Half Eggshell" Type: "IT_ETC" Buy: 40 Sell: 13 Weight: 2 }, { Id: 20704 AegisName: "R_RattoTail" Name: "R Ratto Tail" Type: "IT_ETC" Buy: 30 Sell: 10 Weight: 1 }, { Id: 20705 AegisName: "R_RattoTeeth" Name: "R Ratto Teeth" Type: "IT_ETC" Buy: 30 Sell: 10 Weight: 1 }, { Id: 20706 AegisName: "R_CrocClaw" Name: "R Croc Claw" Type: "IT_ETC" Buy: 60 Sell: 20 Weight: 45 }, { Id: 20707 AegisName: "R_SquichyClaws" Name: "R Squichy Claws" Type: "IT_ETC" Buy: 250 Sell: 40 Weight: 1 }, { Id: 20708 AegisName: "R_TortugaShell" Name: "R Tortuga Shell" Type: "IT_ETC" Buy: 90 Sell: 30 Weight: 95 }, { Id: 20709 AegisName: "R_TortugaTongue" Name: "R Tortuga Tongue" Type: "IT_ETC" Buy: 18 Sell: 6 Weight: 2 }, { Id: 20710 AegisName: "R_Pearl" Name: "R Pearl" Type: "IT_ETC" Buy: 1000 Sell: 200 Weight: 1 }, { Id: 20711 AegisName: "R_Coral" Name: "R Coral" Type: "IT_ETC" Buy: 100 Sell: 35 Weight: 10 }, { Id: 20712 AegisName: "R_BlueCoral" Name: "R Blue Coral" Type: "IT_ETC" Buy: 80 Sell: 27 Weight: 10 }, { Id: 20713 AegisName: "R_FishBox" Name: "R Fish Box" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 1250 Trade: { nodrop: true noselltonpc: true } }, { Id: 20714 AegisName: "R_GuildCertification" Name: "R Guild Certification" Type: "IT_ETC" Buy: 100000 Sell: 100 }, { Id: 20715 AegisName: "R_CroconutBox" Name: "R Croconut Box" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 1400 Trade: { nodrop: true noselltonpc: true } }, { Id: 20716 AegisName: "R_PlushroomBox" Name: "R Plushroom Box" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 720 Trade: { nodrop: true noselltonpc: true } }, { Id: 20717 AegisName: "R_PoisonedDish" Name: "R Poisoned Dish" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 20 Delay: 0 Trade: { nodrop: true noselltonpc: true } Sprite: 0 }, { Id: 20718 AegisName: "R_JohanneKey" Name: "R Johanne Key" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 1 Delay: 0 Trade: { nodrop: true noselltonpc: true } Sprite: 0 }, { Id: 20719 AegisName: "R_LeftCraftyWing" Name: "R Left Crafty Wing" Type: "IT_ETC" Buy: 10 Sell: 3 Weight: 35 }, { Id: 20720 AegisName: "R_BatTeeth" Name: "R Bat Teeth" Type: "IT_ETC" Buy: 10 Sell: 3 Weight: 3 }, { Id: 20721 AegisName: "R_RightCraftyWing" Name: "R Right Crafty Wing" Type: "IT_ETC" Buy: 10 Sell: 3 Weight: 35 }, { Id: 20722 AegisName: "R_Pumpkin" Name: "R Pumpkin" Type: "IT_ETC" Buy: 15 Sell: 5 Weight: 530 }, { Id: 20723 AegisName: "R_MushroomSpores" Name: "R Mushroom Spores" Type: "IT_ETC" Buy: 5 Sell: 1 Weight: 1 }, { Id: 20724 AegisName: "R_Moss" Name: "R Moss" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 2 }, { Id: 20725 AegisName: "R_Tentacles" Name: "R Tentacles" Type: "IT_ETC" Buy: 100 Sell: 30 Weight: 8 }, { Id: 20726 AegisName: "R_CommonCarp" Name: "R Common Carp" Type: "IT_ETC" Buy: 600 Sell: 60 Weight: 200 }, { Id: 20727 AegisName: "R_GrassCarp" Name: "R Grass Carp" Type: "IT_ETC" Buy: 900 Sell: 80 Weight: 200 }, { Id: 20728 AegisName: "R_FishingRod" Name: "R Fishing Rod" Type: "IT_ETC" Buy: 5000 Sell: 150 Weight: 20 }, { Id: 20729 AegisName: "R_FluffyFur" Name: "R Fluffy Fur" Type: "IT_ETC" Buy: 200 Sell: 8 Weight: 2 }, { Id: 20730 AegisName: "R_AquadaBox" Name: "R Aquada Box" Type: "IT_ETC" Buy: 2 Sell: 1 Weight: 850 Trade: { nodrop: true noselltonpc: true } }, { Id: 20731 AegisName: "R_EmptyBottle" Name: "R Empty Bottle" Type: "IT_ETC" Buy: 500 Sell: 100 Weight: 100 }, { Id: 20732 AegisName: "R_RawLog" Name: "R Raw Log" Type: "IT_ETC" Buy: 200 Sell: 5 Weight: 200 }, { Id: 20733 AegisName: "R_PinkAntennae" Name: "R Pink Antennae" Type: "IT_ETC" Buy: 500 Sell: 15 Weight: 25 }, { Id: 20734 AegisName: "R_EmptyMug" Name: "R Empty Mug" Type: "IT_ETC" Buy: 1500 Sell: 50 Weight: 100 }, { Id: 20735 AegisName: "R_PinkPetal" Name: "R Pink Petal" Type: "IT_ETC" Buy: 75 Sell: 8 Weight: 5 }, { Id: 20736 AegisName: "R_PileOfAsh" Name: "R Pile Of Ash" Type: "IT_ETC" Buy: 500 Sell: 20 Weight: 5 }, { Id: 20737 AegisName: "R_AlizarinHerb" Name: "R Alizarin Herb" Type: "IT_ETC" Buy: 20 Sell: 1 Weight: 1 }, { Id: 20738 AegisName: "R_CobaltHerb" Name: "R Cobalt Herb" Type: "IT_ETC" Buy: 20 Sell: 1 Weight: 1 }, { Id: 20739 AegisName: "R_GambogeHerb" Name: "R Gamboge Herb" Type: "IT_ETC" Buy: 20 Sell: 1 Weight: 1 }, { Id: 20740 AegisName: "R_MauveHerb" Name: "R Mauve Herb" Type: "IT_ETC" Buy: 20 Sell: 1 Weight: 1 }, { Id: 20741 AegisName: "R_GoldNuggets" Name: "R Gold Nuggets" Type: "IT_ETC" Buy: 10000 Sell: 1500 Weight: 100 }, { Id: 20742 AegisName: "R_Coal" Name: "R Coal" Type: "IT_ETC" Buy: 1800 Sell: 100 Weight: 50 }, { Id: 20743 AegisName: "R_IronOre" Name: "R Iron Ore" Type: "IT_ETC" Buy: 6500 Sell: 350 Weight: 150 }, { Id: 20744 AegisName: "R_MaggotSlime" Name: "R Maggot Slime" Type: "IT_ETC" Buy: 100 Sell: 3 Weight: 1 }, { Id: 20745 AegisName: "R_BugLeg" Name: "R Bug Leg" Type: "IT_ETC" Buy: 100 Sell: 4 Weight: 1 }, { Id: 20746 AegisName: "R_HardSpike" Name: "R Hard Spike" Type: "IT_ETC" Buy: 750 Sell: 60 Weight: 1 }, { Id: 20747 AegisName: "R_SilkCocoon" Name: "R Silk Cocoon" Type: "IT_ETC" Buy: 500 Sell: 25 Weight: 1 }, { Id: 20748 AegisName: "R_ARedRose" Name: "R Red Rose" Type: "IT_ETC" Buy: 1000 Sell: 75 Weight: 10 }, { Id: 20749 AegisName: "R_AWhiteRose" Name: "R White Rose" Type: "IT_ETC" Buy: 1000 Sell: 75 Weight: 10 }, { Id: 20750 AegisName: "R_AYellowRose" Name: "R Yellow Rose" Type: "IT_ETC" Buy: 1000 Sell: 75 Weight: 10 }, { Id: 20751 AegisName: "R_ABlueRose" Name: "R Blue Rose" Type: "IT_ETC" Buy: 2000 Sell: 150 Weight: 10 }, { Id: 20752 AegisName: "R_ARedTulip" Name: "R Red Tulip" Type: "IT_ETC" Buy: 800 Sell: 65 Weight: 10 }, { Id: 20753 AegisName: "R_AWhiteTulip" Name: "R White Tulip" Type: "IT_ETC" Buy: 800 Sell: 65 Weight: 10 }, { Id: 20754 AegisName: "R_AYellowTulip" Name: "R Yellow Tulip" Type: "IT_ETC" Buy: 800 Sell: 65 Weight: 10 }, { Id: 20755 AegisName: "R_ABlueTulip" Name: "R Blue Tulip" Type: "IT_ETC" Buy: 1600 Sell: 130 Weight: 10 }, { Id: 20756 AegisName: "R_CoinBag" Name: "R Coin Bag" Type: "IT_ETC" Buy: 10000 Sell: 500 Weight: 250 }, { Id: 20757 AegisName: "R_MagicFeather" Name: "R Magic Feather" Type: "IT_ETC" Buy: 100000 Sell: 12500 Weight: 25 }, { Id: 20758 AegisName: "R_SmallMushroom" Name: "R Small Mushroom" Type: "IT_ETC" Buy: 500 Sell: 80 Weight: 75 }, { Id: 20759 AegisName: "R_BlackScorpionStinger" Name: "R Black Scorpion Stinger" Type: "IT_ETC" Buy: 1000 Sell: 100 Weight: 200 }, { Id: 20760 AegisName: "R_GoldenScorpionStinger" Name: "R Golden Scorpion Stinger" Type: "IT_ETC" Buy: 25000 Sell: 8500 Weight: 500 }, { Id: 20761 AegisName: "R_Gearwheel" Name: "R Gearwheel" Type: "IT_ETC" Buy: 2500 Sell: 650 Weight: 500 }, { Id: 20762 AegisName: "R_Lockpicks" Name: "R Lockpicks" Type: "IT_ETC" Buy: 5000 Sell: 400 Weight: 50 }, { Id: 20763 AegisName: "R_Bone" Name: "R Bone" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 100 }, { Id: 20764 AegisName: "R_DruidTreeBranch" Name: "R Druid Tree Branch" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 200 }, { Id: 20765 AegisName: "R_LeftScorpionClaw" Name: "R Left Scorpion Claw" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 150 }, { Id: 20766 AegisName: "R_RightScorpionClaw" Name: "R Right Scorpion Claw" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 150 }, { Id: 20767 AegisName: "R_CopperOre" Name: "R Copper Ore" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 500 }, { Id: 20768 AegisName: "R_SilverOre" Name: "R Silver Ore" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 500 }, { Id: 20769 AegisName: "R_GoldOre" Name: "R Gold Ore" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 500 }, { Id: 20770 AegisName: "R_PlatinumOre" Name: "R Platinum Ore" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 500 }, { Id: 20771 AegisName: "R_DiamondPowder" Name: "R Diamond Powder" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 50 }, { Id: 20772 AegisName: "R_RubyPowder" Name: "R Ruby Powder" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 50 }, { Id: 20773 AegisName: "R_EmeraldPowder" Name: "R Emerald Powder" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 50 }, { Id: 20774 AegisName: "R_SapphirePowder" Name: "R Sapphire Powder" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 50 }, { Id: 20775 AegisName: "R_TopazPowder" Name: "R Topaz Powder" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 50 }, { Id: 20776 AegisName: "R_AmethystPowder" Name: "R Amethyst Powder" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 50 }, { Id: 20777 AegisName: "R_ScorpionStinger" Name: "R Scorpion Stinger" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 20 }, { Id: 20778 AegisName: "R_Skull" Name: "R Skull" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 350 }, { Id: 20779 AegisName: "R_SnakeSkin" Name: "R Snake Skin" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 100 }, { Id: 20780 AegisName: "R_SnakeTongue" Name: "R Snake Tongue" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 35 }, { Id: 20781 AegisName: "R_TerraniteOre" Name: "R Terranite Ore" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 500 }, { Id: 20782 AegisName: "R_IronIngot" Name: "R Iron Ingot" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 1000 }, { Id: 20783 AegisName: "R_CopperIngot" Name: "R Copper Ingot" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 1000 }, { Id: 20784 AegisName: "R_SilverIngot" Name: "R Silver Ingot" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 1000 }, { Id: 20785 AegisName: "R_GoldIngot" Name: "R Gold Ingot" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 1000 }, { Id: 20786 AegisName: "R_PlatinumIngot" Name: "R Platinum Ingot" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 1000 }, { Id: 20787 AegisName: "R_TerraniteIngot" Name: "R Terranite Ingot" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 1000 }, { Id: 20788 AegisName: "R_RotoniumOre" Name: "R Rotonium Ore" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 500 }, { Id: 20789 AegisName: "R_ZealiteOre" Name: "R Zealite Ore" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 500 }, { Id: 20790 AegisName: "R_RotoniumIngot" Name: "R Rotonium Ingot" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 1000 }, { Id: 20791 AegisName: "R_ZealiteIngot" Name: "R Zealite Ingot" Type: "IT_ETC" Buy: 1000 Sell: 250 Weight: 1000 }, { Id: 20800 AegisName: "R_DiamondShard" Name: "R Diamond Shard" Type: "IT_ETC" Buy: 5000 Sell: 700 Weight: 10 Slots: 0 }, { Id: 20801 AegisName: "R_RubyShard" Name: "R Ruby Shard" Type: "IT_ETC" Buy: 5000 Sell: 700 Weight: 10 Slots: 0 }, { Id: 20802 AegisName: "R_EmeraldShard" Name: "R Emerald Shard" Type: "IT_ETC" Buy: 5000 Sell: 700 Weight: 10 Slots: 0 }, { Id: 20803 AegisName: "R_SapphireShard" Name: "R Sapphire Shard" Type: "IT_ETC" Buy: 5000 Sell: 700 Weight: 10 Slots: 0 }, { Id: 20804 AegisName: "R_TopazShard" Name: "R Topaz Shard" Type: "IT_ETC" Buy: 5000 Sell: 700 Weight: 10 Slots: 0 }, { Id: 20805 AegisName: "R_AmethystShard" Name: "R Amethyst Shard" Type: "IT_ETC" Buy: 5000 Sell: 700 Weight: 10 Slots: 0 }, { Id: 20806 AegisName: "R_EmptyBowl" Name: "R Empty Bowl" Type: "IT_ETC" Buy: 50000 Sell: 5000 Weight: 150 Slots: 0 }, { Id: 20807 AegisName: "R_ClothesPack" Name: "R Clothes Pack" Type: "IT_ETC" Buy: 0 Sell: 0 Weight: 25 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 20808 AegisName: "R_TreasureKey" Name: "R Treasure Key" Type: "IT_ETC" Buy: 500 Sell: 110 Weight: 20 }, { Id: 20809 AegisName: "R_CottonCloth" Name: "R Cotton Cloth" Weight: 10 }, { Id: 20810 AegisName: "R_LeatherPatch" Name: "R Leather Patch" Weight: 50 }, { Id: 20811 AegisName: "R_SnakeScale" Name: "R Snake Scale" Weight: 25 }, { Id: 20812 AegisName: "R_SquirrelPelt" Name: "R Squirrel Pelt" Weight: 200 }, { Id: 20813 AegisName: "R_WolvernPelt" Name: "R Wolvern Pelt" Weight: 500 }, { Id: 20814 AegisName: "R_EmptyPlate" Name: "R Empty Plate" Type: "IT_ETC" Buy: 50000 Sell: 5000 Weight: 80 Slots: 0 }, { Id: 20815 AegisName: "R_WaxChunk" Name: "R Wax Chunk" Weight: 100 }, { Id: 20816 AegisName: "R_Codfish" Name: "R Codfish" Type: "IT_ETC" Buy: 1900 Sell: 180 Weight: 300 }, { Id: 20817 AegisName: "R_Tuna" Name: "R Tuna" Type: "IT_ETC" Buy: 2100 Sell: 200 Weight: 270 }, { Id: 20818 AegisName: "R_Trout" Name: "R Trout" Type: "IT_ETC" Buy: 2900 Sell: 280 Weight: 150 }, { Id: 20819 AegisName: "R_Salmon" Name: "R Salmon" Type: "IT_ETC" Buy: 3500 Sell: 320 Weight: 210 }, { Id: 20820 AegisName: "R_AcornFlour" Name: "R Acorn Flour" Type: "IT_ETC" Buy: 900 Sell: 120 Weight: 110 }, { Id: 20821 AegisName: "R_Suitcase" Name: "R Suitcase" Type: "IT_ETC" Buy: 900 Sell: 150 Weight: 8000 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, // Necklaces { Id: 21000 AegisName: "R_CopperNecklace" Name: "R Copper Necklace" Type: "IT_ARMOR" Buy: 10000 Sell: 400 Weight: 50 Atk: 1 Matk: 2 Slots: 1 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 6 Refine: false ViewSprite: 21000 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gem } }, { Id: 21001 AegisName: "R_SilverNecklace" Name: "R Silver Necklace" Type: "IT_ARMOR" Buy: 20000 Sell: 1000 Weight: 70 Atk: 1 Matk: 3 Slots: 1 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 46 Refine: false ViewSprite: 21001 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gem } }, { Id: 21002 AegisName: "R_GoldNecklace" Name: "R Gold Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Atk: 2 Matk: 5 Slots: 1 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 76 Refine: false ViewSprite: 21002 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gem } }, { Id: 21003 AegisName: "R_PlatinumNecklace" Name: "R Platinum Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 50 Atk: 4 Matk: 8 Slots: 1 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 96 Refine: false ViewSprite: 21003 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gem } }, { Id: 21004 AegisName: "R_CopperFourLeafNecklace" Name: "R Copper Four-Leaf Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 50 Atk: 4 Matk: 8 Slots: 1 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 16 Refine: false ViewSprite: 21004 BindOnEquip: false AllowCards: { id5505: 1 // Runestones } }, { Id: 21005 AegisName: "R_SilverFourLeafNecklace" Name: "R Silver Four-Leaf Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 50 Atk: 4 Matk: 8 Slots: 2 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 56 Refine: false ViewSprite: 21005 BindOnEquip: false AllowCards: { id5505: 2 // Runestones } }, { Id: 21006 AegisName: "R_GoldenFourLeafNecklace" Name: "R Golden Four-Leaf Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 50 Atk: 4 Matk: 8 Slots: 3 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 86 Refine: false ViewSprite: 21006 BindOnEquip: false AllowCards: { id5505: 3 // Runestones } }, { Id: 21007 AegisName: "R_PlatinumFourLeafNecklace" Name: "R Platinum Four-Leaf Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 50 Atk: 4 Matk: 8 Slots: 4 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 106 Refine: false ViewSprite: 21007 BindOnEquip: false AllowCards: { id5505: 4 // Runestones } }, { Id: 21008 AegisName: "R_ToothNecklace" Name: "R Tooth Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 70 Atk: 1 Matk: 0 Slots: 0 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 26 Refine: false ViewSprite: 21008 BindOnEquip: false }, { Id: 21009 AegisName: "R_TeethNecklace" Name: "R Teeth Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Atk: 2 Matk: 0 Slots: 1 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 66 Refine: false ViewSprite: 21009 BindOnEquip: false AllowCards: { id5505: 1 // Runestones } }, { Id: 21010 AegisName: "R_BarbarianNecklace" Name: "R Barbarian Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 120 Atk: 4 Matk: 0 Slots: 2 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 96 Refine: false ViewSprite: 21010 BindOnEquip: false AllowCards: { id5505: 2 // Runestones } }, { Id: 21011 AegisName: "R_HeartNecklace" Name: "R Heart Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 150 Matk: 1 Slots: 0 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 21011 BindOnEquip: false // TODO: Hearts particle effect. }, { Id: 21012 AegisName: "R_MoubooNecklace" Name: "R Mouboo Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 150 Atk: 1 Matk: 1 Slots: 0 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 36 Refine: false ViewSprite: 21012 BindOnEquip: false // TODO: Well, what exactly? Transform player into a Mouboo, or even a Moubi? }, { Id: 21013 AegisName: "R_SkullNecklace" Name: "R Skull Necklace" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 200 Atk: 0 Matk: 1 Slots: 0 Loc: "EQP_COSTUME_HEAD_TOP" WeaponLv: 0 EquipLv: 46 Refine: false ViewSprite: 21013 BindOnEquip: false // TODO: Transform player into a skeleton. }, // Rings { Id: 21100 AegisName: "R_SimpleCopperRing" Name: "R Simple Copper Ring" Type: "IT_ARMOR" Buy: 10000 Sell: 400 Weight: 50 Atk: 1 Matk: 2 Slots: 0 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 8 Refine: false ViewSprite: 21100 BindOnEquip: false }, { Id: 21101 AegisName: "R_SimpleSilverRing" Name: "R Simple Silver Ring" Type: "IT_ARMOR" Buy: 10000 Sell: 400 Weight: 50 Atk: 1 Matk: 3 Slots: 0 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 8 Refine: false ViewSprite: 21101 BindOnEquip: false }, { Id: 21102 AegisName: "R_SimpleGoldenRing" Name: "R Simple Golden Ring" Type: "IT_ARMOR" Buy: 10000 Sell: 400 Weight: 50 Atk: 2 Matk: 3 Slots: 0 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 18 Refine: false ViewSprite: 21102 BindOnEquip: false }, { Id: 21103 AegisName: "R_SimplePlatinumRing" Name: "R Simple Platinum Ring" Type: "IT_ARMOR" Buy: 10000 Sell: 400 Weight: 50 Atk: 2 Matk: 4 Slots: 0 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 18 Refine: false ViewSprite: 21103 BindOnEquip: false }, { Id: 21104 AegisName: "R_SoulRing" Name: "R Soul Ring" Type: "IT_ARMOR" Buy: 10000 Sell: 400 Weight: 50 Atk: 1 Matk: 1 Slots: 0 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 30 Refine: false ViewSprite: 21104 BindOnEquip: false }, { Id: 21105 AegisName: "R_CopperRing" Name: "R Copper Ring" Type: "IT_ARMOR" Buy: 10000 Sell: 400 Weight: 50 Matk: 2 Slots: 1 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 28 Refine: false ViewSprite: 21105 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gems } }, { Id: 21106 AegisName: "R_SilverRing" Name: "R Silver Ring" Type: "IT_ARMOR" Buy: 20000 Sell: 1000 Weight: 70 Atk: 1 Matk: 3 Slots: 2 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 48 Refine: false ViewSprite: 21106 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gems id5505: 1 // Runestones } }, { Id: 21107 AegisName: "R_GoldRing" Name: "R Gold Ring" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Atk: 2 Matk: 5 Slots: 2 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 68 Refine: false ViewSprite: 21107 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gems id5505: 1 // Runestones } }, { Id: 21108 AegisName: "R_PlatinumRing" Name: "R Platinum Ring" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Atk: 4 Matk: 8 Slots: 3 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 88 Refine: false ViewSprite: 21108 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gems id5505: 2 // Runestones } }, { Id: 21109 AegisName: "R_CopperSignetRing" Name: "R Copper Signet Ring" Type: "IT_ARMOR" Buy: 10000 Sell: 400 Weight: 50 Matk: 2 Slots: 1 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 38 Refine: false ViewSprite: 21109 BindOnEquip: false AllowCards: { id5504: 1 // Gems } }, { Id: 21110 AegisName: "R_SilverSignetRing" Name: "R Silver Signet Ring" Type: "IT_ARMOR" Buy: 20000 Sell: 1000 Weight: 70 Atk: 1 Matk: 3 Slots: 2 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 58 Refine: false ViewSprite: 21110 BindOnEquip: false AllowCards: { id5504: 1 // Gems id5505: 1 // Runestones } }, { Id: 21111 AegisName: "R_GoldSignetRing" Name: "R Gold Signet Ring" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Atk: 2 Matk: 5 Slots: 2 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 78 Refine: false ViewSprite: 21111 BindOnEquip: false AllowCards: { id5504: 1 // Gems id5505: 1 // Runestones } }, { Id: 21112 AegisName: "R_PlatinumSignetRing" Name: "R Platinum Signet Ring" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Atk: 4 Matk: 8 Slots: 3 Loc: "EQP_COSTUME_HEAD_MID" WeaponLv: 0 EquipLv: 98 Refine: false ViewSprite: 21112 BindOnEquip: false AllowCards: { id5504: 1 // Gems id5505: 2 // Runestones } }, // Charms { Id: 21200 AegisName: "R_AncientScroll" Name: "R Ancient Scroll" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 80 Atk: 0 Matk: 1 Slots: 0 Loc: "EQP_ACC_L" WeaponLv: 0 EquipLv: 59 Refine: false ViewSprite: 21200 BindOnEquip: false // TODO: Add Buff. }, { Id: 21201 AegisName: "R_Clover" Name: "R Clover" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 10 Atk: 0 Matk: 0 Slots: 0 Loc: "EQP_ACC_L" WeaponLv: 0 EquipLv: 19 Refine: false ViewSprite: 21201 BindOnEquip: false Script: <" bonus bLuk, 5; "> }, { Id: 21202 AegisName: "R_FireScroll" Name: "R Fire Scroll" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 120 Atk: 0 Matk: 2 Slots: 0 Loc: "EQP_ACC_L" WeaponLv: 0 EquipLv: 79 Refine: false ViewSprite: 21202 BindOnEquip: false // TODO: Add Buff. }, { Id: 21203 AegisName: "R_Grimoire" Name: "R Grimoire" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 220 Atk: 0 Matk: 3 Slots: 0 Loc: "EQP_ACC_L" WeaponLv: 0 EquipLv: 69 Refine: false ViewSprite: 21203 BindOnEquip: false // TODO: Add Buff. }, { Id: 21204 AegisName: "R_HeartofIsis" Name: "R Heart of Isis" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 150 Atk: 0 Matk: 0 Slots: 0 Loc: "EQP_ACC_L" WeaponLv: 0 EquipLv: 99 Refine: false ViewSprite: 21204 BindOnEquip: false // TODO: Add Buff. }, { Id: 21205 AegisName: "R_ThetaBook" Name: "R Theta Book" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 200 Atk: 0 Matk: 0 Slots: 0 Loc: "EQP_ACC_L" WeaponLv: 0 EquipLv: 89 Refine: false ViewSprite: 21205 BindOnEquip: false // TODO: Add Buff. }, { Id: 21206 AegisName: "R_FlowerTowel" Name: "R Flower Towel" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Atk: 0 Matk: 0 Slots: 0 Loc: "EQP_ACC_L" WeaponLv: 0 EquipLv: 39 Refine: false ViewSprite: 21206 BindOnEquip: false // TODO: Add Buff. }, // TODO: Lv 9 and Lv 29 charms // Armor { Id: 21300 AegisName: "R_CreasedShirt" Name: "R Creased Shirt" Type: "IT_ARMOR" Buy: 70 Sell: 18 Weight: 17 Def: 1 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 21300 BindOnEquip: false }, { Id: 21301 AegisName: "R_VneckJumper" Name: "R V-neck Jumper" Type: "IT_ARMOR" Buy: 1800 Sell: 200 Weight: 30 Def: 6 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 21301 BindOnEquip: false AllowCards: { id5500: 1 // BasicSilkDyes } }, { Id: 21302 AegisName: "R_ArtisTankTop" Name: "R Artis Tank Top" Type: "IT_ARMOR" Buy: 1200 Sell: 120 Weight: 11 Def: 2 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 21302 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 21303 AegisName: "R_SailorShirt" Name: "R SailorShirt" Type: "IT_ARMOR" Buy: 1900 Sell: 250 Weight: 22 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 21303 BindOnEquip: false }, { Id: 21304 AegisName: "R_LegionTrainingShirt" Name: "R Legion's Training Shirt" Type: "IT_ARMOR" Buy: 4500 Sell: 300 Weight: 120 Def: 7 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 21304 BindOnEquip: false }, { Id: 21305 AegisName: "R_LegionCopperArmor" Name: "R Legion's Copper Armor" Type: "IT_ARMOR" Buy: 12000 Sell: 800 Weight: 340 Def: 10 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 15 Refine: false ViewSprite: 21305 BindOnEquip: false }, { Id: 21306 AegisName: "R_ForestArmor" Name: "R Forest Armor" Type: "IT_ARMOR" Buy: 25000 Sell: 7300 Weight: 170 Def: 11 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 30 Refine: false ViewSprite: 21306 BindOnEquip: false Script: <" bonus bDex, 5; "> }, { Id: 21307 AegisName: "R_SilkRobe" Name: "R Silk Robe" Type: "IT_ARMOR" Buy: 35000 Sell: 2900 Weight: 70 Def: 6 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 21307 BindOnEquip: false Script: <" bonus bInt, 3; bonus bAgi, 1; bonus bMatk, 30; "> AllowCards: { id5501: 1 // ExtendedSilkDyes } }, { Id: 21308 AegisName: "R_FineDress" Name: "R Fine Dress" Type: "IT_ARMOR" Buy: 12000 Sell: 2600 Weight: 240 Def: 10 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 15 Refine: false ViewSprite: 21308 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 21309 AegisName: "R_WarlordPlate" Name: "R Warlord Plate" Type: "IT_ARMOR" Buy: 75000 Sell: 8500 Weight: 1500 Def: 28 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 50 Refine: false ViewSprite: 21309 BindOnEquip: false BuyingStore: true Script: <" bonus bStr, 2; bonus bVit, 1; "> AllowCards: { id5505: 1 // Runestones } }, { Id: 21310 AegisName: "R_LegionIronArmor" Name: "R Legion's Iron Armor" Type: "IT_ARMOR" Buy: 55000 Sell: 13000 Weight: 680 Def: 18 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 30 Refine: false ViewSprite: 21310 BindOnEquip: false AllowCards: { id5505: 1 // Runestones } }, { Id: 21311 AegisName: "R_GoldenWarlordPlate" Name: "R Golden Warlord Plate" Type: "IT_ARMOR" Buy: 150000 Sell: 45000 Weight: 3500 Def: 32 Slots: 2 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 70 Refine: false ViewSprite: 21311 BindOnEquip: false BuyingStore: true Script: <" bonus bStr, 4; bonus bVit, 2; "> Trade: { nodrop: true noselltonpc: true } AllowCards: { id5505: 2 // Runestones } }, // Placeholder Chests { Id: 21312 AegisName: "R_ApprenticeRobe" Name: "R Apprentice Robe" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 20 Refine: false ViewSprite: 21312 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 21313 AegisName: "R_AssassinChest" Name: "R Assassin Chest" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 90 Refine: false ViewSprite: 21313 BindOnEquip: false }, { Id: 21314 AegisName: "R_BlackArmor" Name: "R Black Armor" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 18 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 90 Refine: false ViewSprite: 21314 BindOnEquip: false }, { Id: 21315 AegisName: "R_Chainmail" Name: "R Chainmail" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 40 Refine: false ViewSprite: 21315 BindOnEquip: false }, { Id: 21316 AegisName: "R_EvocatorRobe" Name: "R Evocator Robe" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 60 Refine: false ViewSprite: 21316 BindOnEquip: false }, { Id: 21317 AegisName: "R_JustifierChest" Name: "R Justifier Chest" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 80 Refine: false ViewSprite: 21317 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 21318 AegisName: "R_LightPlatemail" Name: "R Light Platemail" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 20 Refine: false ViewSprite: 21318 BindOnEquip: false }, { Id: 21319 AegisName: "R_PeltJacket" Name: "R Pelt Jacket" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 50 Refine: false ViewSprite: 21319 BindOnEquip: false }, { Id: 21320 AegisName: "R_Snakeplate" Name: "R Snakeplate" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 80 Refine: false ViewSprite: 21320 BindOnEquip: false }, { Id: 21321 AegisName: "R_SorcererRobe" Name: "R Sorcerer Robe" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 40 Refine: false ViewSprite: 21321 BindOnEquip: false }, { Id: 21322 AegisName: "R_TerraniteArmor" Name: "R Terranite Armor" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 70 Refine: false ViewSprite: 21322 BindOnEquip: false AllowCards: { id5503: 1 // Crude Gems } }, { Id: 21323 AegisName: "R_WizardRobe" Name: "R Wizard Robe" Type: "IT_ARMOR" Buy: 50000 Sell: 5000 Weight: 100 Def: 10 Slots: 1 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 80 Refine: false ViewSprite: 21323 BindOnEquip: false AllowCards: { id5505: 1 // Runestones } }, // Boots { Id: 21800 AegisName: "R_LousyMoccasins" Name: "R Lousy Moccasins" Type: "IT_ARMOR" Buy: 600 Sell: 180 Weight: 18 Def: 1 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 4 Refine: false ViewSprite: 21800 BindOnEquip: false }, { Id: 21801 AegisName: "R_CottonBoots" Name: "R Cotton Boots" Type: "IT_ARMOR" Buy: 2600 Sell: 420 Weight: 35 Def: 2 Slots: 1 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 12 Refine: false ViewSprite: 21801 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 21802 AegisName: "R_FurBoots" Name: "R Fur Boots" Type: "IT_ARMOR" Buy: 12000 Sell: 650 Weight: 75 Def: 4 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 20 Refine: false ViewSprite: 21802 BindOnEquip: false BuyingStore: true }, { Id: 21803 AegisName: "R_BanditBoots" Name: "R Bandit Boots" Type: "IT_ARMOR" Buy: 15000 Sell: 900 Weight: 60 Def: 4 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 20 Refine: false ViewSprite: 21803 BindOnEquip: false BuyingStore: true }, // Placeholder Boots { Id: 21804 AegisName: "R_AssassinBoots" Name: "R Assassin Boots" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 40 Refine: false ViewSprite: 21804 BindOnEquip: false BuyingStore: true }, { Id: 21805 AegisName: "R_BromenalBoots" Name: "R Bromenal Boots" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 55 Refine: false ViewSprite: 21805 BindOnEquip: false BuyingStore: true }, { Id: 21806 AegisName: "R_RidingBoots" Name: "R Riding Boots" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 75 Refine: false ViewSprite: 21806 BindOnEquip: false BuyingStore: true }, { Id: 21807 AegisName: "R_Slippers" Name: "R Slippers" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 23 Refine: false ViewSprite: 21807 BindOnEquip: false BuyingStore: true }, { Id: 21808 AegisName: "R_WarlordBoots" Name: "R Warlord Boots" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 60 Refine: false ViewSprite: 21808 BindOnEquip: false BuyingStore: true }, { Id: 21809 AegisName: "R_ManaSlippers" Name: "R Mana Slippers" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 10 Def: 1 Slots: 1 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 42 Refine: false ViewSprite: 21809 BindOnEquip: false BuyingStore: true AllowCards: { id5501: 1 // ExtendedSilkDyes } }, { Id: 21810 AegisName: "R_SquirrelBoots" Name: "R Squirrel Boots" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 37 Refine: false ViewSprite: 21810 BindOnEquip: false BuyingStore: true }, { Id: 21811 AegisName: "R_BlackBoots" Name: "R Black Boots" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 200 Def: 7 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 60 Refine: false ViewSprite: 21811 BindOnEquip: false BuyingStore: true }, { Id: 21812 AegisName: "R_LeatherBoots" Name: "R Leather Boots" Type: "IT_ARMOR" Buy: 12000 Sell: 600 Weight: 150 Def: 5 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 27 Refine: false ViewSprite: 21812 BindOnEquip: false BuyingStore: true }, { Id: 21813 AegisName: "R_GoldenWarlordBoots" Name: "R Golden Warlord Boots" Type: "IT_ARMOR" Buy: 112000 Sell: 1600 Weight: 400 Def: 10 Slots: 0 Loc: "EQP_SHOES" WeaponLv: 0 EquipLv: 70 Refine: false ViewSprite: 21813 BindOnEquip: false BuyingStore: true }, // Gloves { Id: 22000 AegisName: "R_Armbands" Name: "R Armbands" Type: "IT_ARMOR" Buy: 400 Sell: 120 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 3 Refine: false ViewSprite: 22000 BindOnEquip: false }, { Id: 22001 AegisName: "R_CopperArmbands" Name: "R Copper Armbands" Type: "IT_ARMOR" Buy: 4000 Sell: 800 Weight: 20 Def: 2 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 7 Refine: false ViewSprite: 22001 BindOnEquip: false }, { Id: 22002 AegisName: "R_IronArmbands" Name: "R Iron Armbands" Type: "IT_ARMOR" Buy: 7500 Sell: 940 Weight: 30 Def: 3 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 11 Refine: false ViewSprite: 22002 BindOnEquip: false }, { Id: 22003 AegisName: "R_CottonGloves" Name: "R Cotton Gloves" Type: "IT_ARMOR" Buy: 3000 Sell: 250 Weight: 60 Def: 1 Slots: 1 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 22003 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 22004 AegisName: "R_LeatherGloves" Name: "R Leather Gloves" Type: "IT_ARMOR" Buy: 3500 Sell: 500 Weight: 140 Def: 3 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 20 Refine: false ViewSprite: 22004 BindOnEquip: false }, { Id: 22005 AegisName: "R_BanditGloves" Name: "R Bandit Gloves" Type: "IT_ARMOR" Buy: 8500 Sell: 650 Weight: 85 Def: 4 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 25 Refine: false ViewSprite: 22005 BindOnEquip: false }, //Placeholder Gloves { Id: 22006 AegisName: "R_AssassinGloves" Name: "R Assassin Gloves" Type: "IT_ARMOR" Buy: 8000 Sell: 400 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 45 Refine: false ViewSprite: 22006 BindOnEquip: false }, { Id: 22007 AegisName: "R_BromenalGloves" Name: "R Bromenal Gloves" Type: "IT_ARMOR" Buy: 8000 Sell: 400 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 50 Refine: false ViewSprite: 22007 BindOnEquip: false }, { Id: 22008 AegisName: "R_ShortGloves" Name: "R Short Gloves" Type: "IT_ARMOR" Buy: 8000 Sell: 400 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 22 Refine: false ViewSprite: 22008 BindOnEquip: false }, { Id: 22009 AegisName: "R_SilkGloves" Name: "R Silk Gloves" Type: "IT_ARMOR" Buy: 8000 Sell: 400 Weight: 10 Def: 1 Slots: 1 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 30 Refine: false ViewSprite: 22009 BindOnEquip: false AllowCards: { id5501: 1 // ExtendedSilkDyes } }, { Id: 22010 AegisName: "R_BlackGloves" Name: "R Black Gloves" Type: "IT_ARMOR" Buy: 8000 Sell: 400 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 55 Refine: false ViewSprite: 22010 BindOnEquip: false }, { Id: 22011 AegisName: "R_FursGloves" Name: "R Furs Gloves" Type: "IT_ARMOR" Buy: 8000 Sell: 400 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 35 Refine: false ViewSprite: 20211 BindOnEquip: false }, { Id: 22012 AegisName: "R_GoldenArmbands" Name: "R Golden Armbands" Type: "IT_ARMOR" Buy: 8000 Sell: 400 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 65 Refine: false ViewSprite: 22012 BindOnEquip: false }, { Id: 22013 AegisName: "R_ManaGloves" Name: "R Mana Gloves" Type: "IT_ARMOR" Buy: 8000 Sell: 400 Weight: 10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 EquipLv: 50 Refine: false ViewSprite: 22013 BindOnEquip: false }, // Pants { Id: 22200 AegisName: "R_CreasedShorts" Name: "R Creased Shorts" Type: "IT_ARMOR" Buy: 60 Sell: 15 Weight: 20 Def: 1 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 22200 BindOnEquip: false }, { Id: 22201 AegisName: "R_BrownTrousers" Name: "R Brown Trousers" Type: "IT_ARMOR" Buy: 1200 Sell: 250 Weight: 35 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 22201 BindOnEquip: false }, { Id: 22202 AegisName: "R_JeansChaps" Name: "R Jeans Chaps" Type: "IT_ARMOR" Buy: 2500 Sell: 500 Weight: 360 Atk: 0 Matk: -100 Def: 3 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 12 Refine: false ViewSprite: 22202 BindOnEquip: false }, { Id: 22203 AegisName: "R_SilkPants" Name: "R Silk Pants" Type: "IT_ARMOR" Buy: 5000 Sell: 1000 Weight: 20 Def: 3 Slots: 1 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 17 Refine: false ViewSprite: 22203 BindOnEquip: false AllowCards: { id5501: 1 // ExtendedSilkDyes } }, { Id: 22204 AegisName: "R_CottonSkirt" Name: "R Cotton Skirt" Type: "IT_ARMOR" Buy: 3000 Sell: 600 Weight: 15 Def: 1 Slots: 1 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 22204 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 22205 AegisName: "R_LeatherTrousers" Name: "R Leather Trousers" Type: "IT_ARMOR" Buy: 9500 Sell: 2100 Weight: 280 Def: 3 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 15 Refine: false ViewSprite: 22205 BindOnEquip: false }, { Id: 22206 AegisName: "R_BanditTrousers" Name: "R Bandit Trousers" Type: "IT_ARMOR" Buy: 9500 Sell: 1100 Weight: 110 Def: 6 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 25 Refine: false ViewSprite: 22206 BindOnEquip: false }, //PLaceholder Pants { Id: 22207 AegisName: "R_AssassinPants" Name: "R Assassin Pants" Type: "IT_ARMOR" Buy: 10000 Sell: 1000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 40 Refine: false ViewSprite: 22207 BindOnEquip: false }, { Id: 22208 AegisName: "R_ChainmailSkirt" Name: "R Chainmail Skirt" Type: "IT_ARMOR" Buy: 10000 Sell: 1000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 30 Refine: false ViewSprite: 22208 BindOnEquip: false }, { Id: 22209 AegisName: "R_PirateShorts" Name: "R Pirate Shorts" Type: "IT_ARMOR" Buy: 10000 Sell: 1000 Weight: 100 Def: 8 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 22209 BindOnEquip: false }, { Id: 22210 AegisName: "R_TerranitePants" Name: "R Terranite Pants" Type: "IT_ARMOR" Buy: 10000 Sell: 1000 Weight: 100 Def: 10 Slots: 0 Loc: "EQP_HEAD_LOW" WeaponLv: 0 EquipLv: 55 Refine: false ViewSprite: 22210 BindOnEquip: false }, // Shields { Id: 22700 AegisName: "R_Barrel" Name: "R Barrel" Type: "IT_ARMOR" Buy: 150 Sell: 50 Weight: 400 Def: 10 Slots: 0 Loc: "EQP_HAND_L" WeaponLv: 0 EquipLv: 37 Refine: false ViewSprite: 22700 BindOnEquip: false Script: <" bonus bAspd, -30; bonus bCriticalDef, 15; bonus bAtkRange, -5; bonus bMaxHPrate, 10; "> }, { Id: 22701 AegisName: "R_LeatherShield" Name: "R Leather Shield" Type: "IT_ARMOR" Buy: 2000 Sell: 250 Weight: 100 Def: 5 Loc: "EQP_HAND_L" EquipLv: 7 Refine: false ViewSprite: 22701 BindOnEquip: false Script: <" bonus bAtkRange, -1; bonus bMaxHPrate, 10; "> }, { Id: 22702 AegisName: "R_WoodenShield" Name: "R Wooden Shield" Type: "IT_ARMOR" Buy: 5000 Sell: 750 Weight: 2450 Def: 10 Loc: "EQP_HAND_L" EquipLv: 27 Refine: false ViewSprite: 22702 BindOnEquip: false Script: <" bonus bAtkRange, -1; bonus bMaxHPrate, 10; "> }, { Id: 22703 AegisName: "R_SteelShield" Name: "R Steel Shield" Type: "IT_ARMOR" Buy: 25000 Sell: 2630 Weight: 5500 Def: 15 Matk: -200 Slots: 1 Loc: "EQP_HAND_L" EquipLv: 47 Refine: false ViewSprite: 22703 BindOnEquip: false Script: <" bonus bAtkRange, -1; bonus bMaxHPrate, 10; "> AllowCards: { id5503: 1 // Crude Gem } }, { Id: 22704 AegisName: "R_AncientShield" Name: "R Ancient Shield" Type: "IT_ARMOR" Buy: 5000 Sell: 750 Weight: 2450 Def: 18 Loc: "EQP_HAND_L" EquipLv: 57 Refine: false ViewSprite: 22704 BindOnEquip: false Script: <" bonus bAtkRange, -1; bonus bMaxHPrate, 10; "> }, { Id: 22705 AegisName: "R_BladeShield" Name: "R Blade Shield" Type: "IT_ARMOR" Buy: 5000 Sell: 750 Weight: 2450 Def: 10 Loc: "EQP_HAND_L" EquipLv: 67 Refine: false ViewSprite: 22705 BindOnEquip: false Script: <" bonus bAtkRange, -1; bonus bMaxHPrate, 10; "> }, { Id: 22706 AegisName: "R_DragonShield" Name: "R Wooden Shield" Type: "IT_ARMOR" Buy: 5000 Sell: 750 Weight: 2450 Def: 21 Loc: "EQP_HAND_L" EquipLv: 77 Refine: false ViewSprite: 22706 BindOnEquip: false Script: <" bonus bAtkRange, -1; bonus bMaxHPrate, 10; "> }, { Id: 22707 AegisName: "R_Buckler" Name: "R Buckler" Type: "IT_ARMOR" Buy: 5000 Sell: 750 Weight: 850 Def: 68 Loc: "EQP_HAND_L" EquipLv: 17 Refine: false ViewSprite: 22707 BindOnEquip: false Script: <" bonus bAtkRange, -1; bonus bMaxHPrate, 10; "> }, // Headgear { Id: 22900 AegisName: "R_Bandana" Name: "R Bandana" Type: "IT_ARMOR" Buy: 950 Sell: 220 Weight: 4 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 22900 BindOnEquip: false }, { Id: 22901 AegisName: "R_PumpkinHat" Name: "R Pumpkin Hat" Type: "IT_ARMOR" Buy: 320 Sell: 100 Weight: 50 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 4 Refine: false ViewSprite: 22901 BindOnEquip: false }, { Id: 22902 AegisName: "R_FancyHat" Name: "R Fancy Hat" Type: "IT_ARMOR" Buy: 320 Sell: 100 Weight: 11 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 3 Refine: false ViewSprite: 22902 BindOnEquip: false }, { Id: 22903 AegisName: "R_BrimmedHat" Name: "R Brimmed Hat" Type: "IT_ARMOR" Buy: 1000 Sell: 240 Weight: 20 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 8 Refine: false ViewSprite: 22903 BindOnEquip: false }, { Id: 22904 AegisName: "R_BrimmedFeatherHat" Name: "R Brimmed Feather Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 23 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 8 Refine: false ViewSprite: 22904 BindOnEquip: false }, { Id: 22905 AegisName: "R_BrimmedFlowerHat" Name: "R Brimmed Flower Hat" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 22 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 1 Refine: false ViewSprite: 22200 BindOnEquip: false }, { Id: 22906 AegisName: "R_InfantryHelmet" Name: "R Infantry Helmet" Type: "IT_ARMOR" Buy: 1600 Sell: 300 Weight: 400 Atk: 0 Matk: -50 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 30 Refine: false ViewSprite: 22906 BindOnEquip: false }, { Id: 22907 AegisName: "R_CandleHelmet" Name: "R Candle Helmet" Type: "IT_ARMOR" Buy: 4500 Sell: 650 Weight: 500 Atk: 0 Matk: -25 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 40 Refine: false ViewSprite: 22907 BindOnEquip: false OnEquipScript: <" doevent "#SpotlightMaster::OnTouch"; "> OnUnequipScript: <" doevent "#SpotlightMaster::OnTouch"; "> }, { Id: 22908 AegisName: "R_WarlordHelmet" Name: "R Warlord Helmet" Type: "IT_ARMOR" Buy: 13500 Sell: 3200 Weight: 1000 Atk: 0 Matk: -300 Def: 6 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 50 Refine: false ViewSprite: 22908 BindOnEquip: false }, { Id: 22909 AegisName: "R_AxeHat" Name: "R Axe Hat" Type: "IT_ARMOR" Buy: 3500 Sell: 750 Weight: 50 Atk: 0 Matk: 3 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 22909 BindOnEquip: false }, { Id: 22910 AegisName: "R_PinkieHat" Name: "R Pinkie Hat" Type: "IT_ARMOR" Buy: 12600 Sell: 3500 Weight: 5 Atk: 0 Matk: 7 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 22910 BindOnEquip: false }, { Id: 22911 AegisName: "R_TopHat" Name: "R Top Hat" Type: "IT_ARMOR" Buy: 50000 Sell: 12500 Weight: 40 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 17 Refine: false ViewSprite: 22911 BindOnEquip: false }, { Id: 22912 AegisName: "R_BowlerHat" Name: "R Bowler Hat" Type: "IT_ARMOR" Buy: 17355 Sell: 4300 Weight: 30 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 15 Refine: false ViewSprite: 22912 BindOnEquip: false Trade: { nodrop: true noselltonpc: true } }, { Id: 22913 AegisName: "R_FairyHat" Name: "R Fairy Hat" Type: "IT_ARMOR" Buy: 6300 Sell: 1200 Weight: 5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 20 Refine: false ViewSprite: 22913 BindOnEquip: false }, { Id: 22914 AegisName: "R_NohMask" Name: "R Noh Mask" Type: "IT_ARMOR" Buy: 25000 Sell: 5200 Weight: 150 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 15 Refine: false ViewSprite: 22914 BindOnEquip: false }, { Id: 22915 AegisName: "R_RoseHat" Name: "R Rose Hat" Type: "IT_ARMOR" Buy: 12000 Sell: 4100 Weight: 50 Atk: 0 Matk: 10 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 22915 BindOnEquip: false }, { Id: 22916 AegisName: "R_BanditHood" Name: "R Bandit Hood" Type: "IT_ARMOR" Buy: 9560 Sell: 780 Weight: 30 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 13 Refine: false ViewSprite: 22916 BindOnEquip: false }, { Id: 22917 AegisName: "R_BrownBowlerHat" Name: "R Brown Bowler Hat" Type: "IT_ARMOR" Buy: 17355 Sell: 4300 Weight: 30 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 15 Refine: false ViewSprite: 22917 BindOnEquip: false Trade: { nodrop: true noselltonpc: true } }, { Id: 22918 AegisName: "R_CatEars" Name: "R Cat Ears" Type: "IT_ARMOR" Buy: 37500 Sell: 12500 Weight: 10 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 33 Refine: false ViewSprite: 22918 BindOnEquip: false Script: <" bonus bAgi, 3; "> Trade: { nodrop: true noselltonpc: true } }, { Id: 22919 AegisName: "R_SantaHat" Name: "R Santa Hat" Type: "IT_ARMOR" Buy: 950 Sell: 220 Weight: 28 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 22919 BindOnEquip: false Trade: { nodrop: true noselltonpc: true } }, { Id: 22920 AegisName: "R_MoonshroomHat" Name: "R Moonshroom Hat" Type: "IT_ARMOR" Buy: 950 Sell: 220 Weight: 50 Def: 7 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 83 Refine: false ViewSprite: 22920 BindOnEquip: false Script: <" bonus bInt, 3; bonus bStr, -1; "> Trade: { nodrop: true noselltonpc: true } }, { Id: 22921 AegisName: "R_SantaBeardHat" Name: "R Santa Beard Hat" Type: "IT_ARMOR" Buy: 950 Sell: 220 Weight: 32 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 22921 BindOnEquip: false Trade: { nodrop: true noselltonpc: true } }, { Id: 22922 AegisName: "R_FunkyHat" Name: "R Funky Hat" Type: "IT_ARMOR" Buy: 950 Sell: 220 Weight: 50 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 22922 BindOnEquip: false Trade: { nodrop: true noselltonpc: true } AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 22923 AegisName: "R_CashierShade" Name: "R Cashier Shade" Type: "IT_ARMOR" Buy: 950 Sell: 220 Weight: 28 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 5 Refine: false ViewSprite: 22923 BindOnEquip: false Trade: { nodrop: true noselltonpc: true } }, { Id: 22924 AegisName: "R_BeanieCopter" Name: "R Beanie Copter" Type: "IT_ARMOR" Buy: 950 Sell: 220 Weight: 20 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 3 Refine: false ViewSprite: 22924 BindOnEquip: false Trade: { nodrop: true noselltonpc: true } }, // Placeholder Hats { Id: 22925 AegisName: "R_BullHelmet" Name: "R Bull Helmet" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 12 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 80 Refine: false ViewSprite: 22925 BindOnEquip: false }, { Id: 22926 AegisName: "R_BunnyEars" Name: "R Bunny Ears" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 1 Slots: 1 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 10 Refine: false ViewSprite: 22926 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 22927 AegisName: "R_DesertHat" Name: "R Desert Hat" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 1 Slots: 1 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 23 Refine: false ViewSprite: 22927 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 22928 AegisName: "R_MinerHat" Name: "R Miner Hat" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 13 Refine: false ViewSprite: 22928 BindOnEquip: false OnEquipScript: <" doevent "#SpotlightMaster::OnTouch"; "> OnUnequipScript: <" doevent "#SpotlightMaster::OnTouch"; "> }, { Id: 22929 AegisName: "R_SilkHeadband" Name: "R Silk Headband" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 1 Slots: 1 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 23 Refine: false ViewSprite: 22929 BindOnEquip: false AllowCards: { id5501: 1 // ExtendedSilkDyes } }, { Id: 22930 AegisName: "R_Headband" Name: "R Headband" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 1 Slots: 1 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 43 Refine: false ViewSprite: 22930 BindOnEquip: false AllowCards: { id5502: 1 // BasicCottonDyes } }, { Id: 22931 AegisName: "R_TerraniteHelmet" Name: "R Terranite Helmet" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 73 Refine: false ViewSprite: 22931 BindOnEquip: false }, { Id: 22932 AegisName: "R_TrapperHat" Name: "R Trapper Hat" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 53 Refine: false ViewSprite: 22932 BindOnEquip: false }, { Id: 22933 AegisName: "R_WizardHat" Name: "R Wizard Hat" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 1 Slots: 1 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 63 Refine: false ViewSprite: 22933 BindOnEquip: false AllowCards: { id5501: 1 // ExtendedSilkDyes } }, { Id: 22934 AegisName: "R_CaptainHat" Name: "R Captain Hat" Type: "IT_ARMOR" Buy: 25000 Sell: 2500 Weight: 100 Atk: 0 Matk: -10 Def: 8 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 63 Refine: false ViewSprite: 22934 BindOnEquip: false }, { Id: 22935 AegisName: "R_RangerHat" Name: "R Ranger Hat" Type: "IT_ARMOR" Buy: 15000 Sell: 1900 Weight: 200 Atk: 0 Matk: -5 Def: 7 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 83 Refine: false ViewSprite: 22935 BindOnEquip: false }, { Id: 22936 AegisName: "R_KnightHelmet" Name: "R Knight Helmet" Type: "IT_ARMOR" Buy: 15000 Sell: 1900 Weight: 200 Atk: 0 Matk: -5 Def: 7 Slots: 0 Loc: "EQP_HEAD_TOP" WeaponLv: 0 EquipLv: 53 Refine: false ViewSprite: 22936 BindOnEquip: false }, // Scarfs { Id: 23200 AegisName: "R_Shemagh" Name: "R Shemagh" Type: "IT_ARMOR" Buy: 1000 Sell: 90 Weight: 22 Def: 1 Loc: "EQP_ACC_R" EquipLv: 3 Refine: false ViewSprite: 23200 BindOnEquip: false }, { Id: 23201 AegisName: "R_BanditShawl" Name: "R Bandit Shawl" Type: "IT_ARMOR" Buy: 6500 Sell: 450 Weight: 45 Def: 1 Loc: "EQP_ACC_R" EquipLv: 30 Refine: false ViewSprite: 23201 BindOnEquip: false }, { Id: 23202 AegisName: "R_Eyepatch" Name: "R Eyepatch" Type: "IT_ARMOR" Buy: 1000 Sell: 250 Weight: 8 Def: 1 Loc: "EQP_ACC_R" EquipLv: 16 Refine: false ViewSprite: 23202 BindOnEquip: false Trade: { nodrop: true noselltonpc: true } }, { Id: 23203 AegisName: "R_BurglarMask" Name: "R Burglar Mask" Type: "IT_ARMOR" Buy: 6500 Sell: 450 Weight: 8 Def: 4 Loc: "EQP_ACC_R" EquipLv: 25 Refine: false ViewSprite: 23203 BindOnEquip: false }, { Id: 23204 AegisName: "R_HeartGlasses" Name: "R Heart Glasses" Type: "IT_ARMOR" Buy: 6500 Sell: 450 Weight: 8 Def: 5 Loc: "EQP_ACC_R" EquipLv: 45 Refine: false ViewSprite: 23204 BindOnEquip: false }, { Id: 23205 AegisName: "R_Mustache" Name: "R Mustache" Type: "IT_ARMOR" Buy: 6500 Sell: 450 Weight: 8 Def: 1 Loc: "EQP_ACC_R" EquipLv: 10 Refine: false ViewSprite: 23205 BindOnEquip: false }, { Id: 23206 AegisName: "R_Rednose" Name: "R Rednose" Type: "IT_ARMOR" Buy: 6500 Sell: 450 Weight: 8 Def: 2 Loc: "EQP_ACC_R" EquipLv: 15 Refine: false ViewSprite: 23206 BindOnEquip: false }, { Id: 23207 AegisName: "R_Sunglasses" Name: "R Sunglasses" Type: "IT_ARMOR" Buy: 6500 Sell: 450 Weight: 8 Def: 6 Loc: "EQP_ACC_R" EquipLv: 65 Refine: false ViewSprite: 23207 BindOnEquip: false }, { Id: 23208 AegisName: "R_Beard" Name: "R Beard" Type: "IT_ARMOR" Buy: 6500 Sell: 450 Weight: 12 Def: 1 Loc: "EQP_ACC_R" EquipLv: 10 Refine: false ViewSprite: 23208 BindOnEquip: false }, { Id: 23209 AegisName: "R_FullBeard" Name: "R Full Beard" Type: "IT_ARMOR" Buy: 6500 Sell: 450 Weight: 16 Def: 2 Loc: "EQP_ACC_R" EquipLv: 10 Refine: false ViewSprite: 23209 BindOnEquip: false }, // Weapons { Id: 23500 AegisName: "R_Knife" Name: "R Knife" Type: "IT_WEAPON" Buy: 90 Sell: 25 Weight: 6 Atk: 1 Matk: 0 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_DAGGER" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23501 AegisName: "R_PiouSlayer" Name: "R Piou Slayer" Type: "IT_WEAPON" Buy: 1100 Sell: 300 Weight: 26 Atk: 3 Matk: 0 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 3 Refine: true Subtype: "W_DAGGER" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23502 AegisName: "R_TrainingGladius" Name: "R TrainingGladius" Type: "IT_WEAPON" Buy: 5000 Sell: 400 Weight: 58 Atk: 4 Matk: 0 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 5 Refine: true Subtype: "W_1HSWORD" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23503 AegisName: "R_WoodenSword" Name: "R Wooden Sword" Type: "IT_WEAPON" Buy: 500 Sell: 50 Weight: 25 Atk: 4 Matk: 0 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 5 Refine: true Subtype: "W_1HSWORD" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23504 AegisName: "R_ArtisBacksword" Name: "R Artis Backsword" Type: "IT_WEAPON" Buy: 25800 Sell: 1200 Weight: 86 Atk: 12 Matk: 0 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_1HSWORD" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23505 AegisName: "R_TrainingWand" Name: "R Training Wand" Type: "IT_WEAPON" Buy: 20000 Sell: 1500 Weight: 67 Atk: 1 Matk: 25 Range: 0 Slots: 0 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 10 Refine: true Subtype: "W_STAFF" BindOnEquip: false OnEquipScript: <" doevent "#SpotlightMaster::OnTouch"; callfunc("refinesync"); "> OnUnequipScript: <" doevent "#SpotlightMaster::OnTouch"; "> Script: <" skill AL_HEAL, 1; bonus bMagicAtkDef, 10; "> }, { Id: 23506 AegisName: "R_ManaTorch" Name: "R Mana Torch" Type: "IT_WEAPON" Buy: 12500 Sell: 1000 Weight: 150 Atk: 1 Matk: 15 Range: 0 Slots: 0 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 10 Refine: true Subtype: "W_STAFF" BindOnEquip: false OnEquipScript: <" doevent "#SpotlightMaster::OnTouch"; callfunc("refinesync"); "> OnUnequipScript: <" doevent "#SpotlightMaster::OnTouch"; "> Script: <" skill MG_FIREBOLT, 1; bonus bMatkRate, 10; "> }, { Id: 23507 AegisName: "R_Scythe" Name: "R Scythe" Type: "IT_WEAPON" Buy: 104800 Sell: 1750 Weight: 1200 Atk: 10 Matk: 0 Def: 2 Range: 2 Slots: 0 Loc: ["EQP_HAND_R","EQP_HAND_L"] WeaponLv: 1 EquipLv: 12 Refine: true Subtype: "W_2HSPEAR" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23508 AegisName: "R_Dagger" Name: "R Dagger" Type: "IT_WEAPON" Buy: 2500 Sell: 500 Weight: 350 Atk: 12 Matk: 0 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_DAGGER" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23509 AegisName: "R_Setzer" Name: "R Setzer" Type: "IT_WEAPON" Buy: 25000 Sell: 5000 Weight: 250 Atk: 15 Matk: 0 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 20 Refine: true Subtype: "W_DAGGER" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23510 AegisName: "R_Pickaxe" Name: "R Pickaxe" Type: "IT_WEAPON" Buy: 17500 Sell: 3700 Weight: 250 Atk: 13 Matk: 0 Range: 0 Slots: 0 Loc: ["EQP_HAND_R","EQP_HAND_L"] WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_KATAR" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23511 AegisName: "R_Torch" Name: "R Torch" Type: "IT_WEAPON" Buy: 2500 Sell: 500 Weight: 100 Atk: 8 Matk: 0 Range: 0 Slots: 0 Loc: ["EQP_HAND_R","EQP_HAND_L"] WeaponLv: 1 EquipLv: 10 Refine: true Subtype: "W_STAFF" BindOnEquip: false OnEquipScript: <" doevent "#SpotlightMaster::OnTouch"; callfunc("refinesync"); "> OnUnequipScript: <" doevent "#SpotlightMaster::OnTouch"; "> }, { Id: 23512 AegisName: "R_Axe" Name: "R Axe" Type: "IT_WEAPON" Buy: 12000 Sell: 2000 Weight: 500 Atk: 8 Matk: 0 Def: 2 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 10 Refine: true Subtype: "W_1HAXE" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23513 AegisName: "R_Staff" Name: "R Staff" Type: "IT_WEAPON" Buy: 10000 Sell: 1500 Weight: 800 Atk: 8 Matk: 0 Def: 5 Range: 2 Slots: 0 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 10 Refine: true Subtype: "W_2HSTAFF" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23514 AegisName: "R_Halberd" Name: "R Halberd" Type: "IT_WEAPON" Buy: 25000 Sell: 7500 Weight: 1200 Atk: 17 Matk: 0 Def: 8 Range: 2 Slots: 0 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 20 Refine: true Subtype: "W_2HAXE" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23515 AegisName: "R_SharpKnife" Name: "R Sharp Knife" Type: "IT_WEAPON" Buy: 180 Sell: 50 Weight: 15 Atk: 12 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 Refine: true Subtype: "W_DAGGER" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23516 AegisName: "R_BoneKnife" Name: "R Bone Knife" Type: "IT_WEAPON" Buy: 20000 Sell: 4000 Weight: 250 Atk: 12 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_DAGGER" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23517 AegisName: "R_Chopper" Name: "R Chopper" Type: "IT_WEAPON" Buy: 20000 Sell: 4000 Weight: 250 Atk: 12 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_1HAXE" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23518 AegisName: "R_Cleaver" Name: "R Cleaver" Type: "IT_WEAPON" Buy: 20000 Sell: 4000 Weight: 250 Atk: 13 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_1HAXE" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23519 AegisName: "R_RockKnife" Name: "R Rock Knife" Type: "IT_WEAPON" Buy: 20000 Sell: 4000 Weight: 250 Atk: 13 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_1HAXE" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23520 AegisName: "R_BronzeGladius" Name: "R Bronze Gladius" Type: "IT_WEAPON" Buy: 20000 Sell: 4000 Weight: 250 Atk: 12 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Subtype: "W_1HSWORD" Refine: true BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23521 AegisName: "R_ShortSword" Name: "R Short Sword" Type: "IT_WEAPON" Buy: 20000 Sell: 4000 Weight: 250 Atk: 12 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_1HSWORD" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23522 AegisName: "R_LongSword" Name: "R Long Sword" Type: "IT_WEAPON" Buy: 20000 Sell: 4000 Weight: 250 Atk: 12 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 15 Refine: true Subtype: "W_1HSWORD" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23523 AegisName: "R_Spear" Name: "R Spear" Type: "IT_WEAPON" Buy: 25000 Sell: 7500 Weight: 1200 Atk: 17 Matk: 0 Def: 8 Range: 2 Slots: 0 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 20 Refine: true Subtype: "W_2HAXE" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23524 AegisName: "R_Katana" Name: "R Katana" Type: "IT_WEAPON" Buy: 25000 Sell: 7500 Weight: 1200 Atk: 17 Matk: 0 Def: 8 Range: 2 Slots: 0 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 20 Refine: true Subtype: "W_2HAXE" BindOnEquip: false OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23525 AegisName: "R_WarpedStaff" Name: "R Warped Staff" Type: "IT_WEAPON" Buy: 10000 Sell: 1500 Weight: 800 Atk: 8 Matk: 50 Def: 5 Range: 4 Slots: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 40 Refine: true Subtype: "W_2HSTAFF" BindOnEquip: false AllowCards: { id5505: 1 // Runestones } OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23526 AegisName: "R_WizardStaff" Name: "R Wizard Staff" Type: "IT_WEAPON" Buy: 10000 Sell: 1500 Weight: 800 Atk: 8 Matk: 50 Def: 5 Range: 4 Slots: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Refine: true Subtype: "W_2HSTAFF" BindOnEquip: false AllowCards: { id5504: 1 // Gems } OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23527 AegisName: "R_LifeStaff" Name: "R Staff of Life" Type: "IT_WEAPON" Buy: 10000 Sell: 1500 Weight: 800 Atk: 8 Matk: 50 Def: 5 Range: 4 Slots: 3 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 80 Refine: true Subtype: "W_2HSTAFF" BindOnEquip: false AllowCards: { id5505: 3 // Runestones } OnEquipScript: <" callfunc("refinesync"); "> }, { Id: 23528 AegisName: "R_ApprenticeWand" Name: "R ApprenticeWand" Type: "IT_WEAPON" Buy: 10000 Sell: 1500 Weight: 75 Atk: 5 Matk: 20 Def: 1 Range: 3 Slots: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 20 Refine: true Subtype: "W_2HSTAFF" BindOnEquip: false AllowCards: { id5503: 1 // Crude Gems } OnEquipScript: <" callfunc("refinesync"); "> }, // Pet Eggs { Id: 24000 AegisName: "R_PiouEgg" Name: "R Piou egg" Type: "IT_PETEGG" Buy: 30000 Sell: 1 KeepAfterUse: true Script: <" bpet; "> }, // Cards & Dyes { Id: 25000 AegisName: "R_PitchBlackSilkDye" Name: "R Pitch Black Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25001 AegisName: "R_ChocolateSilkDye" Name: "R Chocolate Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25002 AegisName: "R_CrimsonSilkDye" Name: "R Crimson Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25003 AegisName: "R_BlackCottonDye" Name: "R Black Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25004 AegisName: "R_SilverCottonDye" Name: "R Silver Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25005 AegisName: "R_CamelCottonDye" Name: "R Camel Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25006 AegisName: "R_BrownCottonDye" Name: "R Brown Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25007 AegisName: "R_OrangeCottonDye" Name: "R Orange Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25008 AegisName: "R_DarkRedCottonDye" Name: "R Dark Red Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25009 AegisName: "R_RedCottonDye" Name: "R Red Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25010 AegisName: "R_FuschiaCottonDye" Name: "R Fuschia Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25011 AegisName: "R_PinkCottonDye" Name: "R Pink Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25012 AegisName: "R_MauveCottonDye" Name: "R Mauve Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25013 AegisName: "R_PurpleCottonDye" Name: "R Purple Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25014 AegisName: "R_NavyBlueCottonDye" Name: "R Navy Blue Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25015 AegisName: "R_BlueGrayCottonDye" Name: "R Blue Gray Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25016 AegisName: "R_BlueCottonDye" Name: "R Blue Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25017 AegisName: "R_TealCottonDye" Name: "R Teal Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25018 AegisName: "R_GreenCottonDye" Name: "R Green Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25019 AegisName: "R_LimeCottonDye" Name: "R Lime Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25020 AegisName: "R_KhakiCottonDye" Name: "R Khaki Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25021 AegisName: "R_YellowCottonDye" Name: "R Yellow Cotton Dye" Type: "IT_CARD" Buy: 1200 Sell: 70 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25022 AegisName: "R_Diamond" Name: "R Diamond" Type: "IT_CARD" Weight: 50 Buy: 50000 Sell: 6500 Script: <" skill AB_HIGHNESSHEAL, 3; bonus bMagicAtkDef, 50; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25023 AegisName: "R_Ruby" Name: "R Ruby" Type: "IT_CARD" Weight: 50 Buy: 50000 Sell: 6500 Script: <" skill MG_FIREBALL, 3; bonus bSplashAddRange, 2; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25024 AegisName: "R_Emerald" Name: "R Emerald" Type: "IT_CARD" Weight: 50 Buy: 50000 Sell: 6500 Script: <" skill TF_POISON, 5; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25025 AegisName: "R_Sapphire" Name: "R Sapphire" Type: "IT_CARD" Weight: 50 Buy: 50000 Sell: 6500 Script: <" skill MG_FROSTDIVER, 3; bonus bSkillCooldown, 10; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25026 AegisName: "R_Topaz" Name: "R Topaz" Type: "IT_CARD" Weight: 50 Buy: 50000 Sell: 6500 Script: <" skill MG_NAPALMBEAT, 3; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25027 AegisName: "R_Amethyst" Name: "R Amethyst" Type: "IT_CARD" Weight: 50 Buy: 50000 Sell: 6500 Script: <" skill MG_LIGHTNINGBOLT, 7; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25028 AegisName: "R_CrudeDiamond" Name: "R Crude Diamond" Type: "IT_CARD" Weight: 80 Buy: 35000 Sell: 4000 Script: <" skill AL_HEAL, 3; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25029 AegisName: "R_CrudeRuby" Name: "R Crude Ruby" Type: "IT_CARD" Weight: 80 Buy: 35000 Sell: 4000 Script: <" skill MG_FIREBOLT, 3; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25030 AegisName: "R_CrudeEmerald" Name: "R Crude Emerald" Type: "IT_CARD" Weight: 80 Buy: 35000 Sell: 4000 Script: <" skill TF_POISON, 1; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25031 AegisName: "R_CrudeSapphire" Name: "R Crude Sapphire" Type: "IT_CARD" Weight: 80 Buy: 35000 Sell: 4000 Script: <" skill SA_FROSTWEAPON, 3; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25032 AegisName: "R_CrudeTopaz" Name: "R Crude Topaz" Type: "IT_CARD" Weight: 80 Buy: 35000 Sell: 4000 Script: <" skill MG_SOULSTRIKE, 1; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25033 AegisName: "R_CrudeAmethyst" Name: "R Crude Amethyst" Type: "IT_CARD" Weight: 80 Buy: 35000 Sell: 4000 Script: <" skill MG_LIGHTNINGBOLT, 2; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L","EQP_ACC_L"] }, { Id: 25034 AegisName: "R_TomatoSilkDye" Name: "R Tomato Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25035 AegisName: "R_GoldenrodSilkDye" Name: "R Goldenrod Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25036 AegisName: "R_SunflowerSilkDye" Name: "R Sunflower Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25037 AegisName: "R_OliveSilkDye" Name: "R Olive Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25038 AegisName: "R_SeaGreenSilkDye" Name: "R Sea Green Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25039 AegisName: "R_MintSilkDye" Name: "R Mint Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25040 AegisName: "R_MidnightBlueSilkDye" Name: "R Midnight Blue Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25041 AegisName: "R_SlatBlueSilkDye" Name: "R Slat Blue Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25042 AegisName: "R_OrchidSilkDye" Name: "R Orchid Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25043 AegisName: "R_PinkiePinkSilkDye" Name: "R Pinkie Pink Silk Dye" Type: "IT_CARD" Buy: 2000 Sell: 80 Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, { Id: 25044 AegisName: "R_RunestoneUruz" Name: "R Runestone Uruz" Type: "IT_CARD" Weight: 100 Buy: 35000 Sell: 4000 Script: <" bonus bStr, 3; bonus bVit, -1; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] }, { Id: 25045 AegisName: "R_RunestoneRaido" Name: "R Runestone Raido" Type: "IT_CARD" Weight: 100 Buy: 35000 Sell: 4000 Script: <" bonus bAgi, 3; bonus bDex, -1; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] }, { Id: 25046 AegisName: "R_RunestoneThurisaz" Name: "R Runestone Thurisaz" Type: "IT_CARD" Weight: 100 Buy: 35000 Sell: 4000 Script: <" bonus bVit, 3; bonus bInt, -1; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] }, { Id: 25047 AegisName: "R_RunestoneKaunaz" Name: "R Runestone Kaunaz" Type: "IT_CARD" Weight: 100 Buy: 35000 Sell: 4000 Script: <" bonus bInt, 3; bonus bLuk, -1; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] }, { Id: 25048 AegisName: "R_RunestoneDagaz" Name: "R Runestone Dagaz" Type: "IT_CARD" Weight: 100 Buy: 35000 Sell: 4000 Script: <" bonus bDex, 3; bonus bAgi, -1; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] }, { Id: 25049 AegisName: "R_RunestonePeorth" Name: "R Runestone Peorth" Type: "IT_CARD" Weight: 100 Buy: 35000 Sell: 4000 Script: <" bonus bLuk, 3; bonus bStr, -1; "> Loc: ["EQP_COSTUME_HEAD_TOP","EQP_COSTUME_HEAD_MID","EQP_HAND_R","EQP_HAND_L"] }, // Card Groups (using item_group.conf) { Id: 25500 AegisName: "R_BasicSilkDyes" Name: "R Basic Silk Dyes" Type: "IT_VIRTUAL" }, { Id: 25501 AegisName: "R_ExtendedSilkDyes" Name: "R Extended Silk Dyes" Type: "IT_VIRTUAL" }, { Id: 25502 AegisName: "R_BasicCottonDyes" Name: "R Basic Cotton Dyes" Type: "IT_VIRTUAL" }, { Id: 25503 AegisName: "R_CrudeGems" Name: "R Crude Gems" Type: "IT_VIRTUAL" }, { Id: 25504 AegisName: "R_Gems" Name: "R Gems" Type: "IT_VIRTUAL" }, { Id: 25505 AegisName: "R_Runestones" Name: "R Runestones" Type: "IT_VIRTUAL" }, // Bows { Id: 26000 AegisName: "R_WoodenBow" Name: "R Wooden Bow" Type: "IT_WEAPON" Buy: 550 Sell: 52 Weight: 12 Atk: 4 Range: 4 MinRange: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 5 Subtype: "W_BOW" AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 } }, { Id: 26001 AegisName: "R_ShortBow" Name: "R Short Bow" Type: "IT_WEAPON" Buy: 1200 Sell: 250 Weight: 260 Atk: 12 Range: 5 MinRange: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 15 Subtype: "W_BOW" AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 } }, { Id: 26002 AegisName: "R_ForestBow" Name: "R Forest Bow" Type: "IT_WEAPON" Buy: 7500 Sell: 1250 Weight: 480 Atk: 15 Range: 6 MinRange: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 20 Subtype: "W_BOW" AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 } }, { Id: 26003 AegisName: "R_DesertBow" Name: "R Desert Bow" Type: "IT_WEAPON" Buy: 7500 Sell: 1250 Weight: 390 Atk: 25 Range: 7 MinRange: 2 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 30 Subtype: "W_BOW" AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 } }, { Id: 26004 AegisName: "R_ChampionBow" Name: "R Champion Bow" Type: "IT_WEAPON" Buy: 7500 Sell: 1250 Weight: 580 Atk: 35 Range: 6 MinRange: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 40 Subtype: "W_BOW" AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 } }, { Id: 26005 AegisName: "R_BansheeBow" Name: "R Banshee Bow" Type: "IT_WEAPON" Buy: 7500 Sell: 1250 Weight: 480 Atk: 45 Range: 6 MinRange: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 Subtype: "W_BOW" AllowAmmo: { Id6500: 1 Id6501: 1 Id6502: 1 Id6503: 1 Id6504: 1 } }, { Id: 26006 AegisName: "R_Slingshot" Name: "R Slingshot" Type: "IT_WEAPON" Buy: 7500 Sell: 1250 Weight: 100 Atk: 25 Range: 4 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 20 Subtype: "W_BOW" AllowAmmo: { Id6505: 1 } }, // Ammo { Id: 26500 AegisName: "R_TrainingArrow" Name: "R Training Arrow" Type: "IT_AMMO" Buy: 3 Sell: 1 Weight: 1 Atk: 10 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, { Id: 26501 AegisName: "R_IronArrow" Name: "R Iron Arrow" Type: "IT_AMMO" Buy: 6 Sell: 2 Weight: 2 Atk: 15 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, { Id: 26502 AegisName: "R_BoneArrow" Name: "R Bone Arrow" Type: "IT_AMMO" Buy: 8 Sell: 3 Weight: 0 Atk: 18 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, { Id: 26503 AegisName: "R_PoisonedArrow" Name: "R Posioned Arrow" Type: "IT_AMMO" Buy: 10 Sell: 3 Weight: 1 Atk: 20 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, { Id: 26504 AegisName: "R_TerraniteArrow" Name: "R Terranite Arrow" Type: "IT_AMMO" Buy: 12 Sell: 4 Weight: 1 Atk: 25 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, { Id: 26505 AegisName: "R_StoneProjectile" Name: "R Stone Projectile" Type: "IT_AMMO" Buy: 2 Sell: 0 Weight: 1 Atk: 20 Loc: "EQP_AMMO" Subtype: "A_ARROW" }, // Misc. { Id: 27420 AegisName: "R_AdventurerSoul" Name: "R Adventurer's Soul" Type: "IT_ETC" Buy: 1 Sell: 0 Weight: 0 }, // LEGACY merge items, generic or usable { Id: 28000 AegisName: "R_BlackPearl" Name: "R Black Pearl" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 100 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28001 AegisName: "R_Bloodstone" Name: "R Bloodstone" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 100 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28002 AegisName: "R_BottleOfSand" Name: "R Bottle of Sand" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 200 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28003 AegisName: "R_Brainstem" Name: "R Brainstem" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 50 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28004 AegisName: "R_ClosedChristmasBox" Name: "R Closed Christmas Box" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 100 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28005 AegisName: "R_OpenChristmasBox" Name: "R Open Christmas Box" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 100 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28006 AegisName: "R_RedChristmasOrnament" Name: "R Red Christmas Ornament" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 20 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28007 AegisName: "R_YellowChristmasOrnament" Name: "R Yellow Christmas Ornament" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 20 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28008 AegisName: "R_GreenChristmasOrnament" Name: "R Green Christmas Ornament" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 20 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28009 AegisName: "R_AquaChristmasOrnament" Name: "R Aqua Christmas Ornament" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 20 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28010 AegisName: "R_BlueChristmasOrnament" Name: "R Blue Christmas Ornament" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 20 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28011 AegisName: "R_PurpleChristmasOrnament" Name: "R Purple Christmas Ornament" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 20 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28012 AegisName: "R_Doll" Name: "R Doll" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 75 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28013 AegisName: "R_EasterBasket" Name: "R Easter Basket" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 2000 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28014 AegisName: "R_LegendaryEasterEgg" Name: "R Legendary Easter Egg" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 50 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28015 AegisName: "R_FakePlasticFangs" Name: "R Fake Plastic Fangs" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 25 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28016 AegisName: "R_FlawedLens" Name: "R Flawed Lens" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 50 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28017 AegisName: "R_DarkPetal" Name: "R Dark Petal" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 250 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28018 AegisName: "R_FlightTalisman" Name: "R Flight Talisman" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 500 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28019 AegisName: "R_Jellybeans" Name: "R Jellybeans" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 150 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28020 AegisName: "R_Leatherball" Name: "R Leatherball" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 750 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28021 AegisName: "R_BooberryBlueLollipop" Name: "R Booberry Blue Lollipop" Type: "IT_USABLE" Buy: 100 Sell: 5 Weight: 150 Script: <" @min = 1500; @max = 2500; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28022 AegisName: "R_GhastlyGreenLollipop" Name: "R Ghastly Green Lollipop" Type: "IT_USABLE" Buy: 100 Sell: 5 Weight: 150 Script: <" @min = 1500; @max = 2500; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28023 AegisName: "R_BloodRedLollipop" Name: "R Blood Red Lollipop" Type: "IT_USABLE" Buy: 100 Sell: 5 Weight: 150 Script: <" @min = 1500; @max = 2500; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; "> Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28024 AegisName: "R_PlushMouboo" Name: "R Plush Mouboo" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 250 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28025 AegisName: "R_RedStocking" Name: "R Red Stocking" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 100 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28026 AegisName: "R_StickReinboo" Name: "R Stick Reinboo" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 100 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28027 AegisName: "R_RubberBat" // add squeak sound with approx. 3 ~ 5s delay. Name: "R Rubber Bat" Type: "IT_USABLE" Buy: 100 Sell: 5 Weight: 30 KeepAfterUse: true Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } Script: <" doevent "RubberBat::OnUse"; "> }, { Id: 28028 AegisName: "R_SantaCookie" Name: "R Santa Cookie" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 25 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28029 AegisName: "R_SantaGlobe" Name: "R Santa Globe" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 500 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28030 AegisName: "R_Scissors" Name: "R Scissors" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 150 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28031 AegisName: "R_SilverBell" Name: "R Silver Bell" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 250 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28032 AegisName: "R_SnowmanGlobe" Name: "R Snowman Globe" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 500 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28033 AegisName: "R_StrangeCoin" Name: "R Strange Coin" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 10 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28034 AegisName: "R_Tongue" Name: "R Tongue" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 100 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28035 AegisName: "R_WrappingPaperDotted" Name: "R Dotted Wrapping Paper" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 50 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, { Id: 28036 AegisName: "R_WrappingPaperStriped" Name: "R Striped Wrapping Paper" Type: "IT_ETC" Buy: 100 Sell: 5 Weight: 50 Trade: { nodrop: true notrade: true noselltonpc: true noauction: true nomail: true nogstorage: true } }, )