|
|
@ -199,10 +199,10 @@ public static class CardFunction |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly HashSet<string> BuffList = new() { bleed, vulnerable, downSpeed, ember, deathMark, tempCastRange, calm , agile |
|
|
public static readonly HashSet<string> BuffList = new() { bleed, vulnerable, downSpeed, ember, calm , agile |
|
|
,weak,bleedDamage,immunity,thorn,Invisible}; |
|
|
,weak,bleedDamage,immunity,thorn,Invisible}; |
|
|
|
|
|
|
|
|
public static readonly HashSet<string> ActList = new() { damagexy, cardDamage, cardShield, repel, recoverHp, step,costRestore |
|
|
public static readonly HashSet<string> ActList = new() { damagexy, cardDamage, cardShield, step,costRestore |
|
|
,drawCard,drawDyeingCard,drawEffectCard}; |
|
|
,drawCard,drawDyeingCard,drawEffectCard}; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|