(fit, module, context, projectionRange, **kwargs)
| 8634 | |
| 8635 | @staticmethod |
| 8636 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8637 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module', |
| 8638 | 'duration', module.getModifiedItemAttr('durationBonus'), **kwargs) |
| 8639 | |
| 8640 | |
| 8641 | class Effect2851(BaseEffect): |
nothing calls this directly
no test coverage detected