Register hooks that enhance the Foundry combat tracker (the Combat document's application):
Combat
The per-combatant config-sheet fields live in combatant-config-hooks.ts; lifecycle (combatStart/turn/round) dispatch lives in SohlHookBridge.
combatant-config-hooks.ts
SohlHookBridge
Uses DOM-injection / context hooks rather than overriding Foundry classes so the system keeps working across Foundry version updates.
Register hooks that enhance the Foundry combat tracker (the
Combatdocument's application):The per-combatant config-sheet fields live in
combatant-config-hooks.ts; lifecycle (combatStart/turn/round) dispatch lives inSohlHookBridge.Uses DOM-injection / context hooks rather than overriding Foundry classes so the system keeps working across Foundry version updates.