Patch Notes
Genshin Artifact Appraiser (GAA in short, not to be confused with Golden Apple Archipelago) is a tool for rating and managing artifacts. Simply enter your UID to have the artifacts appraised. Upload a GOOD file to have your entire artifact inventory appraised. This will also find optimal artifacts for your characters and suggest artifacts to level. It is meant to have the sophistication of Genshin Optimizer but have the ease of use of Akasha System.
The current GAA version is 0.5.1, and we are in closed alpha. Characters/weapons/artifact sets up to Genshin Impact v5.6 is supported (the latest new characters are Escoffier and Ifa).
GAA versions follow semantic versioning. GAA formula syntax may change any time until we reach 1.0.0.
Known Bugs
- Rounding of artifact sub stats is poorly implemented in Genshin. GAA sometimes show a value that's slightly off.
- Writing
char.a4
crashes the formula compiler instead of warning of an unknown variable. - Writing
a = 2*a
crashes the formula compiler instead of warning of a cycle.
Planned features
These are features I'm considering working on next.
- Various new features for theorycrafting build formulas. See Formula Version 3 for more details.
- Artifact editor. Accessed through the inventory table in the appraisal page.
- Appraisal for artifacts not fully leveled.
- Support for 4-star artifacts: Generates appraisal for 4-stars, ability to put 4-stars into farming plans to allow 5-star/4-star mix, and 4-star set builds such as instructor.
- Calculating the potential of Sanctifying Elixir. I need a good dataset to look at to figure out how it works.
- Adjustment for the letter grading system to account for cases where one AV substat dominates (e.g. hyperbloom trigger build).
- One-click simplified appraisal for newbies. It will skip the build selection and level step and also show a lot fewer numbers in the appraisal page.
- Favonius weapon simulator for approximating energy generation. I already have a prototype in Python that I use.
- Build formula editor improvements: auto-save, auto-complete, and indentation handling.
- Localization (initially for Korean).
0.5.1
- Completely overhauled Nahida's "Off-field Spread" build formula.
- Implemented constellations on Mualani's "Vape DPS" build formula.
- Fixed a bug where the deployment script inserted a line change in weapon/artifact implement example pre elements.
- Fixed a bug where appraisal text can incorrectly capitalize "CV" as "cV" when it comes after a conjunction.
- Fixed an incorrect description on Mavuika's melt build formula.
- Adjusted phrasing for a few appraisal remarks.
0.5.0
This is the first version released to the wild. I'll soon be sharing the URL with just a few of my Genshin friends after doing some basic testing. All the essential features such as the Appraiser, the Theorycrafter, and help pages are functioning.