(fit, container, context, projectionRange, **kwargs)
| 8739 | |
| 8740 | @staticmethod |
| 8741 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8742 | level = container.level if 'skill' in context else 1 |
| 8743 | fit.boosters.filteredItemBoost(lambda bst: True, 'boosterDuration', |
| 8744 | container.getModifiedItemAttr('durationBonus') * level, **kwargs) |
| 8745 | |
| 8746 | |
| 8747 | class Effect2867(BaseEffect): |
nothing calls this directly
no test coverage detected