delverengine icon indicating copy to clipboard operation
delverengine copied to clipboard

[Delver] section.dat overwriting settings

Open PythooonUser opened this issue 5 years ago • 1 comments

Summary

For generator/Dungeon/section.dat and generator/Undead/section.dat the properties fogStart and fogEnd are defined multiple times instead of once.

Example (Dungeon):

levelTemplates: [
    {
        fogStart:2,
        fogEnd:18,
        theme:"DUNGEON",
        fogStart:1.925,
        fogEnd:16.039,
    }
],

PythooonUser avatar Nov 05 '20 16:11 PythooonUser

I'm pretty sure we are guilty of this in many places. 🙃

joshuaskelly avatar Nov 10 '20 16:11 joshuaskelly