(fit, ship, context, projectionRange, **kwargs)
| 2697 | |
| 2698 | @staticmethod |
| 2699 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2700 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 2701 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCF'), |
| 2702 | skill='Caldari Frigate', **kwargs) |
| 2703 | |
| 2704 | |
| 2705 | class Effect899(BaseEffect): |
nothing calls this directly
no test coverage detected