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

Add exploration weights and calculator #8

Open
lucas-deangelis opened this issue May 2, 2020 · 0 comments
Open

Add exploration weights and calculator #8

lucas-deangelis opened this issue May 2, 2020 · 0 comments

Comments

@lucas-deangelis
Copy link
Owner

Here are the calculations:

The four locations (City, Snowfield, Forest, Wasteland) each have a starting weight of 10. A pet's affinity increases the weight of its associated area by 20. For example:

No pet: 10/10/10/10 = 25%/25%/25%/25%

1 Dog: 10/30/10/10 = 16.7%/50%/16.7%/16.7%

2 Dogs: 10/50/10/10 = 12.5%/62.5%/12.5%/12.5%

3 Dogs: 10/70/10/10 = 10%/70%/10%/10%

1 Dog + 1 Cat: 30/30/10/10 = 37.5%/37.5%/12.5%/12.5%

1 Dog + 1 Cat + 1 Bird: 30/30/30/10 = 30%/30%/30%/10%

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