group_bot/assets/world/wildlife/spawn/taiga/forest.ron

20 lines
521 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
SpawnEntry (
name: "Taiga forest wildlife.",
note: "Search for them in taiga forests.",
rules: [
Pack(
groups: [
(1, (3, 7, "common.entity.wild.aggressive.wolf")),
],
spawn_mode: Land,
day_period: [Morning, Noon, Evening],
),
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.irrwurz")),
],
spawn_mode: Land,
day_period: [Night],
),
],
)