(fit, src, context, projectionRange, **kwargs)
| 31481 | |
| 31482 | @staticmethod |
| 31483 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31484 | lvl = src.level |
| 31485 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'buffDuration', |
| 31486 | src.getModifiedItemAttr('durationBonus') * lvl, **kwargs) |
| 31487 | |
| 31488 | |
| 31489 | class Effect6776(BaseEffect): |
nothing calls this directly
no test coverage detected