(fit, ship, context, projectionRange, **kwargs)
| 10063 | |
| 10064 | @staticmethod |
| 10065 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10066 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusMC2'), |
| 10067 | skill='Minmatar Cruiser', **kwargs) |
| 10068 | |
| 10069 | |
| 10070 | class Effect3339(BaseEffect): |
nothing calls this directly
no test coverage detected