1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

Wetland rebalanced

This commit is contained in:
Zeno Rogue
2020-04-06 09:04:56 +02:00
parent 7fc0d5b051
commit 577cdef203
2 changed files with 6 additions and 4 deletions

View File

@@ -161,8 +161,10 @@ EX vector<orbinfo> orbinfos = {
{orbgenflags::S_NATIVE, laEclectic, 1000, 1000, itOrbChaos},
{orbgenflags::S_GUEST, laEclectic, 4000, 0, itOrbWinter},
{orbgenflags::S_GUEST, laEclectic, 2000, 0, itOrbLightning},
{orbgenflags::S_NATIVE, laWet, 1000, 2500, itOrbPlague},
{orbgenflags::S_GUEST, laWet, 4000, 0, itOrbFish},
{orbgenflags::S_NATIVE, laWet, 800, 2500, itOrbPlague},
{orbgenflags::S_GUEST, laWet, 1200, 0, itOrbFish},
{orbgenflags::S_GUEST, laWet, 1200, 0, itOrbAether},
{orbgenflags::S_GUEST, laWet, 1200, 0, itOrbFrog},
{orbgenflags::S_NATIVE, laWhirlpool, 0, 2000, itOrbWater}, // needs to be last
};