Back to NxLabs

NxLabs / Vintage Story

Drifters belong underground - Obsolete

SBy Sotakebk

Makes drifters spawn only underground and in light level lower than in vanilla.

Description

<span style="background-color: #e74c3c;">This mod is not necessary!</span>

Instead of using this mod, turn the&nbsp;temporal rifts off in world generation, or use the <span style="text-decoration: underline;">/worldconfig temporalRifts off</span> command.

&nbsp;

Makes drifters spawn only underground, and with very low artificial light level, or at least wherever natural light would not have been able to reach.

Based off 'Drifter Overhaul Mod' by Grifthegnome. I just changed one of the values, "blocklight" -&gt; "maxlight" as well as the maxLightLevel value.

Changes:

<pre class="language-javascript">[ { "op": "replace", "path": "/server/spawnconditions/runtime/lightLevelType", "value": "MaxLight", "file": "game:entities/land/drifter.json", "side": "Server" }, { "op": "replace", "path": "/server/spawnconditions/runtime/maxLightLevel", "value": 4, "file": "game:entities/land/drifter.json", "side": "Server" }, { "op": "replace", "path": "/server/spawnconditions/runtime/maxYByType/*-normal", "value": 0.98, "file": "game:entities/land/drifter.json", "side": "Server" } ]</pre>

Download

No download link is available for this entry right now.

Ratings & reviews

No ratings yet

Sign in to leave a rating or comment.