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/pre-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/pre-re')
-rw-r--r-- | db/pre-re/skill_db.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index f3e3bfb4a..0660ce01d 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-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" @@ -7735,6 +7736,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" DamageType: { @@ -7811,6 +7813,7 @@ skill_db: ( SkillInfo: { NoCastSelf: true AllowReproduce: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -7871,6 +7874,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -10921,6 +10925,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -10969,6 +10974,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12254,6 +12260,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12306,6 +12313,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12356,6 +12364,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12411,6 +12420,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12462,6 +12472,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -15021,6 +15032,7 @@ skill_db: ( } SkillInfo: { Spirit: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -19061,6 +19073,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + IsCombo: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -19097,6 +19112,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -25006,6 +25022,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -25129,6 +25146,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -25174,6 +25192,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -25642,6 +25661,7 @@ skill_db: ( } SkillInfo: { AllowReproduce: true + IsCombo: true } AttackType: "Weapon" NumberOfHits: -7 |