(fit, src, context, projectionRange, **kwargs)
| 43376 | |
| 43377 | @staticmethod |
| 43378 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43379 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 43380 | fit.modules.filteredItemBoost( |
| 43381 | lambda mod: mod.item.requiresSkill('Information Command'), attrName, |
| 43382 | src.getModifiedItemAttr('shipBonusCommandCarrierInformationCommand'), |
| 43383 | skill='Command Carriers', **kwargs) |
| 43384 | |
| 43385 | |
| 43386 | class Effect12876(BaseEffect): |
nothing calls this directly
no test coverage detected