Skip to content

Commit 0b2d22b

Browse files
committed
feeffefe
1 parent 7876c27 commit 0b2d22b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/kotlin/dev/sterner/api/item/ItemAbility.kt

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ enum class ItemAbility : StringRepresentable {
1313
NONE,//Fully implemented
1414
SCORCHING_HEAT,//Fully implemented
1515
EXCAVATOR,//Fully implemented
16-
EARTH_RUMMAGER,
17-
VAMPIRISM,
18-
HARVEST,
16+
EARTH_RUMMAGER,//Fully implemented
17+
VAMPIRISM,//Fully implemented
18+
HARVEST,//Fully implemented
1919
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
2020
FINALE,//TODO implement. Consumes All stacks of Opening Strike, multiplying damage dealt by the amount of stacks total.
21-
TRIPLE_REBOUND,
21+
TRIPLE_REBOUND,//Fully implemented
2222
VENGEANCE,//TODO implement. Rebound now actively seeks the target who most recently attacked you, damage taken by the owner of the scythe extends it's flight time. Initial flight time greatly increased
2323
PROPAGATION,//TODO implement, Rebound causes a sweeping attack. Scythe Sweeping now propagates, spreading itself through hordes of enemies like a chain
24-
SPIRIT_VISION;
24+
SPIRIT_VISION;//Fully implemented
2525

2626
override fun getSerializedName(): String {
2727
return this.name.lowercase()

0 commit comments

Comments
 (0)