(fit, ship, context, projectionRange, **kwargs)
| 19299 | |
| 19300 | @staticmethod |
| 19301 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19302 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusCBC2'), |
| 19303 | skill='Caldari Battlecruiser', **kwargs) |
| 19304 | |
| 19305 | |
| 19306 | class Effect5337(BaseEffect): |
nothing calls this directly
no test coverage detected