(fit, booster, context, projectionRange, **kwargs)
| 38273 | |
| 38274 | @staticmethod |
| 38275 | def handler(fit, booster, context, projectionRange, **kwargs): |
| 38276 | fit.ship.boostItemAttr('stasisWebifierResistance', |
| 38277 | booster.getModifiedItemAttr('stasisWebifierResistanceBonus'), **kwargs) |
| 38278 | |
| 38279 | |
| 38280 | class Effect11055(BaseEffect): |
nothing calls this directly
no test coverage detected