diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml index d4edbe9fc06..a3b741d0407 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml @@ -38,5 +38,10 @@ - AnomalyRockSilver - AnomalyRockQuartz - AnomalyRockUranium + - AnomalyRockBananium # Frontier + - AnomalyRockCoal # Frontier + - AnomalyRockGold # Frontier + - AnomalyRockPlasma # Frontier + - AnomalyRockSalt # Frontier chance: 1 - offset: 0.15 \ No newline at end of file + offset: 0.15 diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml index 58d30ccfc06..4c0b14b113a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml @@ -530,4 +530,4 @@ layers: - map: [ "enum.DamageStateVisualLayers.Base" ] state: alive - color: "#3e901c" + color: "#3e901c" \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 431296cd412..eca30aa5d69 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -1845,4 +1845,4 @@ state: rock_andesite_north - map: [ "enum.EdgeLayer.West" ] state: rock_andesite_west - - state: rock_salt + - state: rock_salt \ No newline at end of file diff --git a/Resources/Prototypes/Entities/World/Debris/asteroids.yml b/Resources/Prototypes/Entities/World/Debris/asteroids.yml index 90007fe4773..ca30e1b1263 100644 --- a/Resources/Prototypes/Entities/World/Debris/asteroids.yml +++ b/Resources/Prototypes/Entities/World/Debris/asteroids.yml @@ -14,56 +14,39 @@ - type: SimpleFloorPlanPopulator entries: FloorAsteroidSand: - - id: RandomArtifactSpawner20 - prob: 0.03 - orGroup: rock - id: WallRock - prob: 0.3 + prob: 0.5 orGroup: rock - id: WallRockCoal prob: 0.15 orGroup: rock - id: WallRockTin - prob: 0.2 + prob: 0.15 orGroup: rock - id: WallRockQuartz - prob: 0.1 + prob: 0.15 orGroup: rock - id: WallRockSalt prob: 0.15 orGroup: rock - id: WallRockGold - prob: 0.06 + prob: 0.05 orGroup: rock - id: WallRockSilver - prob: 0.04 + prob: 0.05 orGroup: rock - id: WallRockPlasma - prob: 0.07 + prob: 0.05 orGroup: rock - id: WallRockUranium - prob: 0.04 + prob: 0.02 orGroup: rock - id: WallRockBananium - prob: 0.03 + prob: 0.02 orGroup: rock - id: WallRockArtifactFragment - prob: 0.03 - orGroup: rock - - id: SalvageMobSpawner - prob: 0.001 - orGroup: rock - - id: SpawnMobBearSalvage - prob: 0.001 + prob: 0.01 orGroup: rock - - id: SpawnMobSpiderSalvage - prob: 0.001 - orGroup: rock - - id: SpawnMobKangarooSalvage - prob: 0.001 - orGroup: rock - - type: GCAbleObject - queue: SpaceDebris - type: IFF flags: HideLabel color: "#d67e27" @@ -86,7 +69,7 @@ components: - type: MapGrid - type: BlobFloorPlanBuilder - floorPlacements: 24 + floorPlacements: 16 - type: entity id: AsteroidDebrisLarge @@ -96,7 +79,7 @@ components: - type: MapGrid - type: BlobFloorPlanBuilder - floorPlacements: 36 + floorPlacements: 24 - type: entity id: AsteroidDebrisLarger @@ -107,18 +90,7 @@ - type: MapGrid - type: BlobFloorPlanBuilder radius: 12 - floorPlacements: 48 - -- type: entity - id: AsteroidDebrisHuge - parent: BaseAsteroidDebris - name: Asteroid Debris Huge - noSpawn: true - components: - - type: MapGrid - - type: BlobFloorPlanBuilder - radius: 28 - floorPlacements: 108 + floorPlacements: 36 - type: entity id: AsteroidSalvageSmall @@ -166,4 +138,4 @@ - type: BlobFloorPlanBuilder blobDrawProb: 0.66 radius: 23 - floorPlacements: 250 + floorPlacements: 250 \ No newline at end of file diff --git a/Resources/Prototypes/World/Biomes/basic.yml b/Resources/Prototypes/World/Biomes/basic.yml index a0b5713013e..5d9f8d1329d 100644 --- a/Resources/Prototypes/World/Biomes/basic.yml +++ b/Resources/Prototypes/World/Biomes/basic.yml @@ -7,31 +7,20 @@ densityNoiseChannel: Density - type: SimpleDebrisSelector debrisTable: - ##- id: AsteroidDebrisSmall + - id: AsteroidDebrisSmall - id: AsteroidDebrisMedium - id: AsteroidDebrisLarge - prob: 0.6 + prob: 0.7 - id: AsteroidDebrisLarger - prob: 0.3 - - id: AsteroidDebrisHuge - prob: 0.15 + prob: 0.4 - type: NoiseDrivenDebrisSelector noiseChannel: Wreck debrisTable: - id: ScrapDebrisSmall - prob: 1 - id: ScrapDebrisMedium - prob: 1 - id: ScrapDebrisLarge - prob: 0.6 - - id: ScrapDebrisExtraLarge - prob: 0.3 - - id: ScrapDebrisExtraLargeScattered - prob: 0.3 - - id: ScrapDebrisHuge - prob: 0.15 - + prob: 0.5 - type: NoiseRangeCarver ranges: - 0.4, 0.6 - noiseChannel: Carver + noiseChannel: Carver \ No newline at end of file diff --git a/Resources/Prototypes/World/worldgen_default.yml b/Resources/Prototypes/World/worldgen_default.yml index af52c30cf1e..2f9589492a1 100644 --- a/Resources/Prototypes/World/worldgen_default.yml +++ b/Resources/Prototypes/World/worldgen_default.yml @@ -6,4 +6,4 @@ biomes: - AsteroidsFallback - Failsafe - - AsteroidsStandard + - AsteroidsStandardNF # Frontier - AsteroidsStandard