Merge pull request #899 from physligl/main

新的传送点数据集 @Limint
This commit is contained in:
秋云 2024-12-31 00:28:34 +08:00 committed by GitHub
parent 9049c85be7
commit 71fa4eaf3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11275 additions and 5918 deletions

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@ public class MapLazyAssets : Singleton<MapLazyAssets>
TpPositions = JsonSerializer.Deserialize<List<GiWorldPosition>>(json, ConfigService.JsonOptions) ?? throw new System.Exception("tp.json deserialize failed");
// 取出秘境 description=Domain
foreach (var tp in TpPositions.Where(tp => tp.Description == "Domain"))
foreach (var tp in TpPositions.Where(tp => (tp.Description == "材料本"|| tp.Description == "圣遗物本")))
{
DomainPositionMap[tp.Name] = tp;
DomainNameList.Add(tp.Name);