| 1 |
[ |
| 2 |
{ |
| 3 |
"type": "difficulty", |
| 4 |
"name": "Easy", |
| 5 |
"slug": "easy", |
| 6 |
"description": "Suitable for beginners and all fitness levels. Minimal physical exertion required.", |
| 7 |
"level": 1, |
| 8 |
"color": "#4CAF50", |
| 9 |
"status": "publish" |
| 10 |
}, |
| 11 |
{ |
| 12 |
"type": "difficulty", |
| 13 |
"name": "Moderate", |
| 14 |
"slug": "moderate", |
| 15 |
"description": "Requires basic fitness level. Some physical activity involved.", |
| 16 |
"level": 2, |
| 17 |
"color": "#8BC34A", |
| 18 |
"status": "publish" |
| 19 |
}, |
| 20 |
{ |
| 21 |
"type": "difficulty", |
| 22 |
"name": "Challenging", |
| 23 |
"slug": "challenging", |
| 24 |
"description": "Requires good fitness and some experience. Moderate to high physical demands.", |
| 25 |
"level": 3, |
| 26 |
"color": "#FFC107", |
| 27 |
"status": "publish" |
| 28 |
}, |
| 29 |
{ |
| 30 |
"type": "difficulty", |
| 31 |
"name": "Difficult", |
| 32 |
"slug": "difficult", |
| 33 |
"description": "Requires very good fitness and experience. High physical demands.", |
| 34 |
"level": 4, |
| 35 |
"color": "#FF9800", |
| 36 |
"status": "publish" |
| 37 |
}, |
| 38 |
{ |
| 39 |
"type": "difficulty", |
| 40 |
"name": "Extreme", |
| 41 |
"slug": "extreme", |
| 42 |
"description": "For experienced adventurers only. Very high physical and mental demands.", |
| 43 |
"level": 5, |
| 44 |
"color": "#F44336", |
| 45 |
"status": "publish" |
| 46 |
}, |
| 47 |
{ |
| 48 |
"type": "difficulty", |
| 49 |
"name": "Expert", |
| 50 |
"slug": "expert", |
| 51 |
"description": "Professional level expeditions. Requires extensive experience and training.", |
| 52 |
"level": 6, |
| 53 |
"color": "#9C27B0", |
| 54 |
"status": "publish" |
| 55 |
} |
| 56 |
] |
| 57 |
|