Release v0.1.7 2026-07-12
This commit is contained in:
@@ -75,8 +75,8 @@ export const MODE_COPY: Record<GameModeId, { eyebrow: string; title: string; des
|
||||
"rogue-trials": {
|
||||
eyebrow: "1–4 hunters · five-round PVE trial",
|
||||
title: "Rogue Trials",
|
||||
description: "Build through four randomized dual-boss rounds, then face three bosses together in a final trial.",
|
||||
detail: "Round 5 trio always uses bosses unseen during that run",
|
||||
description: "Build through four randomized dual-boss rounds, defeat an unseen trio, then leave with the clear or continue into endless combat.",
|
||||
detail: "Endless mode replaces every fallen boss and tracks your best kill count",
|
||||
status: "Playable now",
|
||||
},
|
||||
dungeons: {
|
||||
@@ -139,6 +139,7 @@ export function createHunterSave(slotId: SaveSlotId, now: string, hunterName: st
|
||||
healingDone: 0,
|
||||
bossKills: {},
|
||||
highestRoguelikeRound: 0,
|
||||
highestRogueTrialsEndlessKills: 0,
|
||||
},
|
||||
materials: [] as MaterialStack[],
|
||||
collectionLog: createEmptyCollectionLog(),
|
||||
|
||||
Reference in New Issue
Block a user