diff options
-rw-r--r-- | db/re/mob_db.conf | 6 | ||||
-rw-r--r-- | npc/craft/options.txt | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 3c6c201c5..07caa0bf6 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1643,18 +1643,18 @@ mob_db: ( Lv: 23 Hp: 2763 Sp: 0 - Exp: 27 + Exp: 28 JExp: 8 AttackRange: 1 Attack: [270, 300] - Def: 17 + Def: 19 Mdef: 11 Stats: { Str: 9 Agi: 18 Vit: 17 Int: 1 - Dex: 14 + Dex: 18 Luk: 11 } ChaseRange: 12 diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 0466d20b9..6a576f4f3 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -53,6 +53,9 @@ function script csys_Generate { array_push(@csys_attr, VAR_VITAMOUNT); } + if (rand2(100) < .@lv) + array_push(@csys_attr, CLASS_DAMAGE_BOSS_TARGET); + // Update averages .@avg+=.@lvl; .@stk+=1; |