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

Feat: Missing Upgrade Recipes #649

Merged

Conversation

RyanYappert
Copy link
Collaborator

Fills in almost all of the missing upgrade recipes, with a combination of nearby pattern matching and randomly generated slop.

The midgame recipes were the hardest, with IR 10-12 being very poorly attested in online resources and still in the early DDON era where many items had highly unique upgrade recipes. A pool of all materials used in attested recipes from IR 9-12 was collected, filtered for some obvious outliers (like the Rare X Crystals from EXMs), sorted by IR, and then used to generate recipes in rough order of increasing "difficulty".

For most items above IR 13, where the recipe was missing it was either attested online, was part of an obvious pattern (e.g. all head armors of a given tier use the exact same upgrade recipe), or was filled in by copying a nearby equivalent item (e.g. assuming that the greatsword and dagger recipes are roughly similar).

A few recipes still rely on Relief Coins, but these appear to be either unusual gacha/reward items or unique quest rewards.

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Checklist:

  • The project compiles
  • The PR targets develop branch

…nerated slop and predictions based on nearby patterns.
@RyanYappert RyanYappert merged commit 1c627ae into sebastian-heinz:develop Dec 6, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants