(fit, src, context, projectionRange, **kwargs)
| 41869 | |
| 41870 | @staticmethod |
| 41871 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41872 | fit.modules.filteredItemBoost( |
| 41873 | lambda mod: mod.item.requiresSkill('Expedition Command'), 'buffDuration', |
| 41874 | src.getModifiedItemAttr('shipBonusRole6'), **kwargs) |
| 41875 | |
| 41876 | |
| 41877 | class Effect12554(BaseEffect): |
nothing calls this directly
no test coverage detected