World map: Difference between revisions

Jump to navigation Jump to search
2,529 bytes removed ,  19:36, 13 November 2020
no edit summary
(remove inaccurate info (no reference, testing proves it untrue, and I've added the correct formula))
No edit summary
Line 151: Line 151:
</div>
</div>
==World Tier==
==World Tier==
Each overworld terrain tile has a specific [[Tier]] associated with it, as shown in the numeric map overlay below. In general, a tier represents the minimum level in that terrain. The surface zone tiers range from 0 to 5. For a Tier 0 terrain, it is expected for level 1-5 creatures to roam around freely. For Tier 1, 5-10, etc. This is not a hard limit, so creatures outside of these tier values are able to appear, though will generally appear at a much lower frequency.
{{Main|Zone Tier}}
Each overworld parasang has a base difficulty tier associated with it, as shown in the numeric map overlay below. In general, a tier represents the minimum level in that terrain. The surface zone tiers range from 0 to 5, and this value is used to determine the [[zone tier]] of specific zones within each parasang, whether on the surface or underground. Tiers affect the level of procedurally generated creatures and items that are likely to be found in each zone.


Apart from Tier being a difficulty indicator, it also is used to generate the location of {{favilink|Kindrish}}, which is always in a terrain with tier 4-5.  
Apart from Tier being a difficulty indicator, tier is also is used to generate the location of {{favilink|Kindrish}}, which is always in a terrain with tier 4-5.  
 
=== Underground Tiers ===
{{Main|Underground}}
As you descend downward into into the strata beneath the surface, zone tier increases by 1 per five levels downward, to a maximum of 8. So, for example, if you enter a {{favilink|Ruins}} biome (Tier 3) and descend to level 13, the area you are in will be a Tier 5 area.{{Code Reference|namespace=XRL.World|class=ZoneManager|method=GetZoneTier}}


<div style="overflow:auto;height:600px;">
<div style="overflow:auto;height:600px;">
[[File:Joppaworld with tiers2.png|1200px|alt=An image of the world map, with each tier's number found laid on top of the respective terrain.]]
[[File:Joppaworld with tiers2.png|1200px|alt=An image of the world map, with each tier's number found laid on top of the respective terrain.]]
</div>
</div>
===Pure Text Version===
These tiers can be found looking in <code>Test.txt</code>, titled "JoppaWorld_ZoneTier".
<pre>
33333333322324444444444444444444444444444444444444444444444444444444444444444444
33333333223324442222222444232333333344333333333333333333333355555555555555555555
33333333322224222222222222333333333334433333333333333333333355555555555555555555
33333333322222222222222225333333333333433333333333333333333355555555555555555555
33333333332222222222222233333333333344433333333333333333333355555555555555555555
23333333333111112222223333333333333343333333333333333333333355555555555555555555
33333333333311222211223333333333333343333333333333333333333355555555555555555555
33333333333311222111232333333333333343333333333333333333333355555555555555555555
33333222222112221112233333333333333343333333333333333333333355555555555555555555
33332222222122212112233443344444333443333333333333333333333355555555555555555555
33322222222111222122233333433333333433333333333333333333333355555555555555555555
33222222222112221222333334444433334433333333333333333333333355555555555555555555
32222222222221222212233333333344444333333333333333333333333355555555555555555555
22222222222222122112244443433444444333333333333333333333333355555555555555555555
22222222222222122212223343334444444333333333333333333333333355555555555555555555
22222222222211112222233333344444443333333333333333333333333355555555555555555555
22222222220111111112223333444444333333333333333333333333333355555555555555555555
22222222200211111211223444444433333333333333333333333333333355555555555555555555
22222222201111111211344433433333333333333333333333333333333355555555555555555555
22222222000111112211333344433333333333333333333333333333333355555555555555555555
22222222200111112113333343333333333333333333333333333333333355555555555555555555
22222220000000112211134443333333333333333333333333333333333355555555555555555555
22222220000000111222133333333333333333333333333333333333333355555555555555555555
22222000000001111122213313331113333333113333333333333333333355555555555555555555
22222000000011121222221111111111111111223333333333333333333355555555555555555555
</pre>


== References ==
== References ==

Navigation menu