Skip to content

Commit 9c14f6a

Browse files
committed
Colosseum: blue suit logic
1 parent c8e369a commit 9c14f6a

3 files changed

Lines changed: 346 additions & 119 deletions

File tree

helpers.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,6 @@
718718
"because of being in a mid-air morphed state (same state as rolling off a ledge)."
719719
]
720720
}
721-
722721
]
723722
},
724723
{
@@ -1270,6 +1269,27 @@
12701269
]}
12711270
]
12721271
},
1272+
{
1273+
"name": "h_complexToCarryBlueSuit",
1274+
"requires": [
1275+
{"or": [
1276+
{"noBlueSuit": {}},
1277+
"canInsaneJump"
1278+
]}
1279+
]
1280+
},
1281+
{
1282+
"name": "h_trickyToCarryBlueSuit",
1283+
"requires": [
1284+
{"or": [
1285+
{"noBlueSuit": {}},
1286+
{"and": [
1287+
"canInsaneJump",
1288+
"canBeVeryPatient"
1289+
]}
1290+
]}
1291+
]
1292+
},
12731293
{
12741294
"name": "h_PlasmaHitbox",
12751295
"requires": [

0 commit comments

Comments
 (0)