update test mocks to use WeaponSeriesRef
This commit is contained in:
parent
2e2574f749
commit
0259a8ad68
2 changed files with 20 additions and 2 deletions
|
|
@ -23,7 +23,16 @@ describe('EntityAdapter', () => {
|
||||||
rarity: 4,
|
rarity: 4,
|
||||||
element: 1,
|
element: 1,
|
||||||
proficiency: 1,
|
proficiency: 1,
|
||||||
series: 1,
|
series: {
|
||||||
|
id: 'series-1',
|
||||||
|
slug: 'dark-opus',
|
||||||
|
name: { en: 'Dark Opus', ja: 'ダークオーパス' },
|
||||||
|
hasWeaponKeys: true,
|
||||||
|
hasAwakening: true,
|
||||||
|
hasAxSkills: false,
|
||||||
|
extra: false,
|
||||||
|
elementChangeable: false
|
||||||
|
},
|
||||||
weaponType: 1,
|
weaponType: 1,
|
||||||
minHp: 100,
|
minHp: 100,
|
||||||
maxHp: 500,
|
maxHp: 500,
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,16 @@ describe('GridAdapter', () => {
|
||||||
maxLevel: 150,
|
maxLevel: 150,
|
||||||
maxSkillLevel: 15,
|
maxSkillLevel: 15,
|
||||||
maxAwakeningLevel: 5,
|
maxAwakeningLevel: 5,
|
||||||
series: 1,
|
series: {
|
||||||
|
id: 'series-1',
|
||||||
|
slug: 'dark-opus',
|
||||||
|
name: { en: 'Dark Opus', ja: 'ダークオーパス' },
|
||||||
|
hasWeaponKeys: true,
|
||||||
|
hasAwakening: true,
|
||||||
|
hasAxSkills: false,
|
||||||
|
extra: false,
|
||||||
|
elementChangeable: false
|
||||||
|
},
|
||||||
proficiency: 1,
|
proficiency: 1,
|
||||||
ax: true,
|
ax: true,
|
||||||
axType: 1,
|
axType: 1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue