diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-10-29 21:01:58 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2019-10-29 21:01:58 +0100 |
commit | cbaf343e8310dd068a04e8a96979e780233d0a9c (patch) | |
tree | 1f832c69070f3ef1fcbcb2a6f3aba22d6861f34b /db/re | |
parent | 857650c4f58d347455b0d075b49a53f69e6d0c51 (diff) | |
download | hercules-cbaf343e8310dd068a04e8a96979e780233d0a9c.tar.gz hercules-cbaf343e8310dd068a04e8a96979e780233d0a9c.tar.bz2 hercules-cbaf343e8310dd068a04e8a96979e780233d0a9c.tar.xz hercules-cbaf343e8310dd068a04e8a96979e780233d0a9c.zip |
Dehardcode combo skills check
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index e1f2098cd..0fc15c9d1 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -76,6 +76,7 @@ ShowSkillScale: true/false (boolean, defaults to false) AllowReproduce: true/false (boolean, defaults to false) HiddenTrap: true/false (boolean, defaults to false) + IsCombo: true/false (boolean, defaults to false) } AttackType: "Attack Type" (string, defaults to "None") Types: "None", "Weapon", "Magic" or "Misc" @@ -8067,6 +8068,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" DamageType: { @@ -8155,6 +8157,7 @@ skill_db: ( SkillInfo: { NoCastSelf: true AllowReproduce: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -8213,6 +8216,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11237,6 +11241,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11283,6 +11288,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12604,6 +12610,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12656,6 +12663,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12706,6 +12714,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12761,6 +12770,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12812,6 +12822,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -15371,6 +15382,7 @@ skill_db: ( } SkillInfo: { Spirit: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -19616,6 +19628,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + IsCombo: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -19652,6 +19667,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -25675,6 +25691,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -25799,6 +25816,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -25844,6 +25862,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -26320,6 +26339,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" NumberOfHits: -7 |