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

More Details in Zokor #175

Open
AardWolf opened this issue Jun 29, 2022 · 6 comments
Open

More Details in Zokor #175

AardWolf opened this issue Jun 29, 2022 · 6 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@AardWolf
Copy link
Contributor

function calcZokorHuntDetails(message, user, user_post, hunt) {

  1. Confirm the math for minotaur catches is right.
  2. tier 3 districts actually have pre-boss (a number of guards), boss available, then boss defeated. We're missing two of those.
@AardWolf AardWolf added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 29, 2022
@AardWolf
Copy link
Contributor Author

We need to see what's in user.quests.QuestAncientCity to see what's available. Ideally from someone who has just entered zokor.

@AardWolf
Copy link
Contributor Author

image

In zokor, after boss. The boss status and countdown elements look interesting

@AardWolf
Copy link
Contributor Author

The boss element has three values: "incoming", "active", "defeated". We could just submit the boss value as a hunt detail.

Question: Do we care much about the thief base. We could track which mode it's in for loot drop reasons. We may be excluding it from aggregation but we could include it if we know the mode is not heist mode (doubling loot).

@logicalup
Copy link
Contributor

I agree on two more boss stages

@AardWolf
Copy link
Contributor Author

I agree on two more boss stages

Right now in Zokor we have "district 80+" for the relevant stages. Are you suggesting we change these to something like "district 80+ - Guards", "district 80+ - Boss", "district 80+ Defeated"?

I was suggesting adding it as a hunt detail specifically and "eventually" adding the hd_zokor table that would move these details out of that table and into a more compact one.

@plasmoidia
Copy link
Contributor

Question: Do we care much about the thief base. We could track which mode it's in for loot drop reasons. We may be excluding it from aggregation but we could include it if we know the mode is not heist mode (doubling loot).

Thief Base loot is an extra journal entry, so does not affect aggregation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants