We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cdbc7 commit df640c2Copy full SHA for df640c2
region/lowernorfair/east/Three Musketeers' Room.json
@@ -553,20 +553,24 @@
553
"canTrickyJump",
554
{"or": [
555
{"and": [
556
- "canHorizontalDamageBoost",
+ "canInsaneJump",
557
"canHitbox",
558
{"enemyDamage": {
559
"enemy": "Kihunter (red)",
560
"type": "contact",
561
"hits": 1
562
}}
563
]},
564
- {"enemyDamage": {
565
- "enemy": "Kihunter (red)",
566
- "type": "contact",
567
- "hits": 2
568
- }}
569
- ]}
+ {"and": [
+ {"enemyDamage": {
+ "enemy": "Kihunter (red)",
+ "type": "contact",
+ "hits": 2
+ }},
570
+ {"heatFrames": 30}
571
+ ]}
572
+ ]},
573
+ {"heatFrames": 470}
574
],
575
"clearsObstacles": ["A"],
576
"note": "Jump over the first Kihunter and attempt to either use IFrames to pass through the top Kihunter, or dodge it if possible."
0 commit comments