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.conf307
1 files changed, 267 insertions, 40 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 1d0bdf4f7..b37fd2b93 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -158,7 +158,8 @@ item_db: (
1300 1799 = Chest Armors
1800 1999 = Boots
2000 2199 = Gloves
-2200 2499 = Pants
+2200 2299 = Pants
+2300 2499 = Cooked Food
2500 2699 = Rings
2700 2899 = Shields
2900 3199 = Head Gears
@@ -1402,19 +1403,20 @@ item_db: (
},
{
Id: 574
- AegisName: "ZombieNachos"
- Name: "Zombie Nachos"
+ AegisName: "Tomato"
+ Name: "Tomato"
Type: "IT_HEALING"
Buy: 50
Sell: 25
- Weight: 4
+ Weight: 5
Refine: false
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
- callfunc("ItHeal2", 2, 1);
+ callfunc("ItHeal", 15, 75);
">
},
+// 575-582 free
{
Id: 583
AegisName: "ChocolateBiscuit"
@@ -3384,8 +3386,8 @@ item_db: (
AegisName: "TortugaShellFragment"
Name: "Tortuga Shell Fragment"
Type: "IT_ETC"
- Buy: 25
- Sell: 8
+ Buy: 250
+ Sell: 80
Weight: 25
Refine: false
},
@@ -3444,8 +3446,8 @@ item_db: (
AegisName: "TortugaShell"
Name: "Tortuga Shell"
Type: "IT_ETC"
- Buy: 90
- Sell: 30
+ Buy: 900
+ Sell: 300
Weight: 95
Refine: false
},
@@ -3454,8 +3456,8 @@ item_db: (
AegisName: "TortugaTongue"
Name: "Tortuga Tongue"
Type: "IT_ETC"
- Buy: 18
- Sell: 6
+ Buy: 180
+ Sell: 60
Weight: 2
Refine: false
},
@@ -3530,17 +3532,13 @@ item_db: (
},
{
Id: 717
- AegisName: "PoisonedDish"
- Name: "Poisoned Dish"
+ AegisName: "Trout"
+ Name: "Trout"
Type: "IT_ETC"
- Buy: 999999
- Sell: 1
- Weight: 20
+ Buy: 114
+ Sell: 57
+ Weight: 150
Refine: false
- Trade: {
- nodrop: true
- noselltonpc: true
- }
},
{
Id: 718
@@ -4523,11 +4521,15 @@ item_db: (
Weight: 20
Refine: false
},
-// ID 816 is free
{
Id: 816
- AegisName: "Item816"
- Name: "Item 816"
+ AegisName: "Flour"
+ Name: "Flour"
+ Type: "IT_ETC"
+ Buy: 250
+ Sell: 100
+ Weight: 80
+ Refine: false
},
{
Id: 817
@@ -8791,6 +8793,203 @@ item_db: (
">
},
+// Cooked Food
+{
+ Id: 2300
+ AegisName: "PepperoniPizza"
+ Name: "Pepperoni Pizza"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bAllStats,2;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2300;
+ ">
+},
+{
+ Id: 2301
+ AegisName: "CaramelApple"
+ Name: "Caramel Apple"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bShortWeaponDamageReturn, 5;
+ bonus bLongWeaponDamageReturn, 5;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2301;
+ ">
+},
+{
+ Id: 2302
+ AegisName: "CarpSandwich"
+ Name: "Carp Sandwich"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bPerfectHitRate, 10;
+ bonus bHit, 5;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2302;
+ ">
+},
+{
+ Id: 2303
+ AegisName: "ShellSandwich"
+ Name: "Shell Sandwich"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bSplashAddRange, 1; // Stackable!
+ bonus bAtkRate, -15; // The canon value is -20%
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2303;
+ ">
+},
+{
+ Id: 2304
+ AegisName: "ChickenSandwich"
+ Name: "Chicken Sandwich"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus2 bHPRegenRate, 40, 2000;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2304;
+ ">
+},
+{
+ Id: 2305
+ AegisName: "Sushi"
+ Name: "Sushi"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bDoubleAddRate, 10;
+ bonus bHit, 25;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2305;
+ ">
+},
+{
+ Id: 2306
+ AegisName: "SteakAndEggs"
+ Name: "Steak and Eggs"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bNoWeaponDamage, 5;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2306;
+ ">
+},
+{
+ Id: 2307
+ AegisName: "FruitSalad"
+ Name: "FruitSalad"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bRestartFullRecover,100;
+ bonus2 bSPRegenRate, 8, 2000;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2307;
+ ">
+},
+{
+ Id: 2308
+ AegisName: "PoisonedDish"
+ Name: "Poisoned Dish"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bMaxHPrate, -35;
+ bonus2 bGetZenyNum, 15, 100;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2308;
+ ">
+},
+{
+ Id: 2309
+ AegisName: "ZombieNachos"
+ Name: "Zombie Nachos"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bAddMonsterDropChainItem, ITMCHAIN_ORE; // FIXME: Not thematic
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2309;
+ ">
+},
+{
+ Id: 2310
+ AegisName: "Pancake"
+ Name: "Pancake"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 1
+ Loc: "EQP_SHADOW_ACC_L"
+ Refine: false
+ Script: <"
+ bonus bCriticalDef, 5;
+ bonus bNearAtkDef, 5;
+ bonus bLuk, 3;
+ ">
+ OnUnequipScript: <"
+ callfunc "item_consumption", 2310;
+ ">
+},
+
// Rings
{
Id: 2500
@@ -19617,15 +19816,51 @@ item_db: (
Refine: false
Delay: 500
Script: <"
- @min = 20;
- @max = 20;
- @delay = 60;
- @type = SC_INCFLEE;
- doevent "inc_sc_bonus::OnUse";
+ callfunc("SC_Bonus", 60, SC_INCFLEE, 20);
+ ">
+},
+{
+ Id: 8053
+ AegisName: "ChocolateDonut"
+ Name: "Chocolate Donut"
+ Type: "IT_USABLE"
+ Buy: 10000
+ Sell: 100
+ Weight: 20
+ Refine: false
+ Delay: 500
+ Script: <"
+ callfunc("SC_Bonus", 60, SC_INCHIT, 20);
+ ">
+},
+{
+ Id: 8054
+ AegisName: "SparklyChocolateDonut"
+ Name: "Sparkly Chocolate Donut"
+ Type: "IT_USABLE"
+ Buy: 10000
+ Sell: 100
+ Weight: 24
+ Refine: false
+ Delay: 500
+ Script: <"
+ callfunc("SC_Bonus", 60, SC_FOOD_CRITICALSUCCESSVALUE, 10); // 10/10=1
+ ">
+},
+{
+ Id: 8055
+ AegisName: "MintDonut"
+ Name: "Mint Donut"
+ Type: "IT_USABLE"
+ Buy: 10000
+ Sell: 100
+ Weight: 20
+ Refine: false
+ Delay: 500
+ Script: <"
+ callfunc("SC_Bonus", 60, SC_WALKSPEED, 110);
">
},
-// 8053 Chocolate Donut
-// 8054 Sparkly Chocolate Donut
// 8055 Mint Donut
// 8056 Sparkly Mint Donut
{
@@ -19639,11 +19874,7 @@ item_db: (
Refine: false
Delay: 500
Script: <"
- @min = 5;
- @max = 5;
- @delay = 150;
- @type = SC_INCMSPRATE;
- doevent "inc_sc_bonus::OnUse";
+ callfunc("SC_Bonus", 150, SC_INCMSPRATE, 5);
">
},
{
@@ -19657,11 +19888,7 @@ item_db: (
Refine: false
Delay: 500
Script: <"
- @min = 5;
- @max = 5;
- @delay = 150;
- @type = SC_INCMHPRATE;
- doevent "inc_sc_bonus::OnUse";
+ callfunc("SC_Bonus", 150, SC_INCMHPRATE, 5);
">
},