Release v0.1.2 2026-07-11

This commit is contained in:
Warren H
2026-07-11 00:12:57 -04:00
parent 6726c600e4
commit 076f6cf97c
16 changed files with 556 additions and 21 deletions
+3
View File
@@ -28,7 +28,10 @@ describe("full-mechanics dual-boss battle simulations", () => {
const combinations: readonly (readonly [BossId, BossId])[] = [
["bulldrome", "vexa"],
["bulldrome", "cindermaw"],
["bulldrome", "ember-mantis-duelist"],
["vexa", "cindermaw"],
["vexa", "ember-mantis-duelist"],
["cindermaw", "ember-mantis-duelist"],
];
it.each(combinations)("party rotations defeat %s + %s", (first, second) => {