(fit, ship, context, projectionRange, **kwargs)
| 10549 | |
| 10550 | @staticmethod |
| 10551 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10552 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 10553 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusAB2'), skill='Amarr Battleship', **kwargs) |
| 10554 | |
| 10555 | |
| 10556 | class Effect3483(BaseEffect): |
nothing calls this directly
no test coverage detected