(fit, src, context, projectionRange, **kwargs)
| 21057 | |
| 21058 | @staticmethod |
| 21059 | def handler(fit, src, context, projectionRange, **kwargs): |
| 21060 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 21061 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Information Command'), |
| 21062 | attrName, src.getModifiedItemAttr('eliteBonusCommandShips3'), |
| 21063 | skill='Command Ships', **kwargs) |
| 21064 | |
| 21065 | |
| 21066 | class Effect5607(BaseEffect): |
nothing calls this directly
no test coverage detected