diff --git a/dat-schema/2_00_The_Awakening.gql b/dat-schema/2_00_The_Awakening.gql index 562e9e4..15d9df7 100644 --- a/dat-schema/2_00_The_Awakening.gql +++ b/dat-schema/2_00_The_Awakening.gql @@ -1,6 +1,16 @@ type DivinationCardArt @tags(list: ["item:def"]) { - BaseItemTypesKey: BaseItemTypes - VirtualFile: string - Influences: [InfluenceTypes] - _: string + BaseItemTypesKey: BaseItemTypes @unique + ArtFile: string # Virtual path + Effects: [CardAnimatedEffects] + MaskFile: string +} + +enum CardAnimatedEffects @indexing(first: 0) { + SHAPER + ELDER + CRUSADER + EYRIE + BASILISK + ADJUDICATOR + ZANA }