updating buff and debuff icons. separated COA classes from WoW classes on the character creation screen
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user