(fit, ship, context, projectionRange, **kwargs)
| 39971 | |
| 39972 | @staticmethod |
| 39973 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39974 | fit.ship.boostItemAttr('shieldKineticDamageResonance', ship.getModifiedItemAttr('shipBonusCBC1'), |
| 39975 | skill='Caldari Battlecruiser', **kwargs) |
| 39976 | |
| 39977 | |
| 39978 | class Effect11748(BaseEffect): |
nothing calls this directly
no test coverage detected