(fit, src, context, projectionRange, **kwargs)
| 31447 | |
| 31448 | @staticmethod |
| 31449 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31450 | lvl = src.level |
| 31451 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'buffDuration', |
| 31452 | src.getModifiedItemAttr('durationBonus') * lvl, **kwargs) |
| 31453 | |
| 31454 | |
| 31455 | class Effect6773(BaseEffect): |
nothing calls this directly
no test coverage detected