(fit, source, context, projectionRange, **kwargs)
| 37043 | |
| 37044 | @staticmethod |
| 37045 | def handler(fit, source, context, projectionRange, **kwargs): |
| 37046 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining'), 'maxRange', |
| 37047 | source.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 37048 | |
| 37049 | |
| 37050 | class Effect8129(BaseEffect): |
nothing calls this directly
no test coverage detected