group_bot/assets/world/wildlife/spawn/calendar/halloween/temperate/rainforest.ron
2024-06-13 19:16:24 -04:00

17 lines
550 B
Plaintext

SpawnEntry (
name: "Halloween Temperate Rainforest",
note: "Halloween NPCs",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.calendar.halloween.aggressive.halloween_harvester")),
(4, (4, 8, "common.entity.wild.peaceful.bat")),
(4, (3, 6, "common.entity.calendar.halloween.aggressive.trickster")),
],
spawn_mode: Land,
calendar_events: Some([Halloween]),
day_period: [Night, Morning, Noon, Evening],
),
],
)