<?xml version="1.0" encoding="UTF-8"?>
<configs>

<!-- Sydney666's Realistic Lighting v1.3 (7DTD v2.5) -->
<!-- Darkens nights, adjusts day lighting, and reduces moon brightness -->
<!-- MUST be used with the included biomes.xml to fix fog weather brightness -->
<!-- Brightness levels in game settings should be set to 0% -->

<!-- Ambient Lighting Settings -->
<set xpath="/worldglobal/environment/property[@name='ambientEquatorScale']/@value">.5, .37</set>
<set xpath="/worldglobal/environment/property[@name='ambientGroundScale']/@value">.15, .04</set>
<set xpath="/worldglobal/environment/property[@name='ambientSkyScale']/@value">.25, .58</set>
<set xpath="/worldglobal/environment/property[@name='ambientSkyDesat']/@value">.7, .58</set>

<!-- Moon Brightness -->
<set xpath="/worldglobal/environment/property[@name='ambientMoon']/@value">.8, .1</set>

<!-- Transitions between interior and exterior. This mod mimics eye adaptation using these two settings.) -->
<set xpath="/worldglobal/environment/property[@name='ambientInsideSpeed']/@value">.005</set>
<set xpath="/worldglobal/environment/property[@name='ambientInsideThreshold']/@value">.001</set>

<!-- Indoor Lighting -->
<set xpath="/worldglobal/environment/property[@name='ambientInsideEquatorScale']/@value">.55, 1.22</set>
<set xpath="/worldglobal/environment/property[@name='ambientInsideGroundScale']/@value">.2, .16</set>
<set xpath="/worldglobal/environment/property[@name='ambientInsideSkyScale']/@value">.7, .32</set>

<!-- Fog Settings -->
<set xpath="/worldglobal/environment/property[@name='fogPower']/@value">1.4, 1.4</set>
<set xpath="/worldglobal/environment/property[@name='fogWater']/@value">.47, .2</set>
<set xpath="/worldglobal/environment/property[@name='fogWaterColor']/@value">.38, .42, .38</set>

</configs>
