Skip to content

Commit

Permalink
Changed Rarity to number from string
Browse files Browse the repository at this point in the history
Fixed ZhuYuan image filename

Added missing soldier image
  • Loading branch information
Jorixon committed Jul 10, 2024
1 parent e6c4010 commit 99c2726
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 22 additions & 22 deletions src/GIMI-ModManager.WinUI/Assets/Games/ZZZ/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Belle.webp",
"Rarity": "0",
"Rarity": 0,
"Element": "None",
"Class": "None",
"Region": [
Expand All @@ -22,7 +22,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Wise.webp",
"Rarity": "0",
"Rarity": 0,
"Element": "None",
"Class": "None",
"Region": [
Expand All @@ -40,7 +40,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Rina.webp",
"Rarity": "5",
"Rarity": 5,
"Element": "Electric",
"Class": "Support",
"Region": [
Expand All @@ -57,7 +57,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Ellen.webp",
"Rarity": "5",
"Rarity": 5,
"Element": "Ice",
"Class": "Attack",
"Region": [
Expand All @@ -74,7 +74,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Grace.webp",
"Rarity": "5",
"Rarity": 5,
"Element": "Electric",
"Class": "Anomoly",
"Region": [
Expand All @@ -91,7 +91,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Koleda.webp",
"Rarity": "5",
"Rarity": 5,
"Element": "Fire",
"Class": "Stun",
"Region": [
Expand All @@ -109,7 +109,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Nekomata.webp",
"Rarity": "5",
"Rarity": 5,
"Element": "Physical",
"Class": "Attack",
"Region": [
Expand All @@ -125,8 +125,8 @@
"soldier11"
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Soldier11.webp",
"Rarity": "5",
"Image": "Soldier11.png",
"Rarity": 5,
"Element": "Fire",
"Class": "Attack",
"Region": [
Expand All @@ -143,7 +143,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Lycaon.webp",
"Rarity": "5",
"Rarity": 5,
"Element": "Ice",
"Class": "Stun",
"Region": [
Expand All @@ -159,8 +159,8 @@
"zhuyuan"
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Zhu Yuan.webp",
"Rarity": "5",
"Image": "ZhuYuan.webp",
"Rarity": 5,
"Element": "Ether",
"Class": "Attack",
"Region": [
Expand All @@ -177,7 +177,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Anby.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Electric",
"Class": "Support",
"Region": [
Expand All @@ -194,7 +194,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Anton.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Electric",
"Class": "Attack",
"Region": [
Expand All @@ -211,7 +211,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Ben.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Fire",
"Class": "Defense",
"Region": [
Expand All @@ -228,7 +228,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Billy.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Physical",
"Class": "Attack",
"Region": [
Expand All @@ -245,7 +245,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Corin.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Physical",
"Class": "Attack",
"Region": [
Expand All @@ -263,7 +263,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Lucy.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Fire",
"Class": "Support",
"Region": [
Expand All @@ -280,7 +280,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Nicole.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Ether",
"Class": "Support",
"Region": [
Expand All @@ -297,7 +297,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Piper.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Physical",
"Class": "Anomoly",
"Region": [
Expand All @@ -314,7 +314,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Soukaku.webp",
"Rarity": "4",
"Rarity": 4,
"Element": "Ice",
"Class": "Support",
"Region": [
Expand All @@ -331,7 +331,7 @@
],
"ReleaseDate": "2024-07-4T00:10:00",
"Image": "Miyabi.webp",
"Rarity": "5",
"Rarity": 5,
"Element": "Ice",
"Class": "Attack",
"Region": [
Expand Down
1 change: 1 addition & 0 deletions src/GIMI-ModManager.WinUI/GIMI-ModManager.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@
<Content Remove="Assets\Games\ZZZ\characters.json" />
<Content Remove="Assets\Games\ZZZ\elements.json" />
<Content Remove="Assets\Games\ZZZ\game.json" />
<Content Remove="Assets\Games\ZZZ\Images\Characters\Soldier11.png" />
<Content Remove="Assets\Games\ZZZ\Images\Start_Game.png" />
<Content Remove="Assets\Games\ZZZ\npcs.json" />
<Content Remove="Assets\Games\ZZZ\objects.json" />
Expand Down

0 comments on commit 99c2726

Please sign in to comment.