summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf18
-rw-r--r--db/re/mob_db.conf46
2 files changed, 64 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index c2d79ea86..985eccd78 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -4351,6 +4351,24 @@ item_db: (
Sell: 21
Weight: 19
},
+{
+ Id: 881
+ AegisName: "AlizarinHerb"
+ Name: "Alizarin Herb"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 5
+ Weight: 10
+},
+{
+ Id: 882
+ AegisName: "ShadowHerb"
+ Name: "Shadow Herb"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 5
+ Weight: 10
+},
// <!-- Necklaces -->
{
Id: 1000
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index eb7dc8398..5ecaed620 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -6952,4 +6952,50 @@ mob_db: (
Amethyst: 2
}
},
+{
+ Id: 1188
+ SpriteName: "AlizarinPlant"
+ Name: "Alizarin Plant"
+ Lv: 1
+ Hp: 1
+ Sp: 1
+ Exp: 1
+ AttackRange: 1
+ Attack: [0, 0]
+ Def: 0
+ Mdef: 0
+ Size: 0
+ Race: 3
+ Element: (2, 1)
+ Mode: {
+ Plant: true
+ }
+ Drops: {
+ AlizarinHerb: 4200
+ AlizarinHerb: 4200
+ }
+},
+{
+ Id: 1189
+ SpriteName: "ShadowPlant"
+ Name: "Shadow Plant"
+ Lv: 1
+ Hp: 1
+ Sp: 1
+ Exp: 1
+ AttackRange: 1
+ Attack: [0, 0]
+ Def: 0
+ Mdef: 0
+ Size: 0
+ Race: 3
+ Element: (2, 1)
+ Mode: {
+ Plant: true
+ }
+ Drops: {
+ ShadowHerb: 4200
+ ShadowHerb: 4200
+ }
+},
)