Release v0.1.2 2026-07-11
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user