(fit, ship, context, projectionRange, **kwargs)
| 17391 | |
| 17392 | @staticmethod |
| 17393 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17394 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 17395 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCF2'), skill='Caldari Frigate', **kwargs) |
| 17396 | |
| 17397 | |
| 17398 | class Effect5080(BaseEffect): |
nothing calls this directly
no test coverage detected