Add drifter incursion beacons

This commit is contained in:
DarkPhoenix
2025-03-13 11:57:09 +01:00
parent 9ab7e0dbac
commit 7c67f18be5
2 changed files with 9 additions and 2 deletions

View File

@@ -24508,7 +24508,7 @@ class Effect6164(BaseEffect):
@staticmethod
def handler(fit, beacon, context, projectionRange, **kwargs):
fit.ship.boostItemAttr('maxVelocity', beacon.getModifiedItemAttr('maxVelocityMultiplier'), stackingPenalties=True, **kwargs)
fit.ship.boostItemAttr('maxVelocity', beacon.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
class Effect6166(BaseEffect):