summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r--db/pre-re/item_db.conf43
1 files changed, 38 insertions, 5 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index dfe27f428..3f3b6d622 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -9,7 +9,7 @@
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
-//= Copyright (C) 2014-2016 Hercules Dev Team
+//= Copyright (C) 2014-2018 Hercules Dev Team
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
@@ -34566,10 +34566,10 @@ item_db: (
Weight: 10
Loc: "EQP_ACC"
Script: <"
- bonus2 bAddItemHealRate,Sushi,50;
- bonus2 bAddItemHealRate,Fish_Slice,50;
- bonus3 bAddMonsterDropItem,551,RC_Fish,300;
- bonus3 bAddMonsterDropItem,544,RC_Fish,300;
+ bonus2(bAddItemHealRate, Shusi, 50);
+ bonus2(bAddItemHealRate, Fish_Slice, 50);
+ bonus3(bAddMonsterDropItem, Shusi, RC_Fish, 300);
+ bonus3(bAddMonsterDropItem, Fish_Slice, RC_Fish, 300);
">
},
{
@@ -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); ">
+},
)