mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
itemList Inazuma
This commit is contained in:
parent
b6745e9894
commit
256de450ba
1 changed files with 158 additions and 0 deletions
|
@ -641,4 +641,162 @@ export const itemList = {
|
|||
sea_ganoderma: { id: 'sea_ganoderma', name: 'Sea Ganoderma' },
|
||||
marionette_core: { id: 'marionette_core', name: 'Marionette Core', rarity: 5 },
|
||||
gilded_scale: { id: 'gilded_scale', name: 'Gilded Scale', rarity: 5 },
|
||||
|
||||
|
||||
// INAZUMA
|
||||
coral_branch_of_a_distant_sea: {
|
||||
id: 'coral_branch_of_a_distant_sea',
|
||||
name: 'Coral Branch of a Distant Sea',
|
||||
day: ['monday', 'thursday'],
|
||||
rarity: 1,
|
||||
},
|
||||
jeweled_branch_of_a_distant_sea : {
|
||||
id: 'jeweled_branch_of_a_distant_sea',
|
||||
name: 'Jeweled Branch of a Distant Sea',
|
||||
day: ['monday', 'thursday'],
|
||||
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: ['monday', 'thursday'],
|
||||
rarity: 3,
|
||||
parent: 'coral_branch_of_a_distant_sea',
|
||||
},
|
||||
golden_branch_of_a_distant_sea: {
|
||||
id: 'golden_branch_of_a_distant_sea',
|
||||
name: 'Golden Branck of a Golden Sea',
|
||||
day: ['monday', 'thursday'],
|
||||
rarity: 4,
|
||||
parent: 'coral_branch_of_a_distant_sea',
|
||||
},
|
||||
|
||||
narukamis_wisdom: {
|
||||
id: 'narukamis_wisdom',
|
||||
name: "Narukami's Wisdom",
|
||||
day: ['tuesday', 'friday'],
|
||||
rarity: 1,
|
||||
},
|
||||
narukamis_joy: {
|
||||
id: 'narukamis_joy',
|
||||
name: "Narukami's Joy",
|
||||
day: ['tuesday', 'friday'],
|
||||
rarity: 2,
|
||||
parent: 'narukamis_wisdom',
|
||||
},
|
||||
narukamis_affection: {
|
||||
id: 'narukamis_affection',
|
||||
name: "Narukami's Affection",
|
||||
day: ['tuesday', 'friday'],
|
||||
rarity: 3,
|
||||
parent: 'narukamis_wisdom',
|
||||
},
|
||||
narukamis_valor: {
|
||||
id: 'narukamis_valor',
|
||||
name: "Narukami's Valor",
|
||||
day: ['tuesday', 'friday'],
|
||||
rarity: 4,
|
||||
parent: 'narukamis_wisdom',
|
||||
},
|
||||
|
||||
mask_of_the_wicked_lieutenant: {
|
||||
id: 'mask_of_the_wicked_lieutenant',
|
||||
name: 'Mask of the Wicked Lieutenant',
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 1,
|
||||
},
|
||||
mask_of_the_tigers_bite: {
|
||||
id: 'mask_of_the_tigers_bite',
|
||||
name: "Mask of the Tiger's Bite",
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 2,
|
||||
parent: 'mask_of_the_wicked_lieutenant',
|
||||
},
|
||||
mask_of_the_one_horned: {
|
||||
id: 'mask_of_the_one_horned',
|
||||
name: 'Mask of the One-Horned',
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 3,
|
||||
parent: 'mask_of_the_wicked_lieutenant',
|
||||
},
|
||||
mask_of_the_kijin: {
|
||||
id: 'mask_of_the_kijin',
|
||||
name: 'Mask of the Kijin',
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 4,
|
||||
parent: 'mask_of_the_wicked_lieutenant',
|
||||
},
|
||||
|
||||
teachings_of_transience: {
|
||||
id: 'teachings_of_transience',
|
||||
name: 'Teachings of Transience',
|
||||
day: ['monday', 'thursday'],
|
||||
rarity: 1,
|
||||
},
|
||||
guide_to_transience: {
|
||||
id: 'guide_to_transience',
|
||||
name: 'Guide to Transience',
|
||||
day: ['monday', 'thursday'],
|
||||
rarity: 2,
|
||||
parent: 'teachings_of_transience',
|
||||
},
|
||||
philosophies_of_transience: {
|
||||
id: 'philosophies_of_transience',
|
||||
name: 'Philosophies of Transience',
|
||||
day: ['monday', 'thursday'],
|
||||
rarity: 3,
|
||||
parent: 'guide_to_transience',
|
||||
},
|
||||
|
||||
teachings_of_elegance: {
|
||||
id: 'teachings_of_elegance',
|
||||
name: 'Teachings of Elegance',
|
||||
day: ['tuesday','friday'],
|
||||
rarity: 1,
|
||||
},
|
||||
guide_to_elegance: {
|
||||
id: 'guide_to_elegance',
|
||||
name: 'Guide to Elegance',
|
||||
day: ['tuesday','friday'],
|
||||
rarity: 2,
|
||||
parent: 'teachings_of_elegance',
|
||||
},
|
||||
philosophies_of_elegance: {
|
||||
id: 'philosophies_of_elegance',
|
||||
name: 'Philosophies of Elegance',
|
||||
day: ['tuesday','friday'],
|
||||
rarity: 3,
|
||||
parent: 'teachings_of_elegance',
|
||||
},
|
||||
|
||||
teachings_of_light: {
|
||||
id: 'teachings_of_light',
|
||||
name: 'Teachings of Light',
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 1,
|
||||
},
|
||||
guide_to_light: {
|
||||
id: 'guide_to_light',
|
||||
name: 'Guide to Light',
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 2,
|
||||
parent: 'teachings_of_light',
|
||||
},
|
||||
philosophies_of_light: {
|
||||
id: 'philosophies_of_light',
|
||||
name: "Philosophies of Light",
|
||||
day: ['wednesday', 'saturday'],
|
||||
rarity: 3,
|
||||
parent: 'teachings_of_light',
|
||||
},
|
||||
|
||||
perpetual_heart: {id: 'perpetual_heart', name: 'Perpetual Heart', rarity: 5},
|
||||
smoldering_pearl: {id: 'smoldering_pearl', name: 'Smoldering Pearl', rarity: 5},
|
||||
|
||||
sakura_bloom: { id: 'sakura_bloom', name: 'Sakura Bloom' },
|
||||
crystal_marrow: { id: 'crystal_marrow', name: 'Crystal Marrow' },
|
||||
dendrobium: { id: 'dendrobium', name: 'Dendrobium' },
|
||||
naku_weed: { id: 'naku_weed', name: 'Naku Weed' },
|
||||
okinabuto: { id: 'okinabuto', name: 'Okinabuto' },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue