(fit, ship, context, projectionRange, **kwargs)
| 5464 | |
| 5465 | @staticmethod |
| 5466 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5467 | fit.ship.boostItemAttr('shieldThermalDamageResonance', ship.getModifiedItemAttr('shipBonusCC2'), |
| 5468 | skill='Caldari Cruiser', **kwargs) |
| 5469 | |
| 5470 | |
| 5471 | class Effect1814(BaseEffect): |
nothing calls this directly
no test coverage detected