-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make some ores more common on lavaland planets
- Loading branch information
deltanedas
committed
Dec 14, 2024
1 parent
bdc592d
commit 9467602
Showing
2 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
Resources/Prototypes/DeltaV/Procedural/biome_ore_templates.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# these have higher group size so more ores spawns | ||
|
||
# Plasma | ||
- type: biomeMarkerLayer | ||
id: OrePlasma3 | ||
entityMask: | ||
AsteroidRock: AsteroidRockPlasma | ||
WallRock: WallRockPlasma | ||
WallRockBasalt: WallRockBasaltPlasma | ||
WallRockChromite: WallRockChromitePlasma | ||
WallRockSand: WallRockSandPlasma | ||
WallRockSnow: WallRockSnowPlasma | ||
maxCount: 12 | ||
minGroupSize: 12 | ||
maxGroupSize: 24 | ||
radius: 4 | ||
|
||
# Uranium | ||
- type: biomeMarkerLayer | ||
id: OreUranium2 | ||
entityMask: | ||
AsteroidRock: AsteroidRockUranium | ||
WallRock: WallRockUranium | ||
WallRockBasalt: WallRockBasaltUranium | ||
WallRockChromite: WallRockChromiteUranium | ||
WallRockSand: WallRockSandUranium | ||
WallRockSnow: WallRockSnowUranium | ||
maxCount: 15 | ||
minGroupSize: 8 | ||
maxGroupSize: 16 | ||
radius: 4 | ||
|
||
# Diamond | ||
- type: biomeMarkerLayer | ||
id: OreDiamond2 | ||
entityMask: | ||
AsteroidRock: AsteroidRockDiamond | ||
WallRock: WallRockDiamond | ||
WallRockBasalt: WallRockBasaltDiamond | ||
WallRockChromite: WallRockChromiteDiamond | ||
WallRockSand: WallRockSandDiamond | ||
WallRockSnow: WallRockSnowDiamond | ||
maxCount: 6 | ||
minGroupSize: 2 | ||
maxGroupSize: 4 | ||
radius: 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters