group_bot/assets/world/wildlife/spawn/tundra/rock.ron
2024-06-13 19:16:24 -04:00

13 lines
358 B
Plaintext

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],
),
],
)