Object respawning: Difference between revisions
→The revival map grid
imported>Leoetlino |
imported>Leoetlino |
||
Line 11: | Line 11: | ||
=== The revival map grid === | === The revival map grid === | ||
The revival map grid is used for shop items and for randomly-respawned items. It is slightly different from the regular map unit grid and features 10 columns (0..9) and 8 rows (0..8) | The revival map grid is used for shop items and for randomly-respawned items. It is slightly different from the regular map unit grid and features 10 columns (0..9) and 8 rows (0..8). | ||
Given an item located in column <code>itemCol</code> and row <code>itemRow</code>, the player is considered to not be in its map area ''if and only if'': | Given an item located in column <code>itemCol</code> and row <code>itemRow</code>, the player is considered to not be in its map area ''if and only if'': | ||
Line 38: | Line 38: | ||
} | } | ||
</source> | </source> | ||
This grid is shown on the object map. It is also possible to show the no-revival area for an object by right clicking on it. | |||
== Revival during blood moons (RevivalBloodyMoon) == | == Revival during blood moons (RevivalBloodyMoon) == |