(fit, ship, context, projectionRange, **kwargs)
| 17409 | |
| 17410 | @staticmethod |
| 17411 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17412 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 17413 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs) |
| 17414 | |
| 17415 | |
| 17416 | class Effect5081(BaseEffect): |
nothing calls this directly
no test coverage detected