updating buff and debuff icons. separated COA classes from WoW classes on the character creation screen

This commit is contained in:
phenom
2026-08-16 11:16:51 -04:00
parent b5c9bce1aa
commit c00f3211ea
39 changed files with 2037 additions and 208 deletions
+2 -2
View File
@@ -147,7 +147,7 @@ describe("RuneWaker dungeon creature animation coverage", () => {
}
}
}
}, 30_000);
}, 60_000);
it("ships every configured directly-convertible actor as native except documented pose/proxy cases", async () => {
const recipes = await Promise.all(
@@ -305,7 +305,7 @@ describe("RuneWaker dungeon creature animation coverage", () => {
poseOnly: 1,
proxy: 0,
});
}, 30_000);
}, 60_000);
it("packages every Pasper actor with a skin and original combat/locomotion clips", async () => {
const pasper = DUNGEON_DEFINITIONS.find((definition) => definition.id === "paspers-shrine");