(fit, src, context, projectionRange, **kwargs)
| 25831 | |
| 25832 | @staticmethod |
| 25833 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25834 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 25835 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Information Command'), |
| 25836 | attrName, src.getModifiedItemAttr('eliteBonusCommandDestroyer1'), |
| 25837 | skill='Command Destroyers', **kwargs) |
| 25838 | |
| 25839 | |
| 25840 | class Effect6335(BaseEffect): |
nothing calls this directly
no test coverage detected