Edit ‘emu_war_online_3’

This commit is contained in:
osmarks 2024-07-18 13:50:28 +00:00 committed by wikimind
parent 21d7b1664a
commit 494b3bcfe5

View File

@ -12,7 +12,7 @@ Features implemented:
** River "simulation" and lakes/rivers.
*** Physical plausibility isn't real, so the rivers A*-path themselves down to the seas or lakes.
*** They run from sources at the tallest points with sufficient separation (found greedily).
*** Terrain near the river centre-line (source to sink path) is flooded and eroded somewhat. Valleys don't really work properly due to bad.
*** Terrain near the river centre-line (source to sink path) is flooded and eroded somewhat. This entire component is a hack which only functions due to many fudge constants and the contouring system allowing absolute height to be mostly ignored, particularly under the rivers themselves. It works well enough to sometimes make reasonable valleys.
** The world is an island surrounded by ocean.
* Digging holes (as minor obstruction).
* Items (dirt, bones).