Translations:Object respawning/9/zh

From ZeldaMods (Breath of the Wild)
Revision as of 23:42, 28 May 2020 by Simple (talk | contribs) (Created page with "假設一件商品(或一個隨機重生的物件)位在第 <code>itemCol</code> 個 column 跟第 <code>itemRow</code> 個 row 裡,那麼玩家「不在指定區域內...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

假設一件商品(或一個隨機重生的物件)位在第 itemCol 個 column 跟第 itemRow 個 row 裡,那麼玩家「不在指定區域內」的意思是

  • itemCol < playerCol1
  • or itemCol > playerCol2
  • or itemRow < playerRow1
  • or itemRow > playerRow2