20 lines
521 B
Plaintext
20 lines
521 B
Plaintext
SpawnEntry (
|
|
name: "Taiga forest wildlife.",
|
|
note: "Search for them in taiga forests.",
|
|
rules: [
|
|
Pack(
|
|
groups: [
|
|
(1, (3, 7, "common.entity.wild.aggressive.wolf")),
|
|
],
|
|
spawn_mode: Land,
|
|
day_period: [Morning, Noon, Evening],
|
|
),
|
|
Pack(
|
|
groups: [
|
|
(1, (1, 1, "common.entity.wild.aggressive.irrwurz")),
|
|
],
|
|
spawn_mode: Land,
|
|
day_period: [Night],
|
|
),
|
|
],
|
|
) |