Fix tower mob level and hp scaling (#2430)

This commit is contained in:
longfruit
2023-11-08 18:15:10 -08:00
committed by GitHub
Unverified
parent 1fac319eb2
commit 0bbeaf254b
7 changed files with 66 additions and 27 deletions
@@ -13,6 +13,7 @@ public class TowerLevelData extends GameResource {
private int levelGroupId;
private int dungeonId;
private List<TowerLevelCond> conds;
private int monsterLevel;
public static class TowerLevelCond {
private TowerCondType towerCondType;