Release v0.1.4 2026-07-12

This commit is contained in:
Warren H
2026-07-12 13:49:46 -04:00
parent b48b3a4f8f
commit bef71d391a
803 changed files with 3800 additions and 358322 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useGameStore } from "./store";
describe("runtime performance budgets", () => {
it("keeps ten minutes of dual-boss simulation bounded", () => {
const store = useGameStore.getState();
store.configureHealer("priest", "Perf", [], ["cinderback-ricochet", "sandglass-scorpion"]);
store.configureHealer("priest", "Perf", [], ["emberfox", "sandglass-scorpion"]);
store.startEncounter();
useGameStore.setState((state) => ({
boss: { ...state.boss, hp: 1_000_000_000, maxHp: 1_000_000_000 },