We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cae70 commit 588c4d1Copy full SHA for 588c4d1
1 file changed
src/main/java/calculationEngine/entities/CeAttacks.java
@@ -8,6 +8,7 @@ public enum CeAttacks {
8
Charge(CeBeastTypes.Boss, 20, 5, 2, 5, "Charge Attack"),
9
Whip(CeBeastTypes.Boss, 12, 8, 5, 7, "Water Whip"),
10
Scratch(CeBeastTypes.PlayerStandard, 10, 10, 2, 20, "Scratch"),
11
+ Swipe(CeBeastTypes.Earth, 15, 10, 1, 15, "Tentacle Swipe"),
12
Arcane(CeBeastTypes.Earth, 20, 7, 2, 5, "Arcane Blast"),
13
Sucker(CeBeastTypes.Earth, 12, 10, 8, 15, "Sucker Punch"),
14
Acid(CeBeastTypes.Water, 10, 10, 5, 15, "Acid Downpour"),
0 commit comments