(fit, src, context, projectionRange, **kwargs)
| 43416 | |
| 43417 | @staticmethod |
| 43418 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43419 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 43420 | fit.modules.filteredItemBoost( |
| 43421 | lambda mod: mod.item.requiresSkill('Shield Command'), attrName, |
| 43422 | src.getModifiedItemAttr('shipBonusCommandCarrierShieldCommand'), |
| 43423 | skill='Command Carriers', **kwargs) |
| 43424 | |
| 43425 | |
| 43426 | class Effect12878(BaseEffect): |
nothing calls this directly
no test coverage detected