diff options
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 55ddcbd3b..3f3b6d622 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -93846,6 +93846,24 @@ item_db: ( AegisName: "FRed_Wing_Hat_Box" }, */ +{ + Id: 16483 + AegisName: "Abrasive_Box_10" + Name: "Abrasive Box (10)" + Type: "IT_USABLE" + Buy: 20 + Weight: 10 + Script: <" getitem(E_Abrasive, 10); "> +}, +{ + Id: 16504 + AegisName: "Bubble_Gum_Box_10" + Name: "Bubble Gum Box(10)" + Type: "IT_CASH" + Buy: 10 + Weight: 10 + Script: <" getitem(Bubble_Gum, 10); "> +}, /* Id: 16543 AegisName: "Snowman_Hat_Box" @@ -94588,6 +94606,14 @@ item_db: ( "> }, { + Id: 22808 + AegisName: "Special_Gift_Box" + Name: "Special Gift Box" + Type: "IT_USABLE" + Buy: 10 + Weight: 100 +}, +{ Id: 22837 AegisName: "Integer_Time" Name: "Integer Time" @@ -94605,4 +94631,11 @@ item_db: ( } Script: <" TmpRouletteBronze += 1; "> }, +{ + Id: 22876 + AegisName: "Old_Money_Pocket" + Name: "Old Money Pocket" + Type: "IT_USABLE" + Script: <" Zeny += rand(500, 550); "> +}, ) |