Lord of the Mountain/fr: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
(Created page with "== Apparition ==")
(Created page with "L'alpha apparaît une fois qu'un certain flag a été activé ('AnimalMaster_Appearance'). Sa valeur est gérée par une machine à état très simple.")
Line 4: Line 4:
== Apparition ==
== Apparition ==


The Lord of the Mountain appears whenever a special flag is set ('AnimalMaster_Appearance'). Its value is managed by a very simple state machine.
L'alpha apparaît une fois qu'un certain flag a été activé ('AnimalMaster_Appearance'). Sa valeur est gérée par une machine à état très simple.


# If the moon type is 5 (waxing crescent) and if Link is not in map area 64 (Satori Mountain), the game generates a random "appearance hour" in the [0 .. 22] interval.
# If the moon type is 5 (waxing crescent) and if Link is not in map area 64 (Satori Mountain), the game generates a random "appearance hour" in the [0 .. 22] interval.

Revision as of 09:25, 4 July 2022

Other languages:

Cet articule documente certaines mécaniques autour de l' Alpha

Apparition

L'alpha apparaît une fois qu'un certain flag a été activé ('AnimalMaster_Appearance'). Sa valeur est gérée par une machine à état très simple.

  1. If the moon type is 5 (waxing crescent) and if Link is not in map area 64 (Satori Mountain), the game generates a random "appearance hour" in the [0 .. 22] interval.
  2. When the current hour matches the appearance hour, the Appearance flag is set and the LotM is allowed to appear. Link must still NOT be in map area 64 until this happens, otherwise the game goes back to step 1.
  3. One hour after the appearance hour, the current day of the week is stored.
  4. The LotM disappears after two in-game week-day changes, or 24 in-game hours after the Appearance flag was set, whichever happens first.

Interestingly, only the appearance hour is determined by RNG. The LotM consistently appears on the 5th day of a moon cycle as long as conditions are satisfied.

Note that whenever you enter/leave a shrine (or warp from or to anything that is not physically in the overworld) or reload a save, the AnimalMaster_Appearance flag is reset to false. That flag does not persist across reloads.

For more technical details, please read WorldMgr.

Calm down number

The Lord of the Mountain requires 40 "calm down" presses to be (temporarily) tamed[1]. 40 is the highest number of presses among all horses and horse-like animals.