group_bot/assets/world/wildlife/spawn/tundra/rock.ron

13 lines
358 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
SpawnEntry (
name: "Tundra rocky animals.",
note: "Search for the rocks in tundra and you will find them.",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.wild.peaceful.arctic_hare")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)