(fit, ship, context, projectionRange, **kwargs)
| 10079 | |
| 10080 | @staticmethod |
| 10081 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10082 | fit.ship.boostItemAttr('armorKineticDamageResonance', ship.getModifiedItemAttr('shipBonusMC2'), |
| 10083 | skill='Minmatar Cruiser', **kwargs) |
| 10084 | |
| 10085 | |
| 10086 | class Effect3340(BaseEffect): |
nothing calls this directly
no test coverage detected