-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
60 lines (60 loc) · 1.83 KB
/
Copy pathconfig.json
File metadata and controls
60 lines (60 loc) · 1.83 KB
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
{
"maps": [
{
"id": "coastline",
"name": "해안선",
"path": "/maps/coastline/",
"thumbnail": "https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/5GfAQ3pXCJnDqiqaDH3Zic/db1722cd699bb864ee8f7b0db951b0c3/r6-maps-coastline.jpg",
"initialView": {
"aoi": {
"x1": "50.9%",
"y1": "42.2%",
"x2": "74.9%",
"y2": "69.8%"
}
}
},
{
"id": "villa",
"name": "빌라",
"path": "/maps/villa/",
"thumbnail": "https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/Io6dxNeHbCbJoF9WLJf9s/ebf89b009affba37df84dcf1934c74e0/r6-maps-villa.jpg",
"initialView": {
"aoi": {
"x1": "51.2%",
"y1": "32.4%",
"x2": "73.7%",
"y2": "64.3%"
}
}
},
{
"id": "oregon",
"name": "오리건",
"path": "/maps/oregon/",
"thumbnail": "https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/Z9a0gU7iR0vfcbXtoJUOW/42ad6aabbd189fbcd74c497627f1624e/r6-maps-oregon.jpg",
"initialView": {
"aoi": {
"x1": "45.3%",
"y1": "41.7%",
"x2": "75.2%",
"y2": "71.7%"
}
}
},
{
"id": "clubhouse",
"name": "클럽하우스",
"path": "/maps/clubhouse/",
"thumbnail": "https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/1vCw5eD2XzxZlv6Au1gtui/06a84bacaacab62937dd6d4d8ae393c7/R6S_Maps_ClubHouse_EXT.jpg",
"initialView": {
"aoi": {
"x1": "52.6%",
"y1": "41.3%",
"x2": "78.5%",
"y2": "64.9%"
}
}
}
]
}