primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
SpawnEntry (
name: "Tundra core animals.",
note: "Search for them in the heart of tundra.",
rules: [
Pack(
groups: [
(7, (2, 4, "common.entity.wild.aggressive.snow_raptor")),
(2, (1, 1, "common.entity.wild.aggressive.wendigo")),
(1, (2, 3, "common.entity.wild.peaceful.mammoth")),
(9, (2, 6, "common.entity.wild.peaceful.yak")),
(3, (1, 1, "common.entity.wild.aggressive.mountain_troll")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,16 @@
SpawnEntry (
name: "Tundra forest animals.",
note: "",
rules: [
Pack(
groups: [
(7, (2, 3, "common.entity.wild.aggressive.frostfang")),
(11, (1, 1, "common.entity.wild.aggressive.snow_leopard")),
(1, (1, 1, "common.entity.wild.aggressive.yale")),
(1, (1, 1, "common.entity.wild.aggressive.grolgar")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,21 @@
SpawnEntry (
name: "Tundra river wildlife.",
note: "",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.hakulaq")),
(4, (2, 5, "common.entity.wild.aggressive.icepike")),
],
spawn_mode: Water,
day_period: [Night, Morning, Noon, Evening],
),
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.hakulaq")),
],
spawn_mode: Ice,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,13 @@
SpawnEntry (
name: "Tundra rocky animals.",
note: "Search for the rocks in tundra and you will find them.",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.wild.peaceful.arctic_hare")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,27 @@
SpawnEntry (
name: "Tundra snow animals.",
note: "Usually you can find them in snowy areas.",
rules: [
Pack(
groups: [
(1, (2, 3, "common.entity.wild.aggressive.frostfang")),
(1, (2, 4, "common.entity.wild.aggressive.snow_raptor")),
(3, (1, 1, "common.entity.wild.peaceful.snowy_owl")),
(2, (1, 1, "common.entity.wild.peaceful.arctic_fox")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.akhlut")),
(1, (1, 1, "common.entity.wild.aggressive.icedrake")),
(1, (1, 1, "common.entity.wild.aggressive.roshwalr")),
],
spawn_mode: Ice,
day_period: [Night, Morning, Noon, Evening],
),
],
)