(fit, ship, context, projectionRange, **kwargs)
| 39939 | |
| 39940 | @staticmethod |
| 39941 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39942 | fit.ship.boostItemAttr('shieldEmDamageResonance', ship.getModifiedItemAttr('shipBonusCBC1'), |
| 39943 | skill='Caldari Battlecruiser', **kwargs) |
| 39944 | |
| 39945 | |
| 39946 | class Effect11746(BaseEffect): |
nothing calls this directly
no test coverage detected