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

20 lines
521 B
Plaintext

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