826
edits
(Created page with "如果你不在 map area 64,那遊戲會一直等等到現在的時間(小時)是上面生成的出現的小時。 (請注意這個檢查是每幀都做。) 這時 A...") |
(Updating to match new version of source page) |
||
Line 216: | Line 216: | ||
如果你不在 map area 64,那遊戲會一直等等到現在的時間(小時)是上面生成的出現的小時。 (請注意這個檢查是每幀都做。) 這時 AnimalMaster_Appearance 設成 true,山林霸主會出現/薩托利山會發光。 然後進到 State 2。 | 如果你不在 map area 64,那遊戲會一直等等到現在的時間(小時)是上面生成的出現的小時。 (請注意這個檢查是每幀都做。) 這時 AnimalMaster_Appearance 設成 true,山林霸主會出現/薩托利山會發光。 然後進到 State 2。 | ||
====State 2==== | ====State 2 - Satori Mountain is glowing==== | ||
After one hour has elapsed, the current day of the week is stored and the state is set to 3. | After one hour has elapsed, the current day of the week is stored and the state is set to 3. | ||
====State 3==== | ====State 3 - Prepare to despawn==== | ||
After two week day changes, ''or'' [after the in-game day of the week changes and the current hour is >= the generated appearance hour], the LotM will disappear and the state will be set to 4. | After two week day changes, ''or'' [after the in-game day of the week changes and the current hour is >= the generated appearance hour], the LotM will disappear and the state will be set to 4. | ||
====State 4==== | ====State 4 - Despawned==== | ||
The game waits for the moon type to be 5, before going back to state 0. | The game waits for the moon type to be 5, before going back to state 0. | ||