You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/dev/sterner/api/item/ItemAbility.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ enum class ItemAbility : StringRepresentable {
14
14
SCORCHING_HEAT,//Fully implemented
15
15
EXCAVATOR,//Fully implemented
16
16
EARTH_RUMMAGER,
17
-
VAMPIRISM,//TODO re-implement. Saps the target's lifeforce, healing half a heart for each spirit their soul has / half a heart for each armor point a player has, with a 10 tick cooldown for each half heart
17
+
VAMPIRISM,
18
18
HARVEST,
19
19
OPENER,//TODO re-implement. First hit on a mob deals increased damage and grants a stack of Wrath, lasting a minute, up to 10 stacks. Transforms into Finale when you reach 10 stacks, or sneak right click
20
20
FINALE,//TODO implement. Consumes All stacks of Opening Strike, multiplying damage dealt by the amount of stacks total.
0 commit comments