Fix todo for Mistsplitter Reforged

fix #102
pull/1/head
Made Baruna 2021-07-22 02:53:32 +07:00
parent c586a95872
commit 0ec40e02eb
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
1 changed files with 4 additions and 4 deletions

View File

@ -670,27 +670,27 @@ export const itemList = {
id: 'coral_branch_of_a_distant_sea',
name: 'Coral Branch of a Distant Sea',
day: ['wednesday', 'saturday'],
rarity: 2,
rarity: 1,
},
jeweled_branch_of_a_distant_sea: {
id: 'jeweled_branch_of_a_distant_sea',
name: 'Jeweled Branch of a Distant Sea',
day: ['wednesday', 'saturday'],
rarity: 3,
rarity: 2,
parent: 'coral_branch_of_a_distant_sea',
},
jade_branch_of_a_distant_sea: {
id: 'jade_branch_of_a_distant_sea',
name: 'Jade Branch of a Distant Sea',
day: ['wednesday', 'saturday'],
rarity: 4,
rarity: 3,
parent: 'coral_branch_of_a_distant_sea',
},
golden_branch_of_a_distant_sea: {
id: 'golden_branch_of_a_distant_sea',
name: 'Golden Branch of a Distant Sea',
day: ['wednesday', 'saturday'],
rarity: 5,
rarity: 4,
parent: 'coral_branch_of_a_distant_sea',
},
chaos_gear: { id: 'chaos_gear', name: 'Chaos Gear' },