(fit, ship, context, projectionRange, **kwargs)
| 19055 | |
| 19056 | @staticmethod |
| 19057 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19058 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 19059 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusMD2'), skill='Minmatar Destroyer', **kwargs) |
| 19060 | |
| 19061 | |
| 19062 | class Effect5319(BaseEffect): |
nothing calls this directly
no test coverage detected