diff --git a/types/JobAccessory.d.ts b/types/JobAccessory.d.ts new file mode 100644 index 00000000..1b0b3d8e --- /dev/null +++ b/types/JobAccessory.d.ts @@ -0,0 +1,11 @@ +interface JobAccessory { + id: string + granblue_id: string + job: Job + name: { + [key: string]: string + en: string + ja: string + } + rarity: number +} diff --git a/utils/jobsWithAccessories.tsx b/utils/jobsWithAccessories.tsx new file mode 100644 index 00000000..1ed3882e --- /dev/null +++ b/utils/jobsWithAccessories.tsx @@ -0,0 +1 @@ +export const ACCESSORY_JOB_IDS = ['683ffee8-4ea2-432d-bc30-4865020ac9f4']