Skip to content

Commit 9fa7d1a

Browse files
[Innawood] Add more meadows (#82993)
1 parent 35b6c4e commit 9fa7d1a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[
2+
{
3+
"type": "overmap_special",
4+
"id": "meadow_mutable",
5+
"subtype": "mutable",
6+
"locations": [ "field_no_meadow" ],
7+
"occurrences": [ 10, 20 ],
8+
"//": "Place before all priority buildings and before meadows",
9+
"priority": 3,
10+
"flags": [ "WILDERNESS", "CLASSIC" ],
11+
"check_for_locations_area": [ { "type": [ "field_no_meadow" ], "from": [ 5, 5, 0 ], "to": [ -5, -5, 0 ] } ],
12+
"joins": [ "meadow_to_meadow" ],
13+
"overmaps": {
14+
"meadow_core": {
15+
"overmap": "meadow_core",
16+
"north": "meadow_to_meadow",
17+
"east": "meadow_to_meadow",
18+
"south": "meadow_to_meadow",
19+
"west": "meadow_to_meadow"
20+
},
21+
"meadow_end": { "overmap": "meadow_end_north", "north": "meadow_to_meadow" },
22+
"meadow_fill": {
23+
"overmap": "meadow_end_north",
24+
"north": { "id": "meadow_to_meadow", "type": "available" },
25+
"east": { "id": "meadow_to_meadow", "type": "available" },
26+
"west": { "id": "meadow_to_meadow", "type": "available" }
27+
}
28+
},
29+
"root": "meadow_core",
30+
"phases": [
31+
[
32+
{ "overmap": "meadow_core", "weight": 2600 },
33+
{ "overmap": "meadow_end", "weight": 50 },
34+
{ "overmap": "meadow_fill", "weight": 1000 }
35+
]
36+
]
37+
}
38+
]

0 commit comments

Comments
 (0)