(fit, ship, context, projectionRange, **kwargs)
| 39987 | |
| 39988 | @staticmethod |
| 39989 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39990 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusCBC1'), |
| 39991 | skill='Caldari Battlecruiser', **kwargs) |
| 39992 | |
| 39993 | |
| 39994 | class Effect11750(BaseEffect): |
nothing calls this directly
no test coverage detected