(fit, src, context, projectionRange, **kwargs)
| 32820 | |
| 32821 | @staticmethod |
| 32822 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32823 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', 'overloadECMStrengthBonus', |
| 32824 | src.getModifiedItemAttr('subsystemBonusCaldariCore3'), skill='Caldari Core Systems', **kwargs) |
| 32825 | |
| 32826 | |
| 32827 | class Effect6939(BaseEffect): |
nothing calls this directly
no test coverage detected