summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-07-28 03:21:42 +0200
committerGitHub <noreply@github.com>2018-07-28 03:21:42 +0200
commit621611e6e90af0c5551b4daca75ba1267d8e8478 (patch)
tree92ca087267778474df4c3589e22ec801f4c34622 /db/pre-re/item_db.conf
parent164e79976b926da35612ce28cf84ebd9c2ac3d3e (diff)
parent7f5b041efd88bae052c98e1bd1c5e28676c73272 (diff)
downloadhercules-621611e6e90af0c5551b4daca75ba1267d8e8478.tar.gz
hercules-621611e6e90af0c5551b4daca75ba1267d8e8478.tar.bz2
hercules-621611e6e90af0c5551b4daca75ba1267d8e8478.tar.xz
hercules-621611e6e90af0c5551b4daca75ba1267d8e8478.zip
Merge pull request #2067 from dastgirp/1-achievement
Implemented Achievement System and Title System
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r--db/pre-re/item_db.conf33
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); ">
+},
)