From 99ad5e33b9732b1e9bc4fc3cd9cd7637dbc494aa Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:54:11 +0200 Subject: Anita Extra Farming Fortune --- .../at/hannibal2/skyhanni/config/features/GardenConfig.java | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index 36d2fbb50..82a3c9516 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -984,13 +984,13 @@ public class GardenConfig { public Position farmingArmorDropsPos = new Position(16, -232, false, true); @Expose - @ConfigOption(name = "Anita Medal Profit", desc = "") + @ConfigOption(name = "Anita Shop", desc = "") @ConfigEditorAccordion(id = 16) public boolean anitaMedalProfit = false; @Expose @ConfigOption( - name = "Show Prices", + name = "Medal Prices", desc = "Helps to identify profitable items to buy at the Anita item shop " + "and potential profit from selling the item at the auction house." ) @@ -998,6 +998,14 @@ public class GardenConfig { @ConfigAccordionId(id = 16) public boolean anitaMedalProfitEnabled = true; + @Expose + @ConfigOption( + name = "Extra Farming Fortune", + desc = "Show Amount of upgrades and cost to max out in the item tooltip.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 16) + public boolean extraFarmingFortune = true; + @Expose public Position anitaMedalProfitPos = new Position(206, 158, false, true); -- cgit