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,38 @@
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],
),
],
)

View File

@@ -0,0 +1,56 @@
SpawnEntry (
name: "Jungle rainforest wildlife.",
note: "Spread through the area.",
rules: [
Pack(
groups: [
// Casual
(5, (1, 1, "common.entity.wild.peaceful.parrot")),
(5, (1, 1, "common.entity.wild.peaceful.parakeet")),
(5, (1, 1, "common.entity.wild.peaceful.toucan")),
(4, (1, 1, "common.entity.wild.peaceful.peacock")),
// Rare
(1, (1, 1, "common.entity.wild.aggressive.tarasque")),
(4, (1, 1, "common.entity.wild.peaceful.tortoise")),
(3, (1, 1, "common.entity.wild.aggressive.monitor")),
(3, (1, 1, "common.entity.wild.peaceful.crawler_moss")),
(1, (1, 1, "common.entity.wild.aggressive.rootsnapper")),
(2, (1, 1, "common.entity.wild.aggressive.axebeak")),
(1, (1, 1, "common.entity.wild.aggressive.swamp_troll")),
],
spawn_mode: Land,
day_period: [Morning, Noon],
),
Pack(
groups: [
(6, (1, 1, "common.entity.wild.peaceful.parrot")),
(6, (1, 1, "common.entity.wild.peaceful.parakeet")),
(6, (1, 1, "common.entity.wild.peaceful.toucan")),
(4, (1, 1, "common.entity.wild.peaceful.peacock")),
(3, (1, 1, "common.entity.wild.peaceful.quokka")),
(1, (1, 1, "common.entity.wild.aggressive.tarasque")),
(2, (1, 1, "common.entity.wild.aggressive.horn_beetle")),
(2, (1, 1, "common.entity.wild.aggressive.stag_beetle")),
(3, (1, 1, "common.entity.wild.peaceful.crawler_moss")),
(1, (1, 1, "common.entity.wild.aggressive.rootsnapper")),
(1, (1, 1, "common.entity.wild.aggressive.swamp_troll")),
],
spawn_mode: Land,
day_period: [Evening],
),
Pack(
groups: [
(3, (1, 1, "common.entity.wild.peaceful.parrot")),
(3, (1, 1, "common.entity.wild.peaceful.parakeet")),
(3, (1, 1, "common.entity.wild.peaceful.quokka")),
(1, (1, 1, "common.entity.wild.aggressive.tarasque")),
(3, (1, 1, "common.entity.wild.aggressive.horn_beetle")),
(3, (1, 1, "common.entity.wild.aggressive.stag_beetle")),
(2, (1, 1, "common.entity.wild.aggressive.swamp_troll")),
],
spawn_mode: Land,
day_period: [Night],
),
],
)