Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajout des données de la constitution XM2 #65

Merged
merged 4 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/app/constants/constitutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import X8 from '../../assets/constitutions/X8.json';
import XM from '../../assets/constitutions/XM.json';
import X9 from '../../assets/constitutions/X9.json';
import X10 from '../../assets/constitutions/X10.json';
import XM2 from '../../assets/constitutions/XM2.json';

export type DataConstitution = {
cstName: string;
Expand All @@ -39,5 +40,5 @@ export type DataConstitution = {

export const ALL_CONSTITUTIONS_DATA: DataConstitution[] = [
C1, C2, C3, C4, C5, C6, C7, C8, C9, C10,
X1, X2, X3, X4, X5, X6, X7, X8, XM, X9, X10
X1, X2, X3, X4, X5, X6, X7, X8, XM, X9, X10, XM2
]
2 changes: 1 addition & 1 deletion src/assets/constitutions/C1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "Me and the Boys",
"cstName": "Constitution I",
"date": "2019-09-05",
"winner": 36,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C10.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "L'Aventurier de Chine",
"cstName": "Constitution X",
"date": "2021-11-25",
"winner": 80,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "Fly Me To The Moon",
"cstName": "Constitution II",
"date": "2019-11-01",
"winner": 35,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "Rain of Sakamoto",
"cstName": "Constitution III",
"date": "2019-12-30",
"winner": 100,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C4.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "The Symphonic Adventure",
"cstName": "Constitution IV",
"date": "2020-02-21",
"winner": 50,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C5.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "Démon de minuit",
"cstName": "Constitution V",
"date": "2020-06-28",
"winner": 67,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "Soul of Cinder",
"cstName": "Constitution VI",
"date": "2020-07-27",
"winner": 98,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C7.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "Il Porco Rosso",
"cstName": "Constitution VII",
"date": "2020-10-31",
"winner": 67,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C8.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "Safe and Sound",
"cstName": "Constitution VIII",
"date": "2021-03-04",
"winner": 34,
"songs": [
Expand Down
2 changes: 1 addition & 1 deletion src/assets/constitutions/C9.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cstName": "The Curious Village",
"cstName": "Constitution IX",
"date": "2021-06-24T21:30:00.971Z",
"winner": 1,
"songs": [
Expand Down
3 changes: 2 additions & 1 deletion src/assets/constitutions/X10.json
Original file line number Diff line number Diff line change
Expand Up @@ -1750,9 +1750,10 @@
"platform": 0,
"addedDate": "2023-09-24T19:48:10.249Z",
"id": 122,
"album": "DARKSIDERS GENESIS Soundtrack OST",
"url": "https://www.youtube.com/watch?v=79w3MAVOeXs",
"user": "iImCc2DtcOSmUCEDkpZThfmTTko2",
"title": "DARKSIDERS GENESIS Soundtrack OST - 21 - Credits"
"title": "Credits"
}
]
}
Loading