Skip to content

Commit

Permalink
🎨 Update Weapon Map form 4.1 to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luoshuijs committed Dec 21, 2023
1 parent d2885ec commit ef79df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python_genshin_artifact/enka/artifacts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict, Final

__version__: Final[str] = "4.1"
__version__: Final[str] = "4.3"

equip_type_map: Dict[str, str] = {
"EQUIP_BRACER": "Flower",
Expand Down Expand Up @@ -58,4 +58,6 @@
15030: "VourukashasGlow",
15031: "MarechausseeHunter",
15032: "GoldenTroupe",
15033: "SongOfDaysPast",
15034: "NighttimeWhispersInTheEchoingWoods",
}

0 comments on commit ef79df0

Please sign in to comment.