(fit, src, context, projectionRange, **kwargs)
| 32706 | |
| 32707 | @staticmethod |
| 32708 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32709 | fit.ship.boostItemAttr('energyWarfareResistance', src.getModifiedItemAttr('subsystemBonusMinmatarCore2'), |
| 32710 | skill='Minmatar Core Systems', **kwargs) |
| 32711 | |
| 32712 | |
| 32713 | class Effect6932(BaseEffect): |
nothing calls this directly
no test coverage detected