(fit, ship, context, projectionRange, **kwargs)
| 10095 | |
| 10096 | @staticmethod |
| 10097 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10098 | fit.ship.boostItemAttr('armorThermalDamageResonance', ship.getModifiedItemAttr('shipBonusMC2'), |
| 10099 | skill='Minmatar Cruiser', **kwargs) |
| 10100 | |
| 10101 | |
| 10102 | class Effect3343(BaseEffect): |
nothing calls this directly
no test coverage detected