mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Merge branch 'beta' into round-of-optimized-png
This commit is contained in:
commit
7945feb74d
@ -24,9 +24,10 @@
|
|||||||
- Pokémon Sword/Shield
|
- Pokémon Sword/Shield
|
||||||
- Pokémon Legends: Arceus
|
- Pokémon Legends: Arceus
|
||||||
- Pokémon Scarlet/Violet
|
- Pokémon Scarlet/Violet
|
||||||
- Firel (Custom Graveyard, Ice Cave, Laboratory, Metropolis, Plains, Power Plant, Seabed, Space, and Volcano biome music)
|
- Firel (Custom Graveyard, Ice Cave, Laboratory, Metropolis, Plains, Power Plant, Seabed, Space, Volcano, and Desert biome music)
|
||||||
- Lmz (Custom Ancient Ruins, Jungle, and Lake biome music)
|
- Lmz (Custom Ancient Ruins, Jungle, and Lake biome music)
|
||||||
- Andr06 (Custom Forest, Slum and Sea biome music)
|
- Andr06 (Custom Forest, Slum, Sea, and Fairy Cave biome music)
|
||||||
|
- Leavannite (Custom Wasteland biome music)
|
||||||
- _tresnoir
|
- _tresnoir
|
||||||
- unveiler
|
- unveiler
|
||||||
|
|
||||||
|
Binary file not shown.
@ -912,7 +912,7 @@ export class Arena {
|
|||||||
case BiomeId.RUINS:
|
case BiomeId.RUINS:
|
||||||
return 0.0;
|
return 0.0;
|
||||||
case BiomeId.WASTELAND:
|
case BiomeId.WASTELAND:
|
||||||
return 6.336;
|
return 6.024;
|
||||||
case BiomeId.ABYSS:
|
case BiomeId.ABYSS:
|
||||||
return 20.113;
|
return 20.113;
|
||||||
case BiomeId.SPACE:
|
case BiomeId.SPACE:
|
||||||
|
Loading…
Reference in New Issue
Block a user