(fit, src, context, projectionRange, **kwargs)
| 32804 | |
| 32805 | @staticmethod |
| 32806 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32807 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', 'overloadRangeBonus', |
| 32808 | src.getModifiedItemAttr('subsystemBonusGallenteCore3'), skill='Gallente Core Systems', **kwargs) |
| 32809 | |
| 32810 | |
| 32811 | class Effect6938(BaseEffect): |
nothing calls this directly
no test coverage detected