Ore tweaks (#16930)

- Guaranteed spawns in salvage
- Triple vein count
- Made it so rocks only drop 1 as it's kinda whacky (I believe they still convert differently to bars).
This commit is contained in:
metalgearsloth
2023-05-31 13:40:36 +10:00
committed by GitHub
parent 72d5ffb94c
commit ed1ff4df06
7 changed files with 33 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
id: OreTin
proto: WallRockTin
entityMask: WallRock
maxCount: 5
maxCount: 15
groupCount: 10
radius: 4
@@ -13,7 +13,7 @@
id: OreGold
proto: WallRockGold
entityMask: WallRock
maxCount: 5
maxCount: 15
groupCount: 5
radius: 4
@@ -22,7 +22,7 @@
id: OreSilver
proto: WallRockSilver
entityMask: WallRock
maxCount: 5
maxCount: 15
groupCount: 5
radius: 4
@@ -32,7 +32,7 @@
id: OrePlasma
proto: WallRockPlasma
entityMask: WallRock
maxCount: 2
maxCount: 6
groupCount: 5
radius: 4
@@ -41,7 +41,7 @@
id: OreUranium
proto: WallRockUranium
entityMask: WallRock
maxCount: 2
maxCount: 6
groupCount: 5
radius: 4
@@ -49,6 +49,6 @@
id: OreBananium
proto: WallRockBananium
entityMask: WallRock
maxCount: 2
maxCount: 6
groupCount: 5
radius: 4

View File

@@ -55,6 +55,7 @@
- type: salvageLoot
id: OreTin
desc: Veins of steel
guaranteed: true
loots:
- !type:BiomeMarkerLoot
proto: OreTin
@@ -63,6 +64,7 @@
- type: salvageLoot
id: OreGold
desc: Veins of gold ore
guaranteed: true
loots:
- !type:BiomeMarkerLoot
proto: OreGold
@@ -70,6 +72,7 @@
- type: salvageLoot
id: OreSilver
desc: Veins of silver ore
guaranteed: true
loots:
- !type:BiomeMarkerLoot
proto: OreSilver
@@ -78,6 +81,7 @@
- type: salvageLoot
id: OrePlasma
desc: Veins of plasma ore
guaranteed: true
loots:
- !type:BiomeMarkerLoot
proto: OrePlasma
@@ -85,6 +89,7 @@
- type: salvageLoot
id: OreUranium
desc: Veins of uranium ore
guaranteed: true
loots:
- !type:BiomeMarkerLoot
proto: OreUranium