Skip to content

Commit 127893a

Browse files
authored
🎨 Update Map to 5.3
1 parent 4b0cc76 commit 127893a

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

python_genshin_artifact/enka/assets/characters.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

python_genshin_artifact/enka/characters.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Dict, Final
22

3-
__version__: Final[str] = "5.1"
3+
__version__: Final[str] = "5.3"
44

55
characters_map: Dict[int, str] = {
66
10000002: "KamisatoAyaka",
@@ -95,4 +95,6 @@
9595
10000103: "Xilonen",
9696
10000104: "Chasca",
9797
10000105: "Ororon",
98+
10000106: "Mavuika",
99+
10000108: "Lanyan",
98100
}

python_genshin_artifact/enka/weapon.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Dict, Final
22

3-
__version__: Final[str] = "5.1"
3+
__version__: Final[str] = "5.3"
44

55
weapon_name_map: Dict[int, str] = {
66
11101: "DullBlade",
@@ -88,6 +88,7 @@
8888
12511: "BeaconOfTheReedSea",
8989
12512: "Verdict",
9090
12513: "FangOfTheMountainKing",
91+
12514: "AThousandBlazingSuns",
9192
13101: "BeginnersProtector",
9293
13201: "IronPoint",
9394
13301: "WhiteTassel",
@@ -163,6 +164,7 @@
163164
14514: "TomeOfTheEternalFlow",
164165
14515: "CranesEchoingCall",
165166
14516: "SurfsUp",
167+
14517: "StarcallersWatch",
166168
15101: "HuntersBow",
167169
15201: "SeasonedHuntersBow",
168170
15301: "RavenBow",

scripts/update.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)