ZoopOTheGoop / ffxiv-crafting-solver

A lot of abstract math done on reinforcement learning just to solve crafting in a video game
Other
0 stars 0 forks source link

Recipe base quantity calculation update #1

Closed ZoopOTheGoop closed 2 years ago

ZoopOTheGoop commented 2 years ago

RLVL seems to still exist, and correspond to a row in RecipeLevelTable.csv. The columns Progress/QualityModifier and Progress/QualityDivider are now used in a couple of places in the base calculation formulas. The Recipe needs to be modified with these values.

TODO: