(fit, src, context, projectionRange, **kwargs)
| 25733 | |
| 25734 | @staticmethod |
| 25735 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25736 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'kineticDamage', |
| 25737 | src.getModifiedItemAttr('shipBonusCD1'), skill='Caldari Destroyer', **kwargs) |
| 25738 | |
| 25739 | |
| 25740 | class Effect6329(BaseEffect): |
nothing calls this directly
no test coverage detected