From 4194f0ad5d47640dc0a26c48b070759b354424a7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 14 Dec 2018 21:04:27 +0300 Subject: Add script and item for inventory expansion. --- db/constants.conf | 3 +++ db/pre-re/item_db.conf | 5 +++++ db/re/item_db.conf | 5 +++++ 3 files changed, 13 insertions(+) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 08dc63b40..502091a0f 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4045,4 +4045,7 @@ constants_db: { ACH_PET_CREATE: 43 ACH_ACHIEVE: 44 ACH_ACHIEVEMENT_RANK: 45 + + comment__: "inventory expansion" + INVENTORY_INCREASE_STEP: 10 } diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index a929a596d..c860e0239 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -96533,6 +96533,11 @@ item_db: ( AegisName: "GH_Cursed_Gemstone" Name: "GH_Cursed_Gemstone" }, +{ + Id: 25793 + AegisName: "Inventory_Extension_Coupon" + Name: "Inventory_Extension_Coupon" +}, { Id: 26007 AegisName: "Spectral_Spear_IL" diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e5a05e8bc..961fa102e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -152332,6 +152332,11 @@ item_db: ( AegisName: "GH_Cursed_Gemstone" Name: "GH_Cursed_Gemstone" }, +{ + Id: 25793 + AegisName: "Inventory_Extension_Coupon" + Name: "Inventory_Extension_Coupon" +}, { Id: 26007 AegisName: "Spectral_Spear_IL" -- cgit v1.2.3-70-g09d2