(fit, src, context, projectionRange, **kwargs)
| 31590 | |
| 31591 | @staticmethod |
| 31592 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31593 | lvl = src.level |
| 31594 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'warfareBuff4Value', src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs) |
| 31595 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'warfareBuff3Value', src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs) |
| 31596 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'warfareBuff2Value', src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs) |
| 31597 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'warfareBuff1Value', src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs) |
| 31598 | |
| 31599 | |
| 31600 | class Effect6782(BaseEffect): |
nothing calls this directly
no test coverage detected