(fit, src, context, projectionRange, **kwargs)
| 40156 | |
| 40157 | @staticmethod |
| 40158 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40159 | fit.ship.boostItemAttr( |
| 40160 | 'shieldThermalDamageResonance', src.getModifiedItemAttr('shipBonusCD2'), |
| 40161 | skill='Caldari Destroyer', **kwargs) |
| 40162 | |
| 40163 | |
| 40164 | class Effect11940(BaseEffect): |
nothing calls this directly
no test coverage detected