diff options
Diffstat (limited to 'src/main/resources/assets')
3 files changed, 122 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/crimson/kuudra/pearl_waypoints.json b/src/main/resources/assets/skyblocker/crimson/kuudra/pearl_waypoints.json new file mode 100644 index 00000000..6bba7576 --- /dev/null +++ b/src/main/resources/assets/skyblocker/crimson/kuudra/pearl_waypoints.json @@ -0,0 +1,96 @@ +{ + "waypoints": [ + { + "x": -43, + "y": 120, + "z": -149 + }, + { + "x": -97, + "y": 157, + "z": -112 + }, + { + "x": -70, + "y": 79, + "z": -134 + }, + { + "x": -110, + "y": 155, + "z": -106 + }, + { + "x": -105, + "y": 157, + "z": -100 + }, + { + "x": -106, + "y": 165, + "z": -101 + }, + { + "x": -134, + "y": 77, + "z": -138 + }, + { + "x": -113, + "y": 77, + "z": -68 + }, + { + "x": -67, + "y": 77, + "z": -122 + } + , + { + "x": -85, + "y": 78, + "z": -128 + }, + { + "x": -95, + "y": 161, + "z": -105 + } + , + { + "x": -26, + "y": 126, + "z": -111 + }, + { + "x": -103, + "y": 160, + "z": -109 + }, + { + "x": -65, + "y": 76, + "z": -87 + }, + { + "x": -140, + "y": 78, + "z": -90 + }, + { + "x": -130, + "y": 79, + "z": -113 + }, + { + "x": -45, + "y": 135, + "z": -138 + }, + { + "x": -35, + "y": 138, + "z": -124 + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/crimson/kuudra/safe_spot_waypoints.json b/src/main/resources/assets/skyblocker/crimson/kuudra/safe_spot_waypoints.json new file mode 100644 index 00000000..ce693886 --- /dev/null +++ b/src/main/resources/assets/skyblocker/crimson/kuudra/safe_spot_waypoints.json @@ -0,0 +1,19 @@ +{ + "waypoints": [ + { + "x": -141, + "y": 77, + "z": -91 + }, + { + "x": -141, + "y": 76, + "z": -90 + }, + { + "x": -90, + "y": 77, + "z": -128 + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 527205cf..4abf5b25 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -164,6 +164,13 @@ "text.autoconfig.skyblocker.option.locations.barn": "Barn", "text.autoconfig.skyblocker.option.locations.barn.solveHungryHiker": "Solve Hungry Hiker", "text.autoconfig.skyblocker.option.locations.barn.solveTreasureHunter": "Solve Treasure Hunter", + "text.autoconfig.skyblocker.category.crimsonIsle": "Crimson Isle", + "text.autoconfig.skyblocker.option.locations.crimsonIsle.kuudra": "Kuudra", + "text.autoconfig.skyblocker.option.locations.crimsonIsle.kuudra.supplyWaypoints": "Supply Waypoints", + "text.autoconfig.skyblocker.option.locations.crimsonIsle.kuudra.supplyPileWaypoints": "Supply Pile Waypoints", + "text.autoconfig.skyblocker.option.locations.crimsonIsle.kuudra.fuelWaypoints": "Fuel Waypoints", + "text.autoconfig.skyblocker.option.locations.crimsonIsle.kuudra.safeSpotWaypoints": "Safe Spot Waypoints", + "text.autoconfig.skyblocker.option.locations.crimsonIsle.kuudra.pearlWaypoints": "Pearl Waypoints", "text.autoconfig.skyblocker.option.locations.spidersDen": "Spider's Den", "text.autoconfig.skyblocker.option.locations.spidersDen.relics": "Hidden Relics Helper", "text.autoconfig.skyblocker.option.locations.spidersDen.relics.enableRelicsHelper": "Enable Hidden Relics Helper", |