21 lines
708 B
Plaintext
21 lines
708 B
Plaintext
|
SpawnEntry (
|
||
|
name: "Desert wasteland wildlife.",
|
||
|
note: "",
|
||
|
rules: [
|
||
|
Pack(
|
||
|
groups: [
|
||
|
// Casual
|
||
|
(20, (1, 1, "common.entity.wild.aggressive.sandshark")),
|
||
|
(21, (1, 1, "common.entity.wild.peaceful.eagle")),
|
||
|
(20, (1, 1, "common.entity.wild.aggressive.tarantula")),
|
||
|
// Rare
|
||
|
(1, (1, 1, "common.entity.wild.aggressive.archaeos")),
|
||
|
(1, (1, 1, "common.entity.wild.aggressive.ntouka")),
|
||
|
(7, (1, 1, "common.entity.wild.aggressive.ogre")),
|
||
|
],
|
||
|
spawn_mode: Land,
|
||
|
day_period: [Night, Morning, Noon, Evening],
|
||
|
),
|
||
|
],
|
||
|
)
|