Update Ayaka and Mistsplitter

pull/1/head
Made Baruna 2021-07-21 08:02:33 +07:00
parent af62933f4c
commit 846e7fc990
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
24 changed files with 241 additions and 65 deletions

View File

@ -168,6 +168,17 @@ export const banners = {
featured: ['kaedehara_kazuha'],
featuredRare: ['bennett', 'razor', 'rosaria'],
},
{
name: 'The Herons Court',
image: 1,
shortName: 'Ayaka',
start: '2021-07-21 06:00:00',
end: '2021-08-10 17:59:59',
color: '#FFFBF7',
featured: ['kamisato_ayaka'],
featuredRare: ['chongyun', 'ningguang', 'yanfei'],
timezoneDependent: true,
},
],
weapons: [
{
@ -305,9 +316,20 @@ export const banners = {
start: '2021-06-29 18:00:00',
end: '2021-07-20 14:59:59',
shortName: 'Freedom-Sworn',
color: '#42ecf5',
color: '#424ef5',
featured: ['freedom-sworn', 'skyward_atlas'],
featuredRare: ['the_alley_flash', 'wine_and_song', 'alley_hunter', 'favonius_greatsword', 'dragons_bane'],
},
{
name: 'Epitome Invocation',
image: 15,
start: '2021-07-21 06:00:00',
end: '2021-08-10 17:59:59',
shortName: 'Mistsplitter',
color: '#b042f5',
featured: ['mistsplitter_reforged', 'skyward_spine'],
featuredRare: ['favonius_sword', 'sacrificial_greatsword', 'favonius_lance', 'favonius_codex', 'the_stringless'],
timezoneDependent: true,
},
],
};

View File

