(fit, ship, context, projectionRange, **kwargs)
| 8523 | |
| 8524 | @staticmethod |
| 8525 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 8526 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 8527 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusCC2'), |
| 8528 | skill='Caldari Cruiser', **kwargs) |
| 8529 | |
| 8530 | |
| 8531 | class Effect2812(BaseEffect): |
nothing calls this directly
no test coverage detected