Skip to content

Commit 1adf93b

Browse files
authored
Merge pull request #2776 from kjbranch/writg-lenience
WRITG - Add more lenience
2 parents 98d5910 + d0f8866 commit 1adf93b

1 file changed

Lines changed: 69 additions & 16 deletions

File tree

region/lowernorfair/east/The Worst Room In The Game.json

Lines changed: 69 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,22 +1241,17 @@
12411241
"requires": [
12421242
{"or": [
12431243
{"and": [
1244-
{"enemyKill": {
1245-
"enemies": [["Yellow Space Pirate (wall)"], ["Yellow Space Pirate (wall)"]],
1246-
"explicitWeapons": ["Super"]
1247-
}},
1248-
{"heatFrames": 395}
1244+
{"ammo": {"type": "Super", "count": 9}},
1245+
{"heatFrames": 330}
12491246
]},
12501247
{"and": [
1251-
{"enemyKill": {
1252-
"enemies": [
1253-
["Yellow Space Pirate (wall)"],
1254-
["Yellow Space Pirate (wall)"],
1255-
["Yellow Space Pirate (wall)"]
1256-
],
1257-
"explicitWeapons": ["Super"]
1258-
}},
1259-
{"heatFrames": 330}
1248+
"canDodgeWhileShooting",
1249+
{"ammo": {"type": "Super", "count": 6}},
1250+
{"or": [
1251+
"canTrickyJump",
1252+
{"ammo": {"type": "Super", "count": 2}}
1253+
]},
1254+
{"heatFrames": 395}
12601255
]}
12611256
]}
12621257
],
@@ -1308,7 +1303,7 @@
13081303
"requires": [
13091304
"canTrivialMidAirMorph",
13101305
{"ammo": {"type": "PowerBomb", "count": 3}},
1311-
{"heatFrames": 450},
1306+
{"heatFrames": 470},
13121307
{"or": [
13131308
"canTrickyDodgeEnemies",
13141309
{"and": [
@@ -1318,7 +1313,15 @@
13181313
]},
13191314
{"and": [
13201315
{"ammo": {"type": "PowerBomb", "count": 2}},
1321-
{"heatFrames": 200}
1316+
{"heatFrames": 400},
1317+
{"or": [
1318+
{"and": [
1319+
{"ammo": {"type": "PowerBomb", "count": 1}},
1320+
{"heatFrames": 200}
1321+
]},
1322+
{"ammo": {"type": "Super", "count": 1}},
1323+
{"ammo": {"type": "Missile", "count": 1}}
1324+
]}
13221325
]}
13231326
]},
13241327
{"or": [
@@ -2112,6 +2115,7 @@
21122115
"link": [5, 1],
21132116
"name": "Wait for Pirate",
21142117
"requires": [
2118+
"canDodgeWhileShooting",
21152119
{"heatFrames": 530}
21162120
],
21172121
"flashSuitChecked": true,
@@ -2222,6 +2226,30 @@
22222226
"flashSuitChecked": true,
22232227
"blueSuitChecked": true
22242228
},
2229+
{
2230+
"link": [5, 1],
2231+
"name": "Slow Heat Proof Kill",
2232+
"requires": [
2233+
"h_heatProof",
2234+
"Charge"
2235+
],
2236+
"flashSuitChecked": true,
2237+
"blueSuitChecked": true
2238+
},
2239+
{
2240+
"link": [5, 1],
2241+
"name": "Tank Pirate Hit",
2242+
"requires": [
2243+
{"enemyDamage": {
2244+
"enemy": "Yellow Space Pirate (standing)",
2245+
"type": "contact",
2246+
"hits": 1
2247+
}},
2248+
{"heatFrames": 250}
2249+
],
2250+
"flashSuitChecked": true,
2251+
"blueSuitChecked": true
2252+
},
22252253
{
22262254
"id": 47,
22272255
"link": [5, 2],
@@ -2252,6 +2280,7 @@
22522280
"link": [5, 3],
22532281
"name": "Wait for Pirate",
22542282
"requires": [
2283+
"canDodgeWhileShooting",
22552284
{"heatFrames": 520}
22562285
],
22572286
"flashSuitChecked": true,
@@ -2349,6 +2378,30 @@
23492378
"flashSuitChecked": true,
23502379
"blueSuitChecked": true
23512380
},
2381+
{
2382+
"link": [5, 3],
2383+
"name": "Slow Heat Proof Kill",
2384+
"requires": [
2385+
"h_heatProof",
2386+
"Charge"
2387+
],
2388+
"flashSuitChecked": true,
2389+
"blueSuitChecked": true
2390+
},
2391+
{
2392+
"link": [5, 3],
2393+
"name": "Tank Pirate Hit",
2394+
"requires": [
2395+
{"enemyDamage": {
2396+
"enemy": "Yellow Space Pirate (standing)",
2397+
"type": "contact",
2398+
"hits": 1
2399+
}},
2400+
{"heatFrames": 190}
2401+
],
2402+
"flashSuitChecked": true,
2403+
"blueSuitChecked": true
2404+
},
23522405
{
23532406
"id": 53,
23542407
"link": [5, 4],

0 commit comments

Comments
 (0)