(fit, src, context, projectionRange, **kwargs)
| 41745 | |
| 41746 | @staticmethod |
| 41747 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41748 | lvl = src.level |
| 41749 | for i in (1, 2, 3, 4): |
| 41750 | fit.modules.filteredChargeBoost( |
| 41751 | lambda mod: mod.item.requiresSkill('Expedition Command'), f'warfareBuff{i}Multiplier', |
| 41752 | src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs) |
| 41753 | |
| 41754 | |
| 41755 | class Effect12537(BaseEffect): |
nothing calls this directly
no test coverage detected