Release Healer Man 0.1.6
This commit is contained in:
@@ -4,6 +4,7 @@ import { CLASSES, type CoaClassId } from "../src/app/characterCatalog";
|
||||
import {
|
||||
COA_ABILITIES_BY_CLASS,
|
||||
COA_CLASS_RESOURCES,
|
||||
COA_TRIGGERED_ABILITIES_BY_SPELL_ID,
|
||||
} from "../src/game/coaAbilityCatalog";
|
||||
import {
|
||||
COA_LIVE_SOURCE,
|
||||
@@ -25,6 +26,7 @@ writeJson("src/game/generated/coaAbilityRuntimeCatalog.json", {
|
||||
schemaVersion: 1,
|
||||
abilitiesByClass: COA_ABILITIES_BY_CLASS,
|
||||
resourcesByClass: COA_CLASS_RESOURCES,
|
||||
triggeredAbilitiesBySpellId: COA_TRIGGERED_ABILITIES_BY_SPELL_ID,
|
||||
});
|
||||
|
||||
const coaBudgetsByClass = Object.fromEntries(CLASSES
|
||||
|
||||
Reference in New Issue
Block a user