<aside> 🦆

Blue Cataquacks are also known as Paihanas, Piahanas, or Pihanas. Red Cataquacks are also known as Chuhanas. Source

</aside>

Original Post

Chuhana Mechanics

Now that the Chuhana segment in the 120 Shine TAS is complete, I’ve compiled a memo of its properties for future reference.

Information provided by goldfire.

RNG-Consuming Elements

Chuhana uses RNG in the following three functions:

Behavior and Properties

willFall

willFall is a critical function that controls Chuhana movement. Until this function is triggered, a Chuhana will continue walking toward its current target.

For willFall to activate, two conditions must be met:

  1. The Chuhana must be outside a spherical range set per mirror.
  2. OnPanelTime must be 21 or higher.

OnPanelTime increases by 1 every quarter frame (QF), but only while the Chuhana is walking. When it exceeds 21, it loops within the positive range. When willFall is triggered, OnPanelTime is set to -100. When setGoal is triggered, it’s set to 400.