Skip to content

Commit

Permalink
chore(Honkai): Added character Aglaea (#307)
Browse files Browse the repository at this point in the history
chore(ZZZ): Added characters Harumasa, Astra and Evelyn (#307)

chore(Genshin): Updated character Citlali Info and added characters Mavuika and Lan Yan (#307)

chore(WuWa): Added character Lumi (#307)
  • Loading branch information
Pyrageis authored Dec 17, 2024
1 parent 166429c commit 3f40d5b
Show file tree
Hide file tree
Showing 14 changed files with 137 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 37 additions & 2 deletions src/GIMI-ModManager.WinUI/Assets/Games/Genshin/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1739,14 +1739,49 @@
"ReleaseDate": "2024-11-20T00:00:00",
"Image": "Character_Citlali_Thumb.png",
"Rarity": 5,
"Element": "",
"Class": "",
"Element": "Cryo",
"Class": "Catalyst",
"Region": [
"Natlan"
],
"ModFilesName": "Citlali",
"InGameSkins": [],
"InternalName": "Citlali",
"DisplayName": "Citlali"
},
{
"Keys": [
"Mavuika"
],
"ReleaseDate": "2024-11-20T00:00:00",
"Image": "Character_Mavuika_Thumb.png",
"Rarity": 5,
"Element": "Pyro",
"Class": "Claymore",
"Region": [
"Natlan"
],
"ModFilesName": "Mavuika",
"InGameSkins": [],
"InternalName": "Mavuika",
"DisplayName": "Mavuika"
},
{
"Keys": [
"Lan",
"Yan"
],
"ReleaseDate": "2024-11-20T00:00:00",
"Image": "Character_Lan_Yan_Thumb.png",
"Rarity": 4,
"Element": "Anemo",
"Class": "Catalyst",
"Region": [
"Liyue"
],
"ModFilesName": "LanYan",
"InGameSkins": [],
"InternalName": "Lan Yan",
"DisplayName": "Lan Yan"
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/GIMI-ModManager.WinUI/Assets/Games/Honkai/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1026,5 +1026,22 @@
"InGameSkins": [],
"InternalName": "The Herta",
"DisplayName": "The Herta"
},
{
"Keys": [
"Aglaea"
],
"ReleaseDate": "2025-01-15T00:00:00",
"Image": "aglaea.png",
"Rarity": 5,
"Element": "Lightning",
"Class": "Remembrance",
"Region": [
"Amphoreus"
],
"ModFilesName": "Aglaea",
"InGameSkins": [],
"InternalName": "Aglaea",
"DisplayName": "Aglaea"
}
]
4 changes: 4 additions & 0 deletions src/GIMI-ModManager.WinUI/Assets/Games/Honkai/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
{
"InternalName": "Cosmic",
"DisplayName": "Cosmic"
},
{
"InternalName": "Amphoreus",
"DisplayName": "Amphoreus"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
{
"InternalName": "Preservation",
"DisplayName": "Preservation"
},
{
"InternalName": "Remembrance",
"DisplayName": "Remembrance"
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/GIMI-ModManager.WinUI/Assets/Games/WuWa/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,22 @@
"InGameSkins": [],
"InternalName": "Camellya",
"DisplayName": "Camellya"
},
{
"Keys": [
"Lumi"
],
"ReleaseDate": "2024-12-25T00:00:00",
"Image": "Lumi.png",
"Rarity": 4,
"Element": "Electro",
"Class": "Broadblade",
"Region": [
"Huanglong"
],
"ModFilesName": "Lumi",
"InGameSkins": [],
"InternalName": "Lumi",
"DisplayName": "Lumi"
}
]
Binary file not shown.
Binary file not shown.
Binary file not shown.
54 changes: 54 additions & 0 deletions src/GIMI-ModManager.WinUI/Assets/Games/ZZZ/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,59 @@
"InGameSkins": [],
"InternalName": "Yanagi",
"DisplayName": "Yanagi"
},
{
"Keys": [
"Asaba",
"Harumasa"
],
"ReleaseDate": "2024-11-6T00:00:00",
"Image": "Harumasa.webp",
"Rarity": 5,
"Element": "Electric",
"Class": "Attack",
"Region": [
"Section6"
],
"ModFilesName": "Harumasa",
"InGameSkins": [],
"InternalName": "Harumasa",
"DisplayName": "Harumasa"
},
{
"Keys": [
"Astra",
"Yao"
],
"ReleaseDate": "2024-11-6T00:00:00",
"Image": "Astra.webp",
"Rarity": 5,
"Element": "Ether",
"Class": "Support",
"Region": [
"Lyra"
],
"ModFilesName": "Astra",
"InGameSkins": [],
"InternalName": "Astra",
"DisplayName": "Astra"
},
{
"Keys": [
"Evelyn",
"Chevalier"
],
"ReleaseDate": "2024-11-6T00:00:00",
"Image": "Evelyn.webp",
"Rarity": 5,
"Element": "Fire",
"Class": "Attack",
"Region": [
"Lyra"
],
"ModFilesName": "Evelyn",
"InGameSkins": [],
"InternalName": "Evelyn",
"DisplayName": "Evelyn "
}
]
4 changes: 4 additions & 0 deletions src/GIMI-ModManager.WinUI/Assets/Games/ZZZ/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
{
"InternalName": "Phaethon",
"DisplayName": "Phaethon"
},
{
"InternalName": "Lyra",
"DisplayName": "Stars of Lyra"
}
]

0 comments on commit 3f40d5b

Please sign in to comment.