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:
17
veloren/assets/world/wildlife/spawn/tundra/core.ron
Normal file
17
veloren/assets/world/wildlife/spawn/tundra/core.ron
Normal file
@@ -0,0 +1,17 @@
|
||||
SpawnEntry (
|
||||
name: "Tundra core animals.",
|
||||
note: "Search for them in the heart of tundra.",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(7, (2, 4, "common.entity.wild.aggressive.snow_raptor")),
|
||||
(2, (1, 1, "common.entity.wild.aggressive.wendigo")),
|
||||
(1, (2, 3, "common.entity.wild.peaceful.mammoth")),
|
||||
(9, (2, 6, "common.entity.wild.peaceful.yak")),
|
||||
(3, (1, 1, "common.entity.wild.aggressive.mountain_troll")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
16
veloren/assets/world/wildlife/spawn/tundra/forest.ron
Normal file
16
veloren/assets/world/wildlife/spawn/tundra/forest.ron
Normal file
@@ -0,0 +1,16 @@
|
||||
SpawnEntry (
|
||||
name: "Tundra forest animals.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(7, (2, 3, "common.entity.wild.aggressive.frostfang")),
|
||||
(11, (1, 1, "common.entity.wild.aggressive.snow_leopard")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.yale")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.grolgar")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
21
veloren/assets/world/wildlife/spawn/tundra/river.ron
Normal file
21
veloren/assets/world/wildlife/spawn/tundra/river.ron
Normal file
@@ -0,0 +1,21 @@
|
||||
SpawnEntry (
|
||||
name: "Tundra river wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.aggressive.hakulaq")),
|
||||
(4, (2, 5, "common.entity.wild.aggressive.icepike")),
|
||||
],
|
||||
spawn_mode: Water,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.aggressive.hakulaq")),
|
||||
],
|
||||
spawn_mode: Ice,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/world/wildlife/spawn/tundra/rock.ron
Normal file
13
veloren/assets/world/wildlife/spawn/tundra/rock.ron
Normal file
@@ -0,0 +1,13 @@
|
||||
SpawnEntry (
|
||||
name: "Tundra rocky animals.",
|
||||
note: "Search for the rocks in tundra and you will find them.",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.peaceful.arctic_hare")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
27
veloren/assets/world/wildlife/spawn/tundra/snow.ron
Normal file
27
veloren/assets/world/wildlife/spawn/tundra/snow.ron
Normal file
@@ -0,0 +1,27 @@
|
||||
SpawnEntry (
|
||||
name: "Tundra snow animals.",
|
||||
note: "Usually you can find them in snowy areas.",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (2, 3, "common.entity.wild.aggressive.frostfang")),
|
||||
(1, (2, 4, "common.entity.wild.aggressive.snow_raptor")),
|
||||
(3, (1, 1, "common.entity.wild.peaceful.snowy_owl")),
|
||||
(2, (1, 1, "common.entity.wild.peaceful.arctic_fox")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.aggressive.akhlut")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.icedrake")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.roshwalr")),
|
||||
|
||||
|
||||
],
|
||||
spawn_mode: Ice,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user