forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
homeless_camp_mutable.json
53 lines (53 loc) · 1.83 KB
/
homeless_camp_mutable.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
49
50
51
52
53
[
{
"type": "overmap_special",
"id": "homeless_camp_mutable",
"subtype": "mutable",
"locations": [ "forest" ],
"city_distance": [ 0, 24 ],
"city_sizes": [ 6, -1 ],
"occurrences": [ 0, 3 ],
"flags": [ "CLASSIC", "WILDERNESS", "MAN_MADE" ],
"check_for_locations": [
[ [ 0, 0, 0 ], [ "forest" ] ],
[ [ 1, 0, 0 ], [ "forest" ] ],
[ [ 0, 1, 0 ], [ "forest" ] ],
[ [ -1, 0, 0 ], [ "forest" ] ],
[ [ 0, -1, 0 ], [ "forest" ] ]
],
"joins": [ "camp_to_camp" ],
"overmaps": {
"camp_core": {
"overmap": "homelesscamp_north",
"north": "camp_to_camp",
"east": "camp_to_camp",
"south": "camp_to_camp",
"west": "camp_to_camp"
},
"camp_edge": {
"overmap": "homelesscamp_north",
"north": "camp_to_camp",
"east": { "id": "camp_to_camp", "type": "available" },
"south": { "id": "camp_to_camp", "type": "available" },
"west": { "id": "camp_to_camp", "type": "available" }
},
"camp_tee": { "overmap": "homelesscamp_north", "north": "camp_to_camp", "east": "camp_to_camp", "south": "camp_to_camp" },
"derelict": { "overmap": "derelict_property_north", "north": "camp_to_camp" },
"derelict_roof": { "overmap": "derelict_property_roof_north" },
"camp_corner": { "overmap": "homelesscamp_north", "north": "camp_to_camp", "east": "camp_to_camp" }
},
"root": "camp_core",
"phases": [
[ { "overmap": "camp_core", "max": 1 } ],
[
{ "overmap": "camp_edge", "weight": 120 },
{ "overmap": "camp_tee", "weight": 33 },
{
"chunk": [ { "overmap": "derelict", "pos": [ 0, 0, 0 ] }, { "overmap": "derelict_roof", "pos": [ 0, 0, 1 ] } ],
"weight": 20
},
{ "overmap": "camp_corner", "weight": 33 }
]
]
}
]