(fit, src, context, projectionRange, **kwargs)
| 26084 | |
| 26085 | @staticmethod |
| 26086 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26087 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Navigation'), 'maxRange', |
| 26088 | src.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 26089 | |
| 26090 | |
| 26091 | class Effect6358(BaseEffect): |
nothing calls this directly
no test coverage detected