Tags: timhul/ClassicSim
Tags
Data-drive template characters instead of hardcode. These characters are defined in Raid/template_characters.json. This file has a similar format as the saves file, with some extensions. The attribute "setup" for each JSON object (template character) is the same format as found in the saves file. On top of this "setup" attribute are minor GUI attributes "title", "class", "color".
Fix Druid forms not castable as <pre_combat> actions. The cast previously was cancelled because it was on form cooldown. This was because the engine timestamp was negative (due to being pre-combat). By setting the initial form cooldown timestamp to a value that is expected to be less than the pre-combat action timestamp the cast succeeds.
PreviousNext