(fit, ship, context, projectionRange, **kwargs)
| 2717 | |
| 2718 | @staticmethod |
| 2719 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2720 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 2721 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCC'), |
| 2722 | skill='Caldari Cruiser', **kwargs) |
| 2723 | |
| 2724 | |
| 2725 | class Effect907(BaseEffect): |
nothing calls this directly
no test coverage detected