group_bot/assets/world/wildlife/spawn/desert/rock.ron
2024-06-13 19:16:24 -04:00

17 lines
641 B
Plaintext

SpawnEntry (
name: "Desert rocky animals.",
note: "Search for the rocks in desert and you will find them.",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.rocksnapper")),
(4, (1, 1, "common.entity.wild.aggressive.dodarock")),
(9, (1, 3, "common.entity.wild.peaceful.gecko")),
(8, (1, 2, "common.entity.wild.peaceful.sand_hare")),
(3, (1, 1, "common.entity.wild.aggressive.bonerattler")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)