Lord of the Mountain: Difference between revisions

Jump to navigation Jump to search
Marked this version for translation
(add translation tags)
(Marked this version for translation)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<!--T:1-->
This article documents some mechanics about the '''Lord of the Mountain'''.
This article documents some mechanics about the '''Lord of the Mountain'''.


== Spawning ==
== Spawning == <!--T:2-->


<!--T:3-->
The Lord of the Mountain appears whenever a special flag is set ('AnimalMaster_Appearance'). Its value is managed by a very simple state machine.
The Lord of the Mountain appears whenever a special flag is set ('AnimalMaster_Appearance'). Its value is managed by a very simple state machine.


<!--T:4-->
# 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.
# 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.
# 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.
Line 12: Line 15:
# The LotM disappears after two in-game week-day changes, or 24 in-game hours after the Appearance flag was set, whichever happens first.
# The LotM disappears after two in-game week-day changes, or 24 in-game hours after the Appearance flag was set, whichever happens first.


<!--T:5-->
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.
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.


<!--T:6-->
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.
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.


<!--T:7-->
For more technical details, please read [[WorldMgr#Lord_of_the_Mountain]].
For more technical details, please read [[WorldMgr#Lord_of_the_Mountain]].


== Calm down number ==
== Calm down number == <!--T:8-->


<!--T:9-->
The Lord of the Mountain requires 40 "calm down" presses to be (temporarily) tamed<ref>https://docs.google.com/spreadsheets/d/e/2PACX-1vSmRL13Sc5YQ27TSK5kDywrVq2c2AUIBlRDpb3C3DpTOJ7f5QG_5bVmbz8ksDSA1N5X9c76TWVxDNz5/pubhtml</ref>. 40 is the highest number of presses among all horses and horse-like animals.
The Lord of the Mountain requires 40 "calm down" presses to be (temporarily) tamed<ref>https://docs.google.com/spreadsheets/d/e/2PACX-1vSmRL13Sc5YQ27TSK5kDywrVq2c2AUIBlRDpb3C3DpTOJ7f5QG_5bVmbz8ksDSA1N5X9c76TWVxDNz5/pubhtml</ref>. 40 is the highest number of presses among all horses and horse-like animals.
</translate>
</translate>


[[Category:Game mechanics]]
[[Category:Game mechanics]]

Navigation menu