(fit, src, context, projectionRange, **kwargs)
| 25717 | |
| 25718 | @staticmethod |
| 25719 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25720 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'emDamage', |
| 25721 | src.getModifiedItemAttr('shipBonusCD1'), skill='Caldari Destroyer', **kwargs) |
| 25722 | |
| 25723 | |
| 25724 | class Effect6328(BaseEffect): |
nothing calls this directly
no test coverage detected