Buff ores, add quartz (#17453)
This commit is contained in:
@@ -3,7 +3,15 @@
|
||||
id: OreTin
|
||||
proto: WallRockTin
|
||||
entityMask: WallRock
|
||||
maxCount: 15
|
||||
maxCount: 30
|
||||
groupCount: 10
|
||||
radius: 4
|
||||
|
||||
- type: biomeMarkerLayer
|
||||
id: OreQuartz
|
||||
proto: WallRockQuartz
|
||||
entityMask: WallRock
|
||||
maxCount: 30
|
||||
groupCount: 10
|
||||
radius: 4
|
||||
|
||||
@@ -13,7 +21,7 @@
|
||||
id: OreGold
|
||||
proto: WallRockGold
|
||||
entityMask: WallRock
|
||||
maxCount: 15
|
||||
maxCount: 30
|
||||
groupCount: 5
|
||||
radius: 4
|
||||
|
||||
@@ -22,7 +30,7 @@
|
||||
id: OreSilver
|
||||
proto: WallRockSilver
|
||||
entityMask: WallRock
|
||||
maxCount: 15
|
||||
maxCount: 30
|
||||
groupCount: 5
|
||||
radius: 4
|
||||
|
||||
@@ -32,7 +40,7 @@
|
||||
id: OrePlasma
|
||||
proto: WallRockPlasma
|
||||
entityMask: WallRock
|
||||
maxCount: 6
|
||||
maxCount: 12
|
||||
groupCount: 5
|
||||
radius: 4
|
||||
|
||||
@@ -41,7 +49,7 @@
|
||||
id: OreUranium
|
||||
proto: WallRockUranium
|
||||
entityMask: WallRock
|
||||
maxCount: 6
|
||||
maxCount: 12
|
||||
groupCount: 5
|
||||
radius: 4
|
||||
|
||||
@@ -49,7 +57,7 @@
|
||||
id: OreBananium
|
||||
proto: WallRockBananium
|
||||
entityMask: WallRock
|
||||
maxCount: 6
|
||||
maxCount: 12
|
||||
groupCount: 5
|
||||
radius: 4
|
||||
|
||||
|
||||
@@ -8,6 +8,14 @@
|
||||
- !type:BiomeMarkerLoot
|
||||
proto: OreTin
|
||||
|
||||
- type: salvageLoot
|
||||
id: OreQuartz
|
||||
desc: Veins of quartz
|
||||
guaranteed: true
|
||||
loots:
|
||||
- !type:BiomeMarkerLoot
|
||||
proto: OreQuartz
|
||||
|
||||
# - Medium value
|
||||
- type: salvageLoot
|
||||
id: OreGold
|
||||
@@ -56,4 +64,4 @@
|
||||
guaranteed: true
|
||||
loots:
|
||||
- !type:BiomeMarkerLoot
|
||||
proto: OreArtifactFragment
|
||||
proto: OreArtifactFragment
|
||||
|
||||
Reference in New Issue
Block a user