(fit, ship, context, projectionRange, **kwargs)
| 35736 | |
| 35737 | @staticmethod |
| 35738 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35739 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 35740 | 'speed', ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 35741 | |
| 35742 | |
| 35743 | class Effect8011(BaseEffect): |
nothing calls this directly
no test coverage detected