summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-18 14:44:40 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-18 14:44:40 -0300
commit4b995987dea2bb612198d1c64c43b843b95d25b2 (patch)
treef5f3d684a57cf65ff4d93e3283f1258debd6231b /db/re/item_db.conf
parent5fec0a589e0ffb09c26f5ed8187eed05d46cf241 (diff)
downloadserverdata-4b995987dea2bb612198d1c64c43b843b95d25b2.tar.gz
serverdata-4b995987dea2bb612198d1c64c43b843b95d25b2.tar.bz2
serverdata-4b995987dea2bb612198d1c64c43b843b95d25b2.tar.xz
serverdata-4b995987dea2bb612198d1c64c43b843b95d25b2.zip
Homunculus (Stat) Reset Potion
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 08ca76ffa..145c736e3 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -16410,6 +16410,23 @@ item_db: (
@purifio=max(gettimetick(2), @purifio)+300;
">
},
+{
+ Id: 8028
+ AegisName: "HomunResetPotion"
+ Name: "Homun Stat Reset Potion"
+ Type: "IT_USABLE"
+ Buy: 50000
+ Sell: 5000
+ Weight: 20
+ Refine: false
+ KeepAfterUse: false
+ Delay: 2500
+ Script: <"
+ // Reset homunculus stats
+ homshuffle();
+ dispbottom l("Homunculus stats were reset!");
+ ">
+},
)