Skip to content

Commit

Permalink
refactor: 💡 update enchant data to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatpotato13 committed Jan 17, 2025
1 parent 4f7bac4 commit cafdaa1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/constant/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,12 @@ export const changelogData = [
},
],
},
{
date: "2025-01-17",
changes: [
{
description: "인챈트 데이터 업데이트일 기준 모든 아이템 반영",
},
],
},
];
25 changes: 25 additions & 0 deletions src/constant/enchants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@ export interface EnchantInfo {
}

export const ENCHANT_OPTIONS: { [key: string]: EnchantInfo } = {
안락의: {
name: "안락의",
stats: [
{
type: "최대대미지",
value: 22,
},
{
type: "마법 공격력",
value: 6,
},
{
type: "4대 속성 연금술 대미지",
value: 5,
},
{
type: "음악버프 스킬 효과",
value: 4,
},
{
type: "음악버프 스킬 지속시간",
value: 8,
},
],
},
공허한: {
name: "공허한",
stats: [
Expand Down

0 comments on commit cafdaa1

Please sign in to comment.