(fit, src, context, projectionRange, **kwargs)
| 41816 | |
| 41817 | @staticmethod |
| 41818 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41819 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 41820 | fit.modules.filteredItemBoost( |
| 41821 | lambda mod: mod.item.requiresSkill('Armored Command'), attrName, |
| 41822 | src.getModifiedItemAttr('shipBonusSoEECS4'), skill='Expedition Command Ships', **kwargs) |
| 41823 | |
| 41824 | |
| 41825 | class Effect12541(BaseEffect): |
nothing calls this directly
no test coverage detected