(fit, ship, context, projectionRange, **kwargs)
| 41102 | |
| 41103 | @staticmethod |
| 41104 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41105 | fit.ship.boostItemAttr( |
| 41106 | 'stasisWebifierResistance', ship.getModifiedItemAttr('shipBonusMBC1'), |
| 41107 | skill='Minmatar Battlecruiser', **kwargs) |
| 41108 | |
| 41109 | |
| 41110 | class Effect12194(BaseEffect): |
nothing calls this directly
no test coverage detected