Flandia Yingman
Flandia Yingman
@GalvinGao How about names of events and episodes? It's convenient to search for the drop rates of a particular event.
Yeah @KumoSiunaus and I both had implemented the depot recognizer separately. This might be implemented in the v4 frontend! :D
A simpler example. Import this and click calculate: ``` {"@type":"@penguin-statistics/planner/config","items":[{"id":"30115","need":1},{"id":"30084","need":2},{"id":"31033","have":1}],"options":{"byProduct":false,"requireExp":false,"requireLmb":false},"excludes":[]} ``` And the result shows that we have to synthesize a `31034` Crystalline Circuit 晶体电路, but we don't need it...
The problem seems not relate to the formulas. And I can't understand how ArkPlanner work. Giving up
@whzzt Can we compute the equivalent sanity cost from the synthesize LMB cost? Adding it to the synthesize cost shall do the trick.
It should be reversed - convert user-input time from UTC+8 to GMT, not the other way around, because user is at UTC+8 and server is at GMT
@duansheli @Shomnipotence @huanghaobaobao @LE7ELS @jiayiming @hustcer 临时解决方案:https://github.com/M2Team/NanaZip/issues/25#issuecomment-1619291817
There is a switch that can control charset for console output. ``` -scc{UTF-8|WIN|DOS} : set charset for for console input/output ``` My terminal uses UTF-8 as its charset, so adding...