Skip to content

Commit bbf0bdf

Browse files
authored
Merge pull request #2798 from blkerby/pink-maridia-bluesuit-6
Rest of Pink Maridia: blue suit logic
2 parents c9013df + b1cc46a commit bbf0bdf

13 files changed

Lines changed: 968 additions & 332 deletions

helpers.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,15 @@
12761276
]}
12771277
]
12781278
},
1279+
{
1280+
"name": "h_complexToCarryBlueSuit",
1281+
"requires": [
1282+
{"or": [
1283+
{"noBlueSuit": {}},
1284+
"canInsaneJump"
1285+
]}
1286+
]
1287+
},
12791288
{
12801289
"name": "h_PlasmaHitbox",
12811290
"requires": [
@@ -1369,6 +1378,15 @@
13691378
{"partialRefill": {"type": "Energy", "limit": 1500}}
13701379
]
13711380
},
1381+
{
1382+
"name": "h_maybeCrystalFlash",
1383+
"requires": [
1384+
{"or": [
1385+
"h_CrystalFlash",
1386+
"free"
1387+
]}
1388+
]
1389+
},
13721390
{
13731391
"name": "h_acidCrystalFlash",
13741392
"requires": [

0 commit comments

Comments
 (0)