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',
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,