(fit, src, context, projectionRange, **kwargs)
| 32722 | |
| 32723 | @staticmethod |
| 32724 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32725 | fit.ship.boostItemAttr('energyWarfareResistance', src.getModifiedItemAttr('subsystemBonusGallenteCore2'), |
| 32726 | skill='Gallente Core Systems', **kwargs) |
| 32727 | |
| 32728 | |
| 32729 | class Effect6933(BaseEffect): |
nothing calls this directly
no test coverage detected