mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'bats' into 'master'
bats See merge request veloren/veloren!3681
This commit is contained in:
commit
836d4e4427
@ -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")),
|
||||
|
@ -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],
|
||||
|
@ -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],
|
||||
|
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user