Skip to content

Commit

Permalink
feat(Granblue Fantasy): add raid details & query only necessary data (#…
Browse files Browse the repository at this point in the history
…9094)

* feat(Granblue Fantasy): add raid details & query only necessary data

* chore(Granblue Fantasy): bump version

* refactor: use pid for image

* fix: get percentage of hp

* feat: add arcarum & shop details
  • Loading branch information
kyrie25 authored Jan 7, 2025
1 parent a120e4d commit 4ebf39a
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 65 deletions.
24 changes: 21 additions & 3 deletions 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.4.13",
"version": "1.5.0",
"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 All @@ -43,10 +43,28 @@
"Detailed"
]
},
{
"id": "turn",
"title": "Show turn counter",
"icon": "fad fa-redo",
"value": false
},
{
"id": "djeeta",
"title": "Show main charater",
"icon": "fas fa-user",
"title": "Show MC portrait/element",
"icon": "fas fa-image",
"value": false
},
{
"id": "profile",
"title": "Show profile detaiils",
"icon": "fad fa-user",
"value": false
},
{
"id": "button",
"title": "Show profile button",
"icon": "fad fa-link",
"value": false
}
]
Expand Down
Loading

0 comments on commit 4ebf39a

Please sign in to comment.