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,16 @@
SpawnEntry (
name: "Desert area wildlife.",
note: "",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.asp")),
(1, (1, 3, "common.entity.wild.aggressive.sand_raptor")),
(1, (1, 1, "common.entity.wild.aggressive.antlion")),
(1, (1, 1, "common.entity.wild.aggressive.lavadrake")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,27 @@
SpawnEntry (
name: "Desert hot area wildlife.",
note: "",
rules: [
Pack(
groups: [
// Casual
(2, (1, 1, "common.entity.wild.peaceful.camel")),
(2, (1, 1, "common.entity.wild.peaceful.sand_hare")),
(2, (1, 1, "common.entity.wild.peaceful.salamander")),
(2, (1, 1, "common.entity.wild.peaceful.gecko")),
// Rare
(1, (1, 1, "common.entity.wild.peaceful.crawler_sand")),
],
spawn_mode: Land,
day_period: [Morning, Noon, Evening],
),
Pack(
groups: [
(1, (1, 1, "common.entity.wild.peaceful.porcupine")),
(1, (1, 1, "common.entity.wild.peaceful.pangolin")),
],
spawn_mode: Land,
day_period: [Night],
),
],
)

View File

@@ -0,0 +1,14 @@
SpawnEntry (
name: "Desert river wildlife.",
note: "",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.crocodile")),
(1, (2, 4, "common.entity.wild.peaceful.cockatiel")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,17 @@
SpawnEntry (
name: "Desert rocky animals.",
note: "Search for the rocks in desert and you will find them.",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.rocksnapper")),
(4, (1, 1, "common.entity.wild.aggressive.dodarock")),
(9, (1, 3, "common.entity.wild.peaceful.gecko")),
(8, (1, 2, "common.entity.wild.peaceful.sand_hare")),
(3, (1, 1, "common.entity.wild.aggressive.bonerattler")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)

View File

@@ -0,0 +1,20 @@
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],
),
],
)