(fit, src, context, projectionRange, **kwargs)
| 25589 | |
| 25590 | @staticmethod |
| 25591 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25592 | fit.ship.boostItemAttr('shieldKineticDamageResonance', src.getModifiedItemAttr('shipBonusMD2'), |
| 25593 | skill='Minmatar Destroyer', **kwargs) |
| 25594 | |
| 25595 | |
| 25596 | class Effect6320(BaseEffect): |
nothing calls this directly
no test coverage detected