mirror of
https://github.com/PaiGramTeam/python-genshin-artifact.git
synced 2024-11-22 06:57:55 +00:00
🎨 Update Map to 4.8
This commit is contained in:
parent
82a18413dc
commit
d9c4bd834d
@ -1 +1 @@
|
|||||||
Subproject commit a4a71c637a2245ab0f2471f89e176f0f4e520940
|
Subproject commit cb0d4ecca4efb9b523287d8b4bdb26256437b582
|
@ -1,6 +1,6 @@
|
|||||||
from typing import Dict, Final
|
from typing import Dict, Final
|
||||||
|
|
||||||
__version__: Final[str] = "4.3"
|
__version__: Final[str] = "4.6"
|
||||||
|
|
||||||
equip_type_map: Dict[str, str] = {
|
equip_type_map: Dict[str, str] = {
|
||||||
"EQUIP_BRACER": "Flower",
|
"EQUIP_BRACER": "Flower",
|
||||||
@ -60,4 +60,6 @@ artifacts_name_map: Dict[int, str] = {
|
|||||||
15032: "GoldenTroupe",
|
15032: "GoldenTroupe",
|
||||||
15033: "SongOfDaysPast",
|
15033: "SongOfDaysPast",
|
||||||
15034: "NighttimeWhispersInTheEchoingWoods",
|
15034: "NighttimeWhispersInTheEchoingWoods",
|
||||||
|
15035: "FragmentOfHarmonicWhimsy",
|
||||||
|
15036: "UnfinishedReverie",
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
from typing import Dict, Final
|
from typing import Dict, Final
|
||||||
|
|
||||||
__version__: Final[str] = "4.5"
|
__version__: Final[str] = "4.8"
|
||||||
|
|
||||||
characters_map: Dict[int, str] = {
|
characters_map: Dict[int, str] = {
|
||||||
10000002: "KamisatoAyaka",
|
10000002: "KamisatoAyaka",
|
||||||
@ -84,4 +84,9 @@ characters_map: Dict[int, str] = {
|
|||||||
10000092: "Gaming",
|
10000092: "Gaming",
|
||||||
10000093: "Navia",
|
10000093: "Navia",
|
||||||
10000094: "Chiori",
|
10000094: "Chiori",
|
||||||
|
10000095: "Sigewinne",
|
||||||
|
10000096: "Arlecchino",
|
||||||
|
10000097: "Sethos",
|
||||||
|
10000098: "Clorinde",
|
||||||
|
10000099: "Emilie",
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
from typing import Dict, Final
|
from typing import Dict, Final
|
||||||
|
|
||||||
__version__: Final[str] = "4.5"
|
__version__: Final[str] = "4.8"
|
||||||
|
|
||||||
weapon_name_map: Dict[int, str] = {
|
weapon_name_map: Dict[int, str] = {
|
||||||
11101: "DullBlade",
|
11101: "DullBlade",
|
||||||
@ -45,6 +45,7 @@ weapon_name_map: Dict[int, str] = {
|
|||||||
11512: "LightOfFoliarIncision",
|
11512: "LightOfFoliarIncision",
|
||||||
11513: "SplendorOfTranquilWaters",
|
11513: "SplendorOfTranquilWaters",
|
||||||
11514: "UrakuMisugiri",
|
11514: "UrakuMisugiri",
|
||||||
|
11515: "Absolution",
|
||||||
12101: "WasterGreatsword",
|
12101: "WasterGreatsword",
|
||||||
12201: "OldMercsPal",
|
12201: "OldMercsPal",
|
||||||
12301: "FerrousShadow",
|
12301: "FerrousShadow",
|
||||||
@ -110,6 +111,8 @@ weapon_name_map: Dict[int, str] = {
|
|||||||
13507: "CalamityQueller",
|
13507: "CalamityQueller",
|
||||||
13509: "EngulfingLightning",
|
13509: "EngulfingLightning",
|
||||||
13511: "StaffOfTheScarletSands",
|
13511: "StaffOfTheScarletSands",
|
||||||
|
13512: "CrimsonMoonsSemblance",
|
||||||
|
13513: "LumidouceElegy",
|
||||||
14101: "ApprenticesNotes",
|
14101: "ApprenticesNotes",
|
||||||
14201: "PocketGrimoire",
|
14201: "PocketGrimoire",
|
||||||
14301: "MagicGuide",
|
14301: "MagicGuide",
|
||||||
@ -175,6 +178,7 @@ weapon_name_map: Dict[int, str] = {
|
|||||||
15419: "IbisPiercer",
|
15419: "IbisPiercer",
|
||||||
15424: "ScionOfTheBlazingSun",
|
15424: "ScionOfTheBlazingSun",
|
||||||
15425: "SongOfStillness",
|
15425: "SongOfStillness",
|
||||||
|
15426: "Cloudforged",
|
||||||
15427: "RangeGauge",
|
15427: "RangeGauge",
|
||||||
15501: "SkywardHarp",
|
15501: "SkywardHarp",
|
||||||
15502: "AmosBow",
|
15502: "AmosBow",
|
||||||
@ -185,6 +189,7 @@ weapon_name_map: Dict[int, str] = {
|
|||||||
15509: "ThunderingPulse",
|
15509: "ThunderingPulse",
|
||||||
15511: "HuntersPath",
|
15511: "HuntersPath",
|
||||||
15512: "TheFirstGreatMagic",
|
15512: "TheFirstGreatMagic",
|
||||||
|
15513: "SilvershowerHeartstrings",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user