(fit, src, context, projectionRange, **kwargs)
| 25621 | |
| 25622 | @staticmethod |
| 25623 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25624 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', src.getModifiedItemAttr('shipBonusMD2'), |
| 25625 | skill='Minmatar Destroyer', **kwargs) |
| 25626 | |
| 25627 | |
| 25628 | class Effect6322(BaseEffect): |
nothing calls this directly
no test coverage detected