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
+2 -1
View File
@@ -10,7 +10,8 @@ describe("game mode configuration", () => {
it("selects a boss across the full encounter pool", () => {
expect(selectRandomBoss(() => 0)).toBe("bulldrome");
expect(selectRandomBoss(() => 0.34)).toBe("vexa");
expect(selectRandomBoss(() => 0.99)).toBe("cindermaw");
expect(selectRandomBoss(() => 0.7)).toBe("cindermaw");
expect(selectRandomBoss(() => 0.99)).toBe("ember-mantis-duelist");
});
it("selects two distinct bosses for PVE", () => {