zenno/career/ismdata: start of auto career analysis
This commit is contained in:
@@ -47,7 +47,6 @@ export interface SupportCard {
|
||||
Effect[],
|
||||
Effect[],
|
||||
Effect[],
|
||||
Effect[],
|
||||
];
|
||||
/**
|
||||
* Unique effect, for cards that have them.
|
||||
@@ -210,3 +209,18 @@ export interface Hint {
|
||||
wit?: number;
|
||||
sp?: number;
|
||||
}
|
||||
|
||||
export async function supports(): Promise<SupportCard[]> {
|
||||
const resp = await fetch('/api/global/support');
|
||||
return resp.json();
|
||||
}
|
||||
|
||||
export const SPECIALTY_ICON = {
|
||||
Speed: 0,
|
||||
Stamina: 1,
|
||||
Power: 2,
|
||||
Guts: 3,
|
||||
Wit: 4,
|
||||
Pal: 5,
|
||||
Group: 6,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user