Skip to content

Commit

Permalink
Better JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokomi000 committed Jan 5, 2024
1 parent 459e94b commit 6d30c54
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Assets/Chempions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"0":{
[
{
"Name": "8-Bit",
"Icon": "8-Bit.png",
"Gender": "Bot",
Expand All @@ -8,7 +8,7 @@
"ReleaseYear": "2019",
"Family": "Arcade"
},
"1":{
{
"Name": "Amber",
"Icon": "Amber.png",
"Gender": "Female",
Expand All @@ -17,7 +17,7 @@
"ReleaseYear": "2020",
"Family": "Mexican Entertainers"
},
"2":{
{
"Name": "Ash",
"Icon": "Ash.png",
"Gender": "Bin",
Expand All @@ -26,7 +26,7 @@
"ReleaseYear": "2021",
"Family": "Fantasy"
},
"3":{
{
"Name": "Barley",
"Icon": "Barley.png",
"Gender": "Bot",
Expand All @@ -35,7 +35,7 @@
"ReleaseYear": "2017",
"Family": "Townsfolk"
},
"4":{
{
"Name": "Bea",
"Icon": "Bea.png",
"Gender": "Female",
Expand All @@ -44,7 +44,7 @@
"ReleaseYear": "2019",
"Family": "Biology Team"
},
"5":{
{
"Name": "Belle",
"Icon": "Belle.png",
"Gender": "Female",
Expand All @@ -53,7 +53,7 @@
"ReleaseYear": "2021",
"Family": "Goldarm Gang"
},
"6":{
{
"Name": "Bibi",
"Icon": "Bibi.png",
"Gender": "Female",
Expand All @@ -62,7 +62,7 @@
"ReleaseYear": "2019",
"Family": "Retropolis Gang"
},
"7":{
{
"Name": "Bo",
"Icon": "Bo.png",
"Gender": "Male",
Expand All @@ -71,7 +71,7 @@
"ReleaseYear": "2017",
"Family": "Shaman Tribe"
},
"8":{
{
"Name": "Bonnie",
"Icon": "Bonnie.png",
"Gender": "Female",
Expand All @@ -80,7 +80,7 @@
"ReleaseYear": "2022",
"Family": "Stunt Show"
},
"9":{
{
"Name": "Brock",
"Icon": "Brock.png",
"Gender": "Male",
Expand All @@ -89,7 +89,7 @@
"ReleaseYear": "2017",
"Family": "Arcade"
},
"10":{
{
"Name": "Bull",
"Icon": "Bull.png",
"Gender": "Male",
Expand All @@ -98,7 +98,7 @@
"ReleaseYear": "2017",
"Family": "Retropolis Gang"
},
"11":{
{
"Name": "Buster",
"Icon": "Buster.png",
"Gender": "Male",
Expand All @@ -107,7 +107,7 @@
"ReleaseYear": "2022",
"Family": "Starr Theatre"
},
"12":{
{
"Name": "Buzz",
"Icon": "Buzz.png",
"Gender": "Male",
Expand All @@ -116,7 +116,7 @@
"ReleaseYear": "2021",
"Family": "Velocirapids"
},
"13":{
{
"Name": "Byron",
"Icon": "Byron.png",
"Gender": "Male",
Expand All @@ -125,7 +125,7 @@
"ReleaseYear": "2020",
"Family": "Townsfolk"
},
"14":{
{
"Name": "Carl",
"Icon": "Carl.png",
"Gender": "Male",
Expand All @@ -134,7 +134,7 @@
"ReleaseYear": "2019",
"Family": "Gem Miners"
},
"15":{
{
"Name": "Charlie",
"Icon": "Charlie.png",
"Gender": "Female",
Expand All @@ -143,4 +143,4 @@
"ReleaseYear": "2023",
"Family": "Blzarre Circus"
}
}
]

0 comments on commit 6d30c54

Please sign in to comment.