Merge branch 'bats' into 'master'

bats

See merge request veloren/veloren!3681
This commit is contained in:
Joshua Barretto 2022-11-01 15:01:18 +00:00
commit 836d4e4427
4 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,4 @@
[
// halloween event loot
(2.0, Item("common.items.food.pumpkin_spice_brew")),
(5.0, Item("common.items.food.honeycorn")),
// crafting
(1.0, Item("common.items.crafting_ing.hide.animal_hide")),
(1.0, Item("common.items.crafting_ing.animal_misc.sharp_fang")),

View File

@ -20,7 +20,7 @@ SpawnEntry (
(1, (1, 1, "common.entity.wild.peaceful.holladon")),
(1, (1, 1, "common.entity.wild.peaceful.porcupine")),
(1, (1, 1, "common.entity.wild.peaceful.pangolin")),
(1, (4, 8, "common.entity.wild.aggressive.bat")),
(1, (2, 4, "common.entity.wild.aggressive.bat")),
],
spawn_mode: Land,
day_period: [Night],

View File

@ -22,7 +22,7 @@ SpawnEntry (
groups: [
(5, (1, 1, "common.entity.wild.peaceful.quokka")),
(1, (1, 1, "common.entity.wild.peaceful.tortoise")),
(5, (4, 8, "common.entity.wild.aggressive.bat")),
(5, (2, 4, "common.entity.wild.aggressive.bat")),
],
spawn_mode: Land,
day_period: [Night],

View File

@ -45,7 +45,7 @@ SpawnEntry (
// Pack
(5, (1, 3, "common.entity.wild.peaceful.rat")),
(5, (1, 3, "common.entity.wild.peaceful.squirrel")),
(10, (4, 8, "common.entity.wild.aggressive.bat")),
(5, (2, 4, "common.entity.wild.aggressive.bat")),
],
spawn_mode: Land,
day_period: [Night],