Fix OverMastery IDs

This commit is contained in:
Justin Edmund 2023-01-05 20:48:00 -08:00
parent 5fd5411bc4
commit b1153cfcf9

View file

@ -253,7 +253,7 @@ export const aetherialMastery: ItemSkill[] = [
en: '{Element} Resistance', en: '{Element} Resistance',
ja: '{属性}軽減', ja: '{属性}軽減',
}, },
id: 3, id: 4,
slug: 'element-resist', slug: 'element-resist',
minValue: 5, minValue: 5,
maxValue: 12, maxValue: 12,
@ -266,7 +266,7 @@ export const aetherialMastery: ItemSkill[] = [
en: 'Stamina', en: 'Stamina',
ja: '渾身', ja: '渾身',
}, },
id: 4, id: 5,
slug: 'stamina', slug: 'stamina',
minValue: 5, minValue: 5,
maxValue: 12, maxValue: 12,
@ -279,7 +279,7 @@ export const aetherialMastery: ItemSkill[] = [
en: 'Enmity', en: 'Enmity',
ja: '背水', ja: '背水',
}, },
id: 5, id: 6,
slug: 'enmity', slug: 'enmity',
minValue: 5, minValue: 5,
maxValue: 12, maxValue: 12,
@ -292,11 +292,12 @@ export const aetherialMastery: ItemSkill[] = [
en: 'Supplemental DMG', en: 'Supplemental DMG',
ja: '与ダメ上昇', ja: '与ダメ上昇',
}, },
id: 6, id: 7,
slug: 'supplemental', slug: 'supplemental',
minValue: 5, minValue: 5,
maxValue: 12, maxValue: 12,
suffix: '', suffix: '',
fractional: false,
secondary: [], secondary: [],
}, },
{ {
@ -304,7 +305,7 @@ export const aetherialMastery: ItemSkill[] = [
en: 'Critical Hit', en: 'Critical Hit',
ja: 'クリティカル', ja: 'クリティカル',
}, },
id: 7, id: 8,
slug: 'crit', slug: 'crit',
minValue: 18, minValue: 18,
maxValue: 35, maxValue: 35,
@ -317,7 +318,7 @@ export const aetherialMastery: ItemSkill[] = [
en: 'Counters on Dodge', en: 'Counters on Dodge',
ja: 'カウンター(回避)', ja: 'カウンター(回避)',
}, },
id: 8, id: 9,
slug: 'counter-dodge', slug: 'counter-dodge',
minValue: 5, minValue: 5,
maxValue: 12, maxValue: 12,
@ -330,7 +331,7 @@ export const aetherialMastery: ItemSkill[] = [
en: 'Counters on DMG', en: 'Counters on DMG',
ja: 'カウンター(被ダメ)', ja: 'カウンター(被ダメ)',
}, },
id: 9, id: 10,
slug: 'counter-dmg', slug: 'counter-dmg',
minValue: 10, minValue: 10,
maxValue: 17, maxValue: 17,