Various skill changes.

Contributed by gamelike85.
This commit is contained in:
MobiusDevelopment
2019-10-23 14:06:17 +00:00
parent fc39b7297e
commit 51457833d4
32 changed files with 1094 additions and 673 deletions

View File

@ -45,7 +45,7 @@ public enum SkillOperateType
A2,
/**
* Active Skill with "Instant effect for target + Continuous effect for self"
* Active Skill with "Instant effect for target + Continuous effect + Continuous effect for self"
*/
A3,
@ -163,6 +163,7 @@ public enum SkillOperateType
switch (this)
{
case A2:
case A3:
case A4:
case A5:
case A6: