summaryrefslogtreecommitdiff
path: root/db/re/mob_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-05 09:15:13 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-05 09:15:13 -0300
commita63d8f026bf31faea155eadd8af80233614a5c4d (patch)
tree80639748d73313f3a89fe834d755f54d2f56d220 /db/re/mob_db.conf
parent14efea71f79c94444de5d8a960cbf412b26799a0 (diff)
downloadserverdata-a63d8f026bf31faea155eadd8af80233614a5c4d.tar.gz
serverdata-a63d8f026bf31faea155eadd8af80233614a5c4d.tar.bz2
serverdata-a63d8f026bf31faea155eadd8af80233614a5c4d.tar.xz
serverdata-a63d8f026bf31faea155eadd8af80233614a5c4d.zip
Rewrite mob_db with plants. Alizarin doesn't exists anymore, so I left it out.
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r--db/re/mob_db.conf80
1 files changed, 74 insertions, 6 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 29b1b69bf..e46080e7c 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -1124,8 +1124,8 @@ mob_db: (
},
{
Id: 1032
- SpriteName: "GambogePlant"
- Name: "Gamboge Plant"
+ SpriteName: "UnusedMonster"
+ Name: "Unused Monster"
Lv: 1
Hp: 1
Sp: 1
@@ -1151,10 +1151,6 @@ mob_db: (
Mode: {
Plant: true
}
- Drops: {
- GambogeHerb: 4200
- GambogeHerb: 3100
- }
},
{
Id: 1034
@@ -5172,4 +5168,76 @@ mob_db: (
PirateTreasureMap: 1
}
},
+{
+ Id: 1134
+ SpriteName: "GambogePlant"
+ Name: "Gamboge Pant"
+ Lv: 1
+ Hp: 1
+ Sp: 1
+ Exp: 1
+ JExp: 0
+ AttackRange: 1
+ Attack: [0, 0]
+ Def: 0
+ Mdef: 0
+ Size: 0
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ Plant: true
+ }
+ Drops: {
+ GambogeHerb: 4200
+ GambogeHerb: 3100
+ }
+},
+{
+ Id: 1135
+ SpriteName: "MauvePlant"
+ Name: "Mauve Pant"
+ Lv: 1
+ Hp: 1
+ Sp: 1
+ Exp: 1
+ JExp: 0
+ AttackRange: 1
+ Attack: [0, 0]
+ Def: 0
+ Mdef: 0
+ Size: 0
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ Plant: true
+ }
+ Drops: {
+ MauveHerb: 4200
+ MauveHerb: 3100
+ }
+},
+{
+ Id: 1136
+ SpriteName: "CobaltPlant"
+ Name: "Cobalt Pant"
+ Lv: 1
+ Hp: 1
+ Sp: 1
+ Exp: 1
+ JExp: 0
+ AttackRange: 1
+ Attack: [0, 0]
+ Def: 0
+ Mdef: 0
+ Size: 0
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ Plant: true
+ }
+ Drops: {
+ CobaltHerb: 4200
+ CobaltHerb: 3100
+ }
+},
)