group_bot/assets/world/wildlife/spawn/desert/hot.ron

28 lines
890 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
SpawnEntry (
name: "Desert hot area wildlife.",
note: "",
rules: [
Pack(
groups: [
// Casual
(2, (1, 1, "common.entity.wild.peaceful.camel")),
(2, (1, 1, "common.entity.wild.peaceful.sand_hare")),
(2, (1, 1, "common.entity.wild.peaceful.salamander")),
(2, (1, 1, "common.entity.wild.peaceful.gecko")),
// Rare
(1, (1, 1, "common.entity.wild.peaceful.crawler_sand")),
],
spawn_mode: Land,
day_period: [Morning, Noon, Evening],
),
Pack(
groups: [
(1, (1, 1, "common.entity.wild.peaceful.porcupine")),
(1, (1, 1, "common.entity.wild.peaceful.pangolin")),
],
spawn_mode: Land,
day_period: [Night],
),
],
)