Skip to content

Commit 58cd3be

Browse files
committed
WRITG - move some things out of basic
1 parent 2ee7f09 commit 58cd3be

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

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

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,19 @@
11721172
"name": "Heat-Proof Pirates Kill",
11731173
"requires": [
11741174
"h_heatProof",
1175+
{"or": [
1176+
"canDodgeWhileShooting",
1177+
{"enemyDamage": {
1178+
"enemy": "Yellow Space Pirate (wall)",
1179+
"type": "contact",
1180+
"hits": 1
1181+
}},
1182+
"ScrewAttack",
1183+
{"and": [
1184+
"Ice",
1185+
"Plasma"
1186+
]}
1187+
]},
11751188
{"enemyKill": {
11761189
"enemies": [
11771190
["Yellow Space Pirate (wall)", "Yellow Space Pirate (wall)"],
@@ -1236,6 +1249,16 @@
12361249
"link": [2, 6],
12371250
"name": "Charge Plasma Pirates Kill",
12381251
"requires": [
1252+
{"or": [
1253+
"canDodgeWhileShooting",
1254+
{"enemyDamage": {
1255+
"enemy": "Yellow Space Pirate (wall)",
1256+
"type": "contact",
1257+
"hits": 1
1258+
}},
1259+
"ScrewAttack",
1260+
"Ice"
1261+
]},
12391262
{"enemyKill": {
12401263
"enemies": [
12411264
["Yellow Space Pirate (wall)", "Yellow Space Pirate (wall)"],
@@ -1253,6 +1276,19 @@
12531276
"link": [2, 6],
12541277
"name": "Supers Pirates Kill",
12551278
"requires": [
1279+
{"or": [
1280+
"canDodgeWhileShooting",
1281+
{"enemyDamage": {
1282+
"enemy": "Yellow Space Pirate (wall)",
1283+
"type": "contact",
1284+
"hits": 1
1285+
}},
1286+
"ScrewAttack",
1287+
{"and": [
1288+
"Ice",
1289+
"Plasma"
1290+
]}
1291+
]},
12561292
{"or": [
12571293
{"and": [
12581294
{"ammo": {"type": "Super", "count": 9}},
@@ -1278,6 +1314,18 @@
12781314
"link": [2, 6],
12791315
"name": "Missiles Pirates Kill",
12801316
"requires": [
1317+
{"or": [
1318+
"canDodgeWhileShooting",
1319+
{"enemyDamage": {
1320+
"enemy": "Yellow Space Pirate (wall)",
1321+
"type": "contact",
1322+
"hits": 1
1323+
}},
1324+
{"and": [
1325+
"Ice",
1326+
"Plasma"
1327+
]}
1328+
]},
12811329
{"enemyKill": {
12821330
"enemies": [
12831331
["Yellow Space Pirate (wall)"],
@@ -1297,6 +1345,18 @@
12971345
"link": [2, 6],
12981346
"name": "Full Spazer Pirates Kill",
12991347
"requires": [
1348+
{"or": [
1349+
"canDodgeWhileShooting",
1350+
{"enemyDamage": {
1351+
"enemy": "Yellow Space Pirate (wall)",
1352+
"type": "contact",
1353+
"hits": 1
1354+
}},
1355+
{"and": [
1356+
"Ice",
1357+
"Plasma"
1358+
]}
1359+
]},
13001360
{"enemyKill": {
13011361
"enemies": [
13021362
["Yellow Space Pirate (wall)"],
@@ -1315,6 +1375,18 @@
13151375
"link": [2, 6],
13161376
"name": "Power Bomb Pirates Kill",
13171377
"requires": [
1378+
{"or": [
1379+
"canDodgeWhileShooting",
1380+
{"enemyDamage": {
1381+
"enemy": "Yellow Space Pirate (wall)",
1382+
"type": "contact",
1383+
"hits": 1
1384+
}},
1385+
{"and": [
1386+
"Ice",
1387+
"Plasma"
1388+
]}
1389+
]},
13181390
"canTrivialMidAirMorph",
13191391
{"ammo": {"type": "PowerBomb", "count": 3}},
13201392
{"heatFrames": 470},
@@ -2649,6 +2721,7 @@
26492721
"link": [6, 4],
26502722
"name": "HiJump Tricky Dash Spring Ball Jump",
26512723
"requires": [
2724+
{"obstaclesCleared": ["A"]},
26522725
"HiJump",
26532726
"canTrickyDashJump",
26542727
"canTrickySpringBallJump",

0 commit comments

Comments
 (0)