I'm working on a combat log parser from scratch, and I'm noticing that there's some critical data relevant to how damage is calculated missing from the log. Specifically, range to target and weapons energy level at the time the weapon fired. Is there any way we could get these added to the log's output?
0