11,286
edits
FlyingRagnar (talk | contribs) m (→Prefix) |
FlyingRagnar (talk | contribs) m (→Level) |
||
| Line 286: | Line 286: | ||
</pre> | </pre> | ||
So for a map that has 8 floors (not including boss floor), | 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) + ( | |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() | ||