mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 13:03:40 +08:00
Fix tower mob level and hp scaling (#2430)
This commit is contained in:
committed by
GitHub
Unverified
parent
1fac319eb2
commit
0bbeaf254b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user