From 4fe8b72ee9d258a1f25953fac6c1f9e707daae0b Mon Sep 17 00:00:00 2001 From: Swift42 <1180176+Swift42@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:41:25 +0100 Subject: [PATCH] Update SLY_Assistant.user.js --- SLY_Assistant.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLY_Assistant.user.js b/SLY_Assistant.user.js index e0e5f92..3e83215 100644 --- a/SLY_Assistant.user.js +++ b/SLY_Assistant.user.js @@ -5696,7 +5696,7 @@ settingsModal.style.display = 'none'; let settingsModalContent = document.createElement('div'); settingsModalContent.classList.add('assist-modal-content'); - settingsModalContent.innerHTML = '
SLY Assistant v' + GM_info.script.version + '
x
Global Settings
Priority Fee Added to each transaction. Set to 0 (zero) to disable. 1 Lamport = 0.000000001 SOL
Low Priority Fee % Percentage above priority fees that should be used for smaller transactions
Save profile selection? Should the profile selection be saved (uncheck to select a different profile each time)?
Tx Poll Delay How many milliseconds to wait before re-reading the chain for confirmation
Console Logging How much console logging you want to see (higher number = more, 0 = none)
Crafting Jobs How many crafting jobs should be enabled?
Subwarp for short distances? Should fleets subwarp when travel distance is 1 diagonal square or less?
Use Ammo Banks for Transport? Should transports also use their ammo banks to help move ammo?
Stop Transports On Error Should transport fleet stop completely if there is an error (example: not enough resource/fuel/etc.)?
Moving Scan Pattern Only applies to fleets set to Move While Scanning
Scan Block Length How far fleets should go for the up, down, left and right scanning patterns
Scan Block Resets After Resupply? Start from the beginning of the pattern after resupplying at starbase?
Scan Resupply On Low Fuel? Do scanning fleets set to Move While Scanning return to base to resupply when fuel is too low to move?
Scan Sector Regeneration Delay Number of seconds to wait after finding SDU
Scan Pause Time Number of seconds to wait when sectors probabilities are too low
Scan Strike Count Number of low % scans before moving on or pausing
Status Panel Opacity (requires page refresh)
---
Advanced Settings
Auto Start Script Should Lab Assistant automatically start after initialization is complete?
Reload On Stuck Fleets Automatically refresh the page if this many fleets get stuck (0 = never)
Exclude fleets:

List of fleets to exclude (one fleet name per line, case sensivity, reload required)
'; + settingsModalContent.innerHTML = '
SLY Assistant v' + GM_info.script.version + '
x
Global Settings
Priority Fee Added to each transaction. Set to 0 (zero) to disable. 1 Lamport = 0.000000001 SOL
Low Priority Fee % Percentage above priority fees that should be used for smaller transactions
Save profile selection? Should the profile selection be saved (uncheck to select a different profile each time)?
Tx Poll Delay How many milliseconds to wait before re-reading the chain for confirmation
Console Logging How much console logging you want to see (higher number = more, 0 = none)
Crafting Jobs How many crafting jobs should be enabled?
Subwarp for short distances? Should fleets subwarp when travel distance is 1 diagonal square or less?
Use Ammo Banks for Transport? Should transports also use their ammo banks to help move ammo?
Stop Transports On Error Should transport fleet stop completely if there is an error (example: not enough resource/fuel/etc.)?
Moving Scan Pattern Only applies to fleets set to Move While Scanning
Scan Block Length How far fleets should go for the up, down, left and right scanning patterns
Scan Block Resets After Resupply? Start from the beginning of the pattern after resupplying at starbase?
Scan Resupply On Low Fuel? Do scanning fleets set to Move While Scanning return to base to resupply when fuel is too low to move?
Scan Sector Regeneration Delay Number of seconds to wait after finding SDU
Scan Pause Time Number of seconds to wait when sectors probabilities are too low
Scan Strike Count Number of low % scans before moving on or pausing
Status Panel Opacity (requires page refresh)
---
Advanced Settings
Auto Start Script Should Lab Assistant automatically start after initialization is complete?
Reload On Stuck Fleets Automatically refresh the page if this many fleets get stuck (0 = never)
Exclude fleets:

(one fleet name per line, case sensivity, reload required)
'; settingsModal.append(settingsModalContent); let importModal = document.createElement('div');