Translations:Difficulty scaling/271/zh: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
(Created page with "下面這個情況會導致敵人跟武器維持原樣(總而言之就是林克在劍之考驗裡)。 * WorldMgr::sInstance->stageType == 1 (Open World stage) * 且 WorldM...")
 
No edit summary
Line 3: Line 3:
* 且 WorldMgr::sInstance->isAocField (current map is Trial of the Sword)
* 且 WorldMgr::sInstance->isAocField (current map is Trial of the Sword)
* 且 WorldMgr::sInstance->disableScaling (set to true when entering Trial of the Sword)
* 且 WorldMgr::sInstance->disableScaling (set to true when entering Trial of the Sword)
另一種會跳過升級的情況是 [[map area]] 等於 28, 也就是林克位在 "HateruSea",野外的考驗的塞哈特諾島。
另一種會跳過升級的情況是 [[map area]] 等於 28, 也就是林克位在 "HateruSea",野外的考驗的塞哈特諾島。

Revision as of 14:38, 11 May 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Difficulty scaling)
Both scaling functions will immediately return without doing anything if:
* [[WorldMgr]]::sInstance->stageType == 1 (Open World [[stage]])
* and WorldMgr::sInstance->isAocField (current map is Trial of the Sword)
* and WorldMgr::sInstance->disableScaling (set to true when entering Trial of the Sword)

下面這個情況會導致敵人跟武器維持原樣(總而言之就是林克在劍之考驗裡)。

  • WorldMgr::sInstance->stageType == 1 (Open World stage)
  • 且 WorldMgr::sInstance->isAocField (current map is Trial of the Sword)
  • 且 WorldMgr::sInstance->disableScaling (set to true when entering Trial of the Sword)

另一種會跳過升級的情況是 map area 等於 28, 也就是林克位在 "HateruSea",野外的考驗的塞哈特諾島。