Daniel Upstone

Results 45 comments of Daniel Upstone

There's been a hotfix to fix (most of) the issues I highlighted in the data. I've updated the original post with the changes.

Verified and corrected, thanks - my logs clearly didn't encounter a case where it made a difference. Also taking another look at my logs for spell 46, I have none...

Made a minor correction to the code, because it wasn't setting the `missionName`.

Yeah, I've also been parsing them to JSON and adding the 2 missing fields that the visualiser expects. Unfortunately I can't provide the code I use for comparing a sim...

This simmed correctly in my version, and I couldn't find anything obvious in the log that would make it not sim correctly. 🤷‍♂️ Are you up to date with https://github.com/Divergentcurl/VenturePlanSoDMissions/tree/cumulative-fixes?

My bad, see https://github.com/hythloday/VenturePlanSoDMissions/issues/69#issuecomment-1049092271.

Frenzied Razorwing has a role of `5` (Ranged (Physical)), so VP sets the auto-attack `spellID` to `15`, but it should be `11`. You need a new entry in `overrideAA` for...

I did a comparison of this against my own values, and found the following (marked as verified if I've tested for the correct values): - 107 is wrong and using...

> @zealvurte > where can I find the mission with spell 9?may be the first or second mission when I open command center? It can appear in the following missions:...

For both those spells the points value in (game) data is ignored by the type, and it just uses the `attack` value of the unit. VP implements that as 100%...