(fit, ship, context, projectionRange, **kwargs)
| 19335 | |
| 19336 | @staticmethod |
| 19337 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19338 | fit.ship.boostItemAttr('shieldThermalDamageResonance', ship.getModifiedItemAttr('shipBonusCBC2'), |
| 19339 | skill='Caldari Battlecruiser', **kwargs) |
| 19340 | |
| 19341 | |
| 19342 | class Effect5339(BaseEffect): |
nothing calls this directly
no test coverage detected