summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2020-09-17 14:13:55 +0200
committerJesusaves <cpntb1@ymail.com>2020-09-17 11:14:27 -0300
commit9ac1604c1d0a3e75d81542efbd2c4805bfc780f1 (patch)
treebde7228a58ad644b26c5e56dfc52475ae88602c4
parente383e868771ab41d1ce63d765747499fa528a9bf (diff)
downloadserverdata-9ac1604c1d0a3e75d81542efbd2c4805bfc780f1.tar.gz
serverdata-9ac1604c1d0a3e75d81542efbd2c4805bfc780f1.tar.bz2
serverdata-9ac1604c1d0a3e75d81542efbd2c4805bfc780f1.tar.xz
serverdata-9ac1604c1d0a3e75d81542efbd2c4805bfc780f1.zip
add ghost mobs
-rw-r--r--db/re/mob_db.conf160
1 files changed, 159 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 607eb636..9fac776e 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -3505,7 +3505,7 @@ mob_db: (
Id: 1084
SpriteName: "Skeleton"
Name: "Skeleton"
- Lv: 40
+ Lv: 38
Hp: 4100
Sp: 0
Exp: 140
@@ -5048,4 +5048,162 @@ mob_db: (
Drops: {
}
},
+{
+ Id: 1126
+ SpriteName: "SnakeGhost"
+ Name: "Snake Ghost"
+ Lv: 50
+ Hp: 4200
+ Sp: 0
+ Exp: 70
+ JExp: 4
+ AttackRange: 1
+ Attack: [375, 400]
+ Def: 87
+ Mdef: 15
+ Stats: {
+ Str: 40
+ Agi: 40
+ Vit: 60
+ Int: 1
+ Dex: 50
+ Luk: 20
+ }
+ ViewRange: 5
+ ChaseRange: 15
+ Size: 0
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 400
+ AttackDelay: 800
+ AttackMotion: 400
+ DamageMotion: 380
+ Drops: {
+ }
+},
+{
+ Id: 1127
+ SpriteName: "ScorpionGhost"
+ Name: "Scorpion Ghost"
+ Lv: 55
+ Hp: 6500
+ Sp: 0
+ Exp: 120
+ JExp: 20
+ AttackRange: 1
+ Attack: [410, 550]
+ Def: 80
+ Mdef: 20
+ Stats: {
+ Str: 45
+ Agi: 25
+ Vit: 60
+ Int: 1
+ Dex: 30
+ Luk: 10
+ }
+ ViewRange: 4
+ ChaseRange: 12
+ Size: 0
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 500
+ AttackDelay: 1250
+ AttackMotion: 800
+ DamageMotion: 500
+ Drops: {
+ }
+},
+{
+ Id: 1128
+ SpriteName: "SpiderGhost"
+ Name: "Spider Ghost"
+ Lv: 46
+ Hp: 4350
+ Sp: 0
+ Exp: 89
+ JExp: 10
+ AttackRange: 1
+ Attack: [340, 450]
+ Def: 75
+ Mdef: 10
+ Stats: {
+ Str: 48
+ Agi: 32
+ Vit: 29
+ Int: 1
+ Dex: 35
+ Luk: 35
+ }
+ ViewRange: 5
+ ChaseRange: 12
+ Size: 0
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 700
+ AttackDelay: 1400
+ AttackMotion: 500
+ DamageMotion: 300
+ Drops: {
+ }
+},
+{
+ Id: 1129
+ SpriteName: "SkeletonGhost"
+ Name: "Skeleton Ghost"
+ Lv: 70
+ Hp: 28000
+ Sp: 0
+ Exp: 2600
+ JExp: 250
+ AttackRange: 2
+ Attack: [670, 820]
+ Def: 120
+ Mdef: 50
+ Stats: {
+ Str: 40
+ Agi: 30
+ Vit: 60
+ Int: 20
+ Dex: 40
+ Luk: 40
+ }
+ ViewRange: 7
+ ChaseRange: 12
+ Size: 0
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ ChangeChase: true
+ ChangeTargetMelee: true
+ CastSensorChase: true
+ Boss: true
+ }
+ MoveSpeed: 220
+ AttackDelay: 872
+ AttackMotion: 672
+ DamageMotion: 480
+ Drops: {
+ }
+},
)