(fit, src, context, projectionRange, **kwargs)
| 11664 | |
| 11665 | @staticmethod |
| 11666 | def handler(fit, src, context, projectionRange, **kwargs): |
| 11667 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam', 'maxRange', |
| 11668 | src.getModifiedItemAttr('roleBonusTractorBeamRange'), **kwargs) |
| 11669 | |
| 11670 | |
| 11671 | class Effect3740(BaseEffect): |
nothing calls this directly
no test coverage detected