Skip to content

Commit

Permalink
Merge pull request #654 from SuperObamaByte/Ore-Deposit-Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
planetme authored Dec 23, 2023
2 parents cf91e7d + 487af3a commit 318b620
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 13 deletions.
6 changes: 5 additions & 1 deletion structures/active/Alluvial.rcbp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{
"biomes": "$RIVER",
"weight": 2.5
},
{
"biomes": "",
"weight": 0.1
}
],
"metadata": {
Expand All @@ -20,4 +24,4 @@
""
]
}
}
}
8 changes: 6 additions & 2 deletions structures/active/Hydrothermal.rcbp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": [
{
"biomes": "$FOREST",
"weight": 0.1
"weight": 0.25
},
{
"biomes": "$MOUNTAIN",
Expand All @@ -14,6 +14,10 @@
},
{
"biomes": "$JUNGLE",
"weight": 0.25
},
{
"biomes": "",
"weight": 0.1
}
],
Expand All @@ -23,4 +27,4 @@
""
]
}
}
}
5 changes: 4 additions & 1 deletion structures/active/LaunchPadBiomes.rcbp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
{
"biomes": "$WASTELAND"
},
{
"biomes": "",
}
],
"metadata": {
Expand All @@ -16,4 +19,4 @@
"Biomes suitable for launch pads"
]
}
}
}
10 changes: 7 additions & 3 deletions structures/active/MagmaticHydrothermal.rcbp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"data": [
{
"biomes": "$MOUNTAIN",
"weight": 0.75
"weight": 1.0
},
{
"biomes": "$JUNGLE",
"weight": 0.25
"weight": 0.5
},
{
"biomes": "$HILLS",
Expand All @@ -15,6 +15,10 @@
{
"biomes": "$LUSH",
"weight": 0.4
},
{
"biomes": "",
"weight": 0.1
}
],
"metadata": {
Expand All @@ -23,4 +27,4 @@
""
]
}
}
}
4 changes: 2 additions & 2 deletions structures/active/Metamorphic.rcbp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": [
{
"biomes": "$FOREST",
"weight": 0.5
"weight": 0.75
},
{
"biomes": "$HILLS",
Expand All @@ -19,4 +19,4 @@
""
]
}
}
}
12 changes: 8 additions & 4 deletions structures/active/Orthomagmatic.rcbp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
"data": [
{
"biomes": "$WASTELAND",
"weight": 1.2
"weight": 1.5
},
{
"biomes": "$MOUNTAIN",
"weight": 0.6
"weight": 0.75
},
{
"biomes": "volcanic",
"weight": 1.2
"weight": 1.5
},
{
"biomes": "",
"weight": 0.1
}
],
"metadata": {
Expand All @@ -19,4 +23,4 @@
""
]
}
}
}

0 comments on commit 318b620

Please sign in to comment.