(fit, src, context, projectionRange, **kwargs)
| 25519 | |
| 25520 | @staticmethod |
| 25521 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25522 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 25523 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Skirmish Command'), |
| 25524 | attrName, src.getModifiedItemAttr('eliteBonusCommandDestroyer1'), |
| 25525 | skill='Command Destroyers', **kwargs) |
| 25526 | |
| 25527 | |
| 25528 | class Effect6316(BaseEffect): |
nothing calls this directly
no test coverage detected