(fit, src, context, projectionRange, **kwargs)
| 42060 | |
| 42061 | @staticmethod |
| 42062 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42063 | fit.modules.filteredItemBoost( |
| 42064 | lambda mod: mod.item.requiresSkill('Navigation'), 'maxRange', |
| 42065 | src.getModifiedItemAttr('eliteBonusBlackOps1'), skill='Black Ops', **kwargs) |
| 42066 | |
| 42067 | |
| 42068 | class Effect12569(BaseEffect): |
nothing calls this directly
no test coverage detected