diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-10-22 23:35:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 23:35:00 -0400 |
commit | 90a47b7443de97b72082bd965c4fde888186a060 (patch) | |
tree | fd0b87ad088aee809060cc8ce143936af1d2e524 /src/main/resources/assets/skyblocker/lang/en_us.json | |
parent | a96eb865678e178028493be597794bba8f503bde (diff) | |
parent | a9d8ff4284abe0342970e3a4b6a19c19d944564e (diff) | |
download | Skyblocker-90a47b7443de97b72082bd965c4fde888186a060.tar.gz Skyblocker-90a47b7443de97b72082bd965c4fde888186a060.tar.bz2 Skyblocker-90a47b7443de97b72082bd965c4fde888186a060.zip |
Merge pull request #383 from AzureAaron/enigma-souls
Enigma Soul Waypoints
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index a37e5d37..1d000825 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -220,6 +220,9 @@ "text.autoconfig.skyblocker.option.locations.rift": "The Rift", "text.autoconfig.skyblocker.option.locations.rift.mirrorverseWaypoints": "Enable Mirrorverse Waypoints", + "text.autoconfig.skyblocker.option.locations.rift.enigmaSoulWaypoints": "Enable Enigma Soul Waypoints", + "text.autoconfig.skyblocker.option.locations.rift.enigmaSoulWaypoints.@Tooltip": "Note: Many enigma souls have a small task you must complete in order to get it, so its recommended to also watch a YouTube video when finding them.", + "text.autoconfig.skyblocker.option.locations.rift.highlightFoundEnigmaSouls": "Highlight Found Enigma Souls", "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks": "McGrubber Stacks", "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks.@Tooltip": "Used for calculating Motes sell prices.", @@ -278,6 +281,8 @@ "skyblocker.rift.iceNow": "Ice now!", "skyblocker.rift.mania": "Mania!", "skyblocker.rift.stakeNow": "Stake now!", + "skyblocker.rift.enigmaSouls.markAllFound": "§rMarked all enigma souls as found!", + "skyblocker.rift.enigmaSouls.markAllMissing": "§rMarked all enigma souls as missing!", "skyblocker.fairySouls.markAllFound": "§rMarked all fairy souls in the current island as found", "skyblocker.fairySouls.markAllMissing": "§rMarked all fairy souls in the current island as missing", "skyblocker.relics.markAllFound": "§rMarked all relics as found", |