Skip to content

Commit 76052fa

Browse files
authored
Merge pull request #387 from the-hideout/achievement-image-link
Add achievement image links
2 parents 2b76f4d + 0e7db50 commit 76052fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema-static.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ type Achievement {
4343
Lowercase, standardized version of the rarity field used for consistent sorting and filtering (e.g., "common", "rare", "legendary").
4444
"""
4545
normalizedRarity: String
46+
"""
47+
URL to the achievement's image.
48+
"""
49+
imageLink: String
4650
}
4751
4852
type Ammo {

0 commit comments

Comments
 (0)