(fit, container, context, projectionRange, **kwargs)
| 922 | |
| 923 | @staticmethod |
| 924 | def handler(fit, container, context, projectionRange, **kwargs): |
| 925 | level = container.level if 'skill' in context else 1 |
| 926 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 927 | 'duration', container.getModifiedItemAttr('durationBonus') * level, **kwargs) |
| 928 | |
| 929 | |
| 930 | class Effect235(BaseEffect): |
nothing calls this directly
no test coverage detected