(fit, src, context, projectionRange, **kwargs)
| 41851 | |
| 41852 | @staticmethod |
| 41853 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41854 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 41855 | fit.modules.filteredItemBoost( |
| 41856 | lambda mod: mod.item.requiresSkill('Expedition Command'), attrName, |
| 41857 | src.getModifiedItemAttr('mindlinkBonus'), **kwargs) |
| 41858 | |
| 41859 | |
| 41860 | class Effect12543(BaseEffect): |
nothing calls this directly
no test coverage detected