diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-02 11:59:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-02 11:59:00 -0300 |
commit | 9597b1ff4a9191555f582d569410264f40b3470b (patch) | |
tree | f859aad44217000aaf7bf070032518d1f109175b | |
parent | 8d58860ba7d0930a5cd9ea7132b7aa6831177cf4 (diff) | |
download | serverdata-9597b1ff4a9191555f582d569410264f40b3470b.tar.gz serverdata-9597b1ff4a9191555f582d569410264f40b3470b.tar.bz2 serverdata-9597b1ff4a9191555f582d569410264f40b3470b.tar.xz serverdata-9597b1ff4a9191555f582d569410264f40b3470b.zip |
And I forgot the weapontype restriction. Oh well.
-rw-r--r-- | db/re/skill_db.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index fa491b4e8..7fedcb1b9 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -40011,6 +40011,9 @@ skill_db: ( AfterCastActDelay: 100 Requirements: { SPCost: 70 + WeaponTypes: { + NoWeapon: true + } } }, { @@ -40049,6 +40052,9 @@ skill_db: ( AfterCastActDelay: 100 Requirements: { SPCost: 100 + WeaponTypes: { + NoWeapon: true + } } }, { @@ -40087,6 +40093,9 @@ skill_db: ( AfterCastActDelay: 100 Requirements: { SPCost: 140 + WeaponTypes: { + NoWeapon: true + } } }, // Additional Homunculus Skills |