group_bot/assets/world/wildlife/spawn/calendar/christmas/taiga/core_forest.ron

17 lines
592 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
SpawnEntry (
name: "Taiga rare forest wildlife for christmas.",
note: "Search for them in the heart of the taiga, if you are feeling lucky.",
rules: [
Pack(
groups: [
(9, (1, 1, "common.entity.wild.aggressive.wendigo")),
(9, (1, 1, "common.entity.wild.aggressive.dreadhorn")),
(1, (1, 1, "common.entity.calendar.christmas.aggressive.yeti")),
],
spawn_mode: Land,
calendar_events: Some([Christmas]),
day_period: [Night, Morning, Noon, Evening],
),
],
)