- More small caves in levels.

- Groups of crawlers, mantises and husks can spawn inside the caves.
- Salvage mission variants where the artifact spawns inside a cave.
- Fixed ruins being placed inside the sea floor.
- MonsterEvents don't spawn the monsters if no suitable spawn position is found.
This commit is contained in:
Joonas Rikkonen
2017-08-27 13:40:47 +03:00
parent 362428280a
commit 37a5888126
7 changed files with 263 additions and 131 deletions
@@ -32,7 +32,7 @@
MainPathNodeIntervalRange="10000,30000"
BackgroundColor="29,36,50"
SmallTunnelCount="5"
SmallTunnelLengthRange="5000,10000"
SmallTunnelLengthRange="10000,20000"
RuinCount="1"
BottomHoleProbability="0.4"
BackgroundSpriteAmount="1000"
@@ -52,7 +52,7 @@
MainPathNodeIntervalRange="5000,10000"
BackgroundColor="55,61,72"
SmallTunnelCount="3"
SmallTunnelLengthRange="5000,10000"
SmallTunnelLengthRange="10000,20000"
RuinCount="1"
BottomHoleProbability="1"
BackgroundSpriteAmount="800"
@@ -67,7 +67,7 @@
MainPathNodeIntervalRange="5000,10000"
BackgroundColor="55,72,58"
SmallTunnelCount="10"
SmallTunnelLengthRange="5000,10000"
SmallTunnelLengthRange="10000,20000"
RuinCount="1"
BottomHoleProbability="0.5"
BackgroundSpriteAmount="1000"
@@ -88,7 +88,7 @@
MainPathNodeIntervalRange="5000,10000"
BackgroundColor="55,72,58"
SmallTunnelCount="10"
SmallTunnelLengthRange="5000,10000"
SmallTunnelLengthRange="10000,20000"
RuinCount="1"
BottomHoleProbability="0.0"
BackgroundSpriteAmount="1000"
@@ -101,7 +101,7 @@
height="70000"
VoronoiSiteInterval="1500,1500"
VoronoiSiteVariance="700,700"
MainPathNodeIntervalRange="6000,10000"
MainPathNodeIntervalRange="20000,50000"
BackgroundColor="25,23,10"
SmallTunnelCount="10"
SmallTunnelLengthRange="5000,50000"
@@ -166,7 +166,7 @@
height="25000"
VoronoiSiteInterval="2000,2000"
VoronoiSiteVariance="800,800"
MainPathNodeIntervalRange="5000,10000"
MainPathNodeIntervalRange="10000,20000"
BackgroundColor="29,36,50"
RuinCount="1"
BottomHoleProbability="0.9"