(fit, implant, context, projectionRange, **kwargs)
| 956 | |
| 957 | @staticmethod |
| 958 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 959 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module', |
| 960 | 'speedFactor', implant.getModifiedItemAttr('speedFBonus'), **kwargs) |
| 961 | |
| 962 | |
| 963 | class Effect244(BaseEffect): |
nothing calls this directly
no test coverage detected