summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r--db/pre-re/item_db.conf7594
1 files changed, 7594 insertions, 0 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
new file mode 100644
index 00000000..436698ad
--- /dev/null
+++ b/db/pre-re/item_db.conf
@@ -0,0 +1,7594 @@
+//================= Hercules Database =====================================
+//= _ _ _
+//= | | | | | |
+//= | |_| | ___ _ __ ___ _ _| | ___ ___
+//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
+//= | | | | __/ | | (__| |_| | | __/\__ \
+//= \_| |_/\___|_| \___|\__,_|_|\___||___/
+//================= License ===============================================
+//= This file is part of Hercules.
+//= http://herc.ws - http://github.com/HerculesWS/Hercules
+//=
+//= Copyright (C) 2014-2020 Hercules Dev Team
+//=
+//= Hercules is free software: you can redistribute it and/or modify
+//= it under the terms of the GNU General Public License as published by
+//= the Free Software Foundation, either version 3 of the License, or
+//= (at your option) any later version.
+//=
+//= This program is distributed in the hope that it will be useful,
+//= but WITHOUT ANY WARRANTY; without even the implied warranty of
+//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//= GNU General Public License for more details.
+//=
+//= You should have received a copy of the GNU General Public License
+//= along with this program. If not, see <http://www.gnu.org/licenses/>.
+//=========================================================================
+//= Items Database
+//=========================================================================
+
+item_db: (
+/**************************************************************************
+************* 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"; 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: 501
+ AegisName: "Acorn"
+ Name: "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: 502
+ AegisName: "Bread"
+ Name: "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: 503
+ AegisName: "Fungus"
+ Name: "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: 504
+ AegisName: "Cheese"
+ Name: "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: 505
+ AegisName: "PiouLegs"
+ Name: "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: 506
+ AegisName: "LettuceLeaf"
+ Name: "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: 507
+ AegisName: "Piberries"
+ Name: "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: 508
+ AegisName: "SeaDrops"
+ Name: "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: 509
+ AegisName: "Aquada"
+ Name: "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: 510
+ AegisName: "PinkBlobime"
+ Name: "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: 511
+ AegisName: "PurpleBlobime"
+ Name: "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: 512
+ AegisName: "HalfCroconut"
+ Name: "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: 513
+ AegisName: "Croconut"
+ Name: "Croconut"
+ Type: "IT_HEALING"
+ Buy: 100
+ Sell: 35
+ Weight: 80
+ Script: <"
+ doevent "Croconut::OnUse";
+ ">
+},
+{
+ Id: 514
+ AegisName: "OldBook"
+ Name: "Old Book"
+ Type: "IT_USABLE"
+ Buy: 30
+ Sell: 10
+ Weight: 25
+ KeepAfterUse: true
+ Script: <"
+ doevent "#001-2-6-Book4::OnUse";
+ ">
+},
+{
+ Id: 515
+ AegisName: "Plushroom"
+ Name: "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: 516
+ AegisName: "PumpkinSeeds"
+ Name: "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: 517
+ AegisName: "DeliciousCookie"
+ Name: "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: 518
+ AegisName: "UrchinMeat"
+ Name: "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: 519
+ AegisName: "EasterEgg"
+ Name: "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: 520
+ AegisName: "PiberriesInfusion"
+ Name: "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: 521
+ AegisName: "FatesPotion"
+ Name: "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: 522
+ AegisName: "ClothoLiquor"
+ Name: "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: 523
+ AegisName: "LachesisBrew"
+ Name: "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: 524
+ AegisName: "AtroposMixture"
+ Name: "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: 525
+ AegisName: "ElixirOfLife"
+ Name: "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: 526
+ AegisName: "IronShovel"
+ Name: "Iron Shovel"
+ Type: "IT_USABLE"
+ Buy: 3000
+ Sell: 100
+ Weight: 210
+ KeepAfterUse: true
+ Script: <"
+ doevent "Shovel::OnUse";
+ ">
+},
+{
+ Id: 527
+ AegisName: "PumpkinJuice"
+ Name: "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: 528
+ AegisName: "Manana"
+ Name: "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: 529
+ AegisName: "Curshroom"
+ Name: "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: 530
+ AegisName: "Carrot"
+ Name: "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: 531
+ AegisName: "RedPlushWine"
+ Name: "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: 532
+ AegisName: "PiouAndTheFluffy"
+ Name: "Piou and The Fluffy"
+ Type: "IT_USABLE"
+ Buy: 50
+ Sell: 11
+ Weight: 25
+ KeepAfterUse: true
+ Script: <"
+ doevent "#001-2-6-Book1::OnUse";
+ ">
+},
+{
+ Id: 533
+ AegisName: "PoemAboutPoems"
+ Name: "Poem about Poems"
+ Type: "IT_USABLE"
+ Buy: 40
+ Sell: 10
+ Weight: 20
+ KeepAfterUse: true
+ Script: <"
+ doevent "#001-2-6-Book2::OnUse";
+ ">
+},
+{
+ Id: 534
+ AegisName: "ChorusOfTheWoods"
+ Name: "Chorus of the Woods"
+ Type: "IT_USABLE"
+ Buy: 30
+ Sell: 10
+ Weight: 25
+ KeepAfterUse: true
+ Script: <"
+ doevent "#001-2-6-Book3::OnUse";
+ ">
+},
+{
+ Id: 535
+ AegisName: "CommunicationTheory"
+ Name: "Communication Theory"
+ Type: "IT_USABLE"
+ Buy: 70
+ Sell: 10
+ Weight: 20
+ KeepAfterUse: true
+ Script: <"
+ doevent "#001-2-5-Book1::OnUse";
+ ">
+},
+{
+ Id: 537
+ AegisName: "BookOfLaws"
+ Name: "The Book of Laws"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 10
+ KeepAfterUse: true
+ Script: <"
+ doevent "@rules::OnUseBook";
+ ">
+},
+{
+ Id: 538
+ AegisName: "FishingGuideVolI"
+ Name: "Fishing Guide Vol. I"
+ Type: "IT_USABLE"
+ Buy: 60
+ Sell: 10
+ Weight: 30
+ KeepAfterUse: true
+ Script: <"
+ doevent "#001-2-4-Book2::OnUse";
+ ">
+},
+{
+ Id: 539
+ AegisName: "RecipeBook"
+ Name: "Recipe Book"
+ Type: "IT_USABLE"
+ Buy: 80
+ Sell: 10
+ Weight: 20
+ KeepAfterUse: true
+ Script: <"
+ doevent "#RecipeBook::OnUse";
+ ">
+},
+{
+ Id: 540
+ AegisName: "MasterBook"
+ Name: "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: 560
+ AegisName: "CarpSandwich"
+ Name: "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: 561
+ AegisName: "PioulegSandwich"
+ Name: "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: 562
+ AegisName: "MananaSandwich"
+ Name: "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: 563
+ AegisName: "Beer"
+ Name: "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: 564
+ AegisName: "RoastedMaggot"
+ Name: "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: 565
+ AegisName: "BottleOfWater"
+ Name: "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: 566
+ AegisName: "CherryCake"
+ Name: "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: 567
+ AegisName: "MaggotSlimePotion"
+ Name: "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: 600
+ AegisName: "SmallHealing"
+ Name: "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: 601
+ AegisName: "MediumHealing"
+ Name: "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: 602
+ AegisName: "LargeHealing"
+ Name: "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: 603
+ AegisName: "SmallMana"
+ Name: "Small Mana Potion"
+ Type: "IT_HEALING"
+ Buy: 750
+ Sell: 65
+ Weight: 32
+ Delay: 205
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ itemheal 0, 20;
+ ">
+},
+{
+ Id: 604
+ AegisName: "MediumMana"
+ Name: "Medium Mana Potion"
+ Type: "IT_HEALING"
+ Buy: 1650
+ Sell: 205
+ Weight: 64
+ Delay: 250
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ itemheal 0, 50;
+ ">
+},
+{
+ Id: 605
+ AegisName: "LargeMana"
+ Name: "Large Mana Potion"
+ Type: "IT_HEALING"
+ Buy: 3240
+ Sell: 340
+ Weight: 128
+ Delay: 250
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ itemheal 0, 100;
+ ">
+},
+{
+ Id: 606
+ AegisName: "ConcPotion"
+ Name: "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: 607
+ AegisName: "IronPotion"
+ Name: "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: 608
+ AegisName: "FertilityPotion"
+ Name: "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: 609
+ AegisName: "Honey"
+ Name: "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: 610
+ AegisName: "DeathPotion"
+ Name: "Death Potion"
+ Type: "IT_USABLE"
+ Buy: 5000
+ Sell: 325
+ Weight: 250
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ percentheal -100, -100;
+ ">
+},
+{
+ Id: 611
+ AegisName: "GrassSeeds"
+ Name: "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: 612
+ AegisName: "FlowerSeeds"
+ Name: "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: 613
+ AegisName: "PurificationPotion"
+ Name: "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: 614
+ AegisName: "SailorStew"
+ Name: "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: 615
+ AegisName: "TreasureMap"
+ Name: "Treasure Map"
+ Type: "IT_USABLE"
+ Buy: 45000
+ Sell: 300
+ Weight: 14
+ KeepAfterUse: true
+ Script: <"
+ // ShovelQuests_Assigned<MAP$,X,Y> → Coordinates for Treasure Map
+ if (!ShovelQuests_AssignedX) {
+ callfunc "shovel_genrandtreasure";
+ }
+ dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY);
+ ">
+},
+{
+ Id: 616
+ AegisName: "ChocolateBar"
+ Name: "Chocolate Bar"
+ Type: "IT_HEALING"
+ Buy: 750
+ Sell: 65
+ Weight: 100
+},
+{
+ Id: 617
+ AegisName: "MoubooMilk"
+ Name: "Mouboo Milk"
+ Type: "IT_HEALING"
+ Buy: 750
+ Sell: 65
+ Weight: 200
+},
+{
+ Id: 618
+ AegisName: "MoubooSteak"
+ Name: "Mouboo Steak"
+ Type: "IT_HEALING"
+ Buy: 750
+ Sell: 65
+ Weight: 250
+},
+{
+ Id: 619
+ AegisName: "RoastedAcorn"
+ Name: "Roasted Acorn"
+ Type: "IT_HEALING"
+ Buy: 750
+ Sell: 65
+ Weight: 50
+},
+{
+ Id: 620
+ AegisName: "RedApple"
+ Name: "Red Apple"
+ Type: "IT_HEALING"
+ Buy: 750
+ Sell: 65
+ Weight: 100
+},
+{
+ Id: 621
+ AegisName: "FriendGift"
+ Name: "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: 622
+ AegisName: "SquirrelStew"
+ Name: "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: 623
+ AegisName: "MoubooStew"
+ Name: "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: 624
+ AegisName: "SquirrelMeat"
+ Name: "Squirrel Meat"
+ Type: "IT_HEALING"
+ Buy: 1500
+ Sell: 120
+ Weight: 150
+},
+{
+ Id: 625
+ AegisName: "SeafoodPlate"
+ Name: "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: 626
+ AegisName: "BarbecuePlate"
+ Name: "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: 627
+ AegisName: "VeggiePlate"
+ Name: "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: 628
+ AegisName: "Blueberries"
+ Name: "Blueberries"
+ Type: "IT_HEALING"
+ Buy: 200
+ Sell: 15
+ Weight: 30
+},
+{
+ Id: 629
+ AegisName: "Donut"
+ Name: "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: 630
+ AegisName: "BlueberryCake"
+ Name: "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: 631
+ AegisName: "CarrotCake"
+ Name: "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: 700
+ AegisName: "SmallTentacles"
+ Name: "Small Tentacles"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 16
+ Weight: 5
+},
+{
+ Id: 701
+ AegisName: "PiouFeathers"
+ Name: "Piou Feathers"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 3
+ Weight: 1
+},
+{
+ Id: 702
+ AegisName: "TortugaShellFragment"
+ Name: "Tortuga Shell Fragment"
+ Type: "IT_ETC"
+ Buy: 25
+ Sell: 8
+ Weight: 25
+},
+{
+ Id: 703
+ AegisName: "HalfEggshell"
+ Name: "Half Eggshell"
+ Type: "IT_ETC"
+ Buy: 40
+ Sell: 13
+ Weight: 2
+},
+{
+ Id: 704
+ AegisName: "RattoTail"
+ Name: "Ratto Tail"
+ Type: "IT_ETC"
+ Buy: 30
+ Sell: 10
+ Weight: 1
+},
+{
+ Id: 705
+ AegisName: "RattoTeeth"
+ Name: "Ratto Teeth"
+ Type: "IT_ETC"
+ Buy: 30
+ Sell: 10
+ Weight: 1
+},
+{
+ Id: 706
+ AegisName: "CrocClaw"
+ Name: "Croc Claw"
+ Type: "IT_ETC"
+ Buy: 60
+ Sell: 20
+ Weight: 45
+},
+{
+ Id: 707
+ AegisName: "SquichyClaws"
+ Name: "Squichy Claws"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 40
+ Weight: 1
+},
+{
+ Id: 708
+ AegisName: "TortugaShell"
+ Name: "Tortuga Shell"
+ Type: "IT_ETC"
+ Buy: 90
+ Sell: 30
+ Weight: 95
+},
+{
+ Id: 709
+ AegisName: "TortugaTongue"
+ Name: "Tortuga Tongue"
+ Type: "IT_ETC"
+ Buy: 18
+ Sell: 6
+ Weight: 2
+},
+{
+ Id: 710
+ AegisName: "Pearl"
+ Name: "Pearl"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 200
+ Weight: 1
+},
+{
+ Id: 711
+ AegisName: "Coral"
+ Name: "Coral"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 35
+ Weight: 10
+},
+{
+ Id: 712
+ AegisName: "BlueCoral"
+ Name: "Blue Coral"
+ Type: "IT_ETC"
+ Buy: 80
+ Sell: 27
+ Weight: 10
+},
+{
+ Id: 713
+ AegisName: "FishBox"
+ Name: "Fish Box"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1250
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 714
+ AegisName: "GuildCertification"
+ Name: "Guild Certification"
+ Type: "IT_ETC"
+ Buy: 100000
+ Sell: 100
+},
+{
+ Id: 715
+ AegisName: "CroconutBox"
+ Name: "Croconut Box"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1400
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 716
+ AegisName: "PlushroomBox"
+ Name: "Plushroom Box"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 720
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 717
+ AegisName: "PoisonedDish"
+ Name: "Poisoned Dish"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 20
+ Delay: 0
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+ Sprite: 0
+},
+{
+ Id: 718
+ AegisName: "JohanneKey"
+ Name: "Johanne Key"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Delay: 0
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+ Sprite: 0
+},
+{
+ Id: 719
+ AegisName: "LeftCraftyWing"
+ Name: "Left Crafty Wing"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 3
+ Weight: 35
+},
+{
+ Id: 720
+ AegisName: "BatTeeth"
+ Name: "Bat Teeth"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 3
+ Weight: 3
+},
+{
+ Id: 721
+ AegisName: "RightCraftyWing"
+ Name: "Right Crafty Wing"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 3
+ Weight: 35
+},
+{
+ Id: 722
+ AegisName: "Pumpkin"
+ Name: "Pumpkin"
+ Type: "IT_ETC"
+ Buy: 15
+ Sell: 5
+ Weight: 530
+},
+{
+ Id: 723
+ AegisName: "MushroomSpores"
+ Name: "Mushroom Spores"
+ Type: "IT_ETC"
+ Buy: 5
+ Sell: 1
+ Weight: 1
+},
+{
+ Id: 724
+ AegisName: "Moss"
+ Name: "Moss"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 2
+},
+{
+ Id: 725
+ AegisName: "Tentacles"
+ Name: "Tentacles"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 30
+ Weight: 8
+},
+{
+ Id: 726
+ AegisName: "CommonCarp"
+ Name: "Common Carp"
+ Type: "IT_ETC"
+ Buy: 600
+ Sell: 60
+ Weight: 200
+},
+{
+ Id: 727
+ AegisName: "GrassCarp"
+ Name: "Grass Carp"
+ Type: "IT_ETC"
+ Buy: 900
+ Sell: 80
+ Weight: 200
+},
+{
+ Id: 728
+ AegisName: "FishingRod"
+ Name: "Fishing Rod"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 150
+ Weight: 20
+},
+{
+ Id: 729
+ AegisName: "FluffyFur"
+ Name: "Fluffy Fur"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 8
+ Weight: 2
+},
+{
+ Id: 730
+ AegisName: "AquadaBox"
+ Name: "Aquada Box"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 850
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 731
+ AegisName: "EmptyBottle"
+ Name: "Empty Bottle"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 100
+ Weight: 100
+},
+{
+ Id: 732
+ AegisName: "RawLog"
+ Name: "Raw Log"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 5
+ Weight: 200
+},
+{
+ Id: 733
+ AegisName: "PinkAntennae"
+ Name: "Pink Antennae"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 15
+ Weight: 25
+},
+{
+ Id: 734
+ AegisName: "EmptyMug"
+ Name: "Empty Mug"
+ Type: "IT_ETC"
+ Buy: 1500
+ Sell: 50
+ Weight: 100
+},
+{
+ Id: 735
+ AegisName: "PinkPetal"
+ Name: "Pink Petal"
+ Type: "IT_ETC"
+ Buy: 75
+ Sell: 8
+ Weight: 5
+},
+{
+ Id: 736
+ AegisName: "PileOfAsh"
+ Name: "Pile Of Ash"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 20
+ Weight: 5
+},
+{
+ Id: 737
+ AegisName: "AlizarinHerb"
+ Name: "Alizarin Herb"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 1
+ Weight: 1
+},
+{
+ Id: 738
+ AegisName: "CobaltHerb"
+ Name: "Cobalt Herb"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 1
+ Weight: 1
+},
+{
+ Id: 739
+ AegisName: "GambogeHerb"
+ Name: "Gamboge Herb"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 1
+ Weight: 1
+},
+{
+ Id: 740
+ AegisName: "MauveHerb"
+ Name: "Mauve Herb"
+ Type: "IT_ETC"
+ Buy: 20
+ Sell: 1
+ Weight: 1
+},
+{
+ Id: 741
+ AegisName: "GoldNuggets"
+ Name: "Gold Nuggets"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 1500
+ Weight: 100
+},
+{
+ Id: 742
+ AegisName: "Coal"
+ Name: "Coal"
+ Type: "IT_ETC"
+ Buy: 1800
+ Sell: 100
+ Weight: 50
+},
+{
+ Id: 743
+ AegisName: "IronOre"
+ Name: "Iron Ore"
+ Type: "IT_ETC"
+ Buy: 6500
+ Sell: 350
+ Weight: 150
+},
+{
+ Id: 744
+ AegisName: "MaggotSlime"
+ Name: "Maggot Slime"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 3
+ Weight: 1
+},
+{
+ Id: 745
+ AegisName: "BugLeg"
+ Name: "Bug Leg"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 4
+ Weight: 1
+},
+{
+ Id: 746
+ AegisName: "HardSpike"
+ Name: "Hard Spike"
+ Type: "IT_ETC"
+ Buy: 750
+ Sell: 60
+ Weight: 1
+},
+{
+ Id: 747
+ AegisName: "SilkCocoon"
+ Name: "Silk Cocoon"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 25
+ Weight: 1
+},
+{
+ Id: 748
+ AegisName: "ARedRose"
+ Name: "Red Rose"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 75
+ Weight: 10
+},
+{
+ Id: 749
+ AegisName: "AWhiteRose"
+ Name: "White Rose"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 75
+ Weight: 10
+},
+{
+ Id: 750
+ AegisName: "AYellowRose"
+ Name: "Yellow Rose"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 75
+ Weight: 10
+},
+{
+ Id: 751
+ AegisName: "ABlueRose"
+ Name: "Blue Rose"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 150
+ Weight: 10
+},
+{
+ Id: 752
+ AegisName: "ARedTulip"
+ Name: "Red Tulip"
+ Type: "IT_ETC"
+ Buy: 800
+ Sell: 65
+ Weight: 10
+},
+{
+ Id: 753
+ AegisName: "AWhiteTulip"
+ Name: "White Tulip"
+ Type: "IT_ETC"
+ Buy: 800
+ Sell: 65
+ Weight: 10
+},
+{
+ Id: 754
+ AegisName: "AYellowTulip"
+ Name: "Yellow Tulip"
+ Type: "IT_ETC"
+ Buy: 800
+ Sell: 65
+ Weight: 10
+},
+{
+ Id: 755
+ AegisName: "ABlueTulip"
+ Name: "Blue Tulip"
+ Type: "IT_ETC"
+ Buy: 1600
+ Sell: 130
+ Weight: 10
+},
+{
+ Id: 756
+ AegisName: "CoinBag"
+ Name: "Coin Bag"
+ Type: "IT_ETC"
+ Buy: 10000
+ Sell: 500
+ Weight: 250
+},
+{
+ Id: 757
+ AegisName: "MagicFeather"
+ Name: "Magic Feather"
+ Type: "IT_ETC"
+ Buy: 100000
+ Sell: 12500
+ Weight: 25
+},
+{
+ Id: 758
+ AegisName: "SmallMushroom"
+ Name: "Small Mushroom"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 80
+ Weight: 75
+},
+{
+ Id: 759
+ AegisName: "BlackScorpionStinger"
+ Name: "Black Scorpion Stinger"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 100
+ Weight: 200
+},
+{
+ Id: 760
+ AegisName: "GoldenScorpionStinger"
+ Name: "Golden Scorpion Stinger"
+ Type: "IT_ETC"
+ Buy: 25000
+ Sell: 8500
+ Weight: 500
+},
+{
+ Id: 761
+ AegisName: "Gearwheel"
+ Name: "Gearwheel"
+ Type: "IT_ETC"
+ Buy: 2500
+ Sell: 650
+ Weight: 500
+},
+{
+ Id: 762
+ AegisName: "Lockpicks"
+ Name: "Lockpicks"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 400
+ Weight: 50
+},
+{
+ Id: 763
+ AegisName: "Bone"
+ Name: "Bone"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 100
+},
+{
+ Id: 764
+ AegisName: "DruidTreeBranch"
+ Name: "Druid Tree Branch"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 200
+},
+{
+ Id: 765
+ AegisName: "LeftScorpionClaw"
+ Name: "Left Scorpion Claw"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 150
+},
+{
+ Id: 766
+ AegisName: "RightScorpionClaw"
+ Name: "Right Scorpion Claw"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 150
+},
+{
+ Id: 767
+ AegisName: "CopperOre"
+ Name: "Copper Ore"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 500
+},
+{
+ Id: 768
+ AegisName: "SilverOre"
+ Name: "Silver Ore"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 500
+},
+{
+ Id: 769
+ AegisName: "GoldOre"
+ Name: "Gold Ore"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 500
+},
+{
+ Id: 770
+ AegisName: "PlatinumOre"
+ Name: "Platinum Ore"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 500
+},
+{
+ Id: 771
+ AegisName: "DiamondPowder"
+ Name: "Diamond Powder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 50
+},
+{
+ Id: 772
+ AegisName: "RubyPowder"
+ Name: "Ruby Powder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 50
+},
+{
+ Id: 773
+ AegisName: "EmeraldPowder"
+ Name: "Emerald Powder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 50
+},
+{
+ Id: 774
+ AegisName: "SapphirePowder"
+ Name: "Sapphire Powder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 50
+},
+{
+ Id: 775
+ AegisName: "TopazPowder"
+ Name: "Topaz Powder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 50
+},
+{
+ Id: 776
+ AegisName: "AmethystPowder"
+ Name: "Amethyst Powder"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 50
+},
+{
+ Id: 777
+ AegisName: "ScorpionStinger"
+ Name: "Scorpion Stinger"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 20
+},
+{
+ Id: 778
+ AegisName: "Skull"
+ Name: "Skull"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 350
+},
+{
+ Id: 779
+ AegisName: "SnakeSkin"
+ Name: "Snake Skin"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 100
+},
+{
+ Id: 780
+ AegisName: "SnakeTongue"
+ Name: "Snake Tongue"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 35
+},
+{
+ Id: 781
+ AegisName: "TerraniteOre"
+ Name: "Terranite Ore"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 500
+},
+{
+ Id: 782
+ AegisName: "IronIngot"
+ Name: "Iron Ingot"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 1000
+},
+{
+ Id: 783
+ AegisName: "CopperIngot"
+ Name: "Copper Ingot"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 1000
+},
+{
+ Id: 784
+ AegisName: "SilverIngot"
+ Name: "Silver Ingot"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 1000
+},
+{
+ Id: 785
+ AegisName: "GoldIngot"
+ Name: "Gold Ingot"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 1000
+},
+{
+ Id: 786
+ AegisName: "PlatinumIngot"
+ Name: "Platinum Ingot"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 1000
+},
+{
+ Id: 787
+ AegisName: "TerraniteIngot"
+ Name: "Terranite Ingot"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 1000
+},
+{
+ Id: 788
+ AegisName: "RotoniumOre"
+ Name: "Rotonium Ore"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 500
+},
+{
+ Id: 789
+ AegisName: "ZealiteOre"
+ Name: "Zealite Ore"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 500
+},
+{
+ Id: 790
+ AegisName: "RotoniumIngot"
+ Name: "Rotonium Ingot"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 1000
+},
+{
+ Id: 791
+ AegisName: "ZealiteIngot"
+ Name: "Zealite Ingot"
+ Type: "IT_ETC"
+ Buy: 1000
+ Sell: 250
+ Weight: 1000
+},
+{
+ Id: 800
+ AegisName: "DiamondShard"
+ Name: "Diamond Shard"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 700
+ Weight: 10
+ Slots: 0
+},
+{
+ Id: 801
+ AegisName: "RubyShard"
+ Name: "Ruby Shard"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 700
+ Weight: 10
+ Slots: 0
+},
+{
+ Id: 802
+ AegisName: "EmeraldShard"
+ Name: "Emerald Shard"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 700
+ Weight: 10
+ Slots: 0
+},
+{
+ Id: 803
+ AegisName: "SapphireShard"
+ Name: "Sapphire Shard"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 700
+ Weight: 10
+ Slots: 0
+},
+{
+ Id: 804
+ AegisName: "TopazShard"
+ Name: "Topaz Shard"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 700
+ Weight: 10
+ Slots: 0
+},
+{
+ Id: 805
+ AegisName: "AmethystShard"
+ Name: "Amethyst Shard"
+ Type: "IT_ETC"
+ Buy: 5000
+ Sell: 700
+ Weight: 10
+ Slots: 0
+},
+{
+ Id: 806
+ AegisName: "EmptyBowl"
+ Name: "Empty Bowl"
+ Type: "IT_ETC"
+ Buy: 50000
+ Sell: 5000
+ Weight: 150
+ Slots: 0
+},
+{
+ Id: 807
+ AegisName: "ClothesPack"
+ Name: "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: 808
+ AegisName: "TreasureKey"
+ Name: "Treasure Key"
+ Type: "IT_ETC"
+ Buy: 500
+ Sell: 110
+ Weight: 20
+},
+{
+ Id: 809
+ AegisName: "CottonCloth"
+ Name: "Cotton Cloth"
+ Weight: 10
+},
+{
+ Id: 810
+ AegisName: "LeatherPatch"
+ Name: "Leather Patch"
+ Weight: 50
+},
+{
+ Id: 811
+ AegisName: "SnakeScale"
+ Name: "Snake Scale"
+ Weight: 25
+},
+{
+ Id: 812
+ AegisName: "SquirrelPelt"
+ Name: "Squirrel Pelt"
+ Weight: 200
+},
+{
+ Id: 813
+ AegisName: "WolvernPelt"
+ Name: "Wolvern Pelt"
+ Weight: 500
+},
+{
+ Id: 814
+ AegisName: "EmptyPlate"
+ Name: "Empty Plate"
+ Type: "IT_ETC"
+ Buy: 50000
+ Sell: 5000
+ Weight: 80
+ Slots: 0
+},
+{
+ Id: 815
+ AegisName: "WaxChunk"
+ Name: "Wax Chunk"
+ Weight: 100
+},
+{
+ Id: 816
+ AegisName: "Codfish"
+ Name: "Codfish"
+ Type: "IT_ETC"
+ Buy: 1900
+ Sell: 180
+ Weight: 300
+},
+{
+ Id: 817
+ AegisName: "Tuna"
+ Name: "Tuna"
+ Type: "IT_ETC"
+ Buy: 2100
+ Sell: 200
+ Weight: 270
+},
+{
+ Id: 818
+ AegisName: "Trout"
+ Name: "Trout"
+ Type: "IT_ETC"
+ Buy: 2900
+ Sell: 280
+ Weight: 150
+},
+{
+ Id: 819
+ AegisName: "Salmon"
+ Name: "Salmon"
+ Type: "IT_ETC"
+ Buy: 3500
+ Sell: 320
+ Weight: 210
+},
+{
+ Id: 820
+ AegisName: "AcornFlour"
+ Name: "Acorn Flour"
+ Type: "IT_ETC"
+ Buy: 900
+ Sell: 120
+ Weight: 110
+},
+{
+ Id: 821
+ AegisName: "Suitcase"
+ Name: "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: 1000
+ AegisName: "CopperNecklace"
+ Name: "Copper Necklace"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 400
+ Weight: 50
+ Atk: 5
+ Matk: 25
+ Slots: 1
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 6
+ Refine: false
+ ViewSprite: 1000
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gem
+ }
+},
+{
+ Id: 1001
+ AegisName: "SilverNecklace"
+ Name: "Silver Necklace"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 1000
+ Weight: 70
+ Atk: 10
+ Matk: 30
+ Slots: 1
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 46
+ Refine: false
+ ViewSprite: 1001
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gem
+ }
+},
+{
+ Id: 1002
+ AegisName: "GoldNecklace"
+ Name: "Gold Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Atk: 25
+ Matk: 50
+ Slots: 1
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 76
+ Refine: false
+ ViewSprite: 1002
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gem
+ }
+},
+{
+ Id: 1003
+ AegisName: "PlatinumNecklace"
+ Name: "Platinum Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 50
+ Atk: 40
+ Matk: 80
+ Slots: 1
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 96
+ Refine: false
+ ViewSprite: 1003
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gem
+ }
+},
+{
+ Id: 1004
+ AegisName: "CopperFourLeafNecklace"
+ Name: "Copper Four-Leaf Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 50
+ Atk: 40
+ Matk: 80
+ Slots: 1
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 16
+ Refine: false
+ ViewSprite: 1004
+ BindOnEquip: false
+ AllowCards: {
+ id5505: 1 // Runestones
+ }
+},
+{
+ Id: 1005
+ AegisName: "SilverFourLeafNecklace"
+ Name: "Silver Four-Leaf Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 50
+ Atk: 40
+ Matk: 80
+ Slots: 2
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 56
+ Refine: false
+ ViewSprite: 1005
+ BindOnEquip: false
+ AllowCards: {
+ id5505: 2 // Runestones
+ }
+},
+{
+ Id: 1006
+ AegisName: "GoldenFourLeafNecklace"
+ Name: "Golden Four-Leaf Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 50
+ Atk: 40
+ Matk: 80
+ Slots: 3
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 86
+ Refine: false
+ ViewSprite: 1006
+ BindOnEquip: false
+ AllowCards: {
+ id5505: 3 // Runestones
+ }
+},
+{
+ Id: 1007
+ AegisName: "PlatinumFourLeafNecklace"
+ Name: "Platinum Four-Leaf Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 50
+ Atk: 40
+ Matk: 80
+ Slots: 4
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 106
+ Refine: false
+ ViewSprite: 1007
+ BindOnEquip: false
+ AllowCards: {
+ id5505: 4 // Runestones
+ }
+},
+{
+ Id: 1008
+ AegisName: "ToothNecklace"
+ Name: "Tooth Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 70
+ Atk: 10
+ Matk: 0
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 26
+ Refine: false
+ ViewSprite: 1008
+ BindOnEquip: false
+},
+{
+ Id: 1009
+ AegisName: "TeethNecklace"
+ Name: "Teeth Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Atk: 20
+ Matk: 0
+ Slots: 1
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 66
+ Refine: false
+ ViewSprite: 1009
+ BindOnEquip: false
+ AllowCards: {
+ id5505: 1 // Runestones
+ }
+},
+{
+ Id: 1010
+ AegisName: "BarbarianNecklace"
+ Name: "Barbarian Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 120
+ Atk: 40
+ Matk: 0
+ Slots: 2
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 96
+ Refine: false
+ ViewSprite: 1010
+ BindOnEquip: false
+ AllowCards: {
+ id5505: 2 // Runestones
+ }
+},
+{
+ Id: 1011
+ AegisName: "HeartNecklace"
+ Name: "Heart Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 150
+ Atk: 5
+ Matk: 10
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1011
+ BindOnEquip: false // TODO: Hearts particle effect.
+},
+{
+ Id: 1012
+ AegisName: "MoubooNecklace"
+ Name: "Mouboo Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 150
+ Atk: 10
+ Matk: 15
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 36
+ Refine: false
+ ViewSprite: 1012
+ BindOnEquip: false // TODO: Well, what exactly? Transform player into a Mouboo, or even a Moubi?
+},
+{
+ Id: 1013
+ AegisName: "SkullNecklace"
+ Name: "Skull Necklace"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 200
+ Atk: 0
+ Matk: 1
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 46
+ Refine: false
+ ViewSprite: 1013
+ BindOnEquip: false // TODO: Transform player into a skeleton.
+},
+// Rings
+{
+ Id: 1100
+ AegisName: "SimpleCopperRing"
+ Name: "Simple Copper Ring"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 400
+ Weight: 50
+ Atk: 5
+ Matk: 25
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 8
+ Refine: false
+ ViewSprite: 1100
+ BindOnEquip: false
+},
+{
+ Id: 1101
+ AegisName: "SimpleSilverRing"
+ Name: "Simple Silver Ring"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 400
+ Weight: 50
+ Atk: 5
+ Matk: 25
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 8
+ Refine: false
+ ViewSprite: 1101
+ BindOnEquip: false
+},
+{
+ Id: 1102
+ AegisName: "SimpleGoldenRing"
+ Name: "Simple Golden Ring"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 400
+ Weight: 50
+ Atk: 5
+ Matk: 25
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 18
+ Refine: false
+ ViewSprite: 1102
+ BindOnEquip: false
+},
+{
+ Id: 1103
+ AegisName: "SimplePlatinumRing"
+ Name: "Simple Platinum Ring"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 400
+ Weight: 50
+ Atk: 5
+ Matk: 25
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 18
+ Refine: false
+ ViewSprite: 1103
+ BindOnEquip: false
+},
+{
+ Id: 1104
+ AegisName: "SoulRing"
+ Name: "Soul Ring"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 400
+ Weight: 50
+ Atk: 5
+ Matk: 25
+ Slots: 0
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 30
+ Refine: false
+ ViewSprite: 1104
+ BindOnEquip: false
+},
+{
+ Id: 1105
+ AegisName: "CopperRing"
+ Name: "Copper Ring"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 400
+ Weight: 50
+ Atk: 5
+ Matk: 25
+ Slots: 1
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 28
+ Refine: false
+ ViewSprite: 1105
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gems
+ }
+},
+{
+ Id: 1106
+ AegisName: "SilverRing"
+ Name: "Silver Ring"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 1000
+ Weight: 70
+ Atk: 10
+ Matk: 30
+ Slots: 2
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 48
+ Refine: false
+ ViewSprite: 1106
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gems
+ id5505: 1 // Runestones
+ }
+},
+{
+ Id: 1107
+ AegisName: "GoldRing"
+ Name: "Gold Ring"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Atk: 25
+ Matk: 50
+ Slots: 2
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 68
+ Refine: false
+ ViewSprite: 1107
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gems
+ id5505: 1 // Runestones
+ }
+},
+{
+ Id: 1108
+ AegisName: "PlatinumRing"
+ Name: "Platinum Ring"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Atk: 40
+ Matk: 80
+ Slots: 3
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 88
+ Refine: false
+ ViewSprite: 1108
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gems
+ id5505: 2 // Runestones
+ }
+},
+{
+ Id: 1109
+ AegisName: "CopperSignetRing"
+ Name: "Copper Signet Ring"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 400
+ Weight: 50
+ Atk: 5
+ Matk: 25
+ Slots: 1
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 38
+ Refine: false
+ ViewSprite: 1109
+ BindOnEquip: false
+ AllowCards: {
+ id5504: 1 // Gems
+ }
+},
+{
+ Id: 1110
+ AegisName: "SilverSignetRing"
+ Name: "Silver Signet Ring"
+ Type: "IT_ARMOR"
+ Buy: 20000
+ Sell: 1000
+ Weight: 70
+ Atk: 10
+ Matk: 30
+ Slots: 2
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 58
+ Refine: false
+ ViewSprite: 1110
+ BindOnEquip: false
+ AllowCards: {
+ id5504: 1 // Gems
+ id5505: 1 // Runestones
+ }
+},
+{
+ Id: 1111
+ AegisName: "GoldSignetRing"
+ Name: "Gold Signet Ring"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Atk: 25
+ Matk: 50
+ Slots: 2
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 78
+ Refine: false
+ ViewSprite: 1111
+ BindOnEquip: false
+ AllowCards: {
+ id5504: 1 // Gems
+ id5505: 1 // Runestones
+ }
+},
+{
+ Id: 1112
+ AegisName: "PlatinumSignetRing"
+ Name: "Platinum Signet Ring"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Atk: 40
+ Matk: 80
+ Slots: 3
+ Loc: "EQP_COSTUME_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 98
+ Refine: false
+ ViewSprite: 1112
+ BindOnEquip: false
+ AllowCards: {
+ id5504: 1 // Gems
+ id5505: 2 // Runestones
+ }
+},
+// Charms
+{
+ Id: 1200
+ AegisName: "AncientScroll"
+ Name: "Ancient Scroll"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 80
+ Atk: 0
+ Matk: 10
+ Slots: 0
+ Loc: "EQP_ACC_L"
+ WeaponLv: 0
+ EquipLv: 59
+ Refine: false
+ ViewSprite: 1200
+ BindOnEquip: false // TODO: Add Buff.
+},
+{
+ Id: 1201
+ AegisName: "Clover"
+ Name: "Clover"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 10
+ Atk: 0
+ Matk: 0
+ Slots: 0
+ Loc: "EQP_ACC_L"
+ WeaponLv: 0
+ EquipLv: 19
+ Refine: false
+ ViewSprite: 1201
+ BindOnEquip: false
+ Script: <"
+ bonus bLuk, 5;
+ ">
+},
+{
+ Id: 1202
+ AegisName: "FireScroll"
+ Name: "Fire Scroll"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 120
+ Atk: 0
+ Matk: 20
+ Slots: 0
+ Loc: "EQP_ACC_L"
+ WeaponLv: 0
+ EquipLv: 79
+ Refine: false
+ ViewSprite: 1202
+ BindOnEquip: false // TODO: Add Buff.
+},
+{
+ Id: 1203
+ AegisName: "Grimoire"
+ Name: "Grimoire"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 220
+ Atk: 0
+ Matk: 30
+ Slots: 0
+ Loc: "EQP_ACC_L"
+ WeaponLv: 0
+ EquipLv: 69
+ Refine: false
+ ViewSprite: 1203
+ BindOnEquip: false // TODO: Add Buff.
+},
+{
+ Id: 1204
+ AegisName: "HeartofIsis"
+ Name: "Heart of Isis"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 150
+ Atk: 0
+ Matk: 0
+ Slots: 0
+ Loc: "EQP_ACC_L"
+ WeaponLv: 0
+ EquipLv: 99
+ Refine: false
+ ViewSprite: 1204
+ BindOnEquip: false // TODO: Add Buff.
+},
+{
+ Id: 1205
+ AegisName: "ThetaBook"
+ Name: "Theta Book"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 200
+ Atk: 0
+ Matk: 0
+ Slots: 0
+ Loc: "EQP_ACC_L"
+ WeaponLv: 0
+ EquipLv: 89
+ Refine: false
+ ViewSprite: 1205
+ BindOnEquip: false // TODO: Add Buff.
+},
+{
+ Id: 1206
+ AegisName: "FlowerTowel"
+ Name: "Flower Towel"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Atk: 0
+ Matk: 0
+ Slots: 0
+ Loc: "EQP_ACC_L"
+ WeaponLv: 0
+ EquipLv: 39
+ Refine: false
+ ViewSprite: 1206
+ BindOnEquip: false // TODO: Add Buff.
+},
+// TODO: Lv 9 and Lv 29 charms
+// Armor
+{
+ Id: 1300
+ AegisName: "CreasedShirt"
+ Name: "Creased Shirt"
+ Type: "IT_ARMOR"
+ Buy: 70
+ Sell: 18
+ Weight: 17
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1300
+ BindOnEquip: false
+},
+{
+ Id: 1301
+ AegisName: "VneckJumper"
+ Name: "V-neck Jumper"
+ Type: "IT_ARMOR"
+ Buy: 1800
+ Sell: 200
+ Weight: 30
+ Def: 6
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 1301
+ BindOnEquip: false
+ AllowCards: {
+ id5500: 1 // BasicSilkDyes
+ }
+},
+{
+ Id: 1302
+ AegisName: "ArtisTankTop"
+ Name: "Artis Tank Top"
+ Type: "IT_ARMOR"
+ Buy: 1200
+ Sell: 120
+ Weight: 11
+ Def: 2
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 1302
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 1303
+ AegisName: "SailorShirt"
+ Name: "SailorShirt"
+ Type: "IT_ARMOR"
+ Buy: 1900
+ Sell: 250
+ Weight: 22
+ Def: 6
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 1303
+ BindOnEquip: false
+},
+{
+ Id: 1304
+ AegisName: "LegionTrainingShirt"
+ Name: "Legion's Training Shirt"
+ Type: "IT_ARMOR"
+ Buy: 4500
+ Sell: 300
+ Weight: 120
+ Def: 7
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 1304
+ BindOnEquip: false
+},
+{
+ Id: 1305
+ AegisName: "LegionCopperArmor"
+ Name: "Legion's Copper Armor"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 800
+ Weight: 340
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 15
+ Refine: false
+ ViewSprite: 1305
+ BindOnEquip: false
+},
+{
+ Id: 1306
+ AegisName: "ForestArmor"
+ Name: "Forest Armor"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 7300
+ Weight: 170
+ Def: 11
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 30
+ Refine: false
+ ViewSprite: 1306
+ BindOnEquip: false
+ Script: <"
+ bonus bDex, 5;
+ ">
+},
+{
+ Id: 1307
+ AegisName: "SilkRobe"
+ Name: "Silk Robe"
+ Type: "IT_ARMOR"
+ Buy: 35000
+ Sell: 2900
+ Weight: 70
+ Def: 6
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 1307
+ BindOnEquip: false
+ Script: <"
+ bonus bInt, 3;
+ bonus bAgi, 1;
+ bonus bMatk, 30;
+ ">
+ AllowCards: {
+ id5501: 1 // ExtendedSilkDyes
+ }
+},
+{
+ Id: 1308
+ AegisName: "FineDress"
+ Name: "Fine Dress"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 2600
+ Weight: 240
+ Def: 10
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 15
+ Refine: false
+ ViewSprite: 1308
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 1309
+ AegisName: "WarlordPlate"
+ Name: "Warlord Plate"
+ Type: "IT_ARMOR"
+ Buy: 75000
+ Sell: 8500
+ Weight: 1500
+ Def: 28
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 50
+ Refine: false
+ ViewSprite: 1309
+ BindOnEquip: false
+ BuyingStore: true
+ Script: <"
+ bonus bStr, 2;
+ bonus bVit, 1;
+ ">
+ AllowCards: {
+ id5505: 1 // Runestones
+ }
+},
+{
+ Id: 1310
+ AegisName: "LegionIronArmor"
+ Name: "Legion's Iron Armor"
+ Type: "IT_ARMOR"
+ Buy: 55000
+ Sell: 13000
+ Weight: 680
+ Def: 18
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 30
+ Refine: false
+ ViewSprite: 1310
+ BindOnEquip: false
+ AllowCards: {
+ id5505: 1 // Runestones
+ }
+},
+{
+ Id: 1311
+ AegisName: "GoldenWarlordPlate"
+ Name: "Golden Warlord Plate"
+ Type: "IT_ARMOR"
+ Buy: 150000
+ Sell: 45000
+ Weight: 3500
+ Def: 65
+ Slots: 2
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 70
+ Refine: false
+ ViewSprite: 1311
+ BindOnEquip: false
+ BuyingStore: true
+ Script: <"
+ bonus bStr, 4;
+ bonus bVit, 2;
+ ">
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+ AllowCards: {
+ id5505: 2 // Runestones
+ }
+},
+
+// Placeholder Chests
+
+{
+ Id: 1312
+ AegisName: "ApprenticeRobe"
+ Name: "Apprentice Robe"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 20
+ Refine: false
+ ViewSprite: 1312
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 1313
+ AegisName: "AssassinChest"
+ Name: "Assassin Chest"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 50
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 1313
+ BindOnEquip: false
+},
+{
+ Id: 1314
+ AegisName: "BlackArmor"
+ Name: "Black Armor"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 100
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 1314
+ BindOnEquip: false
+},
+{
+ Id: 1315
+ AegisName: "Chainmail"
+ Name: "Chainmail"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 40
+ Refine: false
+ ViewSprite: 1315
+ BindOnEquip: false
+},
+{
+ Id: 1316
+ AegisName: "EvocatorRobe"
+ Name: "Evocator Robe"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 60
+ Refine: false
+ ViewSprite: 1316
+ BindOnEquip: false
+},
+{
+ Id: 1317
+ AegisName: "JustifierChest"
+ Name: "Justifier Chest"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 80
+ Refine: false
+ ViewSprite: 1317
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 1318
+ AegisName: "LightPlatemail"
+ Name: "Light Platemail"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 20
+ Refine: false
+ ViewSprite: 1318
+ BindOnEquip: false
+},
+{
+ Id: 1319
+ AegisName: "PeltJacket"
+ Name: "Pelt Jacket"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 50
+ Refine: false
+ ViewSprite: 1319
+ BindOnEquip: false
+},
+{
+ Id: 1320
+ AegisName: "Snakeplate"
+ Name: "Snakeplate"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 80
+ Refine: false
+ ViewSprite: 1320
+ BindOnEquip: false
+},
+{
+ Id: 1321
+ AegisName: "SorcererRobe"
+ Name: "Sorcerer Robe"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 40
+ Refine: false
+ ViewSprite: 1321
+ BindOnEquip: false
+},
+{
+ Id: 1322
+ AegisName: "TerraniteArmor"
+ Name: "Terranite Armor"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 70
+ Refine: false
+ ViewSprite: 1322
+ BindOnEquip: false
+ AllowCards: {
+ id5503: 1 // Crude Gems
+ }
+},
+{
+ Id: 1323
+ AegisName: "WizardRobe"
+ Name: "Wizard Robe"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 5000
+ Weight: 100
+ Def: 10
+ Slots: 1
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 80
+ Refine: false
+ ViewSprite: 1323
+ BindOnEquip: false
+ AllowCards: {
+ id5505: 1 // Runestones
+ }
+},
+
+// Boots
+{
+ Id: 1800
+ AegisName: "LousyMoccasins"
+ Name: "Lousy Moccasins"
+ Type: "IT_ARMOR"
+ Buy: 600
+ Sell: 180
+ Weight: 18
+ Def: 1
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 4
+ Refine: false
+ ViewSprite: 1800
+ BindOnEquip: false
+},
+{
+ Id: 1801
+ AegisName: "CottonBoots"
+ Name: "Cotton Boots"
+ Type: "IT_ARMOR"
+ Buy: 2600
+ Sell: 420
+ Weight: 35
+ Def: 2
+ Slots: 1
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 12
+ Refine: false
+ ViewSprite: 1801
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 1802
+ AegisName: "FurBoots"
+ Name: "Fur Boots"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 650
+ Weight: 75
+ Def: 4
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 20
+ Refine: false
+ ViewSprite: 1802
+ BindOnEquip: false
+ BuyingStore: true
+},
+{
+ Id: 1803
+ AegisName: "BanditBoots"
+ Name: "Bandit Boots"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 900
+ Weight: 60
+ Def: 4
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 20
+ Refine: false
+ ViewSprite: 1803
+ BindOnEquip: false
+ BuyingStore: true
+},
+
+// Placeholder Boots
+{
+ Id: 1804
+ AegisName: "AssassinBoots"
+ Name: "Assassin Boots"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 40
+ Refine: false
+ ViewSprite: 1804
+ BindOnEquip: false
+ BuyingStore: true
+},
+{
+ Id: 1805
+ AegisName: "BromenalBoots"
+ Name: "Bromenal Boots"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 55
+ Refine: false
+ ViewSprite: 1805
+ BindOnEquip: false
+ BuyingStore: true
+},
+{
+ Id: 1806
+ AegisName: "RidingBoots"
+ Name: "Riding Boots"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 75
+ Refine: false
+ ViewSprite: 1806
+ BindOnEquip: false
+ BuyingStore: true
+},
+{
+ Id: 1807
+ AegisName: "Slippers"
+ Name: "Slippers"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 23
+ Refine: false
+ ViewSprite: 1807
+ BindOnEquip: false
+ BuyingStore: true
+},
+{
+ Id: 1808
+ AegisName: "WarlordBoots"
+ Name: "Warlord Boots"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 60
+ Refine: false
+ ViewSprite: 1808
+ BindOnEquip: false
+ BuyingStore: true
+},
+{
+ Id: 1809
+ AegisName: "ManaSlippers"
+ Name: "Mana Slippers"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 10
+ Def: 1
+ Slots: 1
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 42
+ Refine: false
+ ViewSprite: 1809
+ BindOnEquip: false
+ BuyingStore: true
+ AllowCards: {
+ id5501: 1 // ExtendedSilkDyes
+ }
+},
+{
+ Id: 1810
+ AegisName: "SquirrelBoots"
+ Name: "Squirrel Boots"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 37
+ Refine: false
+ ViewSprite: 1810
+ BindOnEquip: false
+ BuyingStore: true
+},
+
+{
+ Id: 1811
+ AegisName: "BlackBoots"
+ Name: "Black Boots"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 200
+ Def: 7
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 60
+ Refine: false
+ ViewSprite: 1811
+ BindOnEquip: false
+ BuyingStore: true
+},
+{
+ Id: 1812
+ AegisName: "LeatherBoots"
+ Name: "Leather Boots"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 600
+ Weight: 150
+ Def: 5
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 27
+ Refine: false
+ ViewSprite: 1812
+ BindOnEquip: false
+ BuyingStore: true
+},
+{
+ Id: 1813
+ AegisName: "GoldenWarlordBoots"
+ Name: "Golden Warlord Boots"
+ Type: "IT_ARMOR"
+ Buy: 112000
+ Sell: 1600
+ Weight: 400
+ Def: 10
+ Slots: 0
+ Loc: "EQP_SHOES"
+ WeaponLv: 0
+ EquipLv: 70
+ Refine: false
+ ViewSprite: 1813
+ BindOnEquip: false
+ BuyingStore: true
+},
+// Gloves
+{
+ Id: 2000
+ AegisName: "Armbands"
+ Name: "Armbands"
+ Type: "IT_ARMOR"
+ Buy: 400
+ Sell: 120
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 3
+ Refine: false
+ ViewSprite: 2000
+ BindOnEquip: false
+},
+{
+ Id: 2001
+ AegisName: "CopperArmbands"
+ Name: "Copper Armbands"
+ Type: "IT_ARMOR"
+ Buy: 4000
+ Sell: 800
+ Weight: 20
+ Def: 2
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 7
+ Refine: false
+ ViewSprite: 2001
+ BindOnEquip: false
+},
+{
+ Id: 2002
+ AegisName: "IronArmbands"
+ Name: "Iron Armbands"
+ Type: "IT_ARMOR"
+ Buy: 7500
+ Sell: 940
+ Weight: 30
+ Def: 3
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 11
+ Refine: false
+ ViewSprite: 2002
+ BindOnEquip: false
+},
+{
+ Id: 2003
+ AegisName: "CottonGloves"
+ Name: "Cotton Gloves"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 250
+ Weight: 60
+ Def: 1
+ Slots: 1
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 2003
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 2004
+ AegisName: "LeatherGloves"
+ Name: "Leather Gloves"
+ Type: "IT_ARMOR"
+ Buy: 3500
+ Sell: 500
+ Weight: 140
+ Def: 3
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 20
+ Refine: false
+ ViewSprite: 2004
+ BindOnEquip: false
+},
+{
+ Id: 2005
+ AegisName: "BanditGloves"
+ Name: "Bandit Gloves"
+ Type: "IT_ARMOR"
+ Buy: 8500
+ Sell: 650
+ Weight: 85
+ Def: 4
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 25
+ Refine: false
+ ViewSprite: 2005
+ BindOnEquip: false
+},
+
+//Placeholder Gloves
+{
+ Id: 2006
+ AegisName: "AssassinGloves"
+ Name: "Assassin Gloves"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 400
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 45
+ Refine: false
+ ViewSprite: 2006
+ BindOnEquip: false
+},
+{
+ Id: 2007
+ AegisName: "BromenalGloves"
+ Name: "Bromenal Gloves"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 400
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 50
+ Refine: false
+ ViewSprite: 2007
+ BindOnEquip: false
+},
+{
+ Id: 2008
+ AegisName: "ShortGloves"
+ Name: "Short Gloves"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 400
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 22
+ Refine: false
+ ViewSprite: 2008
+ BindOnEquip: false
+},
+{
+ Id: 2009
+ AegisName: "SilkGloves"
+ Name: "Silk Gloves"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 400
+ Weight: 10
+ Def: 1
+ Slots: 1
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 30
+ Refine: false
+ ViewSprite: 2009
+ BindOnEquip: false
+ AllowCards: {
+ id5501: 1 // ExtendedSilkDyes
+ }
+},
+{
+ Id: 2010
+ AegisName: "BlackGloves"
+ Name: "Black Gloves"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 400
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 55
+ Refine: false
+ ViewSprite: 2010
+ BindOnEquip: false
+},
+{
+ Id: 2011
+ AegisName: "FursGloves"
+ Name: "Furs Gloves"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 400
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 35
+ Refine: false
+ ViewSprite: 211
+ BindOnEquip: false
+},
+{
+ Id: 2012
+ AegisName: "GoldenArmbands"
+ Name: "Golden Armbands"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 400
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 65
+ Refine: false
+ ViewSprite: 2012
+ BindOnEquip: false
+},
+{
+ Id: 2013
+ AegisName: "ManaGloves"
+ Name: "Mana Gloves"
+ Type: "IT_ARMOR"
+ Buy: 8000
+ Sell: 400
+ Weight: 10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_GARMENT"
+ WeaponLv: 0
+ EquipLv: 50
+ Refine: false
+ ViewSprite: 2013
+ BindOnEquip: false
+},
+
+
+// Pants
+{
+ Id: 2200
+ AegisName: "CreasedShorts"
+ Name: "Creased Shorts"
+ Type: "IT_ARMOR"
+ Buy: 60
+ Sell: 15
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2200
+ BindOnEquip: false
+},
+{
+ Id: 2201
+ AegisName: "BrownTrousers"
+ Name: "Brown Trousers"
+ Type: "IT_ARMOR"
+ Buy: 1200
+ Sell: 250
+ Weight: 35
+ Def: 2
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 2201
+ BindOnEquip: false
+},
+{
+ Id: 2202
+ AegisName: "JeansChaps"
+ Name: "Jeans Chaps"
+ Type: "IT_ARMOR"
+ Buy: 2500
+ Sell: 500
+ Weight: 360
+ Atk: 0
+ Matk: -100
+ Def: 3
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 12
+ Refine: false
+ ViewSprite: 2202
+ BindOnEquip: false
+},
+{
+ Id: 2203
+ AegisName: "SilkPants"
+ Name: "Silk Pants"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 1000
+ Weight: 20
+ Def: 3
+ Slots: 1
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 17
+ Refine: false
+ ViewSprite: 2203
+ BindOnEquip: false
+ AllowCards: {
+ id5501: 1 // ExtendedSilkDyes
+ }
+},
+{
+ Id: 2204
+ AegisName: "CottonSkirt"
+ Name: "Cotton Skirt"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 600
+ Weight: 15
+ Def: 1
+ Slots: 1
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 2204
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 2205
+ AegisName: "LeatherTrousers"
+ Name: "Leather Trousers"
+ Type: "IT_ARMOR"
+ Buy: 9500
+ Sell: 2100
+ Weight: 280
+ Def: 3
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 15
+ Refine: false
+ ViewSprite: 2205
+ BindOnEquip: false
+},
+{
+ Id: 2206
+ AegisName: "BanditTrousers"
+ Name: "Bandit Trousers"
+ Type: "IT_ARMOR"
+ Buy: 9500
+ Sell: 1100
+ Weight: 110
+ Def: 6
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 25
+ Refine: false
+ ViewSprite: 2206
+ BindOnEquip: false
+},
+
+//PLaceholder Pants
+{
+ Id: 2207
+ AegisName: "AssassinPants"
+ Name: "Assassin Pants"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 1000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 40
+ Refine: false
+ ViewSprite: 2207
+ BindOnEquip: false
+},
+{
+ Id: 2208
+ AegisName: "ChainmailSkirt"
+ Name: "Chainmail Skirt"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 1000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 30
+ Refine: false
+ ViewSprite: 2208
+ BindOnEquip: false
+},
+{
+ Id: 2209
+ AegisName: "PirateShorts"
+ Name: "Pirate Shorts"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 1000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 2209
+ BindOnEquip: false
+},
+{
+ Id: 2210
+ AegisName: "TerranitePants"
+ Name: "Terranite Pants"
+ Type: "IT_ARMOR"
+ Buy: 10000
+ Sell: 1000
+ Weight: 100
+ Def: 10
+ Slots: 0
+ Loc: "EQP_HEAD_LOW"
+ WeaponLv: 0
+ EquipLv: 55
+ Refine: false
+ ViewSprite: 2210
+ BindOnEquip: false
+},
+
+// Shields
+{
+ Id: 2700
+ AegisName: "Barrel"
+ Name: "Barrel"
+ Type: "IT_ARMOR"
+ Buy: 150
+ Sell: 50
+ Weight: 400
+ Def: 100
+ Slots: 0
+ Loc: "EQP_HAND_L"
+ WeaponLv: 0
+ EquipLv: 37
+ Refine: false
+ ViewSprite: 2700
+ BindOnEquip: false
+ OnEquipScript: <"
+ bonus bAspd, -30;
+ bonus bCriticalDef, 15;
+ bonus bAtkRange, -5;
+ ">
+},
+{
+ Id: 2701
+ AegisName: "LeatherShield"
+ Name: "Leather Shield"
+ Type: "IT_ARMOR"
+ Buy: 2000
+ Sell: 250
+ Weight: 100
+ Def: 50
+ Loc: "EQP_HAND_L"
+ EquipLv: 7
+ Refine: false
+ ViewSprite: 2701
+ BindOnEquip: false
+ OnEquipScript: <"
+ bonus bAtkRange, -1;
+ ">
+},
+{
+ Id: 2702
+ AegisName: "WoodenShield"
+ Name: "Wooden Shield"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 750
+ Weight: 2450
+ Def: 100
+ Loc: "EQP_HAND_L"
+ EquipLv: 27
+ Refine: false
+ ViewSprite: 2702
+ BindOnEquip: false
+ OnEquipScript: <"
+ bonus bAtkRange, -1;
+ ">
+},
+{
+ Id: 2703
+ AegisName: "SteelShield"
+ Name: "Steel Shield"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2630
+ Weight: 5500
+ Def: 150
+ Matk: -200
+ Slots: 1
+ Loc: "EQP_HAND_L"
+ EquipLv: 47
+ Refine: false
+ ViewSprite: 2703
+ BindOnEquip: false
+ OnEquipScript: <"
+ bonus bAtkRange, -1;
+ ">
+ AllowCards: {
+ id5503: 1 // Crude Gem
+ }
+},
+{
+ Id: 2704
+ AegisName: "AncientShield"
+ Name: "Ancient Shield"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 750
+ Weight: 2450
+ Def: 180
+ Loc: "EQP_HAND_L"
+ EquipLv: 57
+ Refine: false
+ ViewSprite: 2704
+ BindOnEquip: false
+ OnEquipScript: <"
+ bonus bAtkRange, -1;
+ ">
+},
+{
+ Id: 2705
+ AegisName: "BladeShield"
+ Name: "Blade Shield"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 750
+ Weight: 2450
+ Def: 100
+ Loc: "EQP_HAND_L"
+ EquipLv: 67
+ Refine: false
+ ViewSprite: 2705
+ BindOnEquip: false
+ OnEquipScript: <"
+ bonus bAtkRange, -1;
+ ">
+},
+{
+ Id: 2706
+ AegisName: "DragonShield"
+ Name: "Wooden Shield"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 750
+ Weight: 2450
+ Def: 210
+ Loc: "EQP_HAND_L"
+ EquipLv: 77
+ Refine: false
+ ViewSprite: 2706
+ BindOnEquip: false
+ OnEquipScript: <"
+ bonus bAtkRange, -1;
+ ">
+},
+{
+ Id: 2707
+ AegisName: "Buckler"
+ Name: "Buckler"
+ Type: "IT_ARMOR"
+ Buy: 5000
+ Sell: 750
+ Weight: 850
+ Def: 685
+ Loc: "EQP_HAND_L"
+ EquipLv: 17
+ Refine: false
+ ViewSprite: 2707
+ BindOnEquip: false
+ OnEquipScript: <"
+ bonus bAtkRange, -1;
+ ">
+},
+// Headgear
+{
+ Id: 2900
+ AegisName: "Bandana"
+ Name: "Bandana"
+ Type: "IT_ARMOR"
+ Buy: 950
+ Sell: 220
+ Weight: 4
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 2900
+ BindOnEquip: false
+},
+{
+ Id: 2901
+ AegisName: "PumpkinHat"
+ Name: "Pumpkin Hat"
+ Type: "IT_ARMOR"
+ Buy: 320
+ Sell: 100
+ Weight: 50
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 4
+ Refine: false
+ ViewSprite: 2901
+ BindOnEquip: false
+},
+{
+ Id: 2902
+ AegisName: "FancyHat"
+ Name: "Fancy Hat"
+ Type: "IT_ARMOR"
+ Buy: 320
+ Sell: 100
+ Weight: 11
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 3
+ Refine: false
+ ViewSprite: 2902
+ BindOnEquip: false
+},
+{
+ Id: 2903
+ AegisName: "BrimmedHat"
+ Name: "Brimmed Hat"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 240
+ Weight: 20
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 8
+ Refine: false
+ ViewSprite: 2903
+ BindOnEquip: false
+},
+{
+ Id: 2904
+ AegisName: "BrimmedFeatherHat"
+ Name: "Brimmed Feather Hat"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 300
+ Weight: 23
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 8
+ Refine: false
+ ViewSprite: 2904
+ BindOnEquip: false
+},
+{
+ Id: 2905
+ AegisName: "BrimmedFlowerHat"
+ Name: "Brimmed Flower Hat"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 300
+ Weight: 22
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 2200
+ BindOnEquip: false
+},
+{
+ Id: 2906
+ AegisName: "InfantryHelmet"
+ Name: "Infantry Helmet"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 300
+ Weight: 400
+ Atk: 0
+ Matk: -50
+ Def: 2
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 30
+ Refine: false
+ ViewSprite: 2906
+ BindOnEquip: false
+},
+{
+ Id: 2907
+ AegisName: "CandleHelmet"
+ Name: "Candle Helmet"
+ Type: "IT_ARMOR"
+ Buy: 4500
+ Sell: 650
+ Weight: 500
+ Atk: 0
+ Matk: -25
+ Def: 4
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 40
+ Refine: false
+ ViewSprite: 2907
+ BindOnEquip: false
+ OnEquipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
+ OnUnequipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
+},
+{
+ Id: 2908
+ AegisName: "WarlordHelmet"
+ Name: "Warlord Helmet"
+ Type: "IT_ARMOR"
+ Buy: 13500
+ Sell: 3200
+ Weight: 1000
+ Atk: 0
+ Matk: -300
+ Def: 6
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 50
+ Refine: false
+ ViewSprite: 2908
+ BindOnEquip: false
+},
+{
+ Id: 2909
+ AegisName: "AxeHat"
+ Name: "Axe Hat"
+ Type: "IT_ARMOR"
+ Buy: 3500
+ Sell: 750
+ Weight: 50
+ Atk: 0
+ Matk: 25
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 2909
+ BindOnEquip: false
+},
+{
+ Id: 2910
+ AegisName: "PinkieHat"
+ Name: "Pinkie Hat"
+ Type: "IT_ARMOR"
+ Buy: 12600
+ Sell: 3500
+ Weight: 5
+ Atk: 0
+ Matk: 7
+ Def: 2
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 2910
+ BindOnEquip: false
+},
+{
+ Id: 2911
+ AegisName: "TopHat"
+ Name: "Top Hat"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 12500
+ Weight: 40
+ Def: 4
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 17
+ Refine: false
+ ViewSprite: 2911
+ BindOnEquip: false
+},
+{
+ Id: 2912
+ AegisName: "BowlerHat"
+ Name: "Bowler Hat"
+ Type: "IT_ARMOR"
+ Buy: 17355
+ Sell: 4300
+ Weight: 30
+ Def: 3
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 15
+ Refine: false
+ ViewSprite: 2912
+ BindOnEquip: false
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 2913
+ AegisName: "FairyHat"
+ Name: "Fairy Hat"
+ Type: "IT_ARMOR"
+ Buy: 6300
+ Sell: 1200
+ Weight: 5
+ Def: 2
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 20
+ Refine: false
+ ViewSprite: 2913
+ BindOnEquip: false
+},
+{
+ Id: 2914
+ AegisName: "NohMask"
+ Name: "Noh Mask"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 5200
+ Weight: 150
+ Def: 3
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 15
+ Refine: false
+ ViewSprite: 2914
+ BindOnEquip: false
+},
+{
+ Id: 2915
+ AegisName: "RoseHat"
+ Name: "Rose Hat"
+ Type: "IT_ARMOR"
+ Buy: 12000
+ Sell: 4100
+ Weight: 50
+ Atk: 0
+ Matk: 10
+ Def: 2
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 2915
+ BindOnEquip: false
+},
+{
+ Id: 2916
+ AegisName: "BanditHood"
+ Name: "Bandit Hood"
+ Type: "IT_ARMOR"
+ Buy: 9560
+ Sell: 780
+ Weight: 30
+ Def: 5
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 13
+ Refine: false
+ ViewSprite: 2916
+ BindOnEquip: false
+},
+{
+ Id: 2917
+ AegisName: "BrownBowlerHat"
+ Name: "Brown Bowler Hat"
+ Type: "IT_ARMOR"
+ Buy: 17355
+ Sell: 4300
+ Weight: 30
+ Def: 3
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 15
+ Refine: false
+ ViewSprite: 2917
+ BindOnEquip: false
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 2918
+ AegisName: "CatEars"
+ Name: "Cat Ears"
+ Type: "IT_ARMOR"
+ Buy: 37500
+ Sell: 12500
+ Weight: 10
+ Def: 3
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 33
+ Refine: false
+ ViewSprite: 2918
+ BindOnEquip: false
+ Script: <"
+ bonus bAgi, 3;
+ ">
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 2919
+ AegisName: "SantaHat"
+ Name: "Santa Hat"
+ Type: "IT_ARMOR"
+ Buy: 950
+ Sell: 220
+ Weight: 28
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 2919
+ BindOnEquip: false
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 2920
+ AegisName: "MoonshroomHat"
+ Name: "Moonshroom Hat"
+ Type: "IT_ARMOR"
+ Buy: 950
+ Sell: 220
+ Weight: 50
+ Def: 7
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 83
+ Refine: false
+ ViewSprite: 2920
+ BindOnEquip: false
+ Script: <"
+ bonus bInt, 3;
+ bonus bStr, -1;
+ ">
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 2921
+ AegisName: "SantaBeardHat"
+ Name: "Santa Beard Hat"
+ Type: "IT_ARMOR"
+ Buy: 950
+ Sell: 220
+ Weight: 32
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 2921
+ BindOnEquip: false
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 2922
+ AegisName: "FunkyHat"
+ Name: "Funky Hat"
+ Type: "IT_ARMOR"
+ Buy: 950
+ Sell: 220
+ Weight: 50
+ Def: 2
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 2922
+ BindOnEquip: false
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 2923
+ AegisName: "CashierShade"
+ Name: "Cashier Shade"
+ Type: "IT_ARMOR"
+ Buy: 950
+ Sell: 220
+ Weight: 28
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 5
+ Refine: false
+ ViewSprite: 2923
+ BindOnEquip: false
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 2924
+ AegisName: "BeanieCopter"
+ Name: "Beanie Copter"
+ Type: "IT_ARMOR"
+ Buy: 950
+ Sell: 220
+ Weight: 20
+ Def: 4
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 3
+ Refine: false
+ ViewSprite: 2924
+ BindOnEquip: false
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+// Placeholder Hats
+{
+ Id: 2925
+ AegisName: "BullHelmet"
+ Name: "Bull 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: 80
+ Refine: false
+ ViewSprite: 2925
+ BindOnEquip: false
+},
+{
+ Id: 2926
+ AegisName: "BunnyEars"
+ Name: "Bunny Ears"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 1
+ Slots: 1
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 2926
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 2927
+ AegisName: "DesertHat"
+ Name: "Desert Hat"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 1
+ Slots: 1
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 23
+ Refine: false
+ ViewSprite: 2927
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 2928
+ AegisName: "MinerHat"
+ Name: "Miner Hat"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 13
+ Refine: false
+ ViewSprite: 2928
+ BindOnEquip: false
+ OnEquipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
+ OnUnequipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
+},
+{
+ Id: 2929
+ AegisName: "SilkHeadband"
+ Name: "Silk Headband"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 1
+ Slots: 1
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 23
+ Refine: false
+ ViewSprite: 2929
+ BindOnEquip: false
+ AllowCards: {
+ id5501: 1 // ExtendedSilkDyes
+ }
+},
+{
+ Id: 2930
+ AegisName: "Headband"
+ Name: "Headband"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 1
+ Slots: 1
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 43
+ Refine: false
+ ViewSprite: 2930
+ BindOnEquip: false
+ AllowCards: {
+ id5502: 1 // BasicCottonDyes
+ }
+},
+{
+ Id: 2931
+ AegisName: "TerraniteHelmet"
+ Name: "Terranite Helmet"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 73
+ Refine: false
+ ViewSprite: 2931
+ BindOnEquip: false
+},
+{
+ Id: 2932
+ AegisName: "TrapperHat"
+ Name: "Trapper Hat"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 1
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 53
+ Refine: false
+ ViewSprite: 2932
+ BindOnEquip: false
+},
+{
+ Id: 2933
+ AegisName: "WizardHat"
+ Name: "Wizard Hat"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 1
+ Slots: 1
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 63
+ Refine: false
+ ViewSprite: 2933
+ BindOnEquip: false
+ AllowCards: {
+ id5501: 1 // ExtendedSilkDyes
+ }
+},
+{
+ Id: 2934
+ AegisName: "CaptainHat"
+ Name: "Captain Hat"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 100
+ Atk: 0
+ Matk: -10
+ Def: 12
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 63
+ Refine: false
+ ViewSprite: 2934
+ BindOnEquip: false
+},
+{
+ Id: 2935
+ AegisName: "RangerHat"
+ Name: "Ranger Hat"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1900
+ Weight: 200
+ Atk: 0
+ Matk: -5
+ Def: 7
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 83
+ Refine: false
+ ViewSprite: 2935
+ BindOnEquip: false
+},
+{
+ Id: 2936
+ AegisName: "KnightHelmet"
+ Name: "Knight Helmet"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1900
+ Weight: 200
+ Atk: 0
+ Matk: -5
+ Def: 7
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ WeaponLv: 0
+ EquipLv: 53
+ Refine: false
+ ViewSprite: 2936
+ BindOnEquip: false
+},
+// Scarfs
+{
+ Id: 3200
+ AegisName: "Shemagh"
+ Name: "Shemagh"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 90
+ Weight: 22
+ Def: 1
+ Loc: "EQP_ACC_R"
+ EquipLv: 3
+ Refine: false
+ ViewSprite: 3200
+ BindOnEquip: false
+},
+{
+ Id: 3201
+ AegisName: "BanditShawl"
+ Name: "Bandit Shawl"
+ Type: "IT_ARMOR"
+ Buy: 6500
+ Sell: 450
+ Weight: 45
+ Def: 1
+ Loc: "EQP_ACC_R"
+ EquipLv: 30
+ Refine: false
+ ViewSprite: 3201
+ BindOnEquip: false
+},
+{
+ Id: 3202
+ AegisName: "Eyepatch"
+ Name: "Eyepatch"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 250
+ Weight: 8
+ Def: 1
+ Loc: "EQP_ACC_R"
+ EquipLv: 16
+ Refine: false
+ ViewSprite: 3202
+ BindOnEquip: false
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+{
+ Id: 3203
+ AegisName: "BurglarMask"
+ Name: "Burglar Mask"
+ Type: "IT_ARMOR"
+ Buy: 6500
+ Sell: 450
+ Weight: 8
+ Def: 4
+ Loc: "EQP_ACC_R"
+ EquipLv: 25
+ Refine: false
+ ViewSprite: 3203
+ BindOnEquip: false
+},
+{
+ Id: 3204
+ AegisName: "HeartGlasses"
+ Name: "Heart Glasses"
+ Type: "IT_ARMOR"
+ Buy: 6500
+ Sell: 450
+ Weight: 8
+ Def: 5
+ Loc: "EQP_ACC_R"
+ EquipLv: 45
+ Refine: false
+ ViewSprite: 3204
+ BindOnEquip: false
+},
+{
+ Id: 3205
+ AegisName: "Mustache"
+ Name: "Mustache"
+ Type: "IT_ARMOR"
+ Buy: 6500
+ Sell: 450
+ Weight: 8
+ Def: 1
+ Loc: "EQP_ACC_R"
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 3205
+ BindOnEquip: false
+},
+{
+ Id: 3206
+ AegisName: "Rednose"
+ Name: "Rednose"
+ Type: "IT_ARMOR"
+ Buy: 6500
+ Sell: 450
+ Weight: 8
+ Def: 2
+ Loc: "EQP_ACC_R"
+ EquipLv: 15
+ Refine: false
+ ViewSprite: 3206
+ BindOnEquip: false
+},
+{
+ Id: 3207
+ AegisName: "Sunglasses"
+ Name: "Sunglasses"
+ Type: "IT_ARMOR"
+ Buy: 6500
+ Sell: 450
+ Weight: 8
+ Def: 8
+ Loc: "EQP_ACC_R"
+ EquipLv: 65
+ Refine: false
+ ViewSprite: 3207
+ BindOnEquip: false
+},
+{
+ Id: 3208
+ AegisName: "Beard"
+ Name: "Beard"
+ Type: "IT_ARMOR"
+ Buy: 6500
+ Sell: 450
+ Weight: 12
+ Def: 1
+ Loc: "EQP_ACC_R"
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 3208
+ BindOnEquip: false
+},
+{
+ Id: 3209
+ AegisName: "FullBeard"
+ Name: "Full Beard"
+ Type: "IT_ARMOR"
+ Buy: 6500
+ Sell: 450
+ Weight: 16
+ Def: 2
+ Loc: "EQP_ACC_R"
+ EquipLv: 10
+ Refine: false
+ ViewSprite: 3209
+ BindOnEquip: false
+},
+// Weapons
+{
+ Id: 3500
+ AegisName: "Knife"
+ Name: "Knife"
+ Type: "IT_WEAPON"
+ Buy: 90
+ Sell: 25
+ Weight: 6
+ Atk: 10
+ 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: 3501
+ AegisName: "PiouSlayer"
+ Name: "Piou Slayer"
+ Type: "IT_WEAPON"
+ Buy: 1100
+ Sell: 300
+ Weight: 26
+ Atk: 25
+ 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: 3502
+ AegisName: "TrainingGladius"
+ Name: "TrainingGladius"
+ Type: "IT_WEAPON"
+ Buy: 5000
+ Sell: 400
+ Weight: 58
+ Atk: 40
+ 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: 3503
+ AegisName: "WoodenSword"
+ Name: "Wooden Sword"
+ Type: "IT_WEAPON"
+ Buy: 500
+ Sell: 50
+ Weight: 25
+ Atk: 40
+ 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: 3504
+ AegisName: "ArtisBacksword"
+ Name: "Artis Backsword"
+ Type: "IT_WEAPON"
+ Buy: 25800
+ Sell: 1200
+ Weight: 86
+ Atk: 120
+ 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: 3505
+ AegisName: "TrainingWand"
+ Name: "Training Wand"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 1500
+ Weight: 67
+ Atk: 10
+ Matk: 250
+ 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: 3506
+ AegisName: "ManaTorch"
+ Name: "Mana Torch"
+ Type: "IT_WEAPON"
+ Buy: 12500
+ Sell: 1000
+ Weight: 150
+ Atk: 10
+ Matk: 150
+ 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: 3507
+ AegisName: "Scythe"
+ Name: "Scythe"
+ Type: "IT_WEAPON"
+ Buy: 104800
+ Sell: 1750
+ Weight: 1200
+ Atk: 100
+ 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: 3508
+ AegisName: "Dagger"
+ Name: "Dagger"
+ Type: "IT_WEAPON"
+ Buy: 2500
+ Sell: 500
+ Weight: 350
+ Atk: 120
+ 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: 3509
+ AegisName: "Setzer"
+ Name: "Setzer"
+ Type: "IT_WEAPON"
+ Buy: 25000
+ Sell: 5000
+ Weight: 250
+ Atk: 150
+ 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: 3510
+ AegisName: "Pickaxe"
+ Name: "Pickaxe"
+ Type: "IT_WEAPON"
+ Buy: 17500
+ Sell: 3700
+ Weight: 250
+ Atk: 130
+ 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: 3511
+ AegisName: "Torch"
+ Name: "Torch"
+ Type: "IT_WEAPON"
+ Buy: 2500
+ Sell: 500
+ Weight: 100
+ Atk: 85
+ 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: 3512
+ AegisName: "Axe"
+ Name: "Axe"
+ Type: "IT_WEAPON"
+ Buy: 12000
+ Sell: 2000
+ Weight: 500
+ Atk: 80
+ 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: 3513
+ AegisName: "Staff"
+ Name: "Staff"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 1500
+ Weight: 800
+ Atk: 80
+ Matk: 0
+ Def: 50
+ 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: 3514
+ AegisName: "Halberd"
+ Name: "Halberd"
+ Type: "IT_WEAPON"
+ Buy: 25000
+ Sell: 7500
+ Weight: 1200
+ Atk: 170
+ 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: 3515
+ AegisName: "SharpKnife"
+ Name: "Sharp Knife"
+ Type: "IT_WEAPON"
+ Buy: 180
+ Sell: 50
+ Weight: 15
+ Atk: 120
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: true
+ Subtype: "W_DAGGER"
+ BindOnEquip: false
+ OnEquipScript: <"
+ callfunc("refinesync");
+ ">
+},
+{
+ Id: 3516
+ AegisName: "BoneKnife"
+ Name: "Bone Knife"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 4000
+ Weight: 250
+ Atk: 125
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 15
+ Refine: true
+ Subtype: "W_DAGGER"
+ BindOnEquip: false
+ OnEquipScript: <"
+ callfunc("refinesync");
+ ">
+},
+{
+ Id: 3517
+ AegisName: "Chopper"
+ Name: "Chopper"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 4000
+ Weight: 250
+ Atk: 125
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 15
+ Refine: true
+ Subtype: "W_1HAXE"
+ BindOnEquip: false
+ OnEquipScript: <"
+ callfunc("refinesync");
+ ">
+},
+{
+ Id: 3518
+ AegisName: "Cleaver"
+ Name: "Cleaver"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 4000
+ Weight: 250
+ Atk: 125
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 15
+ Refine: true
+ Subtype: "W_1HAXE"
+ BindOnEquip: false
+ OnEquipScript: <"
+ callfunc("refinesync");
+ ">
+},
+{
+ Id: 3519
+ AegisName: "RockKnife"
+ Name: "Rock Knife"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 4000
+ Weight: 250
+ Atk: 125
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 15
+ Refine: true
+ Subtype: "W_1HAXE"
+ BindOnEquip: false
+ OnEquipScript: <"
+ callfunc("refinesync");
+ ">
+},
+{
+ Id: 3520
+ AegisName: "BronzeGladius"
+ Name: "Bronze Gladius"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 4000
+ Weight: 250
+ Atk: 125
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 15
+ Subtype: "W_1HSWORD"
+ Refine: true
+ BindOnEquip: false
+ OnEquipScript: <"
+ callfunc("refinesync");
+ ">
+},
+{
+ Id: 3521
+ AegisName: "ShortSword"
+ Name: "Short Sword"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 4000
+ Weight: 250
+ Atk: 125
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 15
+ Refine: true
+ Subtype: "W_1HSWORD"
+ BindOnEquip: false
+ OnEquipScript: <"
+ callfunc("refinesync");
+ ">
+},
+{
+ Id: 3522
+ AegisName: "LongSword"
+ Name: "Long Sword"
+ Type: "IT_WEAPON"
+ Buy: 20000
+ Sell: 4000
+ Weight: 250
+ Atk: 125
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 15
+ Refine: true
+ Subtype: "W_1HSWORD"
+ BindOnEquip: false
+ OnEquipScript: <"
+ callfunc("refinesync");
+ ">
+},
+{
+ Id: 3523
+ AegisName: "Spear"
+ Name: "Spear"
+ Type: "IT_WEAPON"
+ Buy: 25000
+ Sell: 7500
+ Weight: 1200
+ Atk: 170
+ 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: 3524
+ AegisName: "Katana"
+ Name: "Katana"
+ Type: "IT_WEAPON"
+ Buy: 25000
+ Sell: 7500
+ Weight: 1200
+ Atk: 170
+ 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: 3525
+ AegisName: "WarpedStaff"
+ Name: "Warped Staff"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 1500
+ Weight: 800
+ Atk: 80
+ Matk: 500
+ Def: 50
+ 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: 3526
+ AegisName: "WizardStaff"
+ Name: "Wizard Staff"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 1500
+ Weight: 800
+ Atk: 80
+ Matk: 500
+ Def: 50
+ 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: 3527
+ AegisName: "LifeStaff"
+ Name: "Staff of Life"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 1500
+ Weight: 800
+ Atk: 80
+ Matk: 500
+ Def: 50
+ 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: 3528
+ AegisName: "ApprenticeWand"
+ Name: "ApprenticeWand"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 1500
+ Weight: 75
+ Atk: 50
+ Matk: 200
+ Def: 10
+ 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: 4000
+ AegisName: "PiouEgg"
+ Name: "Piou egg"
+ Type: "IT_PETEGG"
+ Buy: 30000
+ Sell: 1
+ KeepAfterUse: true
+ Script: <"
+ bpet;
+ ">
+},
+// Cards & Dyes
+{
+ Id: 5000
+ AegisName: "PitchBlackSilkDye"
+ Name: "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: 5001
+ AegisName: "ChocolateSilkDye"
+ Name: "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: 5002
+ AegisName: "CrimsonSilkDye"
+ Name: "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: 5003
+ AegisName: "BlackCottonDye"
+ Name: "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: 5004
+ AegisName: "SilverCottonDye"
+ Name: "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: 5005
+ AegisName: "CamelCottonDye"
+ Name: "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: 5006
+ AegisName: "BrownCottonDye"
+ Name: "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: 5007
+ AegisName: "OrangeCottonDye"
+ Name: "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: 5008
+ AegisName: "DarkRedCottonDye"
+ Name: "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: 5009
+ AegisName: "RedCottonDye"
+ Name: "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: 5010
+ AegisName: "FuschiaCottonDye"
+ Name: "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: 5011
+ AegisName: "PinkCottonDye"
+ Name: "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: 5012
+ AegisName: "MauveCottonDye"
+ Name: "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: 5013
+ AegisName: "PurpleCottonDye"
+ Name: "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: 5014
+ AegisName: "NavyBlueCottonDye"
+ Name: "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: 5015
+ AegisName: "BlueGrayCottonDye"
+ Name: "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: 5016
+ AegisName: "BlueCottonDye"
+ Name: "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: 5017
+ AegisName: "TealCottonDye"
+ Name: "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: 5018
+ AegisName: "GreenCottonDye"
+ Name: "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: 5019
+ AegisName: "LimeCottonDye"
+ Name: "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: 5020
+ AegisName: "KhakiCottonDye"
+ Name: "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: 5021
+ AegisName: "YellowCottonDye"
+ Name: "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: 5022
+ AegisName: "Diamond"
+ Name: "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: 5023
+ AegisName: "Ruby"
+ Name: "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: 5024
+ AegisName: "Emerald"
+ Name: "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: 5025
+ AegisName: "Sapphire"
+ Name: "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: 5026
+ AegisName: "Topaz"
+ Name: "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: 5027
+ AegisName: "Amethyst"
+ Name: "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: 5028
+ AegisName: "CrudeDiamond"
+ Name: "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: 5029
+ AegisName: "CrudeRuby"
+ Name: "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: 5030
+ AegisName: "CrudeEmerald"
+ Name: "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: 5031
+ AegisName: "CrudeSapphire"
+ Name: "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: 5032
+ AegisName: "CrudeTopaz"
+ Name: "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: 5033
+ AegisName: "CrudeAmethyst"
+ Name: "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: 5034
+ AegisName: "TomatoSilkDye"
+ Name: "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: 5035
+ AegisName: "GoldenrodSilkDye"
+ Name: "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: 5036
+ AegisName: "SunflowerSilkDye"
+ Name: "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: 5037
+ AegisName: "OliveSilkDye"
+ Name: "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: 5038
+ AegisName: "SeaGreenSilkDye"
+ Name: "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: 5039
+ AegisName: "MintSilkDye"
+ Name: "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: 5040
+ AegisName: "MidnightBlueSilkDye"
+ Name: "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: 5041
+ AegisName: "SlatBlueSilkDye"
+ Name: "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: 5042
+ AegisName: "OrchidSilkDye"
+ Name: "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: 5043
+ AegisName: "PinkiePinkSilkDye"
+ Name: "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: 5044
+ AegisName: "RunestoneUruz"
+ Name: "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: 5045
+ AegisName: "RunestoneRaido"
+ Name: "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: 5046
+ AegisName: "RunestoneThurisaz"
+ Name: "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: 5047
+ AegisName: "RunestoneKaunaz"
+ Name: "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: 5048
+ AegisName: "RunestoneDagaz"
+ Name: "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: 5049
+ AegisName: "RunestonePeorth"
+ Name: "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: 5500
+ AegisName: "BasicSilkDyes"
+ Name: "Basic Silk Dyes"
+ Type: "IT_VIRTUAL"
+},
+{
+ Id: 5501
+ AegisName: "ExtendedSilkDyes"
+ Name: "Extended Silk Dyes"
+ Type: "IT_VIRTUAL"
+},
+{
+ Id: 5502
+ AegisName: "BasicCottonDyes"
+ Name: "Basic Cotton Dyes"
+ Type: "IT_VIRTUAL"
+},
+{
+ Id: 5503
+ AegisName: "CrudeGems"
+ Name: "Crude Gems"
+ Type: "IT_VIRTUAL"
+},
+{
+ Id: 5504
+ AegisName: "Gems"
+ Name: "Gems"
+ Type: "IT_VIRTUAL"
+},
+{
+ Id: 5505
+ AegisName: "Runestones"
+ Name: "Runestones"
+ Type: "IT_VIRTUAL"
+},
+// Bows
+{
+ Id: 6000
+ AegisName: "WoodenBow"
+ Name: "Wooden Bow"
+ Type: "IT_WEAPON"
+ Buy: 550
+ Sell: 52
+ Weight: 12
+ Atk: 40
+ 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: 6001
+ AegisName: "ShortBow"
+ Name: "Short Bow"
+ Type: "IT_WEAPON"
+ Buy: 1200
+ Sell: 250
+ Weight: 260
+ Atk: 115
+ 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: 6002
+ AegisName: "ForestBow"
+ Name: "Forest Bow"
+ Type: "IT_WEAPON"
+ Buy: 7500
+ Sell: 1250
+ Weight: 480
+ Atk: 150
+ 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: 6003
+ AegisName: "DesertBow"
+ Name: "Desert Bow"
+ Type: "IT_WEAPON"
+ Buy: 7500
+ Sell: 1250
+ Weight: 390
+ Atk: 250
+ 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: 6004
+ AegisName: "ChampionBow"
+ Name: "Champion Bow"
+ Type: "IT_WEAPON"
+ Buy: 7500
+ Sell: 1250
+ Weight: 580
+ Atk: 350
+ 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: 6005
+ AegisName: "BansheeBow"
+ Name: "Banshee Bow"
+ Type: "IT_WEAPON"
+ Buy: 7500
+ Sell: 1250
+ Weight: 480
+ Atk: 450
+ 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: 6006
+ AegisName: "Slingshot"
+ Name: "Slingshot"
+ Type: "IT_WEAPON"
+ Buy: 7500
+ Sell: 1250
+ Weight: 100
+ Atk: 250
+ Range: 4
+ Loc: ["EQP_HAND_R", "EQP_HAND_L"]
+ WeaponLv: 1
+ EquipLv: 20
+ Subtype: "W_BOW"
+ AllowAmmo: {
+ Id6505: 1
+ }
+},
+// Ammo
+{
+ Id: 6500
+ AegisName: "TrainingArrow"
+ Name: "Training Arrow"
+ Type: "IT_AMMO"
+ Buy: 3
+ Sell: 1
+ Weight: 1
+ Atk: 100
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
+},
+{
+ Id: 6501
+ AegisName: "IronArrow"
+ Name: "Iron Arrow"
+ Type: "IT_AMMO"
+ Buy: 6
+ Sell: 2
+ Weight: 2
+ Atk: 150
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
+},
+{
+ Id: 6502
+ AegisName: "BoneArrow"
+ Name: "Bone Arrow"
+ Type: "IT_AMMO"
+ Buy: 8
+ Sell: 3
+ Weight: 0
+ Atk: 180
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
+},
+{
+ Id: 6503
+ AegisName: "PoisonedArrow"
+ Name: "Posioned Arrow"
+ Type: "IT_AMMO"
+ Buy: 10
+ Sell: 3
+ Weight: 1
+ Atk: 200
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
+},
+{
+ Id: 6504
+ AegisName: "TerraniteArrow"
+ Name: "Terranite Arrow"
+ Type: "IT_AMMO"
+ Buy: 12
+ Sell: 4
+ Weight: 1
+ Atk: 250
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
+},
+{
+ Id: 6505
+ AegisName: "StoneProjectile"
+ Name: "Stone Projectile"
+ Type: "IT_AMMO"
+ Buy: 2
+ Sell: 0
+ Weight: 1
+ Atk: 200
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
+},
+// Misc.
+{
+ Id: 7420
+ AegisName: "AdventurerSoul"
+ Name: "Adventurer's Soul"
+ Type: "IT_ETC"
+ Buy: 1
+ Sell: 0
+ Weight: 0
+},
+// LEGACY merge items, generic or usable
+{
+ Id: 8000
+ AegisName: "BlackPearl"
+ Name: "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: 8001
+ AegisName: "Bloodstone"
+ Name: "Bloodstone"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 5
+ Weight: 100
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
+},
+{
+ Id: 8002
+ AegisName: "BottleOfSand"
+ Name: "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: 8003
+ AegisName: "Brainstem"
+ Name: "Brainstem"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 5
+ Weight: 50
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
+},
+{
+ Id: 8004
+ AegisName: "ClosedChristmasBox"
+ Name: "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: 8005
+ AegisName: "OpenChristmasBox"
+ Name: "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: 8006
+ AegisName: "RedChristmasOrnament"
+ Name: "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: 8007
+ AegisName: "YellowChristmasOrnament"
+ Name: "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: 8008
+ AegisName: "GreenChristmasOrnament"
+ Name: "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: 8009
+ AegisName: "AquaChristmasOrnament"
+ Name: "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: 8010
+ AegisName: "BlueChristmasOrnament"
+ Name: "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: 8011
+ AegisName: "PurpleChristmasOrnament"
+ Name: "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: 8012
+ AegisName: "Doll"
+ Name: "Doll"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 5
+ Weight: 75
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
+},
+{
+ Id: 8013
+ AegisName: "EasterBasket"
+ Name: "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: 8014
+ AegisName: "LegendaryEasterEgg"
+ Name: "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: 8015
+ AegisName: "FakePlasticFangs"
+ Name: "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: 8016
+ AegisName: "FlawedLens"
+ Name: "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: 8017
+ AegisName: "DarkPetal"
+ Name: "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: 8018
+ AegisName: "FlightTalisman"
+ Name: "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: 8019
+ AegisName: "Jellybeans"
+ Name: "Jellybeans"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 5
+ Weight: 150
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
+},
+{
+ Id: 8020
+ AegisName: "Leatherball"
+ Name: "Leatherball"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 5
+ Weight: 750
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
+},
+{
+ Id: 8021
+ AegisName: "BooberryBlueLollipop"
+ Name: "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: 8022
+ AegisName: "GhastlyGreenLollipop"
+ Name: "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: 8023
+ AegisName: "BloodRedLollipop"
+ Name: "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: 8024
+ AegisName: "PlushMouboo"
+ Name: "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: 8025
+ AegisName: "RedStocking"
+ Name: "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: 8026
+ AegisName: "StickReinboo"
+ Name: "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: 8027
+ AegisName: "RubberBat" // add squeak sound with approx. 3 ~ 5s delay.
+ Name: "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: 8028
+ AegisName: "SantaCookie"
+ Name: "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: 8029
+ AegisName: "SantaGlobe"
+ Name: "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: 8030
+ AegisName: "Scissors"
+ Name: "Scissors"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 5
+ Weight: 150
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
+},
+{
+ Id: 8031
+ AegisName: "SilverBell"
+ Name: "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: 8032
+ AegisName: "SnowmanGlobe"
+ Name: "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: 8033
+ AegisName: "StrangeCoin"
+ Name: "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: 8034
+ AegisName: "Tongue"
+ Name: "Tongue"
+ Type: "IT_ETC"
+ Buy: 100
+ Sell: 5
+ Weight: 100
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
+},
+{
+ Id: 8035
+ AegisName: "WrappingPaperDotted"
+ Name: "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: 8036
+ AegisName: "WrappingPaperStriped"
+ Name: "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
+ }
+},
+)