From b1153cfcf951ec2b89e0ce5611c3747c1e071152 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 5 Jan 2023 20:48:00 -0800 Subject: [PATCH] Fix OverMastery IDs --- data/overMastery.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/data/overMastery.tsx b/data/overMastery.tsx index 25668cab..4af551b5 100644 --- a/data/overMastery.tsx +++ b/data/overMastery.tsx @@ -253,7 +253,7 @@ export const aetherialMastery: ItemSkill[] = [ en: '{Element} Resistance', ja: '{属性}軽減', }, - id: 3, + id: 4, slug: 'element-resist', minValue: 5, maxValue: 12, @@ -266,7 +266,7 @@ export const aetherialMastery: ItemSkill[] = [ en: 'Stamina', ja: '渾身', }, - id: 4, + id: 5, slug: 'stamina', minValue: 5, maxValue: 12, @@ -279,7 +279,7 @@ export const aetherialMastery: ItemSkill[] = [ en: 'Enmity', ja: '背水', }, - id: 5, + id: 6, slug: 'enmity', minValue: 5, maxValue: 12, @@ -292,11 +292,12 @@ export const aetherialMastery: ItemSkill[] = [ en: 'Supplemental DMG', ja: '与ダメ上昇', }, - id: 6, + id: 7, slug: 'supplemental', minValue: 5, maxValue: 12, suffix: '', + fractional: false, secondary: [], }, { @@ -304,7 +305,7 @@ export const aetherialMastery: ItemSkill[] = [ en: 'Critical Hit', ja: 'クリティカル', }, - id: 7, + id: 8, slug: 'crit', minValue: 18, maxValue: 35, @@ -317,7 +318,7 @@ export const aetherialMastery: ItemSkill[] = [ en: 'Counters on Dodge', ja: 'カウンター(回避)', }, - id: 8, + id: 9, slug: 'counter-dodge', minValue: 5, maxValue: 12, @@ -330,7 +331,7 @@ export const aetherialMastery: ItemSkill[] = [ en: 'Counters on DMG', ja: 'カウンター(被ダメ)', }, - id: 9, + id: 10, slug: 'counter-dmg', minValue: 10, maxValue: 17,