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:
16
veloren/assets/world/wildlife/spawn/desert/area.ron
Normal file
16
veloren/assets/world/wildlife/spawn/desert/area.ron
Normal 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],
|
||||
),
|
||||
],
|
||||
)
|
||||
27
veloren/assets/world/wildlife/spawn/desert/hot.ron
Normal file
27
veloren/assets/world/wildlife/spawn/desert/hot.ron
Normal 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],
|
||||
),
|
||||
],
|
||||
)
|
||||
14
veloren/assets/world/wildlife/spawn/desert/river.ron
Normal file
14
veloren/assets/world/wildlife/spawn/desert/river.ron
Normal 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],
|
||||
),
|
||||
],
|
||||
)
|
||||
17
veloren/assets/world/wildlife/spawn/desert/rock.ron
Normal file
17
veloren/assets/world/wildlife/spawn/desert/rock.ron
Normal 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],
|
||||
),
|
||||
],
|
||||
)
|
||||
20
veloren/assets/world/wildlife/spawn/desert/wasteland.ron
Normal file
20
veloren/assets/world/wildlife/spawn/desert/wasteland.ron
Normal 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],
|
||||
),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user