Files
do-not-use/games/mario-kart-8/game.json
Tim Jochen Kicker 3783abaa3d Update dummy data
2026-02-21 16:27:57 +01:00

72 lines
2.6 KiB
JSON

{
"name": "Mario Kart 8",
"cover": "assets/cover.png",
"title_ids": [
"000500001010EB00",
"000500001010EC00",
"000500001010ED00"
],
"mods": [
{
"id": "dummydum-mod",
"name": "dummy mod for testing",
"type": "mod",
"version": "1.0.0",
"author": "ExampleUser",
"description": "Yeaaah this does some pretty crazy stuff yeaa",
"thumbnail": "https://picsum.photos/seed/mk8mod1/400/225",
"screenshots": [
"https://picsum.photos/seed/mk8mod1a/800/450",
"https://picsum.photos/seed/mk8mod1b/800/450"
],
"download": "https://github.com/timkicker/modmanager-repo-template/releases/download/dummy-testing/dummy-mod-mk8.zip"
},
{
"id": "custom-music-pack",
"name": "Custom Music Pack",
"type": "mod",
"version": "2.1.0",
"author": "MusicModder",
"description": "Replaces all in-game music with custom tracks. Over 40 songs included.",
"thumbnail": "https://picsum.photos/seed/mk8music/400/225",
"screenshots": [
"https://picsum.photos/seed/mk8musica/800/450",
"https://picsum.photos/seed/mk8musicb/800/450"
],
"download": "https://github.com/timkicker/modmanager-repo-template/releases/download/dummy-testing/dummy-mod-mk8.zip"
},
{
"id": "retro-track-pack",
"name": "Retro Track Textures",
"type": "mod",
"version": "1.3.2",
"author": "RetroFan",
"description": "Gives all retro cups a classic low-poly aesthetic inspired by older Mario Kart titles.",
"thumbnail": "https://picsum.photos/seed/mk8retro/400/225",
"screenshots": [
"https://picsum.photos/seed/mk8retroa/800/450",
"https://picsum.photos/seed/mk8retrob/800/450",
"https://picsum.photos/seed/mk8retroc/800/450"
],
"download": "https://github.com/timkicker/modmanager-repo-template/releases/download/dummy-testing/dummy-mod-mk8.zip"
},
{
"id": "ultimate-bundle",
"name": "Ultimate MK8 Bundle",
"type": "modpack",
"version": "1.0.0",
"author": "ExampleUser",
"description": "A curated bundle combining the Custom Music Pack and Retro Track Textures into one install.",
"thumbnail": "https://picsum.photos/seed/mk8bundle/400/225",
"screenshots": [
"https://picsum.photos/seed/mk8bundlea/800/450"
],
"includes": [
"custom-music-pack",
"retro-track-pack"
],
"download": "https://github.com/timkicker/modmanager-repo-template/releases/download/dummy-testing/dummy-mod-mk8.zip"
}
]
}