(fit, src, context, projectionRange, **kwargs)
| 21003 | |
| 21004 | @staticmethod |
| 21005 | def handler(fit, src, context, projectionRange, **kwargs): |
| 21006 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 21007 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Armored Command'), |
| 21008 | attrName, src.getModifiedItemAttr('eliteBonusCommandShips3'), |
| 21009 | skill='Command Ships', **kwargs) |
| 21010 | |
| 21011 | |
| 21012 | class Effect5573(BaseEffect): |
nothing calls this directly
no test coverage detected