Skip to content

Commit

Permalink
chore: Introduce Penacony and its characters (Jorixon#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
EffortlessFury authored Mar 10, 2024
1 parent 0dea8df commit b59e3d9
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 0 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions src/GIMI-ModManager.WinUI/Assets/Games/Honkai/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -737,5 +737,59 @@
"InGameSkins": [],
"InternalName": "Xueyi",
"DisplayName": "Xueyi"
},
{
"Id": 40,
"Keys": [
"blackswan"
],
"ReleaseDate": "2020-12-23T00:00:00",
"Image": "blackswan.png",
"Rarity": 5,
"Element": "Wind",
"Class": "Nihility",
"Region": [
"Penacony"
],
"ModFilesName": "BlackSwan",
"InGameSkins": [],
"InternalName": "BlackSwan",
"DisplayName": "Black Swan"
},
{
"Id": 41,
"Keys": [
"sparkle"
],
"ReleaseDate": "2020-12-23T00:00:00",
"Image": "sparkle.png",
"Rarity": 5,
"Element": "Quantum",
"Class": "Harmony",
"Region": [
"Penacony"
],
"ModFilesName": "Sparkle",
"InGameSkins": [],
"InternalName": "Sparkle",
"DisplayName": "Sparkle"
},
{
"Id": 42,
"Keys": [
"misha"
],
"ReleaseDate": "2020-12-23T00:00:00",
"Image": "misha.png",
"Rarity": 4,
"Element": "Ice",
"Class": "Destruction",
"Region": [
"Penacony"
],
"ModFilesName": "Misha",
"InGameSkins": [],
"InternalName": "Misha",
"DisplayName": "Misha"
}
]
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 @@ -14,5 +14,9 @@
{
"InternalName": "The Xianzhou Luofu",
"DisplayName": "The Xianzhou Luofu"
},
{
"InternalName": "Penacony",
"DisplayName": "Penacony"
}
]
3 changes: 3 additions & 0 deletions src/GIMI-ModManager.WinUI/GIMI-ModManager.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
<Content Remove="Assets\Games\Honkai\Images\Characters\arlan.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\asta.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\bailu.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\blackswan.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\blade.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\bronya.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\Character_Others.png" />
Expand All @@ -398,6 +399,7 @@
<Content Remove="Assets\Games\Honkai\Images\Characters\luocha.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\lynx.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\march7.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\misha.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\natasha.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\pela.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\qingque.png" />
Expand All @@ -406,6 +408,7 @@
<Content Remove="Assets\Games\Honkai\Images\Characters\seele.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\serval.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\silverwolf.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\sparkle.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\sushang.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\tingyun.png" />
<Content Remove="Assets\Games\Honkai\Images\Characters\topaz.png" />
Expand Down

0 comments on commit b59e3d9

Please sign in to comment.