Release v0.70.0
Release Notes:
- Core rules-engine refactor — DCC logic now runs through the shared @moonloch/dcc-core-lib via a thin Foundry adapter. Ability/save/skill checks, initiative, spell checks, and weapon attacks all dispatch through the library. Behaviour-neutral for players. (Tim L. White)
- Extension / class-registration API for content modules — classMixins, classDefaults, sheetParts, and variants; validated by migrating the MCC and Crawl class modules onto it. (Tim L. White)
- Optional Ability Score Change Log — new world setting (off by default) that tracks ability-score changes with per-type recovery rules and one-click heal. No behaviour change unless enabled. (Tim L. White)
- Internal cleanup — legacy roll paths retired; large modules (config / item / actor-sheet / actor / dcc) decomposed into focused components. (Tim L. White)