(fit, src, context, projectionRange, **kwargs)
| 13475 | |
| 13476 | @staticmethod |
| 13477 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13478 | fit.ship.boostItemAttr('capacitorCapacity', src.getModifiedItemAttr('subsystemBonusCaldariCore'), |
| 13479 | skill='Caldari Core Systems', **kwargs) |
| 13480 | |
| 13481 | |
| 13482 | class Effect4159(BaseEffect): |
nothing calls this directly
no test coverage detected