(fit, module, context, projectionRange, **kwargs)
| 8357 | |
| 8358 | @staticmethod |
| 8359 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8360 | fit.ship.boostItemAttr('mass', module.getModifiedItemAttr('massBonusPercentage'), |
| 8361 | stackingPenalties=True, **kwargs) |
| 8362 | |
| 8363 | |
| 8364 | class Effect2797(BaseEffect): |
nothing calls this directly
no test coverage detected