Skip to content

Commit

Permalink
fix: add all weapon type to mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Nov 5, 2024
1 parent c4cd206 commit 2af1894
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ public PotentialPartMapper() {
partMap.put("ν¬μŠ€μ‹€λ“œ", "ν¬μŠ€μ‹€λ“œ, μ†ŒμšΈλ§");
partMap.put("기계 심μž₯", "기계심μž₯");

List.of("μƒ€μ΄λ‹λ‘œλ“œ", "μ†ŒμšΈμŠˆν„°", "λ°μŠ€νŽ˜λΌλ„", "μ—λ„ˆμ§€μ†Œλ“œ", "ν•œμ†κ²€", "ν•œμ†λ„λΌ", "ν•œμ†λ‘”κΈ°", "단검",
"케인", "μ™„λ“œ", "μŠ€νƒœν”„", "ESP리미터", "체인", "맀직 건틀렛", "뢀채", "νŠœλ„ˆ", "브레슀 μŠˆν„°", "두손검",
"두손도끼", "μ°½", "폴암", "ν™œ", "석ꢁ", "μ•„λŒ€", "λ„ˆν΄", "건", "λ“€μ–Όλ³΄μš°κ±΄", "ν•Έλ“œμΊλ…Ό", "건틀렛 리볼버",
"μ—μ΄μ…˜νŠΈ 보우", "차크람"
List.of("ν•œμ†κ²€", "ν•œμ†λ„λΌ", "ν•œμ†λ‘”κΈ°", "두손검", "두손도끼", "두손둔기",
"μ°½", "폴암", "λ°μŠ€νŽ˜λΌλ„", "건틀렛 리볼버", "νƒœλ„", "λŒ€κ²€", "νŠœλ„ˆ", "μΉ΄νƒ€λ‚˜",
"μ™„λ“œ", "μŠ€νƒœν”„", "샀이닝 λ‘œλ“œ", "ESP 리미터", "맀직 건틀렛", "κΈ°μ–΅μ˜ μ§€νŒ‘μ΄", "뢀채",
"ν™œ", "석ꢁ", "λ“€μ–Όλ³΄μš°κ±΄", "μ—μ΄μ…˜νŠΈ 보우", "브레슀 μŠˆν„°",
"단검", "μ•„λŒ€", "케인", "μ—λ„ˆμ§€μ†Œλ“œ", "체인", "뢀채", "차크람",
"건", "λ„ˆν΄", "ν•Έλ“œμΊλ…Ό", "μ†ŒμšΈ μŠˆν„°", "μ—λ„ˆμ§€μ†Œλ“œ", "무ꢌ"
).forEach(part -> partMap.put(part, "무기"));

List.of("메달", "메달", "둜자리였", "μ‡ μ‚¬μŠ¬", "λ§ˆλ„μ„œ", "ν™”μ‚΄κΉƒ", "ν™œκ³¨λ¬΄", "λ‹¨κ²€μš© 검집", "λΈ”λ ˆμ΄λ“œ",
Expand Down

0 comments on commit 2af1894

Please sign in to comment.