aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/item
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-07-18 04:13:00 -0400
committerGitHub <noreply@github.com>2024-07-18 16:13:00 +0800
commit85f29b21170a79d707584e6bc4bccb2827d3b8e5 (patch)
tree26f00437fcb43621d68fbe2de889b219adf525b7 /src/main/java/de/hysky/skyblocker/skyblock/item
parente2d64c18fdf3fea60a3d482dfd00bd8f49298f55 (diff)
downloadSkyblocker-85f29b21170a79d707584e6bc4bccb2827d3b8e5.tar.gz
Skyblocker-85f29b21170a79d707584e6bc4bccb2827d3b8e5.tar.bz2
Skyblocker-85f29b21170a79d707584e6bc4bccb2827d3b8e5.zip
Update Attribute Short Names (#844)
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/skyblock/item')
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/item/slottext/adders/AttributeShardAdder.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/item/slottext/adders/AttributeShardAdder.java b/src/main/java/de/hysky/skyblocker/skyblock/item/slottext/adders/AttributeShardAdder.java
index 81f543f8..eac0a7f0 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/item/slottext/adders/AttributeShardAdder.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/item/slottext/adders/AttributeShardAdder.java
@@ -27,7 +27,7 @@ public class AttributeShardAdder extends SlotTextAdder {
ID_2_SHORT_NAME.put("elite", "E");
ID_2_SHORT_NAME.put("ender", "EN");
ID_2_SHORT_NAME.put("ignition", "I");
- ID_2_SHORT_NAME.put("life_recovery", "LR");
+ ID_2_SHORT_NAME.put("life_recovery", "HE"); //HE for Healing since LR should go to Life regen since thats more useful
ID_2_SHORT_NAME.put("mana_steal", "MS");
ID_2_SHORT_NAME.put("midas_touch", "MT");
ID_2_SHORT_NAME.put("undead", "U");
@@ -44,12 +44,12 @@ public class AttributeShardAdder extends SlotTextAdder {
ID_2_SHORT_NAME.put("ender_resistance", "ER");
ID_2_SHORT_NAME.put("experience", "XP");
ID_2_SHORT_NAME.put("fortitude", "F");
- ID_2_SHORT_NAME.put("life_regeneration", "HR"); //Health regeneration
+ ID_2_SHORT_NAME.put("life_regeneration", "LR");
ID_2_SHORT_NAME.put("lifeline", "L");
ID_2_SHORT_NAME.put("magic_find", "MF");
ID_2_SHORT_NAME.put("mana_pool", "MP");
ID_2_SHORT_NAME.put("mana_regeneration", "MR");
- ID_2_SHORT_NAME.put("mending", "V"); //Vitality
+ ID_2_SHORT_NAME.put("mending", "VI"); //Vitality
ID_2_SHORT_NAME.put("speed", "S");
ID_2_SHORT_NAME.put("undead_resistance", "UR");
ID_2_SHORT_NAME.put("veteran", "V");