(fit, ship, context, projectionRange, **kwargs)
| 19889 | |
| 19890 | @staticmethod |
| 19891 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19892 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 19893 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs) |
| 19894 | |
| 19895 | |
| 19896 | class Effect5387(BaseEffect): |
nothing calls this directly
no test coverage detected