summaryrefslogtreecommitdiff
path: root/db/re/mob_db.conf
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-04-01 20:00:17 +0200
committergumi <git@gumi.ca>2018-04-22 14:19:01 -0400
commita48d3ddb0c3ffd74bc33b018b2f9f0a01a18116d (patch)
tree5ae38bde4b55bed9ba2ed3029c543b092674ee53 /db/re/mob_db.conf
parentc311e37244b9afb5a0ae33ec13979cdd97c42dae (diff)
downloadserverdata-a48d3ddb0c3ffd74bc33b018b2f9f0a01a18116d.tar.gz
serverdata-a48d3ddb0c3ffd74bc33b018b2f9f0a01a18116d.tar.bz2
serverdata-a48d3ddb0c3ffd74bc33b018b2f9f0a01a18116d.tar.xz
serverdata-a48d3ddb0c3ffd74bc33b018b2f9f0a01a18116d.zip
Add poison skull
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r--db/re/mob_db.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 7b54e3ed..d40aacb6 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -997,4 +997,46 @@ mob_db: (
Moss: 800
}
},
+{
+ Id: 1050
+ SpriteName: "PoisonSkull"
+ Name: "Poison Skull"
+ Lv: 50
+ Hp: 10500
+ Sp: 0
+ Exp: 250
+ JExp: 45
+ AttackRange: 2
+ Attack: [750, 1000]
+ Def: 35
+ Mdef: 0
+ Stats: {
+ Str: 30
+ Agi: 40
+ Vit: 35
+ Int: 35
+ Dex: 45
+ Luk: 15
+ }
+ ViewRange: 8
+ ChaseRange: 15
+ Size: 0
+ Race: 2
+ Element: (5, 1)
+ Mode: {
+ Aggressive: true
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 800
+ AttackDelay: 1025
+ AttackMotion: 452
+ DamageMotion: 652
+ MvpExp: 0
+ Drops: {
+ Moss: 1500
+ }
+},
)