(fit, implant, context, projectionRange, **kwargs)
| 41764 | |
| 41765 | @staticmethod |
| 41766 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 41767 | fit.modules.filteredItemBoost( |
| 41768 | lambda mod: mod.item.group.name == 'Data Miners', 'maxRange', |
| 41769 | implant.getModifiedItemAttr('shipBonusSoEECS1'), skill='Expedition Command Ships', **kwargs) |
| 41770 | |
| 41771 | |
| 41772 | class Effect12538(BaseEffect): |
nothing calls this directly
no test coverage detected