Open Garanas opened 6 months ago
The in-game ones used in unitviewdetail are correct because they simulate the firing cycle directly.
Then we have three places - during blueprint loading, in the unit view detail and the one in the wiki. We should standardize that 😄
There's also unit tooltips in the unit manager which use the ui/lobby/UnitsAnalyzer.lua
file, so we can look at moving some
blueprint analysis functions out of there into a shared/
file for use by all lua and a format easily transferable over to the wiki.
That sounds like a great idea. The shared folder in general should be loadable by the wiki generator.
The question is now: which one is right 🤠!