(fit, ship, context, projectionRange, **kwargs)
| 19317 | |
| 19318 | @staticmethod |
| 19319 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19320 | fit.ship.boostItemAttr('shieldKineticDamageResonance', ship.getModifiedItemAttr('shipBonusCBC2'), |
| 19321 | skill='Caldari Battlecruiser', **kwargs) |
| 19322 | |
| 19323 | |
| 19324 | class Effect5338(BaseEffect): |
nothing calls this directly
no test coverage detected