Add missing values
This commit is contained in:
parent
b3821641b3
commit
3ade12f9e5
1 changed files with 2 additions and 2 deletions
|
|
@ -185,7 +185,7 @@ const overMasteryTertiary: ItemSkill[] = [
|
||||||
maxValue: 15,
|
maxValue: 15,
|
||||||
suffix: '%',
|
suffix: '%',
|
||||||
fractional: false,
|
fractional: false,
|
||||||
secondary: [],
|
values: [6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: {
|
name: {
|
||||||
|
|
@ -198,7 +198,7 @@ const overMasteryTertiary: ItemSkill[] = [
|
||||||
maxValue: 10,
|
maxValue: 10,
|
||||||
suffix: '%',
|
suffix: '%',
|
||||||
fractional: false,
|
fractional: false,
|
||||||
secondary: [],
|
values: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue