group_bot/assets/world/wildlife/spawn/calendar/april_fools/taiga/core.ron

15 lines
388 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
SpawnEntry (
name: "April Fools Jungle 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],
),
],
)