diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-10 14:06:07 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-10 14:06:07 +0000 |
commit | 5703b57b686fc649c5981fea39cc6fbb20c7054b (patch) | |
tree | 2f752566479f2afadaad03aa8a685ea12eda37ad /db | |
parent | 262fea38ba63e49525c191222fb25a7ba1dabd1f (diff) | |
download | serverdata-5703b57b686fc649c5981fea39cc6fbb20c7054b.tar.gz serverdata-5703b57b686fc649c5981fea39cc6fbb20c7054b.tar.bz2 serverdata-5703b57b686fc649c5981fea39cc6fbb20c7054b.tar.xz serverdata-5703b57b686fc649c5981fea39cc6fbb20c7054b.zip |
Add Ocean Pirate id 1138
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 55 |
1 files changed, 54 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 989e6a262..144e53586 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5299,7 +5299,6 @@ mob_db: ( Aggressive: true Angry: true ChangeTargetMelee: true - Looter: true ChangeChase: true CastSensorChase: true } @@ -5321,4 +5320,58 @@ mob_db: ( DemonicSkull: 1 } }, +{ + Id: 1138 + SpriteName: "OceanPirate" + Name: "Ocean Pirate" + Lv: 25 + Hp: 5500 + Sp: 0 + Exp: 195 + JExp: 22 + AttackRange: 1 + Attack: [225, 315] + Def: 15 + Mdef: 0 + Stats: { + Str: 35 + Agi: 10 + Vit: 1 + Int: 1 + Dex: 25 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 14 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + Looter: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 850 + AttackMotion: 672 + DamageMotion: 200 + MvpExp: 0 + Drops: { + SeaDrops: 300 + BottleOfSeaWater: 150 + EmptyBottle: 110 + CoinBag: 95 + BlueCoral: 70 + CasinoCoins: 60 + PirateShorts: 45 + Coral: 20 + MysteriousBottle: 18 + PirateTreasureMap: 1 + } +}, ) |