(fit, src, context, projectionRange, **kwargs)
| 32738 | |
| 32739 | @staticmethod |
| 32740 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32741 | fit.ship.boostItemAttr('energyWarfareResistance', src.getModifiedItemAttr('subsystemBonusCaldariCore2'), |
| 32742 | skill='Caldari Core Systems', **kwargs) |
| 32743 | |
| 32744 | |
| 32745 | class Effect6934(BaseEffect): |
nothing calls this directly
no test coverage detected