Skip to content

Commit

Permalink
biome update
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSoDana committed Dec 15, 2024
1 parent 42adfbd commit e5893a1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Corvax/Markers/Spawners/bearspawnerbiome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
name: space bear spawner
id: SpawnerMobBearBiome
parent: MarkerBase
categories: [ HideSpawnMenu, Spawner ] # Used only for CorvaxGlacier
components:
- type: RandomSpawner
prototypes:
- MobBearSpaceSalvage
chance: 1
offset: 0.2
16 changes: 16 additions & 0 deletions Resources/Prototypes/Corvax/Procedural/biome_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,22 @@
octaves: 5
cellularDistanceFunction: Euclidean
cellularReturnType: Distance2
#bear
- !type:BiomeEntityLayer
allowedTiles:
- FloorIce
threshold: -0.005
noise:
seed: 100
noiseType: Cellular
frequency: 0.3
lacunarity: 2
fractalType: FBm
octaves: 8
cellularDistanceFunction: Euclidean
cellularReturnType: Distance2
entities:
- SpawnerMobBearBiome
# Liquid plasma.
- !type:BiomeEntityLayer
allowedTiles:
Expand Down

0 comments on commit e5893a1

Please sign in to comment.