Skip to content

Commit

Permalink
chore(Granblue Fantasy): update assets (#9121)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Jan 7, 2025
1 parent 39c0a50 commit 005171e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion websites/G/Granblue Fantasy/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vi_VN": "Trò chơi đóng vai Nhật Bản"
},
"url": "game.granbluefantasy.jp",
"version": "1.5.0",
"version": "1.5.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/thumbnail.jpg",
"color": "#2F4F7A",
Expand Down
18 changes: 12 additions & 6 deletions websites/G/Granblue Fantasy/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ const ElementIcons = {
// Plain element isn't really a thing for characters, but it's here for the sake of completion
[Elements.Plain]:
"https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/logo.png",
[Elements.Fire]: "https://i.imgur.com/DuChp5q.png",
[Elements.Water]: "https://i.imgur.com/CZhHXHL.png",
[Elements.Earth]: "https://i.imgur.com/yqE3ZSA.png",
[Elements.Wind]: "https://i.imgur.com/K4LXuGv.png",
[Elements.Light]: "https://i.imgur.com/b59SHQU.png",
[Elements.Dark]: "https://i.imgur.com/dIegqcO.png",
[Elements.Fire]:
"https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/0.png",
[Elements.Water]:
"https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/1.png",
[Elements.Earth]:
"https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/2.png",
[Elements.Wind]:
"https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/3.png",
[Elements.Light]:
"https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/4.png",
[Elements.Dark]:
"https://cdn.rcd.gg/PreMiD/websites/G/Granblue%20Fantasy/assets/5.png",
},
ElementsNames = {
[Elements.Plain]: "Plain",
Expand Down

0 comments on commit 005171e

Please sign in to comment.