primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
13
veloren/assets/world/wildlife/spawn/temperate/beach.ron
Normal file
13
veloren/assets/world/wildlife/spawn/temperate/beach.ron
Normal file
@@ -0,0 +1,13 @@
|
||||
SpawnEntry (
|
||||
name: "Temperate Ocean beach wildlife.",
|
||||
note: "Beach inhabitants",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(5, (1, 3, "common.entity.wild.peaceful.puffin")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/world/wildlife/spawn/temperate/ocean.ron
Normal file
13
veloren/assets/world/wildlife/spawn/temperate/ocean.ron
Normal file
@@ -0,0 +1,13 @@
|
||||
SpawnEntry (
|
||||
name: "Temperate Ocean wildlife.",
|
||||
note: "Ocean inhabitants",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(3, (3, 4, "common.entity.wild.peaceful.marlin")),
|
||||
],
|
||||
spawn_mode: Water,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
31
veloren/assets/world/wildlife/spawn/temperate/plains.ron
Normal file
31
veloren/assets/world/wildlife/spawn/temperate/plains.ron
Normal file
@@ -0,0 +1,31 @@
|
||||
SpawnEntry (
|
||||
name: "Temperate plains wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(3, (1, 1, "common.entity.wild.aggressive.weevil")),
|
||||
(1, (1, 7, "common.entity.wild.peaceful.horse")),
|
||||
(1, (5, 10, "common.entity.wild.peaceful.cattle")),
|
||||
(5, (3, 5, "common.entity.wild.peaceful.chicken")),
|
||||
(5, (2, 7, "common.entity.wild.peaceful.rabbit")),
|
||||
(5, (1, 2, "common.entity.wild.peaceful.frog")),
|
||||
(5, (3, 7, "common.entity.wild.peaceful.pig")),
|
||||
(4, (1, 1, "common.entity.wild.peaceful.leaf_beetle")),
|
||||
(4, (1, 1, "common.entity.wild.peaceful.bushly")),
|
||||
(4, (1, 1, "common.entity.wild.peaceful.driggle")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Morning, Noon, Evening],
|
||||
),
|
||||
Pack(
|
||||
groups: [
|
||||
// Solitary
|
||||
// Pack
|
||||
(1, (1, 2, "common.entity.wild.peaceful.emberfly")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night],
|
||||
),
|
||||
],
|
||||
)
|
||||
30
veloren/assets/world/wildlife/spawn/temperate/rainforest.ron
Normal file
30
veloren/assets/world/wildlife/spawn/temperate/rainforest.ron
Normal file
@@ -0,0 +1,30 @@
|
||||
SpawnEntry (
|
||||
name: "Temperate rainforest wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
// Pack animals
|
||||
(3, (1, 7, "common.entity.wild.peaceful.boar")),
|
||||
// Solitary
|
||||
(3, (1, 1, "common.entity.wild.peaceful.mossy_snail")),
|
||||
(3, (1, 1, "common.entity.wild.peaceful.treant_sapling")),
|
||||
(2, (1, 1, "common.entity.wild.peaceful.peacock")),
|
||||
(4, (1, 1, "common.entity.wild.peaceful.turtle")),
|
||||
(4, (1, 1, "common.entity.wild.peaceful.truffler")),
|
||||
(3, (1, 1, "common.entity.wild.peaceful.leaf_beetle")),
|
||||
(2, (1, 1, "common.entity.wild.aggressive.weevil")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Morning, Noon, Evening],
|
||||
),
|
||||
Pack(
|
||||
groups: [
|
||||
// Pack
|
||||
(5, (1, 3, "common.entity.wild.peaceful.emberfly")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night],
|
||||
),
|
||||
],
|
||||
)
|
||||
20
veloren/assets/world/wildlife/spawn/temperate/rare.ron
Normal file
20
veloren/assets/world/wildlife/spawn/temperate/rare.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
SpawnEntry (
|
||||
name: "Temperate rare wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.aggressive.ogre")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Morning, Noon, Evening],
|
||||
),
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.aggressive.ogre")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night],
|
||||
),
|
||||
],
|
||||
)
|
||||
15
veloren/assets/world/wildlife/spawn/temperate/river.ron
Normal file
15
veloren/assets/world/wildlife/spawn/temperate/river.ron
Normal file
@@ -0,0 +1,15 @@
|
||||
SpawnEntry (
|
||||
name: "Temperate river wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(5, (2, 3, "common.entity.wild.peaceful.duck")),
|
||||
(5, (1, 2, "common.entity.wild.peaceful.goose")),
|
||||
(5, (1, 1, "common.entity.wild.peaceful.turtle")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
42
veloren/assets/world/wildlife/spawn/temperate/wood.ron
Normal file
42
veloren/assets/world/wildlife/spawn/temperate/wood.ron
Normal file
@@ -0,0 +1,42 @@
|
||||
SpawnEntry (
|
||||
name: "Temperate wood wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
// Aggressive
|
||||
(6, (1, 1, "common.entity.wild.aggressive.weevil")),
|
||||
// Peaceful
|
||||
(8, (1, 1, "common.entity.wild.peaceful.skunk")),
|
||||
(10, (1, 4, "common.entity.wild.peaceful.crow")),
|
||||
(7, (1, 1, "common.entity.wild.peaceful.leaf_beetle")),
|
||||
(5, (1, 7, "common.entity.wild.peaceful.deer")),
|
||||
(9, (1, 7, "common.entity.wild.peaceful.rabbit")),
|
||||
(9, (1, 2, "common.entity.wild.peaceful.squirrel")),
|
||||
(7, (1, 1, "common.entity.wild.peaceful.mossy_snail")),
|
||||
(7, (1, 1, "common.entity.wild.peaceful.treant_sapling")),
|
||||
(6, (1, 1, "common.entity.wild.peaceful.raccoon")),
|
||||
(9, (1, 1, "common.entity.wild.peaceful.turtle")),
|
||||
(9, (1, 2, "common.entity.wild.peaceful.frog")),
|
||||
(9, (1, 2, "common.entity.wild.peaceful.fungome")),
|
||||
(1, (1, 1, "common.entity.wild.peaceful.hirdrasil")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Morning, Noon, Evening],
|
||||
),
|
||||
Pack(
|
||||
groups: [
|
||||
// Solitary
|
||||
(20, (1, 1, "common.entity.wild.peaceful.forest_fox")),
|
||||
(1, (1, 1, "common.entity.wild.peaceful.hirdrasil")),
|
||||
// Pack
|
||||
(20, (1, 3, "common.entity.wild.peaceful.rat")),
|
||||
(20, (1, 3, "common.entity.wild.peaceful.squirrel")),
|
||||
(20, (1, 3, "common.entity.wild.peaceful.raccoon")),
|
||||
(20, (1, 2, "common.entity.wild.peaceful.fungome")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night],
|
||||
),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user