From f2a600b4e7897319828e0bcdbdc79c4039a104ee Mon Sep 17 00:00:00 2001
From: Emistry Haoyan <equinox1991@gmail.com>
Date: Mon, 27 May 2019 03:46:50 +0800
Subject: Update item_db - Stat Reduction Potions

- Added item to regain status point by stat reduction.
- follow up d7bbebdf8526667b288223c8adc2d110204814c5
---
 db/re/item_db.conf | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

(limited to 'db')

diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 961fa102e..6c0bea7f0 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -148001,6 +148001,54 @@ item_db: (
 	Weight: 50
 	Script: <" percentheal 5,5; ">
 },
+{
+	Id: 22702
+	AegisName: "STR_Soul_Potion"
+	Name: "STR Reduction Potion"
+	Type: "IT_DELAYCONSUME"
+	Buy: 10
+	Script: <" callfunc("F_CashReduceStat", bStr, -1, STR_Soul_Potion); ">
+},
+{
+	Id: 22703
+	AegisName: "AGI_Soul_Potion"
+	Name: "AGI Reduction Potion"
+	Type: "IT_DELAYCONSUME"
+	Buy: 10
+	Script: <" callfunc("F_CashReduceStat", bAgi, -1, AGI_Soul_Potion); ">
+},
+{
+	Id: 22704
+	AegisName: "VIT_Soul_Potion"
+	Name: "VIT Reduction Potion"
+	Type: "IT_DELAYCONSUME"
+	Buy: 10
+	Script: <" callfunc("F_CashReduceStat", bVit, -1, VIT_Soul_Potion); ">
+},
+{
+	Id: 22705
+	AegisName: "INT_Soul_Potion"
+	Name: "INT Reduction Potion"
+	Type: "IT_DELAYCONSUME"
+	Buy: 10
+	Script: <" callfunc("F_CashReduceStat", bInt, -1, INT_Soul_Potion); ">
+},
+{
+	Id: 22706
+	AegisName: "DEX_Soul_Potion"
+	Name: "DEX Reduction Potion"
+	Type: "IT_DELAYCONSUME"
+	Buy: 10
+	Script: <" callfunc("F_CashReduceStat", bDex, -1, DEX_Soul_Potion); ">
+},
+{
+	Id: 22707
+	AegisName: "LUK_Soul_Potion"
+	Name: "LUK Reduction Potion"
+	Type: "IT_DELAYCONSUME"
+	Buy: 10
+	Script: <" callfunc("F_CashReduceStat", bLuk, -1, LUK_Soul_Potion); ">
+},
 {
 	Id: 22737
 	AegisName: "Bullet_Case_Blood_"
-- 
cgit v1.2.3-70-g09d2