(fit, src, context, projectionRange, **kwargs)
| 25913 | |
| 25914 | @staticmethod |
| 25915 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25916 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 25917 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Armored Command'), |
| 25918 | attrName, src.getModifiedItemAttr('eliteBonusCommandDestroyer1'), |
| 25919 | skill='Command Destroyers', **kwargs) |
| 25920 | |
| 25921 | |
| 25922 | class Effect6340(BaseEffect): |
nothing calls this directly
no test coverage detected