(fit, src, context, projectionRange, **kwargs)
| 41922 | |
| 41923 | @staticmethod |
| 41924 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41925 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 41926 | fit.modules.filteredItemBoost( |
| 41927 | lambda mod: mod.item.requiresSkill('Mining Foreman'), attrName, |
| 41928 | src.getModifiedItemAttr('eliteBonusCommandDestroyer1'), skill='Command Destroyers', **kwargs) |
| 41929 | |
| 41930 | |
| 41931 | class Effect12557(BaseEffect): |
nothing calls this directly
no test coverage detected