🐛 Fix error enka artifacts name

This commit is contained in:
omg-xtao 2023-10-23 03:01:33 +00:00 committed by GitHub
parent 9f4b0c8a77
commit 322ce37353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ equip_type_map: Dict[str, str] = {
artifacts_name_map: Dict[int, str] = {
10001: "ResolutionOfSojourner",
10002: "BraveHeart",
10003: "DefenderSWill",
10003: "DefendersWill",
10004: "TinyMiracle",
10005: "Berserker",
10006: "MartialArtist",
@ -26,9 +26,9 @@ artifacts_name_map: Dict[int, str] = {
14002: "Thundersoother",
14003: "Lavawalker",
14004: "MaidenBeloved",
15001: "GladiatorSFinale",
15001: "GladiatorsFinale",
15002: "ViridescentVenerer",
15003: "WandererSTroupe",
15003: "WanderersTroupe",
15005: "ThunderingFury",
15006: "CrimsonWitchOfFlames",
15007: "NoblesseOblige",
@ -45,13 +45,13 @@ artifacts_name_map: Dict[int, str] = {
15019: "ShimenawasReminiscence",
15020: "EmblemOfSeveredFate",
15021: "HuskOfOpulentDreams",
15022: "Ocean-HuedClam",
15022: "OceanHuedClam",
15023: "VermillionHereafter",
15024: "EchoesOfAnOffering",
15025: "DeepwoodMemories",
15026: "GildedDreams",
15027: "DesertPavilionChronicle",
15028: "FlowerOfParadiseLost",
15029: "NymphSDream",
15030: "VourukashaSGlow",
15029: "NymphsDream",
15030: "VourukashasGlow",
}