(fit, src, context, projectionRange, **kwargs)
| 25605 | |
| 25606 | @staticmethod |
| 25607 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25608 | fit.ship.boostItemAttr('shieldThermalDamageResonance', src.getModifiedItemAttr('shipBonusMD2'), |
| 25609 | skill='Minmatar Destroyer', **kwargs) |
| 25610 | |
| 25611 | |
| 25612 | class Effect6321(BaseEffect): |
nothing calls this directly
no test coverage detected