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:
15
veloren/assets/world/wildlife/spawn/tropical/beach.ron
Normal file
15
veloren/assets/world/wildlife/spawn/tropical/beach.ron
Normal file
@@ -0,0 +1,15 @@
|
||||
SpawnEntry (
|
||||
name: "Tropical Ocean beach wildlife.",
|
||||
note: "Beach inhabitants",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(3, (1, 3, "common.entity.wild.aggressive.sea_crocodile")),
|
||||
(16, (8, 16, "common.entity.wild.peaceful.crab")),
|
||||
(2, (1, 1, "common.entity.wild.aggressive.reefsnapper")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/world/wildlife/spawn/tropical/ocean.ron
Normal file
13
veloren/assets/world/wildlife/spawn/tropical/ocean.ron
Normal file
@@ -0,0 +1,13 @@
|
||||
SpawnEntry (
|
||||
name: "Tropical Ocean wildlife.",
|
||||
note: "Ocean inhabitants",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(3, (3, 4, "common.entity.wild.peaceful.clownfish")),
|
||||
],
|
||||
spawn_mode: Water,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
20
veloren/assets/world/wildlife/spawn/tropical/rainforest.ron
Normal file
20
veloren/assets/world/wildlife/spawn/tropical/rainforest.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
SpawnEntry (
|
||||
name: "Tropical rainforest wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(7, (2, 3, "common.entity.wild.aggressive.male_lion")),
|
||||
(9, (2, 5, "common.entity.wild.aggressive.hyena")),
|
||||
(11, (3, 6, "common.entity.wild.peaceful.zebra")),
|
||||
(11, (3, 6, "common.entity.wild.peaceful.antelope")),
|
||||
(15, (1, 1, "common.entity.wild.peaceful.porcupine")),
|
||||
(14, (1, 1, "common.entity.wild.peaceful.pangolin")),
|
||||
(4, (1, 1, "common.entity.wild.aggressive.tarantula")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.ngoubou")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
24
veloren/assets/world/wildlife/spawn/tropical/river.ron
Normal file
24
veloren/assets/world/wildlife/spawn/tropical/river.ron
Normal file
@@ -0,0 +1,24 @@
|
||||
SpawnEntry (
|
||||
name: "Tropical river wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(3, (3, 4, "common.entity.wild.peaceful.piranha")),
|
||||
(6, (1, 2, "common.entity.wild.peaceful.axolotl")),
|
||||
(1, (1, 2, "common.entity.wild.aggressive.alligator")),
|
||||
],
|
||||
spawn_mode: Water,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.peaceful.kelpie")),
|
||||
(8, (2, 6, "common.entity.wild.peaceful.crab")),
|
||||
(2, (1, 1, "common.entity.wild.aggressive.crocodile")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/world/wildlife/spawn/tropical/rock.ron
Normal file
13
veloren/assets/world/wildlife/spawn/tropical/rock.ron
Normal file
@@ -0,0 +1,13 @@
|
||||
SpawnEntry (
|
||||
name: "Tropical rocks wildlife.",
|
||||
note: "",
|
||||
rules: [
|
||||
Pack(
|
||||
groups: [
|
||||
(1, (1, 3, "common.entity.wild.peaceful.gecko")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user