🎨 Update Map to 5.0

This commit is contained in:
omg-xtao 2024-09-23 12:31:46 +00:00 committed by GitHub
parent 77a0ebe8ba
commit 22b684641b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 19 additions and 6 deletions

View File

@ -1,2 +1,2 @@
black~=23.10.1 black>=24.8.0
pytest~=4.1.0 pytest>=4.1.0

@ -1 +1 @@
Subproject commit cb0d4ecca4efb9b523287d8b4bdb26256437b582 Subproject commit cbad254e297b66de50983d79ab9c436098838ad7

View File

@ -1,6 +1,6 @@
from typing import Dict, Final from typing import Dict, Final
__version__: Final[str] = "4.6" __version__: Final[str] = "5.0"
equip_type_map: Dict[str, str] = { equip_type_map: Dict[str, str] = {
"EQUIP_BRACER": "Flower", "EQUIP_BRACER": "Flower",
@ -62,4 +62,6 @@ artifacts_name_map: Dict[int, str] = {
15034: "NighttimeWhispersInTheEchoingWoods", 15034: "NighttimeWhispersInTheEchoingWoods",
15035: "FragmentOfHarmonicWhimsy", 15035: "FragmentOfHarmonicWhimsy",
15036: "UnfinishedReverie", 15036: "UnfinishedReverie",
15037: "ScrollOfTheHeroOfCinderCity",
15038: "ObsidianCodex",
} }

View File

@ -1,6 +1,6 @@
from typing import Dict, Final from typing import Dict, Final
__version__: Final[str] = "4.8" __version__: Final[str] = "5.0"
characters_map: Dict[int, str] = { characters_map: Dict[int, str] = {
10000002: "KamisatoAyaka", 10000002: "KamisatoAyaka",
@ -89,4 +89,7 @@ characters_map: Dict[int, str] = {
10000097: "Sethos", 10000097: "Sethos",
10000098: "Clorinde", 10000098: "Clorinde",
10000099: "Emilie", 10000099: "Emilie",
10000100: "Kachina",
10000101: "Kinich",
10000102: "Mualani",
} }

View File

@ -1,6 +1,6 @@
from typing import Dict, Final from typing import Dict, Final
__version__: Final[str] = "4.8" __version__: Final[str] = "5.0"
weapon_name_map: Dict[int, str] = { weapon_name_map: Dict[int, str] = {
11101: "DullBlade", 11101: "DullBlade",
@ -34,6 +34,7 @@ weapon_name_map: Dict[int, str] = {
11426: "FleuveCendreFerryman", 11426: "FleuveCendreFerryman",
11427: "TheDockhandsAssistant", 11427: "TheDockhandsAssistant",
11428: "SwordOfNarzissenkreuz", 11428: "SwordOfNarzissenkreuz",
11431: "FluteOfEzpitzal",
11501: "AquilaFavonia", 11501: "AquilaFavonia",
11502: "SkywardBlade", 11502: "SkywardBlade",
11503: "FreedomSworn", 11503: "FreedomSworn",
@ -74,6 +75,7 @@ weapon_name_map: Dict[int, str] = {
12425: "TidalShadow", 12425: "TidalShadow",
12426: "UltimateOverlordsMegaMagicSword", 12426: "UltimateOverlordsMegaMagicSword",
12427: "PortablePowerSaw", 12427: "PortablePowerSaw",
12431: "EarthShaker",
12501: "SkywardPride", 12501: "SkywardPride",
12502: "WolfsGravestone", 12502: "WolfsGravestone",
12503: "SongOfBrokenPines", 12503: "SongOfBrokenPines",
@ -81,6 +83,7 @@ weapon_name_map: Dict[int, str] = {
12510: "RedhornStonethresher", 12510: "RedhornStonethresher",
12511: "BeaconOfTheReedSea", 12511: "BeaconOfTheReedSea",
12512: "Verdict", 12512: "Verdict",
12513: "FangOfTheMountainKing",
13101: "BeginnersProtector", 13101: "BeginnersProtector",
13201: "IronPoint", 13201: "IronPoint",
13301: "WhiteTassel", 13301: "WhiteTassel",
@ -104,6 +107,7 @@ weapon_name_map: Dict[int, str] = {
13425: "RightfulReward", 13425: "RightfulReward",
13426: "DialoguesOfTheDesertSages", 13426: "DialoguesOfTheDesertSages",
13427: "ProspectorsDrill", 13427: "ProspectorsDrill",
13431: "FootprintOfTheRainbow",
13501: "StaffOfHoma", 13501: "StaffOfHoma",
13502: "SkywardSpine", 13502: "SkywardSpine",
13504: "VortexVanquisher", 13504: "VortexVanquisher",
@ -139,6 +143,8 @@ weapon_name_map: Dict[int, str] = {
14424: "SacrificialJade", 14424: "SacrificialJade",
14425: "FlowingPurity", 14425: "FlowingPurity",
14426: "BalladOfTheBoundlessBlue", 14426: "BalladOfTheBoundlessBlue",
14427: "AshGravenDrinkingHorn",
14431: "RingOfYaxche",
14501: "SkywardAtlas", 14501: "SkywardAtlas",
14502: "LostPrayerToTheSacredWinds", 14502: "LostPrayerToTheSacredWinds",
14504: "MemoryOfDust", 14504: "MemoryOfDust",
@ -150,6 +156,7 @@ weapon_name_map: Dict[int, str] = {
14513: "CashflowSupervision", 14513: "CashflowSupervision",
14514: "TomeOfTheEternalFlow", 14514: "TomeOfTheEternalFlow",
14515: "CranesEchoingCall", 14515: "CranesEchoingCall",
14516: "SurfsUp",
15101: "HuntersBow", 15101: "HuntersBow",
15201: "SeasonedHuntersBow", 15201: "SeasonedHuntersBow",
15301: "RavenBow", 15301: "RavenBow",
@ -180,6 +187,7 @@ weapon_name_map: Dict[int, str] = {
15425: "SongOfStillness", 15425: "SongOfStillness",
15426: "Cloudforged", 15426: "Cloudforged",
15427: "RangeGauge", 15427: "RangeGauge",
15431: "ChainBreaker",
15501: "SkywardHarp", 15501: "SkywardHarp",
15502: "AmosBow", 15502: "AmosBow",
15503: "ElegyOfTheEnd", 15503: "ElegyOfTheEnd",