(fit, src, context, projectionRange, **kwargs)
| 31430 | |
| 31431 | @staticmethod |
| 31432 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31433 | lvl = src.level |
| 31434 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'buffDuration', |
| 31435 | src.getModifiedItemAttr('durationBonus') * lvl, **kwargs) |
| 31436 | |
| 31437 | |
| 31438 | class Effect6772(BaseEffect): |
nothing calls this directly
no test coverage detected