(fit, beacon, context, projectionRange, **kwargs)
| 35315 | |
| 35316 | @staticmethod |
| 35317 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 35318 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining'), 'duration', |
| 35319 | beacon.getModifiedItemAttr('miningDurationMultiplier'), **kwargs) |
| 35320 | |
| 35321 | |
| 35322 | class Effect7202(BaseEffect): |
nothing calls this directly
no test coverage detected