summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/mob_db.conf8
-rw-r--r--db/re/mob_skill_db.conf11
2 files changed, 15 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 431de3e74..29d844731 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -7536,14 +7536,14 @@ mob_db: (
{
Id: 1206
SpriteName: "DustGatling"
- Name: "Gatling Shooter"
+ Name: "Shotgun Shooter"
Lv: 50
Hp: 2600
Sp: 0
Exp: 437
JExp: 18
AttackRange: 13
- Attack: [24, 30]
+ Attack: [80, 90]
Def: 80
Mdef: 40
Stats: {
@@ -7566,8 +7566,8 @@ mob_db: (
ChangeChase: true
}
MoveSpeed: 420
- AttackDelay: 220
- AttackMotion: 272
+ AttackDelay: 1200
+ AttackMotion: 472
DamageMotion: 900
Drops: {
CoinBag: 500
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf
index 3014801ce..c06758336 100644
--- a/db/re/mob_skill_db.conf
+++ b/db/re/mob_skill_db.conf
@@ -928,6 +928,17 @@ SKILL_COND2 = {
CastCondition: "MSC_ALWAYS"
}
}
+ DustGatling: {
+ NPC_SPLASHATTACK: {
+ SkillState: "MSS_BERSERK"
+ SkillLevel: 2
+ Rate: 10000
+ Delay: 1200
+ Cancelable: true
+ SkillTarget: "MST_RANDOM"
+ CastCondition: "MSC_ALWAYS"
+ }
+ }
DustBoss: {
NPC_SUMMONSLAVE: {
SkillState: "MSS_ANY"