@ -1069,6 +1069,77 @@ export const characters = {
boss: itemList.gilded_scale,
},
},
kamisato_ayaka: {
name: 'Kamisato Ayaka',
id: 'kamisato_ayaka',
rarity: 5,
element: elements.cryo,
weapon: weapons.sword,
sex: 'female',
nation: 'inazuma',
ascension: [
{
items: [
{ item: itemList.shivada_jade_sliver, amount: 1 },
{ item: itemList.none, amount: null },
{ item: itemList.sakura_bloom, amount: 3 },
{ item: itemList.old_handguard, amount: 3 },
],
mora: 20000,
},
{
items: [
{ item: itemList.shivada_jade_fragment, amount: 3 },
{ item: itemList.perpetual_heart, amount: 2 },
{ item: itemList.sakura_bloom, amount: 10 },
{ item: itemList.old_handguard, amount: 15 },
],
mora: 40000,
},
{
items: [
{ item: itemList.shivada_jade_fragment, amount: 6 },
{ item: itemList.perpetual_heart, amount: 4 },
{ item: itemList.sakura_bloom, amount: 20 },
{ item: itemList.kageuchi_handguard, amount: 12 },
],
mora: 60000,
},
{
items: [
{ item: itemList.shivada_jade_chunk, amount: 3 },
{ item: itemList.perpetual_heart, amount: 8 },
{ item: itemList.sakura_bloom, amount: 30 },
{ item: itemList.kageuchi_handguard, amount: 18 },
],
mora: 80000,
},
{
items: [
{ item: itemList.shivada_jade_chunk, amount: 6 },
{ item: itemList.perpetual_heart, amount: 12 },
{ item: itemList.sakura_bloom, amount: 45 },
{ item: itemList.famed_handguard, amount: 12 },
],
mora: 100000,
},
{
items: [
{ item: itemList.shivada_jade_gemstone, amount: 6 },
{ item: itemList.perpetual_heart, amount: 20 },
{ item: itemList.sakura_bloom, amount: 60 },
{ item: itemList.famed_handguard, amount: 24 },
],
mora: 120000,
},
],
stats: { hp: 11954, atk: 318, def: 729 },
material: {
book: [itemList.teachings_of_elegance, itemList.guide_to_elegance, itemList.philosophies_of_elegance],
material: [itemList.old_handguard, itemList.kageuchi_handguard, itemList.famed_handguard],
boss: itemList.bloodjade_branch,
},
},
keqing: {
name: 'Keqing',
id: 'keqing',

View File

@ -31,6 +31,11 @@ export const itemGroup = {
items: [itemList.teachings_of_prosperity, itemList.guide_to_prosperity, itemList.philosophies_of_prosperity],
type: 'book',
},
teachings_of_elegance: {
name: 'Elegance',
items: [itemList.teachings_of_elegance, itemList.guide_to_elegance, itemList.philosophies_of_elegance],
type: 'book',
},
tile_of_decarabians_tower: {
name: 'Decarabian',
items: [
@ -91,6 +96,16 @@ export const itemGroup = {
],
type: 'weapon',
},
coral_branch_of_a_distant_sea: {
name: 'Coral',
items: [
itemList.coral_branch_of_a_distant_sea,
itemList.jeweled_branch_of_a_distant_sea,
itemList.jade_branch_of_a_distant_sea,
itemList.golden_branch_of_a_distant_sea,
],
type: 'weapon',
},
agnidus_agate_sliver: {
name: 'Agnidus Agate',
items: [
@ -163,66 +178,36 @@ export const itemGroup = {
},
juvenile_jade: {
name: 'Juvenile Jade',
items: [
itemList.juvenile_jade
],
items: [itemList.juvenile_jade],
type: 'ascension_gem',
},
chaos_device: {
name: 'Chaos',
items: [
itemList.chaos_device,
itemList.chaos_circuit,
itemList.chaos_core,
],
items: [itemList.chaos_device, itemList.chaos_circuit, itemList.chaos_core],
},
damaged_mask: {
name: 'Mask',
items: [
itemList.damaged_mask,
itemList.stained_mask,
itemList.ominous_mask,
],
items: [itemList.damaged_mask, itemList.stained_mask, itemList.ominous_mask],
},
dead_ley_line_branch: {
name: 'Dead Ley Line',
items: [
itemList.dead_ley_line_branch,
itemList.dead_ley_line_leaves,
itemList.ley_line_sprouts,
],
items: [itemList.dead_ley_line_branch, itemList.dead_ley_line_leaves, itemList.ley_line_sprouts],
},
divining_scroll: {
name: 'Scroll',
items: [
itemList.divining_scroll,
itemList.sealed_scroll,
itemList.forbidden_curse_scroll,
],
items: [itemList.divining_scroll, itemList.sealed_scroll, itemList.forbidden_curse_scroll],
},
firm_arrowhead: {
name: 'Arrowhead',
items: [
itemList.firm_arrowhead,
itemList.sharp_arrowhead,
itemList.weathered_arrowhead,
],
items: [itemList.firm_arrowhead, itemList.sharp_arrowhead, itemList.weathered_arrowhead],
},
fragile_bone_shard: {
name: 'Bone Shard',
items: [
itemList.fragile_bone_shard,
itemList.sturdy_bone_shard,
itemList.fossilized_bone_shard,
],
items: [itemList.fragile_bone_shard, itemList.sturdy_bone_shard, itemList.fossilized_bone_shard],
},
heavy_horn: {
name: 'Horn',
items: [
itemList.heavy_horn,
itemList.black_bronze_horn,
itemList.black_crystal_horn,
],
items: [itemList.heavy_horn, itemList.black_bronze_horn, itemList.black_crystal_horn],
},
hunters_sacrificial_knife: {
name: 'Knife',
@ -234,42 +219,26 @@ export const itemGroup = {
},
mist_grass_pollen: {
name: 'Mist Grass',
items: [
itemList.mist_grass_pollen,
itemList.mist_grass,
itemList.mist_grass_wick,
],
items: [itemList.mist_grass_pollen, itemList.mist_grass, itemList.mist_grass_wick],
},
recruits_insignia: {
name: 'Insignia',
items: [
itemList.recruits_insignia,
itemList.sergeants_insignia,
itemList.lieutenants_insignia,
],
items: [itemList.recruits_insignia, itemList.sergeants_insignia, itemList.lieutenants_insignia],
},
slime_condensate: {
name: 'Slime',
items: [
itemList.slime_condensate,
itemList.slime_secretions,
itemList.slime_concentrate,
],
items: [itemList.slime_condensate, itemList.slime_secretions, itemList.slime_concentrate],
},
treasure_hoarder_insignia: {
name: 'Treasure Hoarder Insignia',
items: [
itemList.treasure_hoarder_insignia,
itemList.silver_raven_insignia,
itemList.golden_raven_insignia,
],
items: [itemList.treasure_hoarder_insignia, itemList.silver_raven_insignia, itemList.golden_raven_insignia],
},
whopperflower_nectar: {
name: 'Nectar',
items: [
itemList.whopperflower_nectar,
itemList.shimmering_nectar,
itemList.energy_nectar,
],
items: [itemList.whopperflower_nectar, itemList.shimmering_nectar, itemList.energy_nectar],
},
chaos_gear: {
name: 'Chaos Gear',
items: [itemList.chaos_gear, itemList.chaos_axis, itemList.chaos_oculus],
},
};

View File

@ -639,6 +639,61 @@ export const itemList = {
crystalline_bloom: { id: 'crystalline_bloom', name: 'Crystalline Bloom', rarity: 5 },
dragon_lords_crown: { id: 'dragon_lords_crown', name: "Dragon Lord's Crown", rarity: 5 },
sea_ganoderma: { id: 'sea_ganoderma', name: 'Sea Ganoderma' },
marionette_core: { id: 'marionette_core', name: 'Marionette Core', rarity: 5 },
marionette_core: { id: 'marionette_core', name: 'Marionette Core', rarity: 4 },
gilded_scale: { id: 'gilded_scale', name: 'Gilded Scale', rarity: 5 },
perpetual_heart: { id: 'perpetual_heart', name: 'Perpetual Heart', rarity: 4 },
sakura_bloom: { id: 'sakura_bloom', name: 'Sakura Bloom' },
old_handguard: { id: 'old_handguard', name: 'Old Handguard' },
kageuchi_handguard: { id: 'kageuchi_handguard', name: 'Kageuchi Handguard' },
famed_handguard: { id: 'famed_handguard', name: 'Famed Handguard' },
teachings_of_elegance: {
id: 'teachings_of_elegance',
name: 'Teachings of Elegance',
day: ['wednesday', 'saturday'],
rarity: 2,
},
guide_to_elegance: {
id: 'guide_to_elegance',
name: 'Guide to Elegance',
day: ['wednesday', 'saturday'],
rarity: 3,
parent: 'teachings_of_elegance',
},
philosophies_of_elegance: {
id: 'philosophies_of_elegance',
name: 'Philosophies of Elegance',
day: ['wednesday', 'saturday'],
rarity: 4,
parent: 'teachings_of_elegance',
},
coral_branch_of_a_distant_sea: {
id: 'coral_branch_of_a_distant_sea',
name: 'Coral Branch of a Distant Sea',
day: ['wednesday', 'saturday'],
rarity: 2,
},
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,
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,
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,
parent: 'coral_branch_of_a_distant_sea',
},
chaos_gear: { id: 'chaos_gear', name: 'Chaos Gear' },
chaos_axis: { id: 'chaos_axis', name: 'Chaos Axis' },
chaos_oculus: { id: 'chaos_oculus', name: 'Chaos Oculus' },
};

View File

@ -6610,4 +6610,63 @@ export const weaponList = {
},
],
},
mistsplitter_reforged: {
name: 'Mistsplitter Reforged',
id: 'mistsplitter_reforged',
rarity: 5,
atk: 48,
secondary: 'CRIT DMG',
type: weapons.sword,
source: 'wish',
ascension: [
{
items: [
{ item: itemList.coral_branch_of_a_distant_sea, amount: 5 },
{ item: itemList.chaos_gear, amount: 5 },
{ item: itemList.old_handguard, amount: 3 },
],
mora: 10000,
},
{
items: [
{ item: itemList.jeweled_branch_of_a_distant_sea, amount: 5 },
{ item: itemList.chaos_gear, amount: 18 },
{ item: itemList.old_handguard, amount: 12 },
],
mora: 20000,
},
{
items: [
{ item: itemList.jeweled_branch_of_a_distant_sea, amount: 9 },
{ item: itemList.chaos_axis, amount: 9 },
{ item: itemList.kageuchi_handguard, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.jade_branch_of_a_distant_sea, amount: 5 },
{ item: itemList.chaos_axis, amount: 18 },
{ item: itemList.kageuchi_handguard, amount: 14 },
],
mora: 45000,
},
{
items: [
{ item: itemList.jade_branch_of_a_distant_sea, amount: 9 },
{ item: itemList.chaos_oculus, amount: 14 },
{ item: itemList.famed_handguard, amount: 9 },
],
mora: 55000,
},
{
items: [
{ item: itemList.golden_branch_of_a_distant_sea, amount: 6 },
{ item: itemList.chaos_oculus, amount: 27 },
{ item: itemList.famed_handguard, amount: 18 },
],
mora: 65000,
},
],
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB