(fit, implant, context, projectionRange, **kwargs)
| 11407 | |
| 11408 | @staticmethod |
| 11409 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 11410 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Gas Cloud Scoops', |
| 11411 | 'maxRange', implant.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 11412 | |
| 11413 | |
| 11414 | class Effect3672(BaseEffect): |
nothing calls this directly
no test coverage detected