summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf3101
1 files changed, 1513 insertions, 1588 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 0dd35a51..38963955 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -34,97 +34,97 @@ 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")
- Buy: Buy Price (int, defaults to Sell * 2)
- Sell: Sell Price (int, defaults to Buy / 2)
- Weight: Item Weight (int, defaults to 0)
- Atk: Attack (int, defaults to 0)
- Matk: Magical Attack (int, defaults to 0, ignored in pre-re)
- Def: Defense (int, defaults to 0)
- Range: Attack Range (int, defaults to 0)
- MinRange: Minimal Attack Range (int, defaults to 0)
- Slots: Slots (int, defaults to 0)
- Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF)
- Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL")
- Gender: Gender (string, defaults to "SEX_ANY")
- Loc: Equip location (bitmask array, string or int, required value for equipment)
- WeaponLv: Weapon Level (int, defaults to 0)
- EquipLv: Equip required level (int, defaults to 0)
- EquipLv: [min, max] (alternative syntax with min / max level)
- Refine: Refineable (boolean, defaults to true)
- DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz]
- Subtype: Item Subtype (int, defaults to 0)
- 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)
- partneroverride: true/false (boolean, defaults to false)
- noselltonpc: true/false (boolean, defaults to false)
- nocart: true/false (boolean, defaults to false)
- nostorage: true/false (boolean, defaults to false)
- nogstorage: true/false (boolean, defaults to false)
- nomail: true/false (boolean, defaults to false)
- noauction: true/false (boolean, defaults to false)
- }
- Nouse: { (defaults to no restrictions)
- override: GroupID (int, defaults to 100)
- sitting: true/false (boolean, defaults to false)
- }
- Stack: [amount, type] (int, defaults to 0)
- Sprite: SpriteID (int, defaults to 0)
- Script: <"
- Script
- (it can be multi-line)
- ">
- OnEquipScript: <" OnEquip Script (can also be multi-line) ">
- OnUnequipScript: <" OnUnequip Script (can also be multi-line) ">
- OnDropScript: <" OnDrop Script (can also be multi-line) ">
- OnTakeScript: <" OnTake Script (can also be multi-line) ">
- OnInsertCardScript: <" OnInsert card Script (can also be multi-line) ">
- AllowCards: {
- idNUM: amount (NUM is id number, amount is amount)
- }
- AllowAmmo: {
- idNUM: something (NUM is id number)
- }
+ // =================== Mandatory fields ===============================
+ Id: ID (int)
+ AegisName: "Aegis_Name" (string)
+ Name: "Item Name" (string)
+ // =================== Optional fields ================================
+ Type: Item Type (string, defaults to "IT_ETC")
+ Buy: Buy Price (int, defaults to Sell * 2)
+ Sell: Sell Price (int, defaults to Buy / 2)
+ Weight: Item Weight (int, defaults to 0)
+ Atk: Attack (int, defaults to 0)
+ Matk: Magical Attack (int, defaults to 0, ignored in pre-re)
+ Def: Defense (int, defaults to 0)
+ Range: Attack Range (int, defaults to 0)
+ MinRange: Minimal Attack Range (int, defaults to 0)
+ Slots: Slots (int, defaults to 0)
+ Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF)
+ Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL")
+ Gender: Gender (string, defaults to "SEX_ANY")
+ Loc: Equip location (bitmask array, string or int, required value for equipment)
+ WeaponLv: Weapon Level (int, defaults to 0)
+ EquipLv: Equip required level (int, defaults to 0)
+ EquipLv: [min, max] (alternative syntax with min / max level)
+ Refine: Refineable (boolean, defaults to true)
+ DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz]
+ Subtype: Item Subtype (int, defaults to 0)
+ 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)
+ partneroverride: true/false (boolean, defaults to false)
+ noselltonpc: true/false (boolean, defaults to false)
+ nocart: true/false (boolean, defaults to false)
+ nostorage: true/false (boolean, defaults to false)
+ nogstorage: true/false (boolean, defaults to false)
+ nomail: true/false (boolean, defaults to false)
+ noauction: true/false (boolean, defaults to false)
+ }
+ Nouse: { (defaults to no restrictions)
+ override: GroupID (int, defaults to 100)
+ sitting: true/false (boolean, defaults to false)
+ }
+ Stack: [amount, type] (int, defaults to 0)
+ Sprite: SpriteID (int, defaults to 0)
+ Script: <"
+ Script
+ (it can be multi-line)
+ ">
+ OnEquipScript: <" OnEquip Script (can also be multi-line) ">
+ OnUnequipScript: <" OnUnequip Script (can also be multi-line) ">
+ OnDropScript: <" OnDrop Script (can also be multi-line) ">
+ OnTakeScript: <" OnTake Script (can also be multi-line) ">
+ OnInsertCardScript: <" OnInsert card Script (can also be multi-line) ">
+ AllowCards: {
+ idNUM: amount (NUM is id number, amount is amount)
+ }
+ AllowAmmo: {
+ idNUM: something (NUM is id number)
+ }
},
******************************************************************************/
@@ -136,18 +136,7 @@ item_db: (
Buy: 20
Sell: 7
Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 501
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
if (@useType == 1)
@@ -175,18 +164,7 @@ item_db: (
Buy: 50
Sell: 15
Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 502
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 25;
@@ -204,18 +182,7 @@ item_db: (
Buy: 45
Sell: 15
Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 503
- BindOnEquip: false
Delay: 1000
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_end SC_POISON;
@@ -234,18 +201,7 @@ item_db: (
Buy: 55
Sell: 18
Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 504
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 30;
@@ -263,18 +219,7 @@ item_db: (
Buy: 15
Sell: 5
Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 505
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 7;
@@ -292,18 +237,7 @@ item_db: (
Buy: 30
Sell: 10
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 506
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 15;
@@ -321,18 +255,7 @@ item_db: (
Buy: 20
Sell: 5
Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 507
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 12;
@@ -350,17 +273,6 @@ item_db: (
Buy: 3
Sell: 1
Weight: 4
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 508
- BindOnEquip: false
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_POISON, 30000, 0;
@@ -379,18 +291,7 @@ item_db: (
Buy: 120
Sell: 40
Weight: 16
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 509
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 75;
@@ -408,17 +309,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 510
- BindOnEquip: false
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start2 SC_POISON, 1, 30, 3333;
@@ -437,17 +327,6 @@ item_db: (
Buy: 20
Sell: 4
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 511
- BindOnEquip: false
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start2 SC_POISON, 1, 30, 6666;
@@ -466,18 +345,7 @@ item_db: (
Buy: 75
Sell: 25
Weight: 38
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 512
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 65;
@@ -495,18 +363,6 @@ item_db: (
Buy: 100
Sell: 35
Weight: 80
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 513
- BindOnEquip: false
- Delay: 0
- Sprite: 0
Script: <"
doevent "Croconut::OnUse";
">
@@ -519,18 +375,7 @@ item_db: (
Buy: 30
Sell: 10
Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 514
- BindOnEquip: false
KeepAfterUse: true
- Sprite: 0
Script: <"
doevent "#001-2-6-Book4::OnUse";
">
@@ -543,18 +388,7 @@ item_db: (
Buy: 42
Sell: 14
Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 515
- BindOnEquip: false
Delay: 1000
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_ATTHASTE_POTION1, 15000, 5;
@@ -573,17 +407,6 @@ item_db: (
Buy: 5
Sell: 2
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 516
- BindOnEquip: false
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start2 SC_POISON, 1, 10, 2500;
@@ -598,22 +421,23 @@ item_db: (
Buy: 30
Sell: 10
Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
Loc: "EQP_HEAD_MID"
- WeaponLv: 0
EquipLv: 1
- Refine: false
- ViewSprite: 517
- BindOnEquip: false
Trade: {
nodrop: true
noselltonpc: true
+ nogstorage: true
+ nomail: true
}
- Sprite: 0
+ 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
@@ -623,18 +447,7 @@ item_db: (
Buy: 50
Sell: 18
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 518
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 28;
@@ -652,18 +465,7 @@ item_db: (
Buy: 5
Sell: 2
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 519
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 60;
@@ -681,18 +483,7 @@ item_db: (
Buy: 140
Sell: 20
Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 520
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 110;
@@ -710,18 +501,7 @@ item_db: (
Buy: 250
Sell: 80
Weight: 17
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 521
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 240;
@@ -739,18 +519,7 @@ item_db: (
Buy: 600
Sell: 150
Weight: 16
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 522
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 575;
@@ -768,18 +537,7 @@ item_db: (
Buy: 1000
Sell: 150
Weight: 14
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 523
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 1100;
@@ -797,18 +555,7 @@ item_db: (
Buy: 2450
Sell: 300
Weight: 15
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 524
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 2300;
@@ -826,18 +573,7 @@ item_db: (
Buy: 5000
Sell: 500
Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 525
- BindOnEquip: false
Delay: 1000
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
percentheal 100, 100;
@@ -851,18 +587,7 @@ item_db: (
Buy: 3000
Sell: 100
Weight: 210
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 526
- BindOnEquip: false
KeepAfterUse: true
- Sprite: 0
Script: <"
doevent "Shovel::OnUse";
">
@@ -875,18 +600,7 @@ item_db: (
Buy: 200
Sell: 5
Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 527
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 30;
@@ -904,11 +618,7 @@ item_db: (
Buy: 100
Sell: 35
Weight: 10
- Refine: false
- ViewSprite: 528
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 70;
@@ -926,13 +636,7 @@ item_db: (
Buy: 150
Sell: 25
Weight: 10
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 529
- BindOnEquip: false
Delay: 1000
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_ATTHASTE_POTION1, 30000, 5;
@@ -952,11 +656,7 @@ item_db: (
Buy: 30
Sell: 8
Weight: 3
- Refine: false
- ViewSprite: 530
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 20;
@@ -974,11 +674,7 @@ item_db: (
Buy: 100
Sell: 20
Weight: 10
- Refine: false
- ViewSprite: 531
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 40;
@@ -996,18 +692,7 @@ item_db: (
Buy: 50
Sell: 11
Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 532
- BindOnEquip: false
KeepAfterUse: true
- Sprite: 0
Script: <"
doevent "#001-2-6-Book1::OnUse";
">
@@ -1020,18 +705,7 @@ item_db: (
Buy: 40
Sell: 10
Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 533
- BindOnEquip: false
KeepAfterUse: true
- Sprite: 0
Script: <"
doevent "#001-2-6-Book2::OnUse";
">
@@ -1044,18 +718,7 @@ item_db: (
Buy: 30
Sell: 10
Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 534
- BindOnEquip: false
KeepAfterUse: true
- Sprite: 0
Script: <"
doevent "#001-2-6-Book3::OnUse";
">
@@ -1123,14 +786,14 @@ item_db: (
Sell: 0
Weight: 20
KeepAfterUse: true
- Trade: {
- notrade: true
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
+ Trade: {
+ notrade: true
+ nodrop: true
+ noselltonpc: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
Script: <"
doevent "#MasterBook::OnUse";
">
@@ -1143,15 +806,11 @@ item_db: (
Buy: 580
Sell: 75
Weight: 25
- Refine: false
- ViewSprite: 560
- BindOnEquip: false
Delay: 1200
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 200;
- @max = 300;
+ @min = 400;
+ @max = 600;
@delay = 8;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -1165,15 +824,11 @@ item_db: (
Buy: 640
Sell: 85
Weight: 25
- Refine: false
- ViewSprite: 561
- BindOnEquip: false
Delay: 850
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 150;
- @max = 300;
+ @min = 200;
+ @max = 350;
@delay = 4;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -1187,15 +842,11 @@ item_db: (
Buy: 870
Sell: 90
Weight: 25
- Refine: false
- ViewSprite: 562
- BindOnEquip: false
Delay: 700
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 250;
- @max = 400;
+ @max = 450;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -1209,11 +860,7 @@ item_db: (
Buy: 90
Sell: 20
Weight: 20
- Refine: false
- ViewSprite: 563
- BindOnEquip: false
Delay: 750
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 60;
@@ -1231,15 +878,11 @@ item_db: (
Buy: 500
Sell: 50
Weight: 25
- Refine: false
- ViewSprite: 564
- BindOnEquip: false
Delay: 450
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 180;
- @max = 360;
+ @min = 100;
+ @max = 120;
@delay = 10;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -1253,15 +896,11 @@ item_db: (
Buy: 60
Sell: 5
Weight: 25
- Refine: false
- ViewSprite: 565
- BindOnEquip: false
Delay: 450
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 70;
- @max = 100;
+ @min = 200;
+ @max = 350;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -1275,11 +914,7 @@ item_db: (
Buy: 100
Sell: 15
Weight: 10
- Refine: false
- ViewSprite: 566
- BindOnEquip: false
Delay: 450
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 20;
@@ -1290,29 +925,42 @@ item_db: (
">
},
{
+ Id: 567
+ AegisName: "MaggotSlimePotion"
+ Name: "Maggot Slime Potion"
+ Type: "IT_HEALING"
+ Buy: 75
+ Sell: 15
+ Weight: 15
+ Refine: false
+ 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: 2500
- Sell: 300
+ Buy: 500
+ Sell: 45
Weight: 32
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 600
- BindOnEquip: false
Delay: 100
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 200;
- @max = 300;
+ @min = 300;
+ @max = 500;
@delay = 3;
@type = 2;
doevent "rand_sc_heal::OnUse";
@@ -1323,25 +971,14 @@ item_db: (
AegisName: "MediumHealing"
Name: "Medium Healing Potion"
Type: "IT_HEALING"
- Buy: 5000
- Sell: 650
+ Buy: 850
+ Sell: 75
Weight: 64
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 601
- BindOnEquip: false
Delay: 100
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 400;
- @max = 600;
+ @min = 500;
+ @max = 800;
@delay = 4;
@type = 2;
doevent "rand_sc_heal::OnUse";
@@ -1352,21 +989,10 @@ item_db: (
AegisName: "LargeHealing"
Name: "Large Healing Potion"
Type: "IT_HEALING"
- Buy: 10000
- Sell: 1250
+ Buy: 2480
+ Sell: 350
Weight: 128
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 602
- BindOnEquip: false
Delay: 100
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 800;
@@ -1381,21 +1007,10 @@ item_db: (
AegisName: "SmallMana"
Name: "Small Mana Potion"
Type: "IT_HEALING"
- Buy: 2000
- Sell: 250
+ Buy: 750
+ Sell: 65
Weight: 32
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 603
- BindOnEquip: false
Delay: 205
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
itemheal 0, 20;
@@ -1406,21 +1021,10 @@ item_db: (
AegisName: "MediumMana"
Name: "Medium Mana Potion"
Type: "IT_HEALING"
- Buy: 5000
- Sell: 600
+ Buy: 1650
+ Sell: 205
Weight: 64
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 604
- BindOnEquip: false
Delay: 250
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
itemheal 0, 50;
@@ -1431,19 +1035,9 @@ item_db: (
AegisName: "LargeMana"
Name: "Large Mana Potion"
Type: "IT_HEALING"
- Buy: 10000
- Sell: 1500
+ Buy: 3240
+ Sell: 340
Weight: 128
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 605
- BindOnEquip: false
Delay: 250
Sprite: 0
UseEffect: "EFFECT_HEAL"
@@ -1459,18 +1053,7 @@ item_db: (
Buy: 2500
Sell: 650
Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 606
- BindOnEquip: false
Delay: 100
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_ATTHASTE_POTION1, 30000, 20;
@@ -1485,18 +1068,7 @@ item_db: (
Buy: 2500
Sell: 650
Weight: 40
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 606
- BindOnEquip: false
Delay: 500
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_INCATKRATE, 30000, 20;
@@ -1511,19 +1083,13 @@ item_db: (
Buy: 25000
Sell: 2750
Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 608
- BindOnEquip: false
Delay: 1000
- Sprite: 0
- UseEffect: "EFFECT_HEAL"
+ KeepAfterUse: true
+ Script: <"
+ sc_start SC_CURSE, 30000, 100;
+ sc_start SC_POISON, 30000, 100;
+ dispbottom l("Yuck! I won't drink this!");
+ ">
},
{
Id: 609
@@ -1533,18 +1099,7 @@ item_db: (
Buy: 5000
Sell: 325
Weight: 250
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 609
- BindOnEquip: false
Delay: 100
- Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 350;
@@ -1552,10 +1107,104 @@ item_db: (
@delay = 10;
@type = 2;
doevent "rand_sc_heal::OnUse";
- bonus bMaxSP,20;
+ 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: <"
+ 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: <"
+ sc_start SC_ATTHASTE_POTION1, 80000, 300; // These are totally placeholders. We want STR + 10 and VIT + 5 and max. HP + 2000 for three minutes.
+ sc_start SC_INCHITRATE, 80000, 300;
+ ">
+},
+{
+ Id: 615
+ AegisName: "TreasureMap"
+ Name: "Treasure Map"
+ Type: "IT_USABLE"
+ Buy: 45000
+ Sell: 300
+ Weight: 14
+ KeepAfterUse: true
+ Refine: false
+ 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);
+ ">
+},
+
+// Generic
+{
Id: 700
AegisName: "SmallTentacles"
Name: "Small Tentacles"
@@ -1563,39 +1212,15 @@ item_db: (
Buy: 50
Sell: 16
Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 700
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 701
AegisName: "PiouFeathers"
Name: "Piou Feathers"
- Type: "IT_USABLE"
+ Type: "IT_ETC"
Buy: 10
Sell: 3
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 701
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 702
@@ -1605,18 +1230,6 @@ item_db: (
Buy: 25
Sell: 8
Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 702
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 703
@@ -1626,18 +1239,6 @@ item_db: (
Buy: 40
Sell: 13
Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 703
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 704
@@ -1647,18 +1248,6 @@ item_db: (
Buy: 30
Sell: 10
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 704
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 705
@@ -1668,18 +1257,6 @@ item_db: (
Buy: 30
Sell: 10
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 705
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 706
@@ -1689,18 +1266,6 @@ item_db: (
Buy: 60
Sell: 20
Weight: 45
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 706
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 707
@@ -1710,18 +1275,6 @@ item_db: (
Buy: 250
Sell: 40
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 707
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 708
@@ -1731,18 +1284,6 @@ item_db: (
Buy: 90
Sell: 30
Weight: 95
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 708
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 709
@@ -1752,18 +1293,6 @@ item_db: (
Buy: 18
Sell: 6
Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 709
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 710
@@ -1773,18 +1302,6 @@ item_db: (
Buy: 1000
Sell: 200
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 710
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 711
@@ -1794,18 +1311,6 @@ item_db: (
Buy: 100
Sell: 35
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 711
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 712
@@ -1815,18 +1320,6 @@ item_db: (
Buy: 80
Sell: 27
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 712
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 713
@@ -1836,22 +1329,10 @@ item_db: (
Buy: 2
Sell: 1
Weight: 1250
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 713
- BindOnEquip: false
- Delay: 0
Trade: {
nodrop: true
noselltonpc: true
}
- Sprite: 0
},
{
Id: 714
@@ -1861,22 +1342,10 @@ item_db: (
Buy: 2
Sell: 1
Weight: 850
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 714
- BindOnEquip: false
- Delay: 0
Trade: {
nodrop: true
noselltonpc: true
}
- Sprite: 0
},
{
Id: 715
@@ -1886,22 +1355,10 @@ item_db: (
Buy: 2
Sell: 1
Weight: 1400
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 715
- BindOnEquip: false
- Delay: 0
Trade: {
nodrop: true
noselltonpc: true
}
- Sprite: 0
},
{
Id: 716
@@ -1911,22 +1368,10 @@ item_db: (
Buy: 2
Sell: 1
Weight: 720
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 716
- BindOnEquip: false
- Delay: 0
Trade: {
nodrop: true
noselltonpc: true
}
- Sprite: 0
},
{
Id: 717
@@ -1936,16 +1381,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 717
- BindOnEquip: false
Delay: 0
Trade: {
nodrop: true
@@ -1961,16 +1396,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 718
- BindOnEquip: false
Delay: 0
Trade: {
nodrop: true
@@ -1986,18 +1411,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 35
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 719
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 720
@@ -2007,18 +1420,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 3
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 720
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 721
@@ -2028,18 +1429,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 35
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 721
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 722
@@ -2049,18 +1438,6 @@ item_db: (
Buy: 15
Sell: 5
Weight: 530
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 722
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 723
@@ -2070,18 +1447,6 @@ item_db: (
Buy: 5
Sell: 1
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 723
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 724
@@ -2091,18 +1456,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 724
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 725
@@ -2112,18 +1465,6 @@ item_db: (
Buy: 100
Sell: 30
Weight: 8
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 725
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 726
@@ -2133,18 +1474,6 @@ item_db: (
Buy: 600
Sell: 60
Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 726
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 727
@@ -2154,18 +1483,6 @@ item_db: (
Buy: 900
Sell: 80
Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 727
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 728
@@ -2175,18 +1492,6 @@ item_db: (
Buy: 5000
Sell: 150
Weight: 20
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 728
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 729
@@ -2196,18 +1501,6 @@ item_db: (
Buy: 200
Sell: 8
Weight: 2
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 729
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 730
@@ -2225,18 +1518,6 @@ item_db: (
Buy: 500
Sell: 100
Weight: 100
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 731
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 732
@@ -2246,18 +1527,6 @@ item_db: (
Buy: 200
Sell: 5
Weight: 200
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 732
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 733
@@ -2267,18 +1536,6 @@ item_db: (
Buy: 500
Sell: 15
Weight: 25
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 733
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 734
@@ -2288,18 +1545,6 @@ item_db: (
Buy: 1500
Sell: 50
Weight: 100
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 734
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 735
@@ -2309,18 +1554,6 @@ item_db: (
Buy: 75
Sell: 8
Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 735
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 736
@@ -2330,18 +1563,6 @@ item_db: (
Buy: 500
Sell: 20
Weight: 5
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 736
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 737
@@ -2351,18 +1572,6 @@ item_db: (
Buy: 20
Sell: 1
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 737
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 738
@@ -2372,18 +1581,6 @@ item_db: (
Buy: 20
Sell: 1
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 738
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 739
@@ -2393,18 +1590,6 @@ item_db: (
Buy: 20
Sell: 1
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 739
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 740
@@ -2414,18 +1599,6 @@ item_db: (
Buy: 20
Sell: 1
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 740
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 741
@@ -2435,18 +1608,6 @@ item_db: (
Buy: 10000
Sell: 1500
Weight: 100
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 741
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 742
@@ -2456,18 +1617,6 @@ item_db: (
Buy: 1800
Sell: 100
Weight: 50
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 742
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 743
@@ -2477,18 +1626,6 @@ item_db: (
Buy: 6500
Sell: 350
Weight: 150
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 743
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 744
@@ -2498,18 +1635,6 @@ item_db: (
Buy: 100
Sell: 3
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 744
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 745
@@ -2519,18 +1644,6 @@ item_db: (
Buy: 100
Sell: 4
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 745
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 746
@@ -2540,18 +1653,6 @@ item_db: (
Buy: 750
Sell: 60
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 746
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 747
@@ -2561,18 +1662,6 @@ item_db: (
Buy: 500
Sell: 25
Weight: 1
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- ViewSprite: 746
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 748
@@ -2582,17 +1671,6 @@ item_db: (
Buy: 1000
Sell: 75
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 749
@@ -2602,17 +1680,6 @@ item_db: (
Buy: 1000
Sell: 75
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 750
@@ -2622,17 +1689,6 @@ item_db: (
Buy: 1000
Sell: 75
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 751
@@ -2642,17 +1698,6 @@ item_db: (
Buy: 2000
Sell: 150
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 752
@@ -2662,17 +1707,6 @@ item_db: (
Buy: 800
Sell: 65
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 753
@@ -2682,17 +1716,6 @@ item_db: (
Buy: 800
Sell: 65
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 754
@@ -2702,17 +1725,6 @@ item_db: (
Buy: 800
Sell: 65
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 755
@@ -2722,17 +1734,51 @@ item_db: (
Buy: 1600
Sell: 130
Weight: 10
- Atk: 0
- Matk: 0
- Def: 0
- Range: 0
- Slots: 0
- WeaponLv: 0
- EquipLv: 0
- Refine: false
- BindOnEquip: false
- Delay: 0
- Sprite: 0
+},
+{
+ 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: 800
@@ -2743,8 +1789,6 @@ item_db: (
Sell: 700
Weight: 10
Slots: 0
- Refine: false
- BindOnEquip: false
},
{
Id: 801
@@ -2755,8 +1799,6 @@ item_db: (
Sell: 700
Weight: 10
Slots: 0
- Refine: false
- BindOnEquip: false
},
{
Id: 802
@@ -2767,8 +1809,6 @@ item_db: (
Sell: 700
Weight: 10
Slots: 0
- Refine: false
- BindOnEquip: false
},
{
Id: 803
@@ -2779,8 +1819,6 @@ item_db: (
Sell: 700
Weight: 10
Slots: 0
- Refine: false
- BindOnEquip: false
},
{
Id: 804
@@ -2791,8 +1829,6 @@ item_db: (
Sell: 700
Weight: 10
Slots: 0
- Refine: false
- BindOnEquip: false
},
{
Id: 805
@@ -2803,10 +1839,46 @@ item_db: (
Sell: 700
Weight: 10
Slots: 0
- Refine: false
- BindOnEquip: false
},
{
+ 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: 2
+ Refine: false
+},
+// Necklaces
+{
Id: 1000
AegisName: "CopperNecklace"
Name: "Copper Necklace"
@@ -2816,8 +1888,6 @@ item_db: (
Weight: 50
Atk: 5
Matk: 25
- Def: 0
- Range: 0
Slots: 1
Loc: "EQP_ACC_L"
WeaponLv: 0
@@ -2825,8 +1895,6 @@ item_db: (
Refine: false
ViewSprite: 1000
BindOnEquip: false
- Delay: 0
- Sprite: 0
AllowCards: {
id5028: 1
id5029: 1
@@ -2836,6 +1904,7 @@ item_db: (
id5033: 1
}
},
+// Armor
{
Id: 1300
AegisName: "CreasedShirt"
@@ -2844,10 +1913,7 @@ item_db: (
Buy: 70
Sell: 18
Weight: 17
- Atk: 0
- Matk: 0
- Def: 50
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -2855,8 +1921,6 @@ item_db: (
Refine: false
ViewSprite: 1300
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 1301
@@ -2866,10 +1930,7 @@ item_db: (
Buy: 1800
Sell: 200
Weight: 30
- Atk: 0
- Matk: 0
- Def: 140
- Range: 0
+ Def: 6
Slots: 1
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -2877,8 +1938,6 @@ item_db: (
Refine: false
ViewSprite: 1301
BindOnEquip: false
- Delay: 0
- Sprite: 0
AllowCards: {
id5000: 1
id5001: 1
@@ -2893,10 +1952,7 @@ item_db: (
Buy: 1200
Sell: 120
Weight: 11
- Atk: 0
- Matk: 0
- Def: 100
- Range: 0
+ Def: 2
Slots: 1
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -2904,8 +1960,6 @@ item_db: (
Refine: false
ViewSprite: 1302
BindOnEquip: false
- Delay: 0
- Sprite: 0
AllowCards: {
id5003: 1
id5004: 1
@@ -2936,10 +1990,7 @@ item_db: (
Buy: 1900
Sell: 250
Weight: 22
- Atk: 0
- Matk: 0
- Def: 180
- Range: 0
+ Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -2947,8 +1998,6 @@ item_db: (
Refine: false
ViewSprite: 1303
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 1304
@@ -2958,10 +2007,7 @@ item_db: (
Buy: 4500
Sell: 300
Weight: 120
- Atk: 0
- Matk: 0
- Def: 200
- Range: 0
+ Def: 7
Slots: 0
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -2969,8 +2015,6 @@ item_db: (
Refine: false
ViewSprite: 1304
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 1305
@@ -2980,10 +2024,7 @@ item_db: (
Buy: 12000
Sell: 800
Weight: 340
- Atk: 0
- Matk: 0
- Def: 400
- Range: 0
+ Def: 10
Slots: 0
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -2991,8 +2032,6 @@ item_db: (
Refine: false
ViewSprite: 1305
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 1306
@@ -3002,10 +2041,7 @@ item_db: (
Buy: 25000
Sell: 7300
Weight: 170
- Atk: 0
- Matk: 0
- Def: 350
- Range: 0
+ Def: 11
Slots: 0
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -3013,8 +2049,6 @@ item_db: (
Refine: false
ViewSprite: 1306
BindOnEquip: false
- Delay: 0
- Sprite: 0
Script: <"
bonus bDex, 5;
">
@@ -3027,10 +2061,7 @@ item_db: (
Buy: 35000
Sell: 2900
Weight: 70
- Atk: 0
- Matk: 0
- Def: 100
- Range: 0
+ Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -3038,11 +2069,10 @@ item_db: (
Refine: false
ViewSprite: 1307
BindOnEquip: false
- Delay: 0
- Sprite: 0
Script: <"
bonus bInt, 3;
bonus bAgi, 1;
+ bonus bMatk, 30;
">
},
{
@@ -3053,10 +2083,7 @@ item_db: (
Buy: 12000
Sell: 2600
Weight: 240
- Atk: 0
- Matk: 0
- Def: 250
- Range: 0
+ Def: 10
Slots: 1
Loc: "EQP_HEAD_MID"
WeaponLv: 0
@@ -3064,8 +2091,6 @@ item_db: (
Refine: false
ViewSprite: 1308
BindOnEquip: false
- Delay: 0
- Sprite: 0
AllowCards: {
id5003: 1
id5004: 1
@@ -3096,15 +2121,8 @@ item_db: (
Buy: 75000
Sell: 8500
Weight: 1500
- Atk: 0
- Matk: 0
- Def: 350
- Range: 0
+ Def: 28
Slots: 0
- Job: {
- All: true
- }
- Gender: "SEX_ANY"
Loc: "EQP_HEAD_MID"
WeaponLv: 0
EquipLv: 35
@@ -3112,14 +2130,56 @@ item_db: (
ViewSprite: 1309
BindOnEquip: false
BuyingStore: true
- Delay: 0
- Sprite: 0
Script: <"
bonus bStr, 2;
bonus bVit, 1;
">
},
{
+ Id: 1310
+ AegisName: "LegionIronArmor"
+ Name: "Legion's Iron Armor"
+ Type: "IT_ARMOR"
+ Buy: 55000
+ Sell: 13000
+ Weight: 680
+ Def: 18
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 25
+ Refine: false
+ ViewSprite: 1310
+ BindOnEquip: false
+},
+{
+ Id: 1311
+ AegisName: "GoldenWarlordPlate"
+ Name: "Golden Warlord Plate"
+ Type: "IT_ARMOR"
+ Buy: 150000
+ Sell: 45000
+ Weight: 3500
+ Def: 65
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ WeaponLv: 0
+ EquipLv: 50
+ Refine: false
+ ViewSprite: 1311
+ BindOnEquip: false
+ BuyingStore: true
+ Script: <"
+ bonus bStr, 4;
+ bonus bVit, 2;
+ ">
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
+},
+// Boots
+{
Id: 1800
AegisName: "LousyMoccasins"
Name: "Lousy Moccasins"
@@ -3127,10 +2187,7 @@ item_db: (
Buy: 600
Sell: 180
Weight: 18
- Atk: 0
- Matk: 0
- Def: 100
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_SHOES"
WeaponLv: 0
@@ -3138,8 +2195,6 @@ item_db: (
Refine: false
ViewSprite: 1800
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 1801
@@ -3149,10 +2204,7 @@ item_db: (
Buy: 2600
Sell: 420
Weight: 35
- Atk: 0
- Matk: 0
- Def: 120
- Range: 0
+ Def: 2
Slots: 1
Loc: "EQP_SHOES"
WeaponLv: 0
@@ -3160,8 +2212,6 @@ item_db: (
Refine: false
ViewSprite: 1801
BindOnEquip: false
- Delay: 0
- Sprite: 0
AllowCards: {
id5003: 1
id5004: 1
@@ -3192,15 +2242,8 @@ item_db: (
Buy: 12000
Sell: 650
Weight:75
- Atk: 0
- Matk: 0
- Def: 35
- Range: 0
+ Def: 4
Slots: 0
- Job: {
- All: true
- }
- Gender: "SEX_ANY"
Loc: "EQP_SHOES"
WeaponLv: 0
EquipLv: 20
@@ -3208,10 +2251,25 @@ item_db: (
ViewSprite: 1802
BindOnEquip: false
BuyingStore: true
- Delay: 0
- Sprite: 0
},
-
+{
+ 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
+},
+// Gloves
{
Id: 2000
AegisName: "Armbands"
@@ -3220,10 +2278,7 @@ item_db: (
Buy: 400
Sell: 120
Weight: 10
- Atk: 0
- Matk: 0
- Def: 80
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_GARMENT"
WeaponLv: 0
@@ -3231,8 +2286,6 @@ item_db: (
Refine: false
ViewSprite: 2000
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2001
@@ -3242,10 +2295,7 @@ item_db: (
Buy: 4000
Sell: 800
Weight: 20
- Atk: 0
- Matk: 0
- Def: 120
- Range: 0
+ Def: 2
Slots: 0
Loc: "EQP_GARMENT"
WeaponLv: 0
@@ -3253,8 +2303,6 @@ item_db: (
Refine: false
ViewSprite: 2001
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2002
@@ -3264,10 +2312,7 @@ item_db: (
Buy: 7500
Sell: 940
Weight: 30
- Atk: 0
- Matk: 0
- Def: 180
- Range: 0
+ Def: 3
Slots: 0
Loc: "EQP_GARMENT"
WeaponLv: 0
@@ -3275,8 +2320,6 @@ item_db: (
Refine: false
ViewSprite: 2002
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2003
@@ -3286,10 +2329,7 @@ item_db: (
Buy: 3000
Sell: 250
Weight: 60
- Atk: 0
- Matk: 0
- Def: 10
- Range: 0
+ Def: 1
Slots: 1
Loc: "EQP_GARMENT"
WeaponLv: 0
@@ -3297,8 +2337,6 @@ item_db: (
Refine: false
ViewSprite: 2003
BindOnEquip: false
- Delay: 0
- Sprite: 0
AllowCards: {
id5003: 1
id5004: 1
@@ -3329,10 +2367,7 @@ item_db: (
Buy: 3500
Sell: 500
Weight: 140
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
+ Def: 3
Slots: 0
Loc: "EQP_GARMENT"
WeaponLv: 0
@@ -3340,10 +2375,26 @@ item_db: (
Refine: false
ViewSprite: 2004
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
+ 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
+},
+// Pants
+{
Id: 2200
AegisName: "CreasedShorts"
Name: "Creased Shorts"
@@ -3351,10 +2402,7 @@ item_db: (
Buy: 60
Sell: 15
Weight: 20
- Atk: 0
- Matk: 0
- Def: 60
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_HEAD_LOW"
WeaponLv: 0
@@ -3362,8 +2410,6 @@ item_db: (
Refine: false
ViewSprite: 2200
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2201
@@ -3373,10 +2419,7 @@ item_db: (
Buy: 1200
Sell: 250
Weight: 35
- Atk: 0
- Matk: 0
- Def: 140
- Range: 0
+ Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
WeaponLv: 0
@@ -3384,8 +2427,6 @@ item_db: (
Refine: false
ViewSprite: 2201
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2202
@@ -3397,8 +2438,7 @@ item_db: (
Weight: 360
Atk: 0
Matk: -100
- Def: 240
- Range: 0
+ Def: 3
Slots: 0
Loc: "EQP_HEAD_LOW"
WeaponLv: 0
@@ -3406,8 +2446,6 @@ item_db: (
Refine: false
ViewSprite: 2202
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2203
@@ -3417,10 +2455,7 @@ item_db: (
Buy: 5000
Sell: 1000
Weight: 20
- Atk: 0
- Matk: 0
- Def: 80
- Range: 0
+ Def: 3
Slots: 1
Loc: "EQP_HEAD_LOW"
WeaponLv: 0
@@ -3428,8 +2463,6 @@ item_db: (
Refine: false
ViewSprite: 2203
BindOnEquip: false
- Delay: 0
- Sprite: 0
AllowCards: {
id5000: 1
id5001: 1
@@ -3444,10 +2477,7 @@ item_db: (
Buy: 3000
Sell: 600
Weight: 15
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
+ Def: 1
Slots: 1
Loc: "EQP_HEAD_LOW"
WeaponLv: 0
@@ -3455,8 +2485,6 @@ item_db: (
Refine: false
ViewSprite: 2204
BindOnEquip: false
- Delay: 0
- Sprite: 0
AllowCards: {
id5003: 1
id5004: 1
@@ -3487,10 +2515,7 @@ item_db: (
Buy: 9500
Sell: 2100
Weight: 280
- Atk: 0
- Matk: 0
- Def: 160
- Range: 0
+ Def: 3
Slots: 0
Loc: "EQP_HEAD_LOW"
WeaponLv: 0
@@ -3498,10 +2523,26 @@ item_db: (
Refine: false
ViewSprite: 2205
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
+ 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
+},
+// Shields
+{
Id: 2700
AegisName: "Barrel"
Name: "Barrel"
@@ -3509,10 +2550,7 @@ item_db: (
Buy: 150
Sell: 50
Weight: 400
- Atk: 0
- Matk: 0
- Def: 100
- Range: 0
+ Def: 2
Slots: 0
Loc: "EQP_HAND_L"
WeaponLv: 0
@@ -3520,8 +2558,6 @@ item_db: (
Refine: false
ViewSprite: 2700
BindOnEquip: false
- Delay: 0
- Sprite: 0
OnEquipScript: <"
bonus bAspd, -30;
bonus bCriticalDef, 15;
@@ -3536,7 +2572,7 @@ item_db: (
Buy: 2000
Sell: 250
Weight: 100
- Def: 50
+ Def: 2
Loc: "EQP_HAND_L"
EquipLv: 5
Refine: false
@@ -3554,7 +2590,7 @@ item_db: (
Buy: 5000
Sell: 750
Weight: 2450
- Def: 72
+ Def: 6
Loc: "EQP_HAND_L"
EquipLv: 12
Refine: false
@@ -3572,7 +2608,7 @@ item_db: (
Buy: 25000
Sell: 2630
Weight: 5500
- Def: 200
+ Def: 12
Matk: -200
Loc: "EQP_HAND_L"
EquipLv: 20
@@ -3583,6 +2619,7 @@ item_db: (
bonus bAtkRange, -1;
">
},
+// Headgear
{
Id: 2900
AegisName: "Bandana"
@@ -3591,10 +2628,7 @@ item_db: (
Buy: 950
Sell: 220
Weight: 4
- Atk: 0
- Matk: 0
- Def: 40
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3602,8 +2636,6 @@ item_db: (
Refine: false
ViewSprite: 2900
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2901
@@ -3613,10 +2645,7 @@ item_db: (
Buy: 320
Sell: 100
Weight: 50
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3624,8 +2653,6 @@ item_db: (
Refine: false
ViewSprite: 2901
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2902
@@ -3635,10 +2662,7 @@ item_db: (
Buy: 320
Sell: 100
Weight: 11
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3646,8 +2670,6 @@ item_db: (
Refine: false
ViewSprite: 2902
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2903
@@ -3657,10 +2679,7 @@ item_db: (
Buy: 1000
Sell: 240
Weight: 20
- Atk: 0
- Matk: 0
- Def: 100
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3668,8 +2687,6 @@ item_db: (
Refine: false
ViewSprite: 2903
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2904
@@ -3679,10 +2696,7 @@ item_db: (
Buy: 1600
Sell: 300
Weight: 23
- Atk: 0
- Matk: 0
- Def: 110
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3690,8 +2704,6 @@ item_db: (
Refine: false
ViewSprite: 2904
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2905
@@ -3701,19 +2713,14 @@ item_db: (
Buy: 1600
Sell: 300
Weight: 22
- Atk: 0
- Matk: 0
- Def: 110
- Range: 0
+ Def: 1
Slots: 0
- Loc: "EQP_HEAD_LOW"
+ Loc: "EQP_HEAD_TOP"
WeaponLv: 0
EquipLv: 1
Refine: false
ViewSprite: 2200
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
@@ -3726,8 +2733,7 @@ item_db: (
Weight: 400
Atk: 0
Matk: -50
- Def: 160
- Range: 0
+ Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3735,8 +2741,6 @@ item_db: (
Refine: false
ViewSprite: 2906
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2907
@@ -3748,8 +2752,7 @@ item_db: (
Weight: 500
Atk: 0
Matk: -25
- Def: 180
- Range: 0
+ Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3757,8 +2760,12 @@ item_db: (
Refine: false
ViewSprite: 2907
BindOnEquip: false
- Delay: 0
- Sprite: 0
+ OnEquipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
+ OnUnequipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
},
{
Id: 2908
@@ -3770,8 +2777,7 @@ item_db: (
Weight: 1000
Atk: 0
Matk: -300
- Def: 340
- Range: 0
+ Def: 6
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3779,8 +2785,6 @@ item_db: (
Refine: false
ViewSprite: 2908
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2909
@@ -3792,8 +2796,7 @@ item_db: (
Weight: 50
Atk: 0
Matk: 25
- Def: 12
- Range: 0
+ Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3801,8 +2804,6 @@ item_db: (
Refine: false
ViewSprite: 2909
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2910
@@ -3814,8 +2815,7 @@ item_db: (
Weight: 5
Atk: 0
Matk: 7
- Def: 7
- Range: 0
+ Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3823,8 +2823,6 @@ item_db: (
Refine: false
ViewSprite: 2910
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2911
@@ -3834,10 +2832,7 @@ item_db: (
Buy: 50000
Sell: 12500
Weight: 40
- Atk: 0
- Matk: 0
- Def: 50
- Range: 0
+ Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3845,8 +2840,6 @@ item_db: (
Refine: false
ViewSprite: 2911
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2912
@@ -3856,10 +2849,7 @@ item_db: (
Buy: 17355
Sell: 4300
Weight: 30
- Atk: 0
- Matk: 0
- Def: 40
- Range: 0
+ Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3867,8 +2857,10 @@ item_db: (
Refine: false
ViewSprite: 2912
BindOnEquip: false
- Delay: 0
- Sprite: 0
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
{
Id: 2913
@@ -3878,10 +2870,7 @@ item_db: (
Buy: 6300
Sell: 1200
Weight: 5
- Atk: 0
- Matk: 0
- Def: 25
- Range: 0
+ Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3889,8 +2878,6 @@ item_db: (
Refine: false
ViewSprite: 2913
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2914
@@ -3900,10 +2887,7 @@ item_db: (
Buy: 25000
Sell: 5200
Weight: 150
- Atk: 0
- Matk: 0
- Def: 20
- Range: 0
+ Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3911,8 +2895,6 @@ item_db: (
Refine: false
ViewSprite: 2914
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 2915
@@ -3924,8 +2906,7 @@ item_db: (
Weight: 50
Atk: 0
Matk: 10
- Def: 10
- Range: 0
+ Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
@@ -3933,10 +2914,222 @@ item_db: (
Refine: false
ViewSprite: 2915
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
+ 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: 20
+ 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: 35
+ 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: 5
+ 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: {
+ id5003: 1
+ id5004: 1
+ id5005: 1
+ id5006: 1
+ id5007: 1
+ id5008: 1
+ id5009: 1
+ id5010: 1
+ id5011: 1
+ id5012: 1
+ id5013: 1
+ id5014: 1
+ id5015: 1
+ id5016: 1
+ id5017: 1
+ id5018: 1
+ id5019: 1
+ id5020: 1
+ id5021: 1
+ }
+},
+{
+ Id: 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
+ }
+},
+// Scarfs
+{
Id: 3200
AegisName: "Shemagh"
Name: "Shemagh"
@@ -3944,7 +3137,7 @@ item_db: (
Buy: 1000
Sell: 90
Weight: 22
- Def: 50
+ Def: 1
Loc: "EQP_ACC_R"
EquipLv: 3
Refine: false
@@ -3952,6 +3145,41 @@ item_db: (
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
+ }
+},
+// Weapons
+{
Id: 3500
AegisName: "Knife"
Name: "Knife"
@@ -3959,9 +3187,8 @@ item_db: (
Buy: 90
Sell: 25
Weight: 6
- Atk: 50
+ Atk: 10
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: "EQP_HAND_R"
@@ -3971,8 +3198,6 @@ item_db: (
Subtype: "W_DAGGER"
ViewSprite: 1
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3501
@@ -3982,9 +3207,8 @@ item_db: (
Buy: 1100
Sell: 300
Weight: 26
- Atk: 150
+ Atk: 25
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: "EQP_HAND_R"
@@ -3993,8 +3217,6 @@ item_db: (
Refine: false
Subtype: "W_DAGGER"
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3502
@@ -4004,19 +3226,16 @@ item_db: (
Buy: 5000
Sell: 400
Weight: 58
- Atk: 350
+ Atk: 40
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: "EQP_HAND_R"
WeaponLv: 1
EquipLv: 5
Refine: false
- Subtype: "W_DAGGER"
+ Subtype: "W_1HSWORD"
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3503
@@ -4028,17 +3247,14 @@ item_db: (
Weight: 25
Atk: 40
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: "EQP_HAND_R"
WeaponLv: 1
EquipLv: 5
Refine: false
- Subtype: "W_DAGGER"
+ Subtype: "W_1HSWORD"
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3504
@@ -4048,19 +3264,16 @@ item_db: (
Buy: 25800
Sell: 1200
Weight: 86
- Atk: 800
+ Atk: 120
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: "EQP_HAND_R"
WeaponLv: 1
EquipLv: 15
Refine: false
- Subtype: "W_DAGGER"
+ Subtype: "W_1HSWORD"
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3505
@@ -4070,9 +3283,8 @@ item_db: (
Buy: 20000
Sell: 1500
Weight: 67
- Atk: 150
+ Atk: 10
Matk: 250
- Def: 0
Range: 0
Slots: 0
Loc: ["EQP_HAND_R", "EQP_HAND_L"]
@@ -4081,8 +3293,12 @@ item_db: (
Refine: false
Subtype: "W_STAFF"
BindOnEquip: false
- Delay: 0
- Sprite: 0
+ OnEquipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
+ OnUnequipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
Script: <"
skill AL_HEAL, 1;
bonus bMagicAtkDef, 10;
@@ -4096,9 +3312,8 @@ item_db: (
Buy: 12500
Sell: 1000
Weight: 150
- Atk: 200
+ Atk: 10
Matk: 150
- Def: 0
Range: 0
Slots: 0
Loc: ["EQP_HAND_R", "EQP_HAND_L"]
@@ -4107,8 +3322,12 @@ item_db: (
Refine: false
Subtype: "W_STAFF"
BindOnEquip: false
- Delay: 0
- Sprite: 0
+ OnEquipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
+ OnUnequipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
Script: <"
skill MG_FIREBALL, 1;
bonus bMatkRate, 10;
@@ -4122,9 +3341,9 @@ item_db: (
Buy: 104800
Sell: 1750
Weight: 1200
- Atk: 2000
+ Atk: 100
Matk: 0
- Def: 200
+ Def: 2
Range: 2
Slots: 0
Loc: ["EQP_HAND_R","EQP_HAND_L"]
@@ -4133,8 +3352,6 @@ item_db: (
Refine: false
Subtype: "W_2HSPEAR"
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3508
@@ -4144,9 +3361,8 @@ item_db: (
Buy: 2500
Sell: 500
Weight: 350
- Atk: 100
+ Atk: 120
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: "EQP_HAND_R"
@@ -4156,8 +3372,6 @@ item_db: (
Subtype: "W_DAGGER"
ViewSprite: 1
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3509
@@ -4167,20 +3381,17 @@ item_db: (
Buy: 25000
Sell: 5000
Weight: 250
- Atk: 600
+ Atk: 150
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: "EQP_HAND_R"
WeaponLv: 1
- EquipLv: 1
+ EquipLv: 20
Refine: false
Subtype: "W_DAGGER"
ViewSprite: 1
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3510
@@ -4190,9 +3401,8 @@ item_db: (
Buy: 17500
Sell: 3700
Weight: 250
- Atk: 200
+ Atk: 130
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: ["EQP_HAND_R","EQP_HAND_L"]
@@ -4201,8 +3411,6 @@ item_db: (
Refine: false
Subtype: "W_KATAR"
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3511
@@ -4212,19 +3420,22 @@ item_db: (
Buy: 2500
Sell: 500
Weight: 100
- Atk: 150
+ Atk: 85
Matk: 0
- Def: 0
Range: 0
Slots: 0
Loc: ["EQP_HAND_R","EQP_HAND_L"]
WeaponLv: 1
EquipLv: 10
Refine: false
- Subtype: "W_DAGGER"
+ Subtype: "W_STAFF"
BindOnEquip: false
- Delay: 0
- Sprite: 0
+ OnEquipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
+ OnUnequipScript: <"
+ doevent "#SpotlightMaster::OnTouch";
+ ">
},
{
Id: 3512
@@ -4234,9 +3445,9 @@ item_db: (
Buy: 12000
Sell: 2000
Weight: 500
- Atk: 300
+ Atk: 80
Matk: 0
- Def: 20
+ Def: 2
Range: 0
Slots: 0
Loc: "EQP_HAND_R"
@@ -4245,8 +3456,6 @@ item_db: (
Refine: false
Subtype: "W_1HAXE"
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
Id: 3513
@@ -4256,7 +3465,7 @@ item_db: (
Buy: 10000
Sell: 1500
Weight: 800
- Atk: 400
+ Atk: 80
Matk: 0
Def: 50
Range: 2
@@ -4267,10 +3476,62 @@ item_db: (
Refine: false
Subtype: "W_2HSTAFF"
BindOnEquip: false
- Delay: 0
- Sprite: 0
},
{
+ 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: false
+ Subtype: "W_2HAXE"
+ BindOnEquip: false
+},
+{
+ 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: false
+ Subtype: "W_DAGGER"
+ BindOnEquip: false
+},
+{
+ 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: false
+ Subtype: "W_DAGGER"
+ ViewSprite: 1
+ BindOnEquip: false
+},
+// Pet Eggs
+{
Id: 4000
AegisName: "PiouEgg"
Name: "Piou egg"
@@ -4282,6 +3543,7 @@ item_db: (
bpet;
">
},
+// Cards & Dyes
{
Id: 5000
AegisName: "CrimsonCashmereDye"
@@ -4618,6 +3880,7 @@ item_db: (
">
Loc: ["EQP_ACC_L"]
},
+// Bows
{
Id: 6000
AegisName: "WoodenBow"
@@ -4626,9 +3889,9 @@ item_db: (
Buy: 550
Sell: 52
Weight: 12
- Atk: 150
+ Atk: 40
Range: 4
- MinRange: 3
+ MinRange: 2
Loc: ["EQP_HAND_R", "EQP_HAND_L"]
WeaponLv: 1
EquipLv: 5
@@ -4645,9 +3908,9 @@ item_db: (
Buy: 1200
Sell: 250
Weight: 260
- Atk: 100
+ Atk: 115
Range: 5
- MinRange: 3
+ MinRange: 2
Loc: ["EQP_HAND_R", "EQP_HAND_L"]
WeaponLv: 1
EquipLv: 15
@@ -4666,7 +3929,7 @@ item_db: (
Weight: 480
Atk: 150
Range: 6
- MinRange: 3
+ MinRange: 2
Loc: ["EQP_HAND_R", "EQP_HAND_L"]
WeaponLv: 1
EquipLv: 20
@@ -4675,16 +3938,678 @@ item_db: (
Id6500: 1
}
},
+// Ammo
{
Id: 6500
AegisName: "TrainingArrow"
Name: "Training Arrow"
Type: "IT_AMMO"
- Buy: 100
+ Buy: 3
Sell: 1
Weight: 1
- Atk: 100
+ Atk: 5
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_ETC"
+ Buy: 100
+ Sell: 5
+ Weight: 30
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
+},
+{
+ 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
+ }
+},
)