Skip to content

Commit

Permalink
🎨 Update Map to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao authored Jan 1, 2025
1 parent 4b0cc76 commit 127893a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python_genshin_artifact/enka/assets/characters.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion python_genshin_artifact/enka/characters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict, Final

__version__: Final[str] = "5.1"
__version__: Final[str] = "5.3"

characters_map: Dict[int, str] = {
10000002: "KamisatoAyaka",
Expand Down Expand Up @@ -95,4 +95,6 @@
10000103: "Xilonen",
10000104: "Chasca",
10000105: "Ororon",
10000106: "Mavuika",
10000108: "Lanyan",
}
4 changes: 3 additions & 1 deletion python_genshin_artifact/enka/weapon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict, Final

__version__: Final[str] = "5.1"
__version__: Final[str] = "5.3"

weapon_name_map: Dict[int, str] = {
11101: "DullBlade",
Expand Down Expand Up @@ -88,6 +88,7 @@
12511: "BeaconOfTheReedSea",
12512: "Verdict",
12513: "FangOfTheMountainKing",
12514: "AThousandBlazingSuns",
13101: "BeginnersProtector",
13201: "IronPoint",
13301: "WhiteTassel",
Expand Down Expand Up @@ -163,6 +164,7 @@
14514: "TomeOfTheEternalFlow",
14515: "CranesEchoingCall",
14516: "SurfsUp",
14517: "StarcallersWatch",
15101: "HuntersBow",
15201: "SeasonedHuntersBow",
15301: "RavenBow",
Expand Down
Empty file modified scripts/update.sh
100644 → 100755
Empty file.

0 comments on commit 127893a

Please sign in to comment.