(fit, container, context, projectionRange, **kwargs)
| 3642 | |
| 3643 | @staticmethod |
| 3644 | def handler(fit, container, context, projectionRange, **kwargs): |
| 3645 | level = container.level if 'skill' in context else 1 |
| 3646 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module', |
| 3647 | 'speedFactor', container.getModifiedItemAttr('speedFBonus') * level, **kwargs) |
| 3648 | |
| 3649 | |
| 3650 | class Effect1179(BaseEffect): |
nothing calls this directly
no test coverage detected