summaryrefslogtreecommitdiff
path: root/db/re/mob_db.conf
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-05-28 19:40:37 +0000
committerSaulc <lucashelaine14@gmail.com>2018-05-28 19:40:37 +0000
commit42b09008a72bd1fde60e53620f4d2440de0b05f8 (patch)
tree2a3a21136167d4f4d70b562e4630a34ac5368186 /db/re/mob_db.conf
parent0395ca3c930354acef8a64805938225e22ec7c55 (diff)
downloadserverdata-42b09008a72bd1fde60e53620f4d2440de0b05f8.tar.gz
serverdata-42b09008a72bd1fde60e53620f4d2440de0b05f8.tar.bz2
serverdata-42b09008a72bd1fde60e53620f4d2440de0b05f8.tar.xz
serverdata-42b09008a72bd1fde60e53620f4d2440de0b05f8.zip
add ocean croc and change blue coral drop of basic croc
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r--db/re/mob_db.conf51
1 files changed, 48 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index add36c500..b6d3a6aa9 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -327,10 +327,10 @@ mob_db: (
MvpExp: 0
Drops: {
CrocClaw: 1000
- BlueCoral: 500
Aquada: 400
SeaDrops: 300
- Coral: 200
+ Coral: 300
+ BlueCoral: 50
}
},
{
@@ -4943,7 +4943,7 @@ mob_db: (
{
Id: 1131
SpriteName: "AngryScorpion"
- Name: "AngryScorpion"
+ Name: "Angry Scorpion"
Lv: 11
Hp: 850
Sp: 0
@@ -5036,4 +5036,49 @@ mob_db: (
PinkieHat: 1
}
},
+{
+ Id: 1133
+ SpriteName: "OceanCroc"
+ Name: "Ocean Croc"
+ Lv: 21
+ Hp: 1850
+ Sp: 0
+ Exp: 22
+ JExp: 0
+ AttackRange: 1
+ Attack: [244, 500]
+ Def: 29
+ Mdef: 0
+ Stats: {
+ Str: 10
+ Agi: 20
+ Vit: 15
+ Int: 1
+ Dex: 30
+ Luk: 25
+ }
+ ViewRange: 1
+ ChaseRange: 12
+ Size: 0
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 600
+ AttackDelay: 1872
+ AttackMotion: 672
+ DamageMotion: 200
+ MvpExp: 0
+ Drops: {
+ OceanCrocClaw: 1000
+ BlueCoral: 700
+ Aquada: 400
+ SeaDrops: 300
+ Coral: 20
+ }
+},
)