(fit, src, context, projectionRange, **kwargs)
| 43436 | |
| 43437 | @staticmethod |
| 43438 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43439 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 43440 | fit.modules.filteredItemBoost( |
| 43441 | lambda mod: mod.item.requiresSkill('Skirmish Command'), attrName, |
| 43442 | src.getModifiedItemAttr('shipBonusCommandCarrierSkirmishCommand'), |
| 43443 | skill='Command Carriers', **kwargs) |
| 43444 | |
| 43445 | |
| 43446 | class Effect12880(BaseEffect): |
nothing calls this directly
no test coverage detected