(fit, src, context, projectionRange, **kwargs)
| 27735 | |
| 27736 | @staticmethod |
| 27737 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27738 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), 'speed', |
| 27739 | src.getModifiedItemAttr('shipBonusDreadnoughtM2'), skill='Minmatar Dreadnought', **kwargs) |
| 27740 | |
| 27741 | |
| 27742 | class Effect6511(BaseEffect): |
nothing calls this directly
no test coverage detected