sokko-g/website/public/data/games.json
Shinuwa d359fd0a35
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
design refacto
2026-07-22 16:07:10 +02:00

40 lines
1.1 KiB
JSON

{
"games": [
{
"id": "mhwilds",
"title": "Monster Hunter Wilds",
"eyebrow": "Guide de jeu",
"images": {
"cardCover": "/static/img/games/mhwilds/card-cover.png",
"heroBg": "/static/img/games/mhwilds/hero-bg.png"
},
"summary": "Repères rapides pour préparer une chasse, suivre les priorités et garder les infos utiles sur un second écran.",
"sections": [
{
"title": "Préparation",
"items": [
"Choisir un repas adapté",
"Vérifier les pièges et consommables",
"Préparer un set anti-statuts"
]
},
{
"title": "Pendant la chasse",
"items": [
"Marquer les parties cassables",
"Noter les timings de rage",
"Garder un oeil sur les objectifs secondaires"
]
},
{
"title": "Après mission",
"items": [
"Capturer les drops rares",
"Mettre à jour les crafts suivis",
"Archiver les screenshots importants"
]
}
]
}
]
}