Room ID: 176
|
Requires: "Gravity"
"h_shinechargeMaxRunway"
{
"or": [
{
"and": [
"h_enemyDrops",
"h_CrystalSparkWithoutLenience",
{
"or": [
"canBeVeryPatient",
{
"ammo": {
"type": "Super",
"count": 2
}
},
{
"resetRoom": {
"nodes": [
2
]
}
}
]
}
]
},
"h_CrystalSpark"
]
}Resets obstacles: A Dev note: This won't apply the lenience to the Super if resetting the room on the left, but there are enough crabs that you'd likely only need a couple extra Supers in the worst-case scenario. |