mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-23 08:47:08 +01:00
Fix elegy item requirement and inazuma talent book rarity
This commit is contained in:
parent
44a9a87f40
commit
ed5906b62c
3 changed files with 31 additions and 27 deletions
|
@ -274,4 +274,8 @@ export const itemGroup = {
|
|||
name: '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],
|
||||
},
|
||||
};
|
||||
|
|
|
@ -729,20 +729,20 @@ export const itemList = {
|
|||
id: 'teachings_of_transience',
|
||||
name: 'Teachings of Transience',
|
||||
day: ['monday', 'thursday'],
|
||||
rarity: 1,
|
||||
rarity: 2,
|
||||
},
|
||||
guide_to_transience: {
|
||||
id: 'guide_to_transience',
|
||||
name: 'Guide to Transience',
|
||||
day: ['monday', 'thursday'],
|
||||
rarity: 2,
|
||||
rarity: 3,
|
||||
parent: 'teachings_of_transience',
|
||||
},
|
||||
philosophies_of_transience: {
|
||||
id: 'philosophies_of_transience',
|
||||
name: 'Philosophies of Transience',
|
||||
day: ['monday', 'thursday'],
|
||||
rarity: 3,
|
||||
rarity: 4,
|
||||
parent: 'teachings_of_transience',
|
||||
},
|
||||
|
||||
|
@ -750,20 +750,20 @@ export const itemList = {
|
|||
id: 'teachings_of_elegance',
|
||||
name: 'Teachings of Elegance',
|
||||
day: ['tuesday', 'friday'],
|
||||
rarity: 1,
|
||||
rarity: 2,
|
||||
},
|
||||
guide_to_elegance: {
|
||||
id: 'guide_to_elegance',
|
||||
name: 'Guide to Elegance',
|
||||
day: ['tuesday', 'friday'],
|
||||
rarity: 2,
|
||||
rarity: 3,
|
||||
parent: 'teachings_of_elegance',
|
||||
},
|
||||
philosophies_of_elegance: {
|
||||
id: 'philosophies_of_elegance',
|
||||
name: 'Philosophies of Elegance',
|
||||
day: ['tuesday', 'friday'],
|
||||
rarity: 3,
|
||||
rarity: 4,
|
||||
parent: 'teachings_of_elegance',
|
||||
},
|
||||
|
||||
|
@ -771,20 +771,20 @@ export const itemList = {
|
|||
id: 'teachings_of_light',
|
||||
name: 'Teachings of Light',
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 1,
|
||||
rarity: 2,
|
||||
},
|
||||
guide_to_light: {
|
||||
id: 'guide_to_light',
|
||||
name: 'Guide to Light',
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 2,
|
||||
rarity: 3,
|
||||
parent: 'teachings_of_light',
|
||||
},
|
||||
philosophies_of_light: {
|
||||
id: 'philosophies_of_light',
|
||||
name: 'Philosophies of Light',
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 3,
|
||||
rarity: 4,
|
||||
parent: 'teachings_of_light',
|
||||
},
|
||||
|
||||
|
|
|
@ -6267,49 +6267,49 @@ export const weaponList = {
|
|||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.boreal_wolfs_milk_tooth, amount: 3 },
|
||||
{ item: itemList.heavy_horn, amount: 3 },
|
||||
{ item: itemList.recruits_insignia, amount: 2 },
|
||||
{ item: itemList.boreal_wolfs_milk_tooth, amount: 5 },
|
||||
{ item: itemList.heavy_horn, amount: 5 },
|
||||
{ item: itemList.recruits_insignia, amount: 3 },
|
||||
],
|
||||
mora: 10000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.boreal_wolfs_cracked_tooth, amount: 3 },
|
||||
{ item: itemList.heavy_horn, amount: 12 },
|
||||
{ item: itemList.recruits_insignia, amount: 8 },
|
||||
{ item: itemList.boreal_wolfs_cracked_tooth, amount: 5 },
|
||||
{ item: itemList.heavy_horn, amount: 18 },
|
||||
{ item: itemList.recruits_insignia, amount: 12 },
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.boreal_wolfs_cracked_tooth, amount: 6 },
|
||||
{ item: itemList.black_bronze_horn, amount: 6 },
|
||||
{ item: itemList.sergeants_insignia, amount: 6 },
|
||||
{ item: itemList.boreal_wolfs_cracked_tooth, amount: 9 },
|
||||
{ item: itemList.black_bronze_horn, amount: 9 },
|
||||
{ item: itemList.sergeants_insignia, amount: 9 },
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.boreal_wolfs_broken_fang, amount: 3 },
|
||||
{ item: itemList.black_bronze_horn, amount: 12 },
|
||||
{ item: itemList.sergeants_insignia, amount: 9 },
|
||||
{ item: itemList.boreal_wolfs_broken_fang, amount: 5 },
|
||||
{ item: itemList.black_bronze_horn, amount: 18 },
|
||||
{ item: itemList.sergeants_insignia, amount: 14 },
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.boreal_wolfs_broken_fang, amount: 6 },
|
||||
{ item: itemList.black_crystal_horn, amount: 9 },
|
||||
{ item: itemList.lieutenants_insignia, amount: 6 },
|
||||
{ item: itemList.boreal_wolfs_broken_fang, amount: 9 },
|
||||
{ item: itemList.black_crystal_horn, amount: 14 },
|
||||
{ item: itemList.lieutenants_insignia, amount: 9 },
|
||||
],
|
||||
mora: 55000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.boreal_wolfs_nostalgia, amount: 4 },
|
||||
{ item: itemList.black_crystal_horn, amount: 18 },
|
||||
{ item: itemList.lieutenants_insignia, amount: 12 },
|
||||
{ item: itemList.boreal_wolfs_nostalgia, amount: 6 },
|
||||
{ item: itemList.black_crystal_horn, amount: 27 },
|
||||
{ item: itemList.lieutenants_insignia, amount: 18 },
|
||||
],
|
||||
mora: 65000,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue