Adjust fog size in some biomes
This commit is contained in:
parent
e169ba0f23
commit
c4cb84581c
@ -92,7 +92,7 @@ PyuTest.register_overworld_biome("mushroom_fields", PyuTest.BIOME_TYPES.NORMAL,
|
||||
humidity_point = 90,
|
||||
|
||||
enable_beaches = false,
|
||||
_pyutest_fog_distance = 30,
|
||||
_pyutest_fog_distance = 40,
|
||||
})
|
||||
|
||||
PyuTest.register_overworld_biome("large_mushroom_forest", PyuTest.BIOME_TYPES.NORMAL, {
|
||||
@ -106,7 +106,7 @@ PyuTest.register_overworld_biome("large_mushroom_forest", PyuTest.BIOME_TYPES.NO
|
||||
humidity_point = 90,
|
||||
|
||||
enable_beaches = false,
|
||||
_pyutest_fog_distance = 30,
|
||||
_pyutest_fog_distance = 40,
|
||||
})
|
||||
|
||||
PyuTest.register_overworld_biome("snowy_forest", PyuTest.BIOME_TYPES.COLD, {
|
||||
@ -190,7 +190,7 @@ PyuTest.register_overworld_biome("aspen_forest", PyuTest.BIOME_TYPES.CHILLY, {
|
||||
humidity_point = 50,
|
||||
|
||||
_pyutest_biome_flowering = true,
|
||||
_pyutest_fog_distance = 30,
|
||||
_pyutest_fog_distance = 40,
|
||||
})
|
||||
|
||||
PyuTest.register_overworld_biome("redwood_forest", PyuTest.BIOME_TYPES.CHILLY, {
|
||||
@ -218,7 +218,7 @@ PyuTest.register_overworld_biome("swamp", PyuTest.BIOME_TYPES.WETLAND, {
|
||||
humidity_point = 80,
|
||||
|
||||
enable_beaches = false,
|
||||
_pyutest_fog_distance = 30,
|
||||
_pyutest_fog_distance = 40,
|
||||
})
|
||||
|
||||
-- Mountainous biomes
|
||||
|
Loading…
x
Reference in New Issue
Block a user