(fit, ship, context, projectionRange, **kwargs)
| 20041 | |
| 20042 | @staticmethod |
| 20043 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20044 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 20045 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusCD1'), skill='Caldari Destroyer', **kwargs) |
| 20046 | |
| 20047 | |
| 20048 | class Effect5417(BaseEffect): |
nothing calls this directly
no test coverage detected