(fit, ship, context, projectionRange, **kwargs)
| 19281 | |
| 19282 | @staticmethod |
| 19283 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19284 | fit.ship.boostItemAttr('shieldEmDamageResonance', ship.getModifiedItemAttr('shipBonusCBC2'), |
| 19285 | skill='Caldari Battlecruiser', **kwargs) |
| 19286 | |
| 19287 | |
| 19288 | class Effect5336(BaseEffect): |
nothing calls this directly
no test coverage detected