mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-09-01 14:03:59 -05:00
Moved Catalog, Eula, Game news, ... to JSON Folder.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
30
src/json/eula.json
Normal file
30
src/json/eula.json
Normal 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"
|
||||
]
|
||||
}
|
||||
35
src/json/placeholders/gamenews.json
Normal file
35
src/json/placeholders/gamenews.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
80
src/json/placeholders/leaderboard.json
Normal file
80
src/json/placeholders/leaderboard.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
22
src/json/placeholders/messages.json
Normal file
22
src/json/placeholders/messages.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user