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

19 lines
704 B
Plaintext

SpawnEntry (
name: "Tundra rare animals for christmas.",
note: "Search for them in the heart of tundra.",
rules: [
Pack(
groups: [
(15, (1, 1, "common.entity.wild.aggressive.snow_raptor")),
(1, (1, 1, "common.entity.wild.aggressive.wendigo")),
(1, (2, 6, "common.entity.wild.peaceful.mammoth")),
(1, (1, 1, "common.entity.wild.aggressive.mountain_troll")),
(1, (1, 1, "common.entity.calendar.christmas.aggressive.yeti")),
],
spawn_mode: Land,
calendar_events: Some([Christmas]),
day_period: [Night, Morning, Noon, Evening],
),
],
)