Skip to content

Commit 588c4d1

Browse files
committed
Added Tentacle stuff
1 parent 04cae70 commit 588c4d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/calculationEngine/entities/CeAttacks.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ public enum CeAttacks {
88
Charge(CeBeastTypes.Boss, 20, 5, 2, 5, "Charge Attack"),
99
Whip(CeBeastTypes.Boss, 12, 8, 5, 7, "Water Whip"),
1010
Scratch(CeBeastTypes.PlayerStandard, 10, 10, 2, 20, "Scratch"),
11+
Swipe(CeBeastTypes.Earth, 15, 10, 1, 15, "Tentacle Swipe"),
1112
Arcane(CeBeastTypes.Earth, 20, 7, 2, 5, "Arcane Blast"),
1213
Sucker(CeBeastTypes.Earth, 12, 10, 8, 15, "Sucker Punch"),
1314
Acid(CeBeastTypes.Water, 10, 10, 5, 15, "Acid Downpour"),

0 commit comments

Comments
 (0)