(fit, ship, context, projectionRange, **kwargs)
| 39955 | |
| 39956 | @staticmethod |
| 39957 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39958 | fit.ship.boostItemAttr('shieldThermalDamageResonance', ship.getModifiedItemAttr('shipBonusCBC1'), |
| 39959 | skill='Caldari Battlecruiser', **kwargs) |
| 39960 | |
| 39961 | |
| 39962 | class Effect11747(BaseEffect): |
nothing calls this directly
no test coverage detected