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,15 @@
SpawnEntry (
name: "Tropical Ocean beach wildlife.",
note: "Beach inhabitants",
rules: [
Pack(
groups: [
(3, (1, 3, "common.entity.wild.aggressive.sea_crocodile")),
(16, (8, 16, "common.entity.wild.peaceful.crab")),
(2, (1, 1, "common.entity.wild.aggressive.reefsnapper")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,13 @@
SpawnEntry (
name: "Tropical Ocean wildlife.",
note: "Ocean inhabitants",
rules: [
Pack(
groups: [
(3, (3, 4, "common.entity.wild.peaceful.clownfish")),
],
spawn_mode: Water,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,20 @@
SpawnEntry (
name: "Tropical rainforest wildlife.",
note: "",
rules: [
Pack(
groups: [
(7, (2, 3, "common.entity.wild.aggressive.male_lion")),
(9, (2, 5, "common.entity.wild.aggressive.hyena")),
(11, (3, 6, "common.entity.wild.peaceful.zebra")),
(11, (3, 6, "common.entity.wild.peaceful.antelope")),
(15, (1, 1, "common.entity.wild.peaceful.porcupine")),
(14, (1, 1, "common.entity.wild.peaceful.pangolin")),
(4, (1, 1, "common.entity.wild.aggressive.tarantula")),
(1, (1, 1, "common.entity.wild.aggressive.ngoubou")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,24 @@
SpawnEntry (
name: "Tropical river wildlife.",
note: "",
rules: [
Pack(
groups: [
(3, (3, 4, "common.entity.wild.peaceful.piranha")),
(6, (1, 2, "common.entity.wild.peaceful.axolotl")),
(1, (1, 2, "common.entity.wild.aggressive.alligator")),
],
spawn_mode: Water,
day_period: [Night, Morning, Noon, Evening],
),
Pack(
groups: [
(1, (1, 1, "common.entity.wild.peaceful.kelpie")),
(8, (2, 6, "common.entity.wild.peaceful.crab")),
(2, (1, 1, "common.entity.wild.aggressive.crocodile")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,13 @@
SpawnEntry (
name: "Tropical rocks wildlife.",
note: "",
rules: [
Pack(
groups: [
(1, (1, 3, "common.entity.wild.peaceful.gecko")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)