(fit, ship, context, projectionRange, **kwargs)
| 36519 | |
| 36520 | @staticmethod |
| 36521 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36522 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 36523 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCD2'), |
| 36524 | skill='Caldari Destroyer', **kwargs) |
| 36525 | |
| 36526 | |
| 36527 | class Effect8097(BaseEffect): |
nothing calls this directly
no test coverage detected