Skip to content

Commit

Permalink
chore: Added Mydei and various WuWa characters (Jorixon#319)
Browse files Browse the repository at this point in the history
Added Mydei

WuWa
renamed Gauntlet to Gauntlets
Rinascita region
Carlotta
Roccia
Brant
Phoebe
Zani
  • Loading branch information
Pyrageis authored Jan 9, 2025
1 parent e12440d commit 8548692
Show file tree
Hide file tree
Showing 10 changed files with 113 additions and 7 deletions.
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 @@ -1060,5 +1060,22 @@
"InGameSkins": [],
"InternalName": "Tribbie",
"DisplayName": "Tribbie"
},
{
"Keys": [
"Mydei"
],
"ReleaseDate": "2025-01-15T00:00:00",
"Image": "mydei.png",
"Rarity": 5,
"Element": "Imaginary",
"Class": "Destruction",
"Region": [
"Amphoreus"
],
"ModFilesName": "Mydei",
"InGameSkins": [],
"InternalName": "Mydei",
"DisplayName": "Mydei"
}
]
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 90 additions & 5 deletions src/GIMI-ModManager.WinUI/Assets/Games/WuWa/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Image": "jianxin.png",
"Rarity": 5,
"Element": "Aero",
"Class": "Gauntlet",
"Class": "Gauntlets",
"Region": [
"Huanglong"
],
Expand Down Expand Up @@ -58,7 +58,7 @@
"Image": "lingyang.png",
"Rarity": 5,
"Element": "Glacio",
"Class": "Gauntlet",
"Class": "Gauntlets",
"Region": [
"Huanglong"
],
Expand Down Expand Up @@ -177,7 +177,7 @@
"Image": "yuanwu.png",
"Rarity": 4,
"Element": "Electro",
"Class": "Gauntlet",
"Class": "Gauntlets",
"Region": [
"Huanglong"
],
Expand Down Expand Up @@ -347,7 +347,7 @@
"Image": "Xiangliyao.png",
"Rarity": 5,
"Element": "Electro",
"Class": "Gauntlet",
"Class": "Gauntlets",
"Region": [
"Huanglong"
],
Expand Down Expand Up @@ -381,7 +381,7 @@
"Image": "Youhu.png",
"Rarity": 4,
"Element": "Glacio",
"Class": "Gauntlet",
"Class": "Gauntlets",
"Region": [
"Huanglong"
],
Expand Down Expand Up @@ -423,5 +423,90 @@
"InGameSkins": [],
"InternalName": "Lumi",
"DisplayName": "Lumi"
},
{
"Keys": [
"Carlotta"
],
"ReleaseDate": "2024-12-25T00:00:00",
"Image": "Carlotta.png",
"Rarity": 5,
"Element": "Glacio",
"Class": "Pistols",
"Region": [
"Rinascita"
],
"ModFilesName": "Carlotta",
"InGameSkins": [],
"InternalName": "Carlotta",
"DisplayName": "Carlotta"
},
{
"Keys": [
"Roccia"
],
"ReleaseDate": "2024-12-25T00:00:00",
"Image": "Roccia.png",
"Rarity": 5,
"Element": "Havoc",
"Class": "Gauntlets",
"Region": [
"Rinascita"
],
"ModFilesName": "Roccia",
"InGameSkins": [],
"InternalName": "Roccia",
"DisplayName": "Roccia"
},
{
"Keys": [
"Brant"
],
"ReleaseDate": "2024-12-25T00:00:00",
"Image": "Brant.png",
"Rarity": 5,
"Element": "Fusion",
"Class": "Sword",
"Region": [
"Rinascita"
],
"ModFilesName": "Brant",
"InGameSkins": [],
"InternalName": "Brant",
"DisplayName": "Brant"
},
{
"Keys": [
"Phoebe"
],
"ReleaseDate": "2024-12-25T00:00:00",
"Image": "Phoebe.png",
"Rarity": 5,
"Element": "Aero",
"Class": "Unknown",
"Region": [
"Rinascita"
],
"ModFilesName": "Phoebe",
"InGameSkins": [],
"InternalName": "Phoebe",
"DisplayName": "Phoebe"
},
{
"Keys": [
"Zani"
],
"ReleaseDate": "2024-12-25T00:00:00",
"Image": "Zani.png",
"Rarity": 5,
"Element": "Unknown",
"Class": "Unknown",
"Region": [
"Rinascita"
],
"ModFilesName": "Zani",
"InGameSkins": [],
"InternalName": "Zani",
"DisplayName": "Zani"
}
]
4 changes: 4 additions & 0 deletions src/GIMI-ModManager.WinUI/Assets/Games/WuWa/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
{
"InternalName": "BShores",
"DisplayName": "Black Shores"
},
{
"InternalName": "Rinascita",
"DisplayName": "Rinascita"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"DisplayName": "Rectifier"
},
{
"InternalName": "Gauntlet",
"DisplayName": "Gauntlet"
"InternalName": "Gauntlets",
"DisplayName": "Gauntlets"
},
{
"InternalName": "Sword",
Expand Down

0 comments on commit 8548692

Please sign in to comment.