Skip to content

Commit

Permalink
feat: Add Remembrance HSRPath
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Dec 3, 2024
1 parent 29caf68 commit e5245bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
18 changes: 11 additions & 7 deletions hakushin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
HSRPath.NIHILITY: "Nihility",
HSRPath.PRESERVATION: "Preservation",
HSRPath.THE_HUNT: "The Hunt",
HSRPath.REMEMBRANCE: "Remembrance",
},
Language.JA: {
HSRPath.ABUNDANCE: "豊穣",
Expand All @@ -136,15 +137,17 @@
HSRPath.NIHILITY: "虚無",
HSRPath.PRESERVATION: "存護",
HSRPath.THE_HUNT: "巡狩",
HSRPath.REMEMBRANCE: "記憶",
},
Language.ZH: {
HSRPath.ABUNDANCE: "豐饒",
HSRPath.DESTRUCTION: "毀滅",
HSRPath.ERUDITION: "智識",
HSRPath.HARMONY: "同諧",
HSRPath.NIHILITY: "虚無",
HSRPath.PRESERVATION: "存護",
HSRPath.THE_HUNT: "巡獵",
HSRPath.ABUNDANCE: "丰饶",
HSRPath.DESTRUCTION: "毁灭",
HSRPath.ERUDITION: "智识",
HSRPath.HARMONY: "同谐",
HSRPath.NIHILITY: "虚无",
HSRPath.PRESERVATION: "存护",
HSRPath.THE_HUNT: "巡猎",
HSRPath.REMEMBRANCE: "记忆",
},
Language.KO: {
HSRPath.ABUNDANCE: "풍요",
Expand All @@ -154,6 +157,7 @@
HSRPath.NIHILITY: "공허",
HSRPath.PRESERVATION: "보존",
HSRPath.THE_HUNT: "수렵",
HSRPath.REMEMBRANCE: "기억",
},
}

Expand Down
1 change: 1 addition & 0 deletions hakushin/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class HSRPath(StrEnum):
HARMONY = "Shaman"
NIHILITY = "Warlock"
ABUNDANCE = "Priest"
REMEMBRANCE = "Memory"


class ZZZSpecialty(IntEnum):
Expand Down

0 comments on commit e5245bf

Please sign in to comment.