Treasure map (Dragon Quest IX): Difference between revisions

m
Line 286: Line 286:
</pre>
</pre>


So for a map that has 8 floors (not including boss floor), Rank G, and Boss 5 the level would be computed as:
So for a map that has 8 floors (not including boss floor), monster rank 5, and boss 5 the level would be computed as:


<pre>
<pre>
|l| = (((8 - 2) * 3) + ((G (5) - 1) * 3) + ((5 - 1) * 3) + r()
|l| = (((8 - 2) * 3) + ((5 - 1) * 3) + ((5 - 1) * 3) + r()
|l| = (18 + 12 + 12) + r()
|l| = (18 + 12 + 12) + r()
|l| = 42 + r()
|l| = 42 + r()