fix: correct repo schema, add BotW game, replace template mods
This commit is contained in:
43
games/breath-of-the-wild/game.json
Normal file
43
games/breath-of-the-wild/game.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "The Legend of Zelda: Breath of the Wild",
|
||||
"titleIds": ["00050000101C9300", "00050000101C9400", "00050000101C9500"],
|
||||
"icon": "https://cdn2.steamgriddb.com/icon_thumb/ed54e9a013d6bbc378503bdb4ca43c27.png",
|
||||
"mods": [
|
||||
{
|
||||
"id": "botw-amiibo-outfits",
|
||||
"name": "Zelda's Ballad Amiibo Outfits",
|
||||
"author": "Amiibolad, YamGaming",
|
||||
"version": "1.0.0",
|
||||
"type": "modpack",
|
||||
"releaseDate": "2021-07-18",
|
||||
"description": "All Amiibo armor sets redesigned to reflect Zelda's previous incarnations. Includes icons and physics. Outfits are mix-and-match compatible. Do not combine the full pack with separate downloads.",
|
||||
"tags": ["armor", "outfits", "amiibo"],
|
||||
"license": "Custom",
|
||||
"requirements": ["Zelda's Ballad"],
|
||||
"download": "https://placeholder.example.com/botw-amiibo-outfits.zip",
|
||||
"thumbnail": "https://raw.githubusercontent.com/timkicker/do-not-use/main/games/breath-of-the-wild/assets/amiibo-thumb.jpg",
|
||||
"screenshots": [
|
||||
"https://raw.githubusercontent.com/timkicker/do-not-use/main/games/breath-of-the-wild/assets/amiibo-screen1.jpg",
|
||||
"https://raw.githubusercontent.com/timkicker/do-not-use/main/games/breath-of-the-wild/assets/amiibo-screen2.jpg",
|
||||
"https://raw.githubusercontent.com/timkicker/do-not-use/main/games/breath-of-the-wild/assets/amiibo-screen3.jpg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "botw-mirror-shield",
|
||||
"name": "Mirror Shield",
|
||||
"author": "Lylari uPic, IssueLink",
|
||||
"version": "1.1.0",
|
||||
"type": "mod",
|
||||
"releaseDate": "2019-12-23",
|
||||
"description": "Standalone Mirror Shield implemented as a new actor with unique properties. Includes an alternate version with the crescent moon symbol from Ocarina of Time 1.0.",
|
||||
"tags": ["weapon", "shield", "model"],
|
||||
"license": "Custom",
|
||||
"download": "https://gamebanana.com/mods/download/49623#FileInfo_442793",
|
||||
"thumbnail": "https://raw.githubusercontent.com/timkicker/do-not-use/main/games/breath-of-the-wild/assets/mirror-shield-thumb.jpg",
|
||||
"screenshots": [
|
||||
"https://raw.githubusercontent.com/timkicker/do-not-use/main/games/breath-of-the-wild/assets/mirror-shield-screen1.jpg",
|
||||
"https://raw.githubusercontent.com/timkicker/do-not-use/main/games/breath-of-the-wild/assets/mirror-shield-screen2.jpg"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user