mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix_desert_rock_animals
This commit is contained in:
parent
59d8d287d9
commit
cfbadd36ea
BIN
assets/voxygen/voxel/npc/lavadrake/male/head_lower.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/lavadrake/male/head_lower.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/lavadrake/male/head_upper.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/lavadrake/male/head_upper.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/lavadrake/male/jaw.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/lavadrake/male/jaw.vox
(Stored with Git LFS)
Binary file not shown.
@ -5,9 +5,9 @@ SpawnEntry (
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.aggressive.rocksnapper")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.dodarock")),
|
||||
(2, (1, 3, "common.entity.wild.peaceful.gecko")),
|
||||
(2, (1, 2, "common.entity.wild.peaceful.sand_hare")),
|
||||
(2, (1, 1, "common.entity.wild.aggressive.dodarock")),
|
||||
(5, (1, 3, "common.entity.wild.peaceful.gecko")),
|
||||
(5, (1, 2, "common.entity.wild.peaceful.sand_hare")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
|
@ -342,7 +342,7 @@ pub fn spawn_manifest() -> Vec<(&'static str, DensityFn)> {
|
||||
}),
|
||||
// Rock animals
|
||||
("world.wildlife.spawn.desert.rock", |c, col| {
|
||||
close(c.temp, CONFIG.desert_temp + 0.2, 0.2) * col.rock_density * BASE_DENSITY * 5.0
|
||||
close(c.temp, CONFIG.desert_temp + 0.2, 0.05) * col.rock_density * BASE_DENSITY * 4.0
|
||||
}),
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user