]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add crystals to cave biome (#16423)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 14 May 2023 11:38:54 +0000 (21:38 +1000)
committerGitHub <noreply@github.com>
Sun, 14 May 2023 11:38:54 +0000 (07:38 -0400)
Resources/Prototypes/Procedural/biome_templates.yml

index f6144977e47772052cf81d697931fbb461b249c6..9c8b11f446178797bffbcaba6858927947a15147 100644 (file)
 - type: biomeTemplate
   id: Caves
   layers:
+    - !type:BiomeEntityLayer
+      threshold: 0.8
+      noise:
+        seed: 0
+        noiseType: OpenSimplex2
+        fractalType: PingPong
+      allowedTiles:
+        - FloorAsteroidSand
+      entities:
+        - CrystalGreen
+        - CrystalPink
+        - CrystalOrange
+        - CrystalBlue
+        - CrystalCyan
     - !type:BiomeEntityLayer
       threshold: -0.5
       invert: true