summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf263
1 files changed, 260 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 83168037b..2bbca4d1c 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2818,7 +2818,7 @@ item_db: (
},
{
Id: 648
- AegisName: "IncLukAPotion"
+ AegisName: "LuckPotionA"
Name: "Inc Luck Potion"
Type: "IT_USABLE"
Buy: 1000000
@@ -2835,7 +2835,7 @@ item_db: (
},
{
Id: 649
- AegisName: "IncLukBPotion"
+ AegisName: "LuckPotionB"
Name: "Inc Luck+ Potion"
Type: "IT_USABLE"
Buy: 1000000
@@ -2852,7 +2852,7 @@ item_db: (
},
{
Id: 650
- AegisName: "IncLukCPotion"
+ AegisName: "LuckPotionC"
Name: "Inc Luck++ Potion"
Type: "IT_USABLE"
Buy: 1000000
@@ -2867,6 +2867,263 @@ item_db: (
doevent "inc_sc_bonus::OnUse";
">
},
+{
+ Id: 651
+ AegisName: "DexPotionA"
+ Name: "Inc Dex Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 5;
+ @max = 10;
+ @delay = 20;
+ @type = SC_INCDEX;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 652
+ AegisName: "DexPotionB"
+ Name: "Inc Dex+ Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 10;
+ @max = 20;
+ @delay = 17;
+ @type = SC_INCDEX;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 653
+ AegisName: "DexPotionC"
+ Name: "Inc Dex++ Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 20;
+ @max = 30;
+ @delay = 14;
+ @type = SC_INCDEX;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 654
+ AegisName: "IntPotionA"
+ Name: "Inc Int Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 5;
+ @max = 10;
+ @delay = 20;
+ @type = SC_INCINT;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 655
+ AegisName: "IntPotionB"
+ Name: "Inc Int+ Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 10;
+ @max = 20;
+ @delay = 17;
+ @type = SC_INCINT;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 656
+ AegisName: "IntPotionC"
+ Name: "Inc Int++ Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 20;
+ @max = 30;
+ @delay = 14;
+ @type = SC_INCINT;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 657
+ AegisName: "VitPotionA"
+ Name: "Inc Vit Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 5;
+ @max = 10;
+ @delay = 20;
+ @type = SC_INCVIT;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 658
+ AegisName: "VitPotionB"
+ Name: "Inc Vit+ Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 10;
+ @max = 20;
+ @delay = 17;
+ @type = SC_INCVIT;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 659
+ AegisName: "VitPotionC"
+ Name: "Inc Vit++ Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 20;
+ @max = 30;
+ @delay = 14;
+ @type = SC_INCVIT;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 660
+ AegisName: "AgiPotionA"
+ Name: "Inc Agi Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 5;
+ @max = 10;
+ @delay = 20;
+ @type = SC_INCAGI;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 661
+ AegisName: "AgiPotionB"
+ Name: "Inc Agi+ Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 10;
+ @max = 20;
+ @delay = 17;
+ @type = SC_INCAGI;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 662
+ AegisName: "AgiPotionC"
+ Name: "Inc Agi++ Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 20;
+ @max = 30;
+ @delay = 14;
+ @type = SC_INCAGI;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+// Id 663~665 reserved Str+ potions
+// Id 666 reserved (change sex candy)
+{
+ Id: 667
+ AegisName: "SacredLifePotion"
+ Name: "Sacred Life Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 50
+ Refine: false
+ Script: <"
+ @min = 10;
+ @max = 10;
+ @delay = 30;
+ @type = SC_MHPRATE;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 668
+ AegisName: "SacredManaPotion"
+ Name: "Sacred Mana Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 50
+ Refine: false
+ Script: <"
+ @min = 10;
+ @max = 10;
+ @delay = 30;
+ @type = SC_MSPRATE;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
+{
+ Id: 669
+ AegisName: "DodgePotion"
+ Name: "Dodge Potion"
+ Type: "IT_USABLE"
+ Buy: 1000000
+ Sell: 0
+ Weight: 20
+ Refine: false
+ Script: <"
+ @min = 40;
+ @max = 40;
+ @delay = 20;
+ @type = SC_INCFLEE;
+ doevent "inc_sc_bonus::OnUse";
+ ">
+},
// Mounts (690 to 699, probably there will be extra IDs)
{