🎨 Update Weapon Map form 4.1 to 4.3

This commit is contained in:
洛水居室 2023-12-21 15:49:26 +08:00
parent d2885ec357
commit ef79df0799
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -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",
@ -58,4 +58,6 @@ artifacts_name_map: Dict[int, str] = {
15030: "VourukashasGlow",
15031: "MarechausseeHunter",
15032: "GoldenTroupe",
15033: "SongOfDaysPast",
15034: "NighttimeWhispersInTheEchoingWoods",
}