Skip to content

Commit ce26766

Browse files
committed
Lower Norfair Firefleas shinecharges
1 parent a03f3a2 commit ce26766

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

region/lowernorfair/east/Lower Norfair Fireflea Room.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
],
334334
"exitCondition": {
335335
"leaveShinecharged": {
336-
"framesRemaining": 120
336+
"framesRemaining": 125
337337
}
338338
},
339339
"flashSuitChecked": true
@@ -789,6 +789,39 @@
789789
}
790790
}
791791
},
792+
{
793+
"link": [3, 3],
794+
"name": "Leave Shinecharged",
795+
"requires": [
796+
{"or": [
797+
{"canShineCharge": {
798+
"usedTiles": 21,
799+
"gentleUpTiles": 3,
800+
"gentleDownTiles": 3,
801+
"openEnd": 1
802+
}},
803+
{"and": [
804+
{"doorUnlockedAtNode": 1},
805+
{"canShineCharge": {
806+
"usedTiles": 22,
807+
"gentleUpTiles": 3,
808+
"gentleDownTiles": 3,
809+
"openEnd": 1
810+
}}
811+
]}
812+
]},
813+
"canShinechargeMovement"
814+
],
815+
"exitCondition": {
816+
"leaveShinecharged": {
817+
"framesRemaining": 120
818+
}
819+
},
820+
"unlocksDoors": [
821+
{"nodeId": 1, "types": ["ammo"], "requires": []}
822+
],
823+
"flashSuitChecked": true
824+
},
792825
{
793826
"id": 34,
794827
"link": [3, 3],

0 commit comments

Comments
 (0)