bbsbot 2026-04-03
Pirate exponential backoff, stardock sector propagation, guard force-probe fix
3 files · 47+ · 10-

Pirate attack exponential backoff and stardock propagation

1 file changed
  • pirate.py Exponential backoff on consecutive attack failures; stardock sectors propagated to pirate strategy on init
  • PirateStrategy now applies exponential backoff after consecutive attack failures to avoid spamming failed attack attempts. Stardock sectors propagated to the pirate strategy during initialization so the pirate knows to avoid banking at Stardock if it’s in or near the patrol sector. remediate behavioral
    1 file
    • pirate.py

Guard force-probe-disable fix

1 file changed
  • guard.py Guard action no longer fires when forced-probe-disable is active
  • Guard action correctly respects the forced-probe-disable flag. Previously guard would fire probes even when forced-probe-disable was set on the bot. remediate behavioral
    1 file
    • guard.py