(fit, src, context, projectionRange, **kwargs)
| 41727 | |
| 41728 | @staticmethod |
| 41729 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41730 | lvl = src.level |
| 41731 | fit.modules.filteredItemBoost( |
| 41732 | lambda mod: mod.item.requiresSkill('Expedition Command'), 'buffDuration', |
| 41733 | src.getModifiedItemAttr('durationBonus') * lvl, **kwargs) |
| 41734 | |
| 41735 | |
| 41736 | class Effect12531(BaseEffect): |
nothing calls this directly
no test coverage detected