(fit, src, context, projectionRange, **kwargs)
| 25782 | |
| 25783 | @staticmethod |
| 25784 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25785 | fit.ship.boostItemAttr('shieldThermalDamageResonance', src.getModifiedItemAttr('shipBonusCD2'), |
| 25786 | skill='Caldari Destroyer', **kwargs) |
| 25787 | |
| 25788 | |
| 25789 | class Effect6332(BaseEffect): |
nothing calls this directly
no test coverage detected