Eureka Orthos: Territory types

rendering v4.0
Liza 2023-03-07 12:58:10 +01:00
parent 07ed62cd9a
commit 125b687a9c
2 changed files with 14 additions and 1 deletions

View File

@ -49,6 +49,8 @@ namespace Pal.Client.Windows
ETerritoryType.Palace_191_200);
DrawDungeonStats("Heaven on High", Localization.HeavenOnHigh, ETerritoryType.HeavenOnHigh_1_10,
ETerritoryType.HeavenOnHigh_91_100);
DrawDungeonStats("Eureka Orthos", Localization.EurekaOrthos, ETerritoryType.EurekaOrthos_1_10,
ETerritoryType.EurekaOrthos_91_100);
}
}

View File

@ -47,6 +47,17 @@ namespace Pal.Common
[Display(Order = 9)]
HeavenOnHigh_81_90 = 775,
[Display(Order = 10)]
HeavenOnHigh_91_100 = 785
HeavenOnHigh_91_100 = 785,
EurekaOrthos_1_10 = 1099,
EurekaOrthos_11_20,
EurekaOrthos_21_30,
EurekaOrthos_31_40,
EurekaOrthos_41_50,
EurekaOrthos_51_60,
EurekaOrthos_61_70,
EurekaOrthos_71_80,
EurekaOrthos_81_90,
EurekaOrthos_91_100
}
}