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,22 @@
SpawnEntry (
name: "Arctic ocean water wildlife.",
note: "Arctic ocean inhabitants",
rules: [
Pack(
groups: [
(4, (1, 3, "common.entity.wild.aggressive.icepike")),
],
spawn_mode: Water,
day_period: [Night, Morning, Noon, Evening],
),
Pack(
groups: [
(4, (4, 12, "common.entity.wild.peaceful.penguin")),
(4, (4, 8, "common.entity.wild.peaceful.seal")),
(1, (1, 1, "common.entity.wild.aggressive.tursus")),
],
spawn_mode: Ice,
day_period: [Night, Morning, Noon, Evening],
),
],
)