(fit, ship, context, projectionRange, **kwargs)
| 5532 | |
| 5533 | @staticmethod |
| 5534 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5535 | fit.ship.boostItemAttr('shieldThermalDamageResonance', ship.getModifiedItemAttr('shipBonusCF'), |
| 5536 | skill='Caldari Frigate', **kwargs) |
| 5537 | |
| 5538 | |
| 5539 | class Effect1819(BaseEffect): |
nothing calls this directly
no test coverage detected