mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
reduced bamboo spawn rates
This commit is contained in:
parent
60c2d7d968
commit
69041137a0
@ -665,9 +665,10 @@ pub fn apply_scatter_to(canvas: &mut Canvas, rng: &mut impl Rng) {
|
||||
Some((0.2, 128.0, 0.5)),
|
||||
)
|
||||
}),
|
||||
(Bamboo, Ground, |_, col| {
|
||||
(Bamboo, Ground, |_, col| {
|
||||
(
|
||||
0.35 * close(col.humidity, CONFIG.jungle_hum, 0.9)
|
||||
0.014
|
||||
* close(col.humidity, CONFIG.jungle_hum, 0.9)
|
||||
* col
|
||||
.water_dist
|
||||
.map(|wd| Lerp::lerp(0.2, 0.0, (wd / 8.0).clamped(0.0, 1.0)))
|
||||
|
Loading…
Reference in New Issue
Block a user