aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--FEATURES.md4
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java4
3 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05fa8dd1b..0aeca815e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -211,8 +211,8 @@
+ Highlight larvas on trees in Wyld Woods while holding a Larva Hook in the hand
+ Customize the color
+ Added **Odonatas Highlighter**
- + Highlight the small Odonatas flying around the trees while holding a Empty Odonata Bottle in the hand.
- + Customize the color
+ + Highlight the small Odonatas flying around the trees while holding an Empty Odonata Bottle in the hand.
+ + Customize the color.
+ Added **Agaricus Cap** countdown
+ Counts down the time until Agaricus Cap (Mushroom) changes color from brown to red and is breakable.
+ Added **Leech Supreme** to Damage Indicator
@@ -279,8 +279,8 @@
+ Option to only show the helper while standing on Farmland blocks
+ Option to hide the wilted berberis particles
+ Added **Vampire Slayer** features in Damage Indicator
- + Show the amount of HP miss1ing untill the steak can be used on the vampire slayer on top of the boss.
- + Show a timer until the boss leaves the invicible Mania Circles state.
+ + Show the amount of HP missing until the steak can be used on the vampire slayer on top of the boss.
+ + Show a timer until the boss leaves the invincible Mania Circles state.
+ Show the percentage of HP next to the HP.
+ Added **Horsezooka Hider**
+ Hide horses while holding the Horsezooka in the hand.
diff --git a/FEATURES.md b/FEATURES.md
index a9cb74499..cfd98faf3 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -196,8 +196,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
- Show the time it takes to kill the Slayer boss.
+ **Vampire Slayer**
- + Show the amount of HP miss1ing untill the steak can be used on the vampire slayer on top of the boss.
- + Show a timer until the boss leaves the invicible Mania Circles state.
+ + Show the amount of HP missing until the steak can be used on the vampire slayer on top of the boss.
+ + Show a timer until the boss leaves the invincible Mania Circles state.
+ Show the percentage of HP next to the HP.
## Slayer
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java
index 94ff6f497..d2e7cfed5 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java
@@ -111,12 +111,12 @@ public class DamageIndicatorConfig {
public static class VampireSlayerConfig {
@Expose
- @ConfigOption(name = "HP untill Steak", desc = "Show the amount of HP miss1ing untill the steak can be used on the vampire slayer on top of the boss.")
+ @ConfigOption(name = "HP until Steak", desc = "Show the amount of HP missing until the steak can be used on the vampire slayer on top of the boss.")
@ConfigEditorBoolean
public boolean hpTillSteak = false;
@Expose
- @ConfigOption(name = "Mania Circles", desc = "Show a timer until the boss leaves the invicible Mania Circles state.")
+ @ConfigOption(name = "Mania Circles", desc = "Show a timer until the boss leaves the invincible Mania Circles state.")
@ConfigEditorBoolean
public boolean maniaCircles = false;