(fit, src, context, projectionRange, **kwargs)
| 43067 | |
| 43068 | @staticmethod |
| 43069 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43070 | fit.modules.filteredItemBoost( |
| 43071 | lambda mod: (mod.item.requiresSkill('Mining') |
| 43072 | or mod.item.requiresSkill('Ice Harvesting') |
| 43073 | or mod.item.requiresSkill('Gas Cloud Harvesting')), |
| 43074 | 'maxRange', src.getModifiedItemAttr('boosterMinerMaxRangeBonus'), **kwargs) |
| 43075 | |
| 43076 | |
| 43077 | class Effect12829(BaseEffect): |
nothing calls this directly
no test coverage detected