Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure which incubators use 2, 5 or 10km #3503

Closed
morrislaptop opened this issue Aug 10, 2016 · 4 comments
Closed

Configure which incubators use 2, 5 or 10km #3503

morrislaptop opened this issue Aug 10, 2016 · 4 comments

Comments

@morrislaptop
Copy link

As per #1997

I'm happy to buy incubators, but I only want to use them on the 10km ones. I don't get value for money from 2km eggs. It would be great to do something like:

Infinite: 2km, 5km
Breakable: 10km

It should always prefer using the infinite if available if config allows both types for a particular distance.

@bsjpark
Copy link

bsjpark commented Aug 11, 2016

I would love this feature. I have been thinking of this. All my incubators were wasted on 2km/5km...

@fari-99
Copy link

fari-99 commented Aug 11, 2016

well you can configure it in config using this

{
        "type": "IncubateEggs",
        "config": {
          "longer_eggs_first": true
        }
}

with that, the incubator always using for the longer egg to incubate.
but if you want some like this

{
        "type": "IncubateEggs",
        "config": {
             "infinite_incubator" : {2,5}, //infinite incubator for 2 and 5 km ball
             "incubator": {10}  //charged incubator only 10.
        }
}

i love to see that too.

@rickycc
Copy link

rickycc commented Aug 12, 2016

@fari-99 Would love to see the second script too. Used up all my incubator on 2 & 5 km eggs..

@fari-99
Copy link

fari-99 commented Aug 12, 2016

Maybe add someone in dev to recreate this task? Haha.

@k4n30 k4n30 changed the title [Feature] configure which incubators use 2, 5 or 10km Configure which incubators use 2, 5 or 10km Aug 16, 2016
@k4n30 k4n30 closed this as completed Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants