diff options
-rw-r--r-- | db/pre-re/skill_db.conf | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 5fc10f84..639777c4 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -38752,8 +38752,14 @@ skill_db: ( Name: "SKILL_LUM" Description: "Lum" MaxLevel: 9 + Range: 14 SkillType: { - Self: true + Friend: true + } + Hit: "BDT_SKILL" + AttackType: "Magic" + DamageType: { + NoDamage: true } SkillInfo: { Quest: true @@ -38771,8 +38777,14 @@ skill_db: ( Name: "SKILL_INMA" Description: "Inma" MaxLevel: 9 + Range: 6 SkillType: { - Self: true + Friend: true + } + Hit: "BDT_SKILL" + AttackType: "Magic" + DamageType: { + NoDamage: true } SkillInfo: { Quest: true |