You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until now Mimir.Worker does not track CombatPoints and Crystal, CrystalPerPrice. This should be implemented.
Goals:
implement CombatPoints, Crystal and CrystalPerPrice Calculation in ProductStateHandler
provide Script to calculate and update the values for products in the database
Investigation information's so far:
Code for calculation in ProductStateHandler is commented out
CombatPoints calculation looks functional
Crystal and CrystalPerPrice calculation needs a mapping from Lib9c.Models.Items.Equipment to Nekoyume.Model.Item.Equipment but regardless, it seems functional
Are there other problems?
The text was updated successfully, but these errors were encountered:
The issue with the Crystal and CrystalPerPrice calculation lies in the mapping from Lib9c.Models.Items.Equipment to Nekoyume.Model.Item.Equipment. This was temporarily put on hold, but there are no other significant issues at the moment.
I did consider that using the .NET extension feature could simplify this process. For example:
Until now Mimir.Worker does not track CombatPoints and Crystal, CrystalPerPrice. This should be implemented.
Goals:
Investigation information's so far:
Are there other problems?
The text was updated successfully, but these errors were encountered: