Fix elegy item requirement and inazuma talent book rarity

pull/1/head
Made Baruna 2021-11-04 15:20:46 +07:00
parent 44a9a87f40
commit ed5906b62c
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
3 changed files with 31 additions and 27 deletions

View File

@ -274,4 +274,8 @@ export const itemGroup = {
name: 'Prism', name: 'Prism',
items: [itemList.dismal_prism, itemList.crystal_prism, itemList.polarizing_prism], items: [itemList.dismal_prism, itemList.crystal_prism, itemList.polarizing_prism],
}, },
concealed_claw: {
name: 'Concealed Claw',
items: [itemList.concealed_claw, itemList.concealed_unguis, itemList.concealed_talon],
},
}; };

View File

@ -729,20 +729,20 @@ export const itemList = {
id: 'teachings_of_transience', id: 'teachings_of_transience',
name: 'Teachings of Transience', name: 'Teachings of Transience',
day: ['monday', 'thursday'], day: ['monday', 'thursday'],
rarity: 1, rarity: 2,
}, },
guide_to_transience: { guide_to_transience: {
id: 'guide_to_transience', id: 'guide_to_transience',
name: 'Guide to Transience', name: 'Guide to Transience',
day: ['monday', 'thursday'], day: ['monday', 'thursday'],
rarity: 2, rarity: 3,
parent: 'teachings_of_transience', parent: 'teachings_of_transience',
}, },
philosophies_of_transience: { philosophies_of_transience: {
id: 'philosophies_of_transience', id: 'philosophies_of_transience',
name: 'Philosophies of Transience', name: 'Philosophies of Transience',
day: ['monday', 'thursday'], day: ['monday', 'thursday'],
rarity: 3, rarity: 4,
parent: 'teachings_of_transience', parent: 'teachings_of_transience',
}, },
@ -750,20 +750,20 @@ export const itemList = {
id: 'teachings_of_elegance', id: 'teachings_of_elegance',
name: 'Teachings of Elegance', name: 'Teachings of Elegance',
day: ['tuesday', 'friday'], day: ['tuesday', 'friday'],
rarity: 1, rarity: 2,
}, },
guide_to_elegance: { guide_to_elegance: {
id: 'guide_to_elegance', id: 'guide_to_elegance',
name: 'Guide to Elegance', name: 'Guide to Elegance',
day: ['tuesday', 'friday'], day: ['tuesday', 'friday'],
rarity: 2, rarity: 3,
parent: 'teachings_of_elegance', parent: 'teachings_of_elegance',
}, },
philosophies_of_elegance: { philosophies_of_elegance: {
id: 'philosophies_of_elegance', id: 'philosophies_of_elegance',
name: 'Philosophies of Elegance', name: 'Philosophies of Elegance',
day: ['tuesday', 'friday'], day: ['tuesday', 'friday'],
rarity: 3, rarity: 4,
parent: 'teachings_of_elegance', parent: 'teachings_of_elegance',
}, },
@ -771,20 +771,20 @@ export const itemList = {
id: 'teachings_of_light', id: 'teachings_of_light',
name: 'Teachings of Light', name: 'Teachings of Light',
day: ['wednesday', 'saturday'], day: ['wednesday', 'saturday'],
rarity: 1, rarity: 2,
}, },
guide_to_light: { guide_to_light: {
id: 'guide_to_light', id: 'guide_to_light',
name: 'Guide to Light', name: 'Guide to Light',
day: ['wednesday', 'saturday'], day: ['wednesday', 'saturday'],
rarity: 2, rarity: 3,
parent: 'teachings_of_light', parent: 'teachings_of_light',
}, },
philosophies_of_light: { philosophies_of_light: {
id: 'philosophies_of_light', id: 'philosophies_of_light',
name: 'Philosophies of Light', name: 'Philosophies of Light',
day: ['wednesday', 'saturday'], day: ['wednesday', 'saturday'],
rarity: 3, rarity: 4,
parent: 'teachings_of_light', parent: 'teachings_of_light',
}, },

View File

@ -6267,49 +6267,49 @@ export const weaponList = {
ascension: [ ascension: [
{ {
items: [ items: [
{ item: itemList.boreal_wolfs_milk_tooth, amount: 3 }, { item: itemList.boreal_wolfs_milk_tooth, amount: 5 },
{ item: itemList.heavy_horn, amount: 3 }, { item: itemList.heavy_horn, amount: 5 },
{ item: itemList.recruits_insignia, amount: 2 }, { item: itemList.recruits_insignia, amount: 3 },
], ],
mora: 10000, mora: 10000,
}, },
{ {
items: [ items: [
{ item: itemList.boreal_wolfs_cracked_tooth, amount: 3 }, { item: itemList.boreal_wolfs_cracked_tooth, amount: 5 },
{ item: itemList.heavy_horn, amount: 12 }, { item: itemList.heavy_horn, amount: 18 },
{ item: itemList.recruits_insignia, amount: 8 }, { item: itemList.recruits_insignia, amount: 12 },
], ],
mora: 20000, mora: 20000,
}, },
{ {
items: [ items: [
{ item: itemList.boreal_wolfs_cracked_tooth, amount: 6 }, { item: itemList.boreal_wolfs_cracked_tooth, amount: 9 },
{ item: itemList.black_bronze_horn, amount: 6 }, { item: itemList.black_bronze_horn, amount: 9 },
{ item: itemList.sergeants_insignia, amount: 6 }, { item: itemList.sergeants_insignia, amount: 9 },
], ],
mora: 30000, mora: 30000,
}, },
{ {
items: [ items: [
{ item: itemList.boreal_wolfs_broken_fang, amount: 3 }, { item: itemList.boreal_wolfs_broken_fang, amount: 5 },
{ item: itemList.black_bronze_horn, amount: 12 }, { item: itemList.black_bronze_horn, amount: 18 },
{ item: itemList.sergeants_insignia, amount: 9 }, { item: itemList.sergeants_insignia, amount: 14 },
], ],
mora: 45000, mora: 45000,
}, },
{ {
items: [ items: [
{ item: itemList.boreal_wolfs_broken_fang, amount: 6 }, { item: itemList.boreal_wolfs_broken_fang, amount: 9 },
{ item: itemList.black_crystal_horn, amount: 9 }, { item: itemList.black_crystal_horn, amount: 14 },
{ item: itemList.lieutenants_insignia, amount: 6 }, { item: itemList.lieutenants_insignia, amount: 9 },
], ],
mora: 55000, mora: 55000,
}, },
{ {
items: [ items: [
{ item: itemList.boreal_wolfs_nostalgia, amount: 4 }, { item: itemList.boreal_wolfs_nostalgia, amount: 6 },
{ item: itemList.black_crystal_horn, amount: 18 }, { item: itemList.black_crystal_horn, amount: 27 },
{ item: itemList.lieutenants_insignia, amount: 12 }, { item: itemList.lieutenants_insignia, amount: 18 },
], ],
mora: 65000, mora: 65000,
}, },