This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-10-31 16:05:57 +01:00
commit a1893e1d21
253 changed files with 146536 additions and 0 deletions

4
config/promenade/animals.json Executable file
View file

@ -0,0 +1,4 @@
{
"capybaras_weight": 10,
"ducks_weight": 10
}

6
config/promenade/biomes.json Executable file
View file

@ -0,0 +1,6 @@
{
"carnelian_treeway_weight": 20,
"sakura_groves_weight": 20,
"glacarian_taiga_weight": 10,
"dark_amaranth_forests_weight": 20
}

4
config/promenade/monsters.json Executable file
View file

@ -0,0 +1,4 @@
{
"lush_creepers_weight": 15,
"sunken_skeletons_weight": 20
}

View file

@ -0,0 +1,5 @@
{
"igneous_rock_patches": true,
"blueberry_bushes": true,
"palms": true
}