spiderweb/cfg/continents.json

40 lines
706 B
JSON
Raw Permalink Normal View History

2020-10-17 04:36:07 +00:00
{
"continents": [
{
"id": "AF",
2023-01-01 22:03:51 +00:00
"cq": "22,33,34,35,36,37,38,39",
"description": "Africa"
2020-10-17 04:36:07 +00:00
},
{
"id": "AN",
2023-01-01 22:03:51 +00:00
"cq": "12",
"description": "Antarctica"
2020-10-17 04:36:07 +00:00
},
{
"id": "AS",
2023-01-01 22:03:51 +00:00
"cq": "17,18,19,20,21,22,23,24,25,26,27,28",
"description": "Asia"
2020-10-17 04:36:07 +00:00
},
{
"id": "EU",
2023-01-01 22:03:51 +00:00
"cq": "14,15,16,20,33,40",
"description": "Europe"
2020-10-17 04:36:07 +00:00
},
{
"id": "NA",
2023-01-01 22:03:51 +00:00
"cq": "1,2,3,4,5,6,7,8",
"description": "North America"
2020-10-17 04:36:07 +00:00
},
{
"id": "OC",
2023-01-01 22:03:51 +00:00
"cq": "40,27,28,29,30,31,32",
"description": "Oceania"
2020-10-17 04:36:07 +00:00
},
{
"id": "SA",
2023-01-01 22:03:51 +00:00
"cq": "9,10,11,12,13",
"description": "South America"
2020-10-17 04:36:07 +00:00
}
]
}