Update character

This commit is contained in:
Made Baruna 2021-06-29 02:01:28 +07:00
parent 74aed47c0a
commit 539007539e
No known key found for this signature in database
GPG key ID: 5AA5DA16AA5DCEAD
24 changed files with 1544 additions and 3 deletions

View file

@ -158,6 +158,16 @@ export const banners = {
featuredRare: ['fischl', 'sucrose', 'barbara'],
timezoneDependent: true,
},
{
name: 'Leaves in the Wind',
image: 1,
shortName: 'Kazuha',
start: '2021-06-29 18:00:00',
end: '2021-07-20 14:59:59',
color: '#8FFFDE',
featured: ['kaedehara_kazuha'],
featuredRare: ['bennett', 'razor', 'rosaria'],
},
],
weapons: [
{
@ -289,5 +299,15 @@ export const banners = {
featuredRare: ['mitternachts_waltz', 'lions_roar', 'the_bell', 'favonius_lance', 'the_widsith'],
timezoneDependent: true,
},
{
name: 'Epitome Invocation',
image: 14,
start: '2021-06-29 18:00:00',
end: '2021-07-20 14:59:59',
shortName: 'Freedom-Sworn',
color: '#42ecf5',
featured: ['freedom-sworn', 'skyward_atlas'],
featuredRare: ['the_alley_flash', 'wine_and_song', 'alley_hunter', 'favonius_greatsword', 'dragons_bane'],
},
],
};

File diff suppressed because it is too large Load diff

View file

@ -998,6 +998,77 @@ export const characters = {
boss: itemList.spirit_locket_of_boreas,
},
},
kaedehara_kazuha: {
name: 'Kaedehara Kazuha',
id: 'kaedehara_kazuha',
rarity: 5,
element: elements.anemo,
weapon: weapons.sword,
sex: 'male',
nation: 'inazuma',
ascension: [
{
items: [
{ item: itemList.vayuda_turquoise_sliver, amount: 1 },
{ item: itemList.none, amount: null },
{ item: itemList.sea_ganoderma, amount: 3 },
{ item: itemList.treasure_hoarder_insignia, amount: 3 },
],
mora: 20000,
},
{
items: [
{ item: itemList.vayuda_turquoise_fragment, amount: 3 },
{ item: itemList.marionette_core, amount: 2 },
{ item: itemList.sea_ganoderma, amount: 10 },
{ item: itemList.treasure_hoarder_insignia, amount: 15 },
],
mora: 40000,
},
{
items: [
{ item: itemList.vayuda_turquoise_fragment, amount: 6 },
{ item: itemList.marionette_core, amount: 4 },
{ item: itemList.sea_ganoderma, amount: 20 },
{ item: itemList.silver_raven_insignia, amount: 12 },
],
mora: 60000,
},
{
items: [
{ item: itemList.vayuda_turquoise_chunk, amount: 3 },
{ item: itemList.marionette_core, amount: 8 },
{ item: itemList.sea_ganoderma, amount: 30 },
{ item: itemList.silver_raven_insignia, amount: 18 },
],
mora: 80000,
},
{
items: [
{ item: itemList.vayuda_turquoise_chunk, amount: 6 },
{ item: itemList.marionette_core, amount: 12 },
{ item: itemList.sea_ganoderma, amount: 45 },
{ item: itemList.golden_raven_insignia, amount: 12 },
],
mora: 100000,
},
{
items: [
{ item: itemList.vayuda_turquoise_gemstone, amount: 6 },
{ item: itemList.marionette_core, amount: 20 },
{ item: itemList.sea_ganoderma, amount: 60 },
{ item: itemList.golden_raven_insignia, amount: 24 },
],
mora: 120000,
},
],
stats: { hp: 13348, atk: 297, def: 807 },
material: {
book: [itemList.teachings_of_diligence, itemList.guide_to_diligence, itemList.philosophies_of_diligence],
material: [itemList.recruits_insignia, itemList.sergeants_insignia, itemList.lieutenants_insignia],
boss: itemList.gilded_scale,
},
},
keqing: {
name: 'Keqing',
id: 'keqing',

View file

@ -637,5 +637,8 @@ export const itemList = {
juvenile_jade: { id: 'juvenile_jade', name: 'Juvenile Jade', rarity: 5 },
bloodjade_branch: { id: 'bloodjade_branch', name: 'Bloodjade Branch', rarity: 5 },
crystalline_bloom: { id: 'crystalline_bloom', name: 'Crystalline Bloom', rarity: 5 },
dragon_lords_crown: { id: 'dragon_lords_crown', name: "Dragon Lord's Crown", 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 },
gilded_scale: { id: 'gilded_scale', name: 'Gilded Scale', rarity: 5 },
};

View file

@ -210,7 +210,6 @@
onMount(async () => {
await getConstellation();
});
</script>
<svelte:head>
@ -498,5 +497,4 @@
padding-top: 0.85rem;
padding-bottom: 0.85rem;
}
</style>

Binary file not shown.

After

(image error) Size: 542 KiB

Binary file not shown.

After

(image error) Size: 751 KiB

Binary file not shown.

After

(image error) Size: 613 KiB

Binary file not shown.

After

(image error) Size: 72 KiB

Binary file not shown.

After

(image error) Size: 42 KiB

Binary file not shown.

After

(image error) Size: 35 KiB

Binary file not shown.

After

(image error) Size: 52 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 4.5 KiB