-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcs_start_locations.json
48 lines (48 loc) · 1.32 KB
/
cs_start_locations.json
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
[
{
"type": "start_location",
"id": "sloc_fema_entrance",
"name": "FEMA camp (entrance)",
"terrain": [ "fema_entrance" ]
},
{
"type": "start_location",
"id": "sloc_fema",
"name": "FEMA camp",
"terrain": [ "fema" ]
},
{
"type": "start_location",
"id": "sloc_mansion_entrance",
"name": "Mansion Entrance",
"terrain": [ { "om_terrain": "mansion_e", "om_terrain_match_type": "CONTAINS" } ]
},
{
"type": "start_location",
"id": "sloc_mansion",
"name": "Mansion",
"terrain": [
{ "om_terrain": "mansion_c", "om_terrain_match_type": "CONTAINS" },
{ "om_terrain": "mansion_t", "om_terrain_match_type": "CONTAINS" },
{ "om_terrain": "mansion_+", "om_terrain_match_type": "CONTAINS" }
]
},
{
"type": "start_location",
"id": "sloc_gas_station",
"name": "Gas Station",
"terrain": [ "s_gas", "s_gas_1", "garage_gas_1", "garage_gas_2", "garage_gas_3" ]
},
{
"type": "start_location",
"id": "sloc_electronics_store",
"name": "Electronics Store",
"terrain": [ "s_electronics", "s_electronics_1" ]
},
{
"type": "start_location",
"id": "sloc_clothes_store",
"name": "Clothing Store",
"terrain": [ "s_clothes", "s_clothes_1", "s_clothes_2", "s_clothes_3", "s_clothes_4", "s_clothes_5", "s_clothes_6" ]
}
]