We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cf456 commit 9800170Copy full SHA for 9800170
1 file changed
region/brinstar/pink/Big Pink.json
@@ -51,7 +51,8 @@
51
"nodeAddress": "0x0018dde",
52
"doorOrientation": "left",
53
"doorEnvironments": [{"physics": "air"}],
54
- "useImplicitComeInNormally": false
+ "useImplicitComeInNormally": false,
55
+ "useImplicitComeInWithMockball": false
56
},
57
{
58
"id": 6,
@@ -1174,6 +1175,18 @@
1174
1175
1176
"requires": []
1177
1178
+ {
1179
+ "link": [5, 13],
1180
+ "name": "Fall Into Room With Mockball",
1181
+ "entranceCondition": {
1182
+ "comeInWithMockball": {
1183
+ "adjacentMinTiles": 0,
1184
+ "remoteAndLandingMinTiles": [[0, 0]],
1185
+ "speedBooster": "any"
1186
+ }
1187
+ },
1188
+ "requires": []
1189
1190
1191
"id": 46,
1192
"link": [6, 2],
0 commit comments