39 lines
1.7 KiB
Plaintext
39 lines
1.7 KiB
Plaintext
|
SpawnEntry (
|
||
|
name: "Jungle rainforest core wildlife.",
|
||
|
note: "Concentrated in the core of biome.",
|
||
|
rules: [
|
||
|
Pack(
|
||
|
groups: [
|
||
|
// Casual
|
||
|
(12, (1, 1, "common.entity.wild.aggressive.tiger")),
|
||
|
(5, (1, 1, "common.entity.wild.aggressive.maneater")),
|
||
|
(9, (2, 3, "common.entity.wild.aggressive.wood_raptor")),
|
||
|
(14, (1, 1, "common.entity.wild.aggressive.deadwood")),
|
||
|
(18, (2, 6, "common.entity.wild.peaceful.dodo")),
|
||
|
// Rare
|
||
|
(10, (1, 1, "common.entity.wild.aggressive.sunlizard")),
|
||
|
(1, (1, 1, "common.entity.wild.aggressive.odonto")),
|
||
|
(3, (1, 3, "common.entity.wild.aggressive.mighty_saurok")),
|
||
|
(3, (1, 3, "common.entity.wild.aggressive.occult_saurok")),
|
||
|
(3, (1, 3, "common.entity.wild.aggressive.sly_saurok")),
|
||
|
(4, (1, 1, "common.entity.wild.aggressive.mossdrake")),
|
||
|
],
|
||
|
spawn_mode: Land,
|
||
|
day_period: [Morning, Noon, Evening],
|
||
|
),
|
||
|
Pack(
|
||
|
groups: [
|
||
|
(18, (2, 3, "common.entity.wild.aggressive.wood_raptor")),
|
||
|
(28, (1, 1, "common.entity.wild.aggressive.deadwood")),
|
||
|
(24, (1, 1, "common.entity.wild.aggressive.tiger")),
|
||
|
(10, (1, 1, "common.entity.wild.aggressive.maneater")),
|
||
|
(8, (1, 1, "common.entity.wild.aggressive.mossdrake")),
|
||
|
(2, (1, 1, "common.entity.wild.aggressive.cockatrice")),
|
||
|
(1, (1, 1, "common.entity.wild.aggressive.odonto")),
|
||
|
],
|
||
|
spawn_mode: Land,
|
||
|
day_period: [Night],
|
||
|
),
|
||
|
],
|
||
|
)
|