(fit, ship, context, projectionRange, **kwargs)
| 41085 | |
| 41086 | @staticmethod |
| 41087 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41088 | fit.ship.boostItemAttr( |
| 41089 | 'stasisWebifierResistance', ship.getModifiedItemAttr('shipBonusMD1'), |
| 41090 | skill='Minmatar Destroyer', **kwargs) |
| 41091 | |
| 41092 | |
| 41093 | class Effect12193(BaseEffect): |
nothing calls this directly
no test coverage detected