(fit, src, context, projectionRange, **kwargs)
| 41798 | |
| 41799 | @staticmethod |
| 41800 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41801 | for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'): |
| 41802 | fit.modules.filteredItemBoost( |
| 41803 | lambda mod: mod.item.requiresSkill('Expedition Command'), attrName, |
| 41804 | src.getModifiedItemAttr('shipBonusSoEECS3'), skill='Expedition Command Ships', **kwargs) |
| 41805 | |
| 41806 | |
| 41807 | class Effect12540(BaseEffect): |
nothing calls this directly
no test coverage detected