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

15 lines
388 B
Plaintext

SpawnEntry (
name: "April Fools Tundra Core",
note: "April Fools NPCs",
rules: [
Pack(
groups: [
(3, (3, 6, "common.entity.calendar.april_fools.aggressive.trickster")),
],
spawn_mode: Land,
calendar_events: Some([AprilFools]),
day_period: [Night, Morning, Noon, Evening],
),
],
)