diff --git a/src/constant/changelog.ts b/src/constant/changelog.ts index d839d15..1fb9119 100644 --- a/src/constant/changelog.ts +++ b/src/constant/changelog.ts @@ -160,4 +160,12 @@ export const changelogData = [ }, ], }, + { + date: "2025-01-17", + changes: [ + { + description: "인챈트 데이터 업데이트일 기준 모든 아이템 반영", + }, + ], + }, ]; diff --git a/src/constant/enchants.ts b/src/constant/enchants.ts index a7c9f55..f9e957d 100644 --- a/src/constant/enchants.ts +++ b/src/constant/enchants.ts @@ -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: [