|
64 | 64 | "shared": { "size": [ 4, 4 ] }, |
65 | 65 | "phases": [ |
66 | 66 | [ |
67 | | - { "overmap": "lab", "scale": "size", "max": { "poisson": 3 } }, |
| 67 | + { "overmap": "lab", "scale": "size", "max": { "poisson": 4 } }, |
68 | 68 | { |
69 | 69 | "name": "stairs_and_core", |
70 | 70 | "chunk": [ { "overmap": "lab_stairs", "pos": [ 0, 0, 0 ] }, { "overmap": "lab_core", "pos": [ 0, 0, -1 ] } ], |
71 | 71 | "z": "bottom", |
72 | 72 | "scale": "size", |
73 | | - "max": { "poisson": 2 } |
| 73 | + "max": { "poisson": 4 } |
74 | 74 | } |
75 | 75 | ], |
76 | 76 | [ |
|
84 | 84 | "max": { "chance": 0.2 } |
85 | 85 | } |
86 | 86 | ], |
87 | | - [ { "overmap": "lab_train_depot", "z": -2, "scale": "size", "max": { "chance": 0.15 } } ], |
88 | | - [ { "overmap": "lab_train_depot", "z": -4, "scale": "size", "max": { "chance": 0.05 } } ], |
89 | | - [ { "overmap": "lab", "z": "bottom", "scale": "size", "max": { "poisson": 1 } } ], |
| 87 | + [ { "overmap": "lab_train_depot", "z": -2, "scale": "size", "max": { "chance": 1 } } ], |
| 88 | + [ { "overmap": "lab_train_depot", "z": -4, "scale": "size", "max": { "chance": 1 } } ], |
| 89 | + [ { "overmap": "lab", "z": "bottom", "scale": "size", "max": { "poisson": 2 } } ], |
90 | 90 | [ { "overmap": "lab_finale", "z": "bottom", "max": 1 } ] |
91 | 91 | ] |
92 | 92 | }, |
|
96 | 96 | "subtype": "mutable", |
97 | 97 | "locations": [ "subterranean_empty" ], |
98 | 98 | "city_distance": [ 10, -1 ], |
99 | | - "occurrences": [ 1, 2 ], |
| 99 | + "occurrences": [ 50, 100 ], |
100 | 100 | "flags": [ "LAB", "UNIQUE" ], |
101 | 101 | "connections": [ { "point": [ 0, -1, 0 ], "connection": "local_road" } ], |
102 | 102 | "check_for_locations": [ |
|
166 | 166 | "phases": [ |
167 | 167 | [ { "overmap": "ice_lab_core", "max": 1 } ], |
168 | 168 | [ |
169 | | - { "overmap": "ice_lab", "scale": "size", "max": { "poisson": 3 } }, |
| 169 | + { "overmap": "ice_lab", "scale": "size", "max": { "poisson": 4 } }, |
170 | 170 | { |
171 | 171 | "name": "stairs_and_core", |
172 | 172 | "chunk": [ { "overmap": "ice_lab_stairs", "pos": [ 0, 0, 0 ] }, { "overmap": "ice_lab_core", "pos": [ 0, 0, -1 ] } ], |
173 | 173 | "z": "bottom", |
174 | 174 | "scale": "size", |
175 | | - "max": { "poisson": 2 } |
| 175 | + "max": { "poisson": 4 } |
176 | 176 | } |
177 | 177 | ], |
178 | 178 | [ |
|
186 | 186 | "max": { "chance": 0.2 } |
187 | 187 | } |
188 | 188 | ], |
189 | | - [ { "overmap": "lab_train_depot", "z": -2, "scale": "size", "max": { "chance": 0.15 } } ], |
190 | | - [ { "overmap": "lab_train_depot", "z": -4, "scale": "size", "max": { "chance": 0.05 } } ], |
191 | | - [ { "overmap": "ice_lab", "z": "bottom", "scale": "size", "max": { "poisson": 1 } } ], |
| 189 | + [ { "overmap": "lab_train_depot", "z": -2, "scale": "size", "max": { "chance": 1 } } ], |
| 190 | + [ { "overmap": "lab_train_depot", "z": -4, "scale": "size", "max": { "chance": 1 } } ], |
| 191 | + [ { "overmap": "ice_lab", "z": "bottom", "scale": "size", "max": { "poisson": 2 } } ], |
192 | 192 | [ { "overmap": "ice_lab_finale", "z": "bottom", "max": 1 } ] |
193 | 193 | ] |
194 | 194 | }, |
|
0 commit comments