(fit, ship, context, projectionRange, **kwargs)
| 22369 | |
| 22370 | @staticmethod |
| 22371 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22372 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22373 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCB'), |
| 22374 | skill='Caldari Battleship', **kwargs) |
| 22375 | |
| 22376 | |
| 22377 | class Effect5864(BaseEffect): |
nothing calls this directly
no test coverage detected