Skip to content

Commit

Permalink
remove salt
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Oct 20, 2024
1 parent f877a06 commit 5f167bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Procedural/Magnet/asteroid_ore_gens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
weights:
OreIron: 1.0
OreQuartz: 1.0
OreCoal: 0.33
OreSalt: 0.25
OreCoal: 0.58 # DeltaV: was 0.33, added 0.25 from salt
#OreSalt: 0.25 # DeltaV: removed salt, added weight to coal
OreGold: 0.25
OreSilver: 0.25
OrePlasma: 0.20
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Procedural/salvage_loot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
guaranteed: true
loots:
- !type:BiomeMarkerLoot
proto: OreSalt
proto: OreCoal # DeltaV: replace salt with coal

# - Medium value
- type: salvageLoot
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/ore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,14 @@
id: RandomOreDistributionStandard
weights:
OreSteel: 10
OreCoal: 10
OreCoal: 12 # DeltaV: increased slightly from 10 so there is a surplus to give to chem
OreSpaceQuartz: 8
OreGold: 2
OrePlasma: 4
OreSilver: 1
OreUranium: 1
OreBananium: 0.5
OreArtifactFragment: 0.5
OreSalt: 5 #Delta V - Adds so our rocks can spawn salt

- type: weightedRandomOre
id: OreCrab
Expand Down

0 comments on commit 5f167bd

Please sign in to comment.