diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 17:24:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 17:24:29 -0300 |
commit | 6ff813be846f3a99ae7069b92bdb98d742c22079 (patch) | |
tree | a82211868eeef2285733ccc14445b18c2857e531 /db/re/mob_db.conf | |
parent | 635096d438207113f8f30b273ea32ac99e756f24 (diff) | |
download | serverdata-6ff813be846f3a99ae7069b92bdb98d742c22079.tar.gz serverdata-6ff813be846f3a99ae7069b92bdb98d742c22079.tar.bz2 serverdata-6ff813be846f3a99ae7069b92bdb98d742c22079.tar.xz serverdata-6ff813be846f3a99ae7069b92bdb98d742c22079.zip |
Blue Sage placeholders.
Make Psi Conscience stronger - small chase, and to prevent you exploiting the
energy balls to damage the Psi - it'll knockback itself 5 tiles when attacked
at melee range. It'll also stun the attacker (cannot move/etc.) for 5 seconds.
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 0c80211f8..101beaf71 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8378,7 +8378,7 @@ mob_db: ( Lv: 1 Hp: 2032 Sp: 0 - Exp: 5 + Exp: 45 JExp: 8 AttackRange: 1 Attack: [81, 93] @@ -8404,12 +8404,12 @@ mob_db: ( ChangeChase: true CastSensorChase: true } - MoveSpeed: 300 + MoveSpeed: 250 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 200 Drops: { - SulfurPowder: 100 + SulfurPowder: 10 } }, { @@ -8417,7 +8417,7 @@ mob_db: ( SpriteName: "PsiConscience" Name: "Psi Conscience" Lv: 120 - Hp: 48016 + Hp: 58016 Sp: 0 Exp: 70132 JExp: 200 @@ -8438,6 +8438,7 @@ mob_db: ( Race: 2 Element: (0, 1) Mode: { + CanMove: true CanAttack: true Aggressive: true ChangeTargetMelee: true @@ -8445,6 +8446,7 @@ mob_db: ( CastSensorChase: true Boss: true } + MoveSpeed: 5000 AttackDelay: 3072 AttackMotion: 672 DamageMotion: 200 |