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

AT wanting health whenever it can't survive 8 snimp hits in a row is too imprecise #173

Open
Patashu opened this issue Jun 25, 2018 · 0 comments

Comments

@Patashu
Copy link

Patashu commented Jun 25, 2018

This is yet another thing that makes AT really slow in early game.

maps.js:

MODULES["maps"].numHitsSurvived = 8;    //survive X hits in D stance or not enough Health.

It should in some way be related to how fast combat is happening (agility + hyperspeed) vs how long the breed timer is. If you can survive hits until the next trimps group is ready to be sent out, you have enough health. If you don't, farm more. (Could be soft-capped at 8 so that it never tried to farm for health harder than it used to, in case any more than 8 is too slow to get in maps.) (I guess the other assumptions made are that: A snimp is going to survive for 8 hits, and farming for enough health to survive 8 snimp hits saves time compared to just continuing in the world.)

Alternatively, exposing it as a setting would be ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant