BattleMaps¶
A BattleMaps is an enum value that represent a map (aka room) in the game used exclusively for a battle. Each enum value is named after its corresponding prefab which contains the actual map.
The battle maps prefabs are located at Resources/prefabs/battlemaps from the game's assets tree.
BattleMaps table¶
The following table shows all the BattleMaps enum values:
| ID | Name |
|---|---|
| 0 | Grasslands1 |
| 1 | Desert1 |
| 2 | Snakemouth1 |
| 3 | AssociationHQ |
| 4 | Snakemouth2 |
| 5 | Snakemouth3 |
| 6 | Snakemouth4 |
| 7 | Theater |
| 8 | GoldenBattle1 |
| 9 | OutskirtsLow |
| 10 | Cave0 |
| 11 | GoldenSettlementArena |
| 12 | GoldenBattle2 |
| 13 | GoldenHillsBoss |
| 14 | GoldenBattle4 |
| 15 | GoldenBattle5 |
| 16 | HBsLab |
| 17 | Bakery |
| 18 | FactoryP |
| 19 | FactoryS |
| 20 | FactoryC |
| 21 | FactoryS2 |
| 22 | SandCastle |
| 23 | SandCastleIce |
| 24 | HideoutBattle |
| 25 | HideoutAstotheles |
| 26 | SandCastleDark |
| 27 | SandCastleDarkIce |
| 28 | SandCastleRoof |
| 29 | SandCastleBoss |
| 30 | AntPalace |
| 31 | PlazaAttack |
| 32 | BridgeAttack |
| 33 | CastleAttack |
| 34 | Grasslands2 |
| 35 | FarGrasslands |
| 36 | Swamplands |
| 37 | BarrenLands |
| 38 | ChomperCaves |
| 39 | ChomperCavesBoss |
| 40 | WaspPrison |
| 41 | WaspThrone |
| 42 | TermiteColiseum |
| 43 | AbandonedTent |
| 44 | Broodmother |
| 45 | KaliShop |
| 46 | MetalLake |
| 47 | StreamMountain |
| 48 | StreamMountainBoss |
| 49 | BugariaCommercial |
| 50 | CaveOfTrials |
| 51 | UpperSnek |
| 52 | UpperSnekBoss |
| 53 | RubberPrisonInside |
| 54 | RubberPrisonOutside |
| 55 | WaspKingdomPrison |
| 56 | CarminaRoom |
| 57 | RubberPrisonBoss |
| 58 | MysteryIslandInside |
| 59 | GiantLair1 |
| 60 | GiantLair2 |
| 61 | GiantLairFridge |
| 62 | FinalBoss1 |
| 63 | FinalBoss2 |
| 64 | PitcherPlant |
| 65 | AntBridge |
| 66 | CardTourney |
| 67 | UndergroundBar |
| 68 | GiantLair3 |
| 69 | GiantLair4 |
| 70 | DefiantRootBattle |
| 71 | HBsLab2 |