Combat
The combat script
Entering the Combat Script
There are a number of functions that are intended as entrypoints into the combat script, which ar...
Combat Events
Combat events are damage, healing and aura events that are reached via the entrypoints into the c...
Checks
There are a few checks that the combat script requires to function. is_criticalThis function che...
Value Application
The final part of the combat event sequence, before the logging, is the application of the final ...
Stat Modificiation
Stat modification occurs when a buff or debuff is applied to a target, and an array of stats is c...
Log Messages
All combat events are logged, to ensure that combat encounters can be analyzed. No in-game analys...