(fit, container, context, projectionRange, **kwargs)
| 4479 | |
| 4480 | @staticmethod |
| 4481 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4482 | level = container.level if 'skill' in context else 1 |
| 4483 | fit.modules.filteredItemBoost( |
| 4484 | lambda mod: mod.item.requiresSkill('Sensor Linking'), |
| 4485 | 'falloffEffectiveness', container.getModifiedItemAttr('falloffBonus') * level, **kwargs) |
| 4486 | |
| 4487 | |
| 4488 | class Effect1450(BaseEffect): |
nothing calls this directly
no test coverage detected