(fit, src, context, projectionRange, **kwargs)
| 35098 | |
| 35099 | @staticmethod |
| 35100 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35101 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter', 'maxRange', src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 35102 | |
| 35103 | |
| 35104 | class Effect7168(BaseEffect): |
nothing calls this directly
no test coverage detected