math-tasks/tasks/collecting-asteroids-1.json

55 lines
1.7 KiB
JSON

{
"id": "collecting-asteroids-1",
"title": "Собери Астероиды",
"description": "Match asteroids to cargo ships by weight sum — 3 pages with increasing difficulty",
"labels": {
"title": "Собери Астероиды",
"subtitle": "Загрузи трюмы кораблей!",
"footerBubble": "Итого загружено:"
},
"theme": {
"style": "space-asteroids",
"template": "space-base",
"asteroids": "assets/icons/pack3-asteroids/"
},
"layout": {
"type": "asteroid-matching",
"shipsPerPage": 3
},
"pages": [
{
"heroImage": "assets/hero-images/spaceship2.jpeg",
"footerImage": "assets/footers/planet3.jpeg",
"heroDirection": "row-reverse",
"overlapLevel": 30,
"ships": [
{ "capacity": 9, "asteroids": [3, 2, 4, 5] },
{ "capacity": 11, "asteroids": [5, 4, 2, 6] },
{ "capacity": 8, "asteroids": [1, 3, 4, 2] }
]
},
{
"heroImage": "assets/hero-images/spaceship5.jpeg",
"footerImage": "assets/footers/planet5.jpeg",
"heroDirection": "row",
"overlapLevel": 50,
"ships": [
{ "capacity": 10, "asteroids": [6, 1, 3, 4] },
{ "capacity": 12, "asteroids": [5, 4, 3, 6] },
{ "capacity": 14, "asteroids": [6, 5, 2, 1, 3] }
]
},
{
"heroImage": "assets/hero-images/spaceship7.jpeg",
"footerImage": "assets/footers/planet8.jpeg",
"heroDirection": "row-reverse",
"overlapLevel": 70,
"ships": [
{ "capacity": 13, "asteroids": [5, 4, 3, 1, 6] },
{ "capacity": 10, "asteroids": [4, 4, 2, 3] },
{ "capacity": 15, "asteroids": [6, 5, 3, 1, 4] }
]
}
]
}