From d8e46981913d4d885348289f98ccf22f86830eac Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 30 May 2025 14:38:35 +0300 Subject: [PATCH] return vanilla vgroid gen --- .../Prototypes/Procedural/Magnet/asteroid.yml | 12 +++---- .../Procedural/Magnet/asteroid_ore_gens.yml | 30 ++++++---------- Resources/Prototypes/Procedural/vgroid.yml | 36 +++++++++---------- 3 files changed, 30 insertions(+), 48 deletions(-) diff --git a/Resources/Prototypes/Procedural/Magnet/asteroid.yml b/Resources/Prototypes/Procedural/Magnet/asteroid.yml index 172eae824b..a77a6b287b 100644 --- a/Resources/Prototypes/Procedural/Magnet/asteroid.yml +++ b/Resources/Prototypes/Procedural/Magnet/asteroid.yml @@ -21,8 +21,7 @@ - !type:BiomeDunGen biomeTemplate: Asteroid - !type:OreDunGen - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockGibtonite count: 8 minGroupSize: 0 @@ -51,8 +50,7 @@ - !type:BiomeDunGen biomeTemplate: Asteroid - !type:OreDunGen - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockGibtonite count: 8 minGroupSize: 0 @@ -81,8 +79,7 @@ - !type:BiomeDunGen biomeTemplate: Asteroid - !type:OreDunGen - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockGibtonite count: 8 minGroupSize: 0 @@ -110,8 +107,7 @@ - !type:BiomeDunGen biomeTemplate: Asteroid - !type:OreDunGen - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockGibtonite count: 8 minGroupSize: 0 diff --git a/Resources/Prototypes/Procedural/Magnet/asteroid_ore_gens.yml b/Resources/Prototypes/Procedural/Magnet/asteroid_ore_gens.yml index e097380a48..7b468dc4fe 100644 --- a/Resources/Prototypes/Procedural/Magnet/asteroid_ore_gens.yml +++ b/Resources/Prototypes/Procedural/Magnet/asteroid_ore_gens.yml @@ -14,8 +14,7 @@ - type: oreDunGen id: OreIron - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockTin count: 5 minGroupSize: 5 @@ -23,8 +22,7 @@ - type: oreDunGen id: OreQuartz - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockQuartz count: 5 minGroupSize: 5 @@ -32,8 +30,7 @@ - type: oreDunGen id: OreCoal - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockCoal count: 3 minGroupSize: 5 @@ -41,8 +38,7 @@ - type: oreDunGen id: OreSalt - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockSalt count: 3 minGroupSize: 5 @@ -50,8 +46,7 @@ - type: oreDunGen id: OreGold - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockGold count: 4 minGroupSize: 5 @@ -59,8 +54,7 @@ - type: oreDunGen id: OreSilver - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockSilver count: 4 minGroupSize: 5 @@ -68,8 +62,7 @@ - type: oreDunGen id: OrePlasma - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockPlasma count: 4 minGroupSize: 5 @@ -77,8 +70,7 @@ - type: oreDunGen id: OreUranium - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockUranium count: 4 minGroupSize: 5 @@ -86,8 +78,7 @@ - type: oreDunGen id: OreBananium - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockBananium count: 6 minGroupSize: 3 @@ -95,8 +86,7 @@ - type: oreDunGen id: OreArtifactFragment - entityMask: - - AsteroidRock + replacement: AsteroidRock entity: AsteroidRockArtifactFragment count: 5 minGroupSize: 1 diff --git a/Resources/Prototypes/Procedural/vgroid.yml b/Resources/Prototypes/Procedural/vgroid.yml index 4975c48f0e..0caa9f0e1f 100644 --- a/Resources/Prototypes/Procedural/vgroid.yml +++ b/Resources/Prototypes/Procedural/vgroid.yml @@ -30,75 +30,71 @@ inheritDungeons: All # Ores - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockIron count: 50 minGroupSize: 10 maxGroupSize: 15 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockCoal count: 50 minGroupSize: 8 maxGroupSize: 12 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockQuartz count: 50 minGroupSize: 10 maxGroupSize: 15 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockSalt count: 50 minGroupSize: 8 maxGroupSize: 12 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockGold count: 40 minGroupSize: 8 maxGroupSize: 12 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockSilver count: 40 minGroupSize: 8 maxGroupSize: 12 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockPlasma count: 35 minGroupSize: 4 maxGroupSize: 8 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockUranium count: 35 minGroupSize: 4 maxGroupSize: 8 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockArtifactFragment count: 25 minGroupSize: 1 maxGroupSize: 3 - !type:OreDunGen - entityMask: - - IronRock + replacement: IronRock entity: IronRockDiamond count: 15 minGroupSize: 1 maxGroupSize: 2 + - !type:OreDunGen + replacement: IronRock + entity: IronRockGibtonite + count: 60 # you don't really hit it on purpose so it should be common + minGroupSize: 1 + maxGroupSize: 1 # Configs - type: dungeonConfig