(fit, src, context, projectionRange, **kwargs)
| 25573 | |
| 25574 | @staticmethod |
| 25575 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25576 | fit.ship.boostItemAttr('shieldEmDamageResonance', src.getModifiedItemAttr('shipBonusMD2'), |
| 25577 | skill='Minmatar Destroyer', **kwargs) |
| 25578 | |
| 25579 | |
| 25580 | class Effect6319(BaseEffect): |
nothing calls this directly
no test coverage detected