Spaces:
Sleeping
Sleeping
File size: 1,759 Bytes
214f910 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | [
{
"id": "A_FAMILY_CRUISE",
"name": "Family River Cruise",
"node_id": "ZONE_FAMILY_N",
"thrill_level": 2,
"family_friendly": true,
"average_duration_minutes": 20,
"base_popularity": 7
},
{
"id": "A_SKY_CAROUSEL",
"name": "Sky Carousel",
"node_id": "ZONE_FAMILY_N",
"thrill_level": 1,
"family_friendly": true,
"average_duration_minutes": 10,
"base_popularity": 6
},
{
"id": "A_FALCON_COASTER",
"name": "Falcon Coaster",
"node_id": "ZONE_THRILL",
"thrill_level": 5,
"family_friendly": false,
"average_duration_minutes": 15,
"base_popularity": 10
},
{
"id": "A_DESERT_DROP",
"name": "Desert Drop",
"node_id": "ZONE_THRILL",
"thrill_level": 4,
"family_friendly": false,
"average_duration_minutes": 10,
"base_popularity": 8
},
{
"id": "A_OASIS_RAPIDS",
"name": "Oasis Rapids",
"node_id": "ZONE_WATER",
"thrill_level": 3,
"family_friendly": true,
"average_duration_minutes": 15,
"base_popularity": 9
},
{
"id": "A_WAVE_POOL",
"name": "Wave Lagoon",
"node_id": "ZONE_WATER",
"thrill_level": 2,
"family_friendly": true,
"average_duration_minutes": 30,
"base_popularity": 7
},
{
"id": "A_DINING_COURT",
"name": "Qiddiya Dining Court",
"node_id": "ZONE_DINING",
"thrill_level": 1,
"family_friendly": true,
"average_duration_minutes": 45,
"base_popularity": 5
},
{
"id": "A_SUNSET_PLAZA",
"name": "Sunset Plaza Show",
"node_id": "HUB",
"thrill_level": 1,
"family_friendly": true,
"average_duration_minutes": 30,
"base_popularity": 6
}
]
|