Moved Catalog, Eula, Game news, ... to JSON Folder.

This commit is contained in:
ZKWolf
2023-07-01 22:07:20 +02:00
parent e42f827d0f
commit be1b1e73e4
9 changed files with 2453 additions and 77 deletions

File diff suppressed because it is too large Load Diff

30
src/json/eula.json Normal file
View File

@@ -0,0 +1,30 @@
{
"id":"eula",
"language":[
"de",
"en",
"es",
"es-MX",
"fr",
"it",
"ja",
"ko",
"nl",
"pl",
"pt-BR",
"ru",
"sv",
"th",
"tr",
"zh-Hans",
"zh-Hant"
],
"platform":[
"steam",
"xbox",
"xsx",
"switch",
"grdk",
"stadia"
]
}

View File

@@ -0,0 +1,35 @@
{
"data":[
{
"Id":"1",
"MessageType":"Daily",
"IsOneTimeGameNews":false,
"ShouldQuitTheGame":false,
"OnlyForPlayersThatCompletedAtLeastOneMatch":false,
"RedirectMode":"None",
"EmbeddedBackgroundImage":"game/UI/ImageAssets/NewsAssets/GeneralAnnouncement_Large",
"EmbeddedInGameNewsBackgroundImage":"game/UI/ImageAssets/NewsAssets/ClosedAlphaWelcomeBanner",
"EmbeddedInGameNewsThumbnailImage":"game/UI/ImageAssets/NewsAssets/CrossPromo",
"FromDate":1655511433,
"ToDate":1718669833,
"Translations":[
{
"Language":"EN",
"Body":"Test EN"
},
{
"Language":"FR",
"Body":"Test Fr"
},
{
"Language":"IT",
"Body":"Test IT"
},
{
"Language":"ES",
"Body":"Test Es"
}
]
}
]
}

View File

@@ -0,0 +1,80 @@
{
"TopScores":{
"Scores":[
{
"playerID":"a-1-b-2",
"PlayerName":"Hans",
"Rank":1,
"Score":10,
"Percentile":1
},
{
"playerID":"a-2-b-2",
"PlayerName":"Peter",
"Rank":2,
"Score":9,
"Percentile":2
},
{
"playerID":"a-3-b-3",
"PlayerName":"Lukas",
"Rank":3,
"Score":8,
"Percentile":3
},
{
"playerID":"a-4-b-4",
"PlayerName":"Jonas",
"Rank":4,
"Score":7,
"Percentile":4
},
{
"playerID":"a-5-b-5",
"PlayerName":"Mark",
"Rank":5,
"Score":6,
"Percentile":5
}
]
},
"PlayerScores":{
"Scores":[
{
"playerID":"a-1-b-2",
"PlayerName":"Hans",
"Rank":1,
"Score":10,
"Percentile":1
},
{
"playerID":"a-2-b-2",
"PlayerName":"Peter",
"Rank":2,
"Score":9,
"Percentile":2
},
{
"playerID":"a-3-b-3",
"PlayerName":"Lukas",
"Rank":3,
"Score":8,
"Percentile":3
},
{
"playerID":"a-4-b-4",
"PlayerName":"Jonas",
"Rank":4,
"Score":7,
"Percentile":4
},
{
"playerID":"a-5-b-5",
"PlayerName":"Mark",
"Rank":5,
"Score":6,
"Percentile":5
}
]
}
}

View File

@@ -0,0 +1,22 @@
{
"Messages":[
{
"Received":1687192383,
"Flag":"Reliable",
"Message":{
"Title":"Message from the Rebirth Team.",
"Body":"Welcome to Project Deathgarden Rebirth! The goal of this Project is to rebuild the Deathgarden API. For more Info visit our Github Repo!",
"Claimable":[
{
}
]
},
"Tag":"Direct",
"ExpireAt":1787192383,
"Origin":"Warning",
"RecipientId":"6969696969696969"
}
],
"NetPage":"None"
}