Skip to content

Commit

Permalink
🐛 Fix enka name map
Browse files Browse the repository at this point in the history
  • Loading branch information
Billyzou0741326 committed Oct 24, 2023
1 parent 88187a6 commit 8b8f5ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion python_genshin_artifact/enka/characters.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
10000061: "Kirara",
10000062: "Aloy",
10000063: "Shenhe",
10000064: "YunJin",
10000064: "Yunjin",
10000065: "KukiShinobu",
10000066: "KamisatoAyato",
10000067: "Collei",
Expand Down
34 changes: 17 additions & 17 deletions python_genshin_artifact/enka/weapon.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
11201: "SilverSword",
11301: "CoolSteel",
11302: "HarbingerOfDawn",
11303: "TravelerSHandySword",
11303: "TravelersHandySword",
11304: "DarkIronSword",
11305: "FilletBlade",
11306: "SkyriderSword",
Expand Down Expand Up @@ -45,9 +45,9 @@
11512: "LightOfFoliarIncision",
11513: "SplendorOfTranquilWaters",
12101: "WasterGreatsword",
12201: "OldMercSPal",
12201: "OldMercsPal",
12301: "FerrousShadow",
12302: "BloodtaintedGreatsword",
12302: "BloodstainedGreatsword",
12303: "WhiteIronGreatsword",
12305: "DebateClub",
12306: "SkyriderGreatsword",
Expand All @@ -72,13 +72,13 @@
12425: "TidalShadow",
12427: "PortablePowerSaw",
12501: "SkywardPride",
12502: "WolfSGravestone",
12502: "WolfsGravestone",
12503: "SongOfBrokenPines",
12504: "TheUnforged",
12505: "PrimordialJadeGreatSword",
12510: "RedhornStonethresher",
12511: "BeaconOfTheReedSea",
13101: "BeginnerSProtector",
13101: "BeginnersProtector",
13201: "IronPoint",
13301: "WhiteTassel",
13302: "Halberd",
Expand All @@ -94,20 +94,20 @@
13409: "DragonspineSpear",
13414: "KitainCrossSpear",
13415: "TheCatch",
13416: "WavebreakerSFin",
13416: "WavebreakersFin",
13417: "Moonpiercer",
13419: "MissiveWindspear",
13424: "BalladOfTheFjords",
13425: "RightfulReward",
13427: "ProspectorSDrill",
13427: "ProspectorsDrill",
13501: "StaffOfHoma",
13502: "SkywardSpine",
13504: "VortexVanquisher",
13505: "PrimordialJadeWingedSpear",
13507: "CalamityQueller",
13509: "EngulfingLightning",
13511: "StaffOfTheScarletSands",
14101: "ApprenticeSNotes",
14101: "ApprenticesNotes",
14201: "PocketGrimoire",
14301: "MagicGuide",
14302: "ThrillingTalesOfDragonSlayers",
Expand Down Expand Up @@ -136,17 +136,17 @@
14501: "SkywardAtlas",
14502: "LostPrayerToTheSacredWinds",
14504: "MemoryOfDust",
14505: "JadefallSSplendor",
14505: "JadeFallsSplendor",
14506: "EverlastingMoonglow",
14509: "KaguraSVerity",
14509: "KagurasVerity",
14511: "AThousandFloatingDreams",
14512: "TulaytullahSRemembrance",
14512: "TulaytullahsRemembrance",
14513: "CashflowSupervision",
14514: "TomeOfTheEternalFlow",
15101: "HunterSBow",
15201: "SeasonedHunterSBow",
15101: "HuntersBow",
15201: "SeasonedHuntersBow",
15301: "RavenBow",
15302: "SharpshooterSOath",
15302: "SharpshootersOath",
15303: "RecurveBow",
15304: "Slingshot",
15305: "Messenger",
Expand All @@ -165,7 +165,7 @@
15413: "WindblumeOde",
15414: "Hamayumi",
15415: "Predator",
15416: "MouunSMoon",
15416: "MouunsMoon",
15417: "KingsSquire",
15418: "EndOfTheLine",
15419: "IbisPiercer",
Expand All @@ -174,12 +174,12 @@
15427: "RangeGauge",
15501: "SkywardHarp",
15502: "AmosBow",
15503: "ElegyForTheEnd",
15503: "ElegyOfTheEnd",
15504: "KunwusWyrmbane",
15505: "PrimordialJadeVista",
15507: "PolarStar",
15508: "AquaSimulacra",
15509: "ThunderingPulse",
15511: "HunterSPath",
15511: "HuntersPath",
15512: "TheFirstGreatMagic",
}

0 comments on commit 8b8f5ed

Please sign in to comment